html,body {height:100%;}
.red{color:#f00}
.sidebar{

	padding-top:55px;
	max-width:300px;
}
@media (max-width: 991px) {
	.sidebar{margin:0 auto;}
}
.sidebarWin{
	width:100%;
	height:auto;
	padding:18px 20px;
	border:1px solid #dfe1e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background:#fdfcf6;
	margin-bottom:40px
}
.sidebarWinSupp, .sidebarWinPaym{
	width:100%;
	height:auto;
	
	border:1px solid #dfe1e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background:#fdfcf6;
	margin-bottom:40px
}
.sidebarWinSupp .sidebarWinHead{
	background:none
}


.sidebarWinHead{
	/*height:55px;*/
	line-height:55px;
	padding:0 20px;
	background:#fdfcf6;
	font-size:18px;
	font-weight:bold
}
.sidebarWinCont{
	height:auto;
	min-height:182px;
	background:url(/images/sidebar-supp-bg.png) 0% 100% no-repeat;
}
.sidebarWinCont span{
	width:50%;
	float:right;
	padding:40px 0 0 15px;
	font-size:40px;
	font-weight:bold
}
.sidebarWinCont span p{
	margin-bottom:12px;
	font-size:18px;
	padding-left:0;
	font-weight:bold;
}
.sidebarWinCont span a{
	margin-top:25px
}
.panel-yellow {box-shadow:none; margin-bottom:40px; min-width:260px;}
.panel-yellow > .panel-heading {color:#4a5980; font-size:18px; line-height:20px; font-weight:bold; text-transform:uppercase; background-color:#fdfcf6; border-top-left-radius:10px; border-top-right-radius:10px; padding:18px 18px 17px 18px; border:1px solid #dfe1e5; }
.panel-yellow > .panel-body {border:1px solid #dfe1e5; border-top:none; border-bottom-left-radius:10px; border-bottom-right-radius:10px; padding:0;}
.panel-yellow > .right-top-corner {position:relative;}
.panel-yellow > .right-top-corner:after {content:""; display:block; position:absolute; width:10px; height:10px; background:url(/images/panel_yellow_top_right.gif) no-repeat; top:0; right:1px; margin:-1px -1px 0 0;}

.panel-yellow .acceptable > div {width:50%; float:left; border-top:1px solid #dfe1e5; text-align:center; height:44px; padding:5px;}
.panel-yellow .acceptable > div:nth-child(1), .panel-yellow .acceptable > div:nth-child(2) {border-top:none; height:46px;}
.panel-yellow .acceptable > div:nth-child(2n+1) {border-right:1px solid #dfe1e5;}
.panel-yellow .acceptable > div > .img ,.panel-yellow .acceptable > div > a > .img {display:inline-block; background-image:url(/images/cards.png); background-repeat:no-repeat; width:58px; height:34px;}
.panel-yellow .acceptable > div .visa  {background-position:0px top;}
.panel-yellow .acceptable > div .mc  {background-position:-58px top;}
.panel-yellow .acceptable > div .amex  {background-position:-116px top;}
.panel-yellow .acceptable > div .disc  {background-position:-174px top;}
.panel-yellow .acceptable > div .todo  {background-position:-232px top;}
.panel-yellow .acceptable > div .wu  {background-position:-290px top;}
.panel-yellow .acceptable > div .pp  {background-position:-348px top;}
.panel-yellow .acceptable > div .bit  {background-position:-406px top;}

.panel-yellow .need_help {height:181px; background:url(/images/need_help_270.jpg) no-repeat;}
.panel-yellow .need_help:after {margin:-1px -1px 0 0;;}
.panel-yellow .need_help p {font-weight:bold; font-size:18px; padding:37px 0 0 138px; margin-bottom:8px;}
.panel-yellow .need_help p + p {font-size:42px; padding:0 0 0 135px;; margin-bottom:36px;}
.panel-yellow .need_help .btn {margin-left:135px;}

.panel-yellow .need_help_small {height:100px; background:url(/images/need_help_270_100.jpg) no-repeat;}
.panel-yellow .need_help_small:after {margin:-1px -1px 0 0;;}
.panel-yellow .need_help_small .btn {margin:28px 0px 0px 125px;}


.sidebarWin ul{
	list-style:square inside;
	padding:0;
	margin:0;
	
}
.sidebarWin ul li{
	margin-top:13px
}
.sidebarWin ul li:first-child{
	margin-top:0
}
.sidebarWin ul a{
	font-size:14px;
	font-weight:bold
}

.sidebarWinBody ul {
	list-style:square inside;
	padding:0;
	margin:20px;
	
}
.sidebarWinBody ul li{
	margin-top:13px
}
.sidebarWinBody ul li:first-child{
	margin-top:0
}
.sidebarWinBody ul a{
	font-size:14px;
	font-weight:bold
}
.sidebarWinBody ul strong{
	font-size:14px;
	font-weight:bold
}
.contentBlock{padding-top:70px;}
.content{ font:'OpenSans'; margin-bottom:20px;}/*width:74%; float:right;*/
.content h1{margin:0 0 20px 0; }

.searchBox{
	width:100%;
	height:auto;
	max-height:140px;
	line-height:65px;
	background:#495f87;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin:40px 0;
	padding:0 20px;
	color:#fff;
	font-size:1.5em;
	overflow:hidden
}

.content .searchBox form{
	width:58%;
	height:35px;
	line-height:35px;
	margin-top:14px;
	float:right;
	padding:0 !important;
	
}
.content form #searchItem, .content form #searchItem2{
	height:35px;
	width:73%;
	float:left;
	border:none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding:0 5px;
	color:#000
}
.content form #searchSubmit, .content form #searchSubmit2{
	height:35px;
	line-height:35px;
	width:24%;
	float:left;
	margin-left:10px;
	padding:0
}

.content .faqBlock{
	width:100%;
	height:auto;
	margin-bottom:30px;
	border:1px solid #dfe1e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
}
.content .faqBlockHead{
	height:50px;
	line-height:50px;
	width:100%;
	background:#495f87;
	border:1px solid #dfe1e5;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding:0 20px;
	color:#fff;
	font-size:1.4em;
}
.content .faqBlock h5 {
	padding: 10px 20px 0 20px;
}
.content .faqBlockCont{
	height:auto;
	font-size:1em;
	padding: 0 20px 20px 20px;
	/*border-bottom:1px solid #dfe1e5;*/
}
.content .faqBlockCont ul.mainList{
	margin:0 !important;
	padding-left:20px;
	color:#ffd14c;
}
.content .faqBlockCont ul.mainList + li{
	list-style-type:square;
}
.content .faqBlockCont ul li span{
	color: #333333;
}
.content  .faqBlockCont ul.mainList ul.subList {
	margin-top:25px;
	list-style:none;
	list-style-image:url(/images/plus.gif);
	padding-left: 15px;
}
.content  .faqBlockCont ul.mainList ul.subList span ul li{
	list-style: disc outside none;
}
.content  .faqBlockCont ul.mainList ul.subList span ol li{
	list-style: decimal outside none;
}
.content  .faqBlockCont ul.mainList ul.subList strong{
	color: #333333;
}
.content  .faqBlockCont ul.mainList ul.subList span{
	color: #333333;
}
.content  .faqBlockCont ul.mainList ul.subList ul{
	list-style:none;
}
.content  .faqBlockCont ul.subList li{
	color: #333333;
	margin-bottom:18px;
}

.content  .faqBlockFoot{
	min-height:45px;
	height:auto;
	line-height:45px;
	padding:0 20px;
	vertical-align:middle;
	border-top: 1px solid #dfe1e5;
}
.content  .faqBlockFoot a{
	text-decoration:underline
}
.content  .faqBlockFoot a:hover{
	text-decoration:none
}

.faqBlockCont .dashedLink{
	display:inline-block;
	margin:10px 0 0 60px;
	border-bottom:1px dashed #000;
	font-weight:bold;
	text-decoration:none;
}

#serviceFeatures  {
	display: block;   /* Allow the centering to work */
	margin: 0 auto;
	padding-left:0;
	height:auto;
}


ul#serviceFeatures1 {
	float:left;
	margin-left:2em;
	padding-left:0;
}

#serviceFeatures1 {
	list-style-position:inside;
}

.recommWrap{
	width:100%;
	height:auto;
	padding:0;
	
	margin:15px auto
}
.recomm{
	margin:20px 0 40px;
	float:right
}
.recommWrap h2{
	margin-top:0;
	text-transform:uppercase;
}
.recommItem{
	/*max-width:12.5%;*/
	width:auto;
	max-height:89px;
	height:auto;
	border:1px solid #dfe1e5;
	border-right:none;
	float:left
}
.recommItem:nth-child(1){
	
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.recommItem:nth-child(8){
	border-right:1px solid #dfe1e5;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-khtml-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
.recommItem img{width:100%; height:auto;}

.recommside{
	text-align: center;
}
.recommside a{
	text-decoration:underline;
	color: #445275;
}

.recommWrapAffil {
	width:100%;
	height:auto;
	padding:0;
	margin:10px 0 10px 0;
	text-align:center;

}

.recommAffil{
	width:100%;
	text-align:center;
	}
	
.recommItemAffil {
	width:16.6% !important;
}


.recommItemAffil{
	/*max-width:12.5%;*/
	width:auto;
	max-height:89px;
	height:auto;
	border:1px solid #dfe1e5;
	border-right:none;
	float:left
}
.recommWrapAffil  h2{
	margin-top:0;
	text-transform:uppercase;
}
.recommItemAffil img{max-width:100%}
.recommItemAffil:nth-child(1){
	
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.recommItemAffil:nth-child(6){
	border-right:1px solid #dfe1e5;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-khtml-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

.ratingside{
	min-height:100px;
	padding-top:15px !important;
	text-align: center;
}

.serviceDescr{
	width:100%;
	height:auto;
	margin-bottom:30px
}

.serviceDescr .servImgBord{
	width:30%;
	max-width:260px;
	height:auto;
	float:left;
}
.serviceDescr .servImgBord > div{
	margin-right:30px;
	border:1px solid #dfe1e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding:0 10px;
}
.serviceDescr .servImgBord img{
	margin:10px auto;
}

.serviceDescr .servDescrCont{
	height:auto;
}
.serviceDescr .servDescrCont p:first-child{line-height:1.65em;}
.serviceDescr .servDescrCont .title{clear:left; padding-top:15px;}

@media (min-width: 1200px) {
	.serviceDescr .servImgBord img{margin:50px auto;}
	.serviceDescr .servDescrCont{min-width:610px; float:left; width:70%;}
	.serviceDescr .servDescrCont p:first-child{line-height:inherit;}
	.serviceDescr .servDescrCont .title{clear:none; padding-top:0;}
}

@media (max-width: 479px) {
	.serviceDescr .servImgBord {display:none;}
}
.servDescrCont ul{
	width:100%;
	margin:20px 0 0 0;
	padding-left:0;
}
.servDescrCont ul li{
	display:block;
	width:49%;
	height:auto;
	list-style:none;
	float:left;
	margin:0;
	padding-right:1%;
	
}
.servDescrCont ul li:nth-child(2n+1) {
	clear:left;
}
.servDescrCont ul li img{
	display:block;
	float:left;
	width:36px;
	height:36px;
	margin-right:14px
}
.servDescrCont ul li a{
	text-decoration:underline;
	font-weight:bold
}
.servDescrCont ul li a:hover{
	text-decoration:none
}

.partners-table {
	color: #276dd4;
}

.partners-table td {
	border-top:0 !important;
	border-bottom:1px solid #dfe1e5 !important;
	width: 33%;
}

/*------PRODUSCTS-------------*/
.itemContainer{
	width:100%;
	height:100%;
	border:1px solid #dfe1e5;
	margin-bottom:20px
}
.itemPicBack{

	
	position:relative;
	background-color: #fff;
	border-right:1px solid #dfe1e5;
}
.itemOptionsBack  {
	width: 100%;
	float:left;
	background-color:#fdfcf6;
	overflow:hidden;
	position:relative;
}

.itemOptionsBackWhite {
	width: 100%;
	float:left;
	background-color:#fff;
	overflow:hidden;
	position:relative;
}

.itemDescrBack  {
	background-color:#fff;
	position:relative;
}
.itemPic{
	overflow:hidden;
	position:relative;
	float:left; 
	width:23%; 
	height:100%;
}
.itemPic img{width:100%}
.itemDescr{

	
	overflow:hidden;
	position:relative;
	padding:15px;
}

.title{
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px
}
.itemDescr .title{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px
}

.itemOptions{
	overflow:hidden;
	background-color:#fdfcf6;
	position:relative;
	padding:15px;
}	

.itemOptionsM2M {
	background-color:#fff;
}

.itemOptions ul{
	margin-left:0;
	padding-left:18px
}
.itemOptions ul li{
	margin-bottom:6px
}
.itemOptions a{
	font-size:13px;
	text-decoration:underline;
}

.itemOptionsLink{
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	margin:10px 0 0 20px
}

.itemOptions a:hover{
	text-decoration:none;
}
.itemPrice{
	margin-top:12px;
	font-size:20px
}
.itemPrice span{
	font-weight:bold
}
.itemPrice a{
	float:right;
	margin-top:-11px;
	padding-left:25px;
	padding-right:25px;
}

.newProduct{margin-bottom:28px}
.newProduct .red{color:#f00}
.newProduct a{text-decoration:underline; font-weight:bold}
.newProduct a:hover{text-decoration:none}

.video{margin:0 -15px; width:auto;}
.video h1{padding-bottom:20px !important; font-size:1.5em;}
.video h2{padding-bottom:20px !important}
.video .panel-blue> .panel-heading-sm-font{font-size:14px}
.video .panel-blue > .panel-body {border:none}

h1 span{font-weight:normal}
h2 span{font-weight:normal}
.video p span{text-decoration:underline; font-weight:bold}

.note p{width:60%; display:block; margin:20px auto 30px}
.note h1{font-size:1.5em;}

.serv .panel-body{min-height:350px}
.video-txt, .video-items> div {width:370px; float:left; margin:0 15px 15px 15px;}
.video-txt{float:left; border:none !important}
.video-items{max-width:800px !important; width:auto; margin:0; float:left;}
.video-items> div{float:left}

.bestseller,  .bestseller_esp{
	margin-top: 10px;
}
.bestseller img{
	max-width: 86px; 
	width: 100%;
	position: relative;
}
.bestseller span, .bestseller_esp span{
	position: absolute; 
	font-size: 8.75pt; 
	color: #fff; 
	top: 11px;  
	font-family: "Open Sans"; 
	font-style: normal; 
}

.bestseller_esp img{
	max-width: 93px; 
	width: 100%;
	position: relative;
}
.bestseller span{
	left: 13px; 
}

 .bestseller_esp span{ 
	left: 10px; 
}

/* MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX */
@media (max-width: 430px) {
	.bestseller_esp span{left: 5px; font-size: 7.9pt;}
	.bestseller span{left: 8px; font-size: 8.5pt;}
}

@media (max-width: 1220px) {
	.searchBox form{display:block; clear:right; margin-bottom:20px; width:95% !important}
	.searchBox #searchItem, .searchBox #searchItem2{width:70% !important}
}
@media (max-width: 1199px) {
	.serviceDescr{width:100% !important}

}

@media (max-width: 1216px) {	
	.itemPrice a{display:block; float:left; margin-top:30px}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.video .panel{width:30% !important}
	.video-items{width:66% !important}
	.video-items .panel{width:45% !important}
	.panel-heading-sm-font{font-size:11px !important}
}
@media (max-width: 1023px) {
	.video-txt{clear:left; width:97%}
	.video-items{width:90% !important; clear:left; float:none;  margin:0 auto !important}
	.video-items .panel{width:45%; float:left}
	.panel-heading-sm-font{font-size:11px !important}
}
@media (max-width: 1010px) {

	
	.searchBox form{width:49% !important; margin-top:20px !important}
	.searchBox #searchItem, .searchBox #searchItem2{width:65% !important; }
	.searchBox .btn-box a{width:100% !important;}
	

}
@media (max-width: 1008px) {
	.searchBox form{width:50% !important;}
	.searchBox #searchItem, .searchBox #searchItem2{width:70% !important}

}
@media (max-width: 992px) {
	.recommWrap{width:590px}
	
	.recommItem:nth-child(1){
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	-khtml-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	}
	.recommItem:nth-child(4){
	border-right:1px solid #dfe1e5;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	-khtml-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
	}
	.recommItem:nth-child(5){
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-khtml-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	}
	.recommItem:nth-child(8){
	-moz-border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
	-khtml-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
	}
}
@media (min-width: 993px) and (max-width: 1200px){
	.recommWrap{width:100% !important}
	.recommItem{width:12.5% !important}
	.recommWrapAffil{width:100% !important}
}

@media (max-width: 780px) {
	.searchBox span{display:block;}
	.searchBox form{display:block; float:left; width:100% !important; margin-bottom:20px}
	
}

@media (max-width: 650px) {
	.recommWrap{width:270px; margin:0 auto !important;}
	.recommItem{width:135px !important; height:80px}
	
	.recommItem:nth-child(1){
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	-khtml-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	}
	.recommItem:nth-child(2){
	border-right:1px solid #dfe1e5;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	-khtml-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
	}
	.recommItem:nth-child(4){
	
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	-khtml-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	}
	.recommItem:nth-child(5){
	
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	-khtml-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	}
	.recommItem:nth-child(6){
	border-right:1px solid #dfe1e5;

	}
	.recommItem:nth-child(7){
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-khtml-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	}
	.recommItem:nth-child(8){
	-moz-border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
	-khtml-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
	}
	
	.servDescrCont ul{width:100% !important}
	.servDescrCont li{clear:left; width:100% !important; margin:0 0 20px 0 !important; padding-bottom:0 !important; padding-top:0 !important}
	
	.recommWrapAffil{width:100% !important; margin:0 auto !important; text-align:center;}
	.recommItemAffil{width:33.3% !important; height:auto;}
	.recommAffil{width: auto; text-align:center;}

	.recommItemAffil:nth-child(1){
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	-khtml-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	}
	.recommItemAffil:nth-child(3){
	border-right:1px solid #dfe1e5;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	-khtml-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
	}
	.recommItemAffil:nth-child(4){
	
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-khtml-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	clear:left;
	}
	.recommItemAffil:nth-child(5){
	
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	-khtml-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	}
	
	.recommItemAffil:nth-child(6){
	-moz-border-radius: 0 0 10px 0 0;
	-webkit-border-radius: 0 0 10px 0;
	-khtml-border-radius: 0 0 10px 0;
	border-radius: 0  0 10px 0;
	}
	
}
@media (min-width: 683px) and (max-width: 723px) {
	.panel-heading-sm-font{font-size:10px !important}
}
@media (max-width: 683px) {
	.video-items {width:100%;}
	.video-items .panel{width:100% !important; max-width:370px; float:none; clear:left;  margin:20px auto 0 !important}
}
@media (max-width: 435px) {
	.searchBox span{font-size:15px;}
}
@media (max-width: 350px) {
	.itemPrice strong{font-size:20px}
	.searchBox span{font-size:13px;}
	.searchBox #searchItem, .searchBox #searchItem2{width:68% !important}
	.searchBox .btn{width:27% !important}
}
@media (min-width: 480px) {
	.itemPicBack{right:34%; float:left; width: 100%;}
	.itemDescrBack {float:left; right:43%; width:100%;}
	.itemPic{left:77%;}
	.itemDescr{float:left; width:34%; height:100%; left:77%;}
	.itemOptions{float:left; width:43%; left:77%;}
	.itemPrice{margin-top:50px; font-size:26px; line-height:32px;}
	
	
	.itemPicM2M {width:36%;}
	.itemDescrM2M {width:38%; }
	.itemOptionsM2M {width:26%;}
	.itemPicBackM2M{border-right:0 }
}

@media (max-width: 1024px) {
	.searchBox span{display:block;}
	.searchBox form{display:block; float:left !important; width:100% !important; margin-bottom:20px}
}


/*Product Page Layout*/
.productPic{
	overflow:hidden;
	position:relative;
	float:left; 
	width:40%; 
	height:100%;
	margin-top:30px;
}

.productDescr{
	overflow:hidden;
	position:relative;
	padding:15px;
}

.productDescr .title{
	display:block;
	font-size:22px;
	line-height:26px;
	font-weight:bold;
}

.productDescr .subtitle{
	padding-bottom:18px;
	border-bottom:1px solid #dfe1e5;
}

.productPrice{
	margin-top:33px;
	font-size:30px;
	margin-bottom:40px;
}

.productPrice a{
	margin-top:-11px;
	padding-left:25px;
	padding-right:25px;
}

.productOptions{
	overflow:hidden;
	position:relative;
	padding:15px;
}

.productOptions ul{
	margin-top:30px;
	margin-left:0;
	padding-left:0px
}
.productOptions ul li{
	margin-left:0;
	margin-bottom:6px
}
.productOptions a{
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}
.productOptions a:hover{
	text-decoration:none;
}

.productDetails{
	overflow:hidden;
	position:relative;
	padding-top:15px;
}

/*End Product Page Layout*/

/*Product Images*/
.productImgBox {
	width: 100%;
	text-align: center;
	position:relative;
}

.productImgThumbs {
	margin-top:15px;
	width: 100%;
	text-align: center;
}

.productImgPreview {
	height:100%;
	width: 100%;
	max-width: 300px;
	max-height: 300px;
	margin-bottom:20px;
	position:relative;
}

.productImgThumb {
	height:50px;
	margin-right:3px;
}

.productImgNormal {
	border:1px solid #ffffff;
}

.productImgSelected {
	opacity: 0.3;
	border:1px solid #ffffff;
}
/*End Product Images*/

/*Product page - Tabs*/
ul.productDetailsTabs {
	list-style-type: none;
	height: 52px;
	padding: 0px;
	margin: 0px;
	min-width: 300px;
}
 
li.productDetailsTab {
	float: left;
	background-color: #ebebeb;
	background: linear-gradient(#FDFCF5, #E8E6DC);
	border-radius: 10px 10px 0 0;
	border-right: 1px solid #dfe1e5;
	border-left: 1px solid #dfe1e5;
	border-top: 1px solid #dfe1e5;
	margin-right: 6px;
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	position: relative;
	top: 0;
	width: 20%;
	max-width: 150px;
	min-width: 94px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
}


li.productDetailsSelectedTab {
	float: left;
	border-radius: 10px 10px 0 0;
	border-right: 1px solid #dfe1e5;
	border-left: 1px solid #dfe1e5;
	border-top: 1px solid #dfe1e5;
	border-bottom: 1px solid #ffffff;
	margin-right: 6px;
	background-color: #ffffff;
	color: #000000;
	cursor: default;
	font-weight: bold;
	font-size: 15px;
	position: relative;
	top: 0;
	width: 20%;
	max-width: 150px;
	min-width: 94px;
	white-space: nowrap;
	height: 53px;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 700px) {	
	li.productDetailsTab {
		font-size: 9px;
		width: 17%;
		min-width: 60px;
	}
	li.productDetailsSelectedTab {
		font-size: 9px;
		width: 17%;
		min-width: 60px;
	}
}

.productDetailsTabContent {
	border: 1px solid #dfe1e5;
	border-radius: 0 10px 10px 10px;
	padding: 20px;
	margin: 0px;
	min-width: 300px;
}

.productDetailsTabContent a {
	text-decoration: underline;
}
/*End Product page - Tabs*/

/* Country pages*/
.countrySIM {
	height:auto;
	font-size:1em;
	border-bottom:1px solid #dfe1e5;
}
.countrySIMCont{
	padding:19px;
	margin: auto;
	width: 550px;
}
.countrySIMFlag {
	position: relative;
	float: left;
}
.countrySIMFlag div.countrySIMFlagSim {
	position: relative;
	top: -66px;
	left: 76px;
}
.countrySIMBuyButton {
	position: absolute;
	left: 35%;
	padding-top: 10px;
}
ul.countrySIMList {
	position: relative;
	left: 70px;
	width: 450px;
	margin:0 !important;
	padding-left:20px;
	color:#ffd14c;
}
ul.countrySIMList li {
	list-style-type:square;
}
ul.countrySIMList li span{
	color:black;
}

.countryInfo{
	clear: both;
	padding-top: 10px;
}

.countryCalling {
	display: inline-block;
	width: 90px;
	color: #0369A9;
	font-weight: bold;
	margin-left: 30%;
	padding: 0 0 10px 0;
}
#countryCallingTo {
	width: 230px;
	display: inline;
}

table.countryRatesTable {
	width: 100%;
	height: 100%;
	border: 0px;
	font-weight: bold;
}
table.countryRatesTable td {
	padding: 5px;
}
table.countryRatesTable u {
	text-decoration: none;
	border-bottom: 1px dashed;
}
td.countryRatesCellTitle {
	background-color: #DADADA;
}
td.countryRatesCellOSC {
	width: 150px;
	background-color: #49557B;
	text-align: center;
	color: #FFFFFF;
}
td.countryRatesCellVoip {
	background-color: #d9e2fe;
	text-align: center;
}

table.countryPENTable {
	width: 100%;
}
table.countryPENTable th {
	background-color: #49557B;
	text-align: center;
	width: 50%;
	color: #FFFFFF;
	font-size: 1.5ex;
	font-weight:  bold;
	padding: 2px;
}
table.countryPENTable td {
	background-color: #DADADA;
	font-size: 1.5ex;
	padding: 2px;
}
table.countryPENTable td:nth-child(odd) {
	font-weight: bold;
}

table.countryOperatorTable {
	width: 100%;
	border: 0px;
}
table.countryOperatorTable th {
	padding: 3px;
	font-weight: bold;
}
table.countryOperatorTable td {
	padding: 3px;
}

div.countryMap {
	position: relative;
	float: left;
}
div.countryMapInfo {
	position: relative;
	float: left;
}

.countrySIMFooter {
	height:auto;
	font-size:1em;
	border-bottom:1px solid #dfe1e5;
}
.countrySIMFooterCont{
	padding:9px;
	margin: auto;
	width: 100%;
}
.countrySIMFooterPicture {
	position: relative;
	float: left;
}
ul.countrySIMFooterInfo {
	position: relative;
	left: 50px;
	width: 100%;
	margin:0 !important;
	padding-left:20px;
	color:#ffd14c;
}
ul.countrySIMFooterInfo li {
	list-style-type:square;
}
ul.countrySIMFooterInfo li span{
	color:black;
}

.countrySIMFooterCart {
	width: 50%;
	position: relative;
	float: left;
}
.countrySIMFooterCartPicture {
	text-align: center;
}
.countrySIMFooterCartLabel {
	text-align: center;
	height: 50px;
}
.countryInfo1{
	clear: both;
	padding-top: 60px;
}
/*End Country pages*/

/*VPN page*/
.vpn-page .servDescrCont ul li {
	padding-right:10%;
	margin:2px 0 8px 0;
}

.vpn-page .btn1{
	width: 100%;
	text-align: center;
}
.vpn-page .btn1 .vpntext {
	width: 60%;
	margin: 20px auto;
	display:inline-block;
}

.vpn-page .btn1 a {
	width: 40%; 
	color: #445275; 
	font-size:26px;
	background: linear-gradient(#fbdc5f, #ffd958);
	border-color:#fbdc5f #fbdc5f #ffd958 #fbdc5f;
}
@media (max-width: 700px) {
	.vpn-page .btn1 {clear:left; width:100% !important; margin:0 0 20px 0 !important; padding-bottom:0 !important; padding-top:0 !important}
	.vpn-page .btn1 a{
		width: 80%; 
		font-size:20px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.vpn-page .btn1 a{
		font-size:26px;
	}
}
/*End VPN page*/


/*M2M front page*/
.m2m-panel div{
	text-align: center;
	min-height:170px;
}

.m2m-panel h3 a:hover {
	text-decoration: none;
}



.kit-img img{
	max-width: 150px;
}

.kit-img{
	text-align: center;
	padding: 15px 0;
}

.m2m-panel img {
	max-width: 150px;
	width:100%;
	height:auto;
} 

.m2m-table td {
	border-top: 0 !important;
    border-bottom: 1px solid #dfe1e5 !important;
	width:20%;
}


@media screen and (max-width: 990px) {
	.m2m-panel div{
		min-height: auto;
	}

.m2m-panel{
		min-height:359px;
	}
}

@media screen and (max-width: 767px) {
	.m2m-panel {
		min-height:auto;
	}
}

@media screen and (max-width: 520px) {
	.kit-img, .kit-text {
		width:100%;
	} 
	.kit-img img{
		max-width: 130px;
		padding:15px 0;
	}
	.kit-text {
		text-align: center;
	}
	.kit-text div {
		display: inline-block;
		text-align: left;
	}
	
	.m2m-table td {
		display: block;
		width:100%;
	}
}
@media screen and (max-width: 1200px) {
	.m2m-panel img {
		max-width: 130px;
		width: 100%;
		height:auto;
	} 
}
/*End M2M front page*/