@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArialRoundedMTBoldBold';
    src: url('../fonts/616.eot');
    src: url('../fonts/616.eot') format('embedded-opentype'),
         url('../fonts/616.woff2') format('woff2'),
         url('../fonts/616.woff') format('woff'),
         url('../fonts/616.ttf') format('truetype'),
         url('../fonts/616.svg#ArialRoundedMTBoldBold') format('svg');
}
@font-face {
  font-family: 'BookmanOldStyle';
  src: 	url('../fonts/BookmanOldStyle.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/BookmanOldStyle.woff') format('woff'),
		url('../fonts/BookmanOldStyle.ttf')  format('truetype'),
		url('../fonts/BookmanOldStyle.svg#BookmanOldStyle') format('svg');
  font-weight: normal;
  font-style: normal;
}




@font-face {
  font-family: 'SwitzerlandLightPlain';
  src: url('../fonts/SwitzerlandLightPlain.eot') format('embedded-opentype'),
  	   url('../fonts/SwitzerlandLightPlain.woff') format('woff'), 
	   url('../fonts/SwitzerlandLightPlain.ttf')  format('truetype'), 
	   url('../fonts/SwitzerlandLightPlain.svg#SwitzerlandLightPlain') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'SwitzerlandLightPSMT';
    src: url('../fonts/SwitzerlandLightPSMT.eot');
    src: url('../fonts/SwitzerlandLightPSMT.eot') format('embedded-opentype'),
         url('../fonts/SwitzerlandLightPSMT.woff2') format('woff2'),
         url('../fonts/SwitzerlandLightPSMT.woff') format('woff'),
         url('../fonts/SwitzerlandLightPSMT.ttf') format('truetype'),
         url('../fonts/SwitzerlandLightPSMT.svg#SwitzerlandLightPSMT') format('svg');
}


@font-face {
  font-family: 'VistaSansBold';
  src: url('../fonts/VistaSansBold.eot') format('embedded-opentype'),
  	   url('../fonts/VistaSansBold.woff') format('woff'), 
  	   url('../fonts/VistaSansBold.ttf')  format('truetype'), 
	   url('../fonts/VistaSansBold.svg#VistaSansBold') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'VistaSansBook';
  src: url('../fonts/VistaSansBook.eot') format('embedded-opentype'),
  	   url('../fonts/VistaSansBook.woff') format('woff'), 
	   url('../fonts/VistaSansBook.ttf')  format('truetype'), 
	   url('../fonts/VistaSansBook.svg#VistaSansBook') format('svg');
  font-weight: normal;
  font-style: normal;
}





body{
	margin:0px;
	padding:0px;
	font-family: 'VistaSansBook';
	
}
.hedder{
	float:left;
	width:100%;
	position:fixed;
	background:#ffffff;	
	z-index:888;
}
input{
	font-family: 'VistaSansBook' !important;
}
.maininner{
	margin:0 auto;
	position:relative;
	width:925px;
}
.hedderlogo{
	float:left;
	padding-top:3px;
}
.hedderlogo img{
	cursor:pointer;
}
.hedderrightpanel{
	float:right;
	width:185px;
	margin-bottom:9px;
  margin-top: 13px;
}
.hedderrightpanelmargin {
	margin-top:90px !important;
}
.heddermenu{
	float:left;
	margin-top:67px;
	padding-left:23px;
}
.heddermenu ul{
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
}
.heddermenu li{
	float:left;
}
.heddermenu li a{
	float:left;
	color:#173249;
	font-size:15px;
	padding:0px 7px;
	font-family: 'VistaSansBold';
}
.heddermenu li a:hover{
	text-decoration:none;
}
.heddermenu span{
	width:5px;
	float:left;
	height:5px;
	background:#ec6502;
	border-radius:20px;
	margin-top:10px;
}
.hedderrightsearch{
	padding:8px 10px;
	display:inline-block;
	margin-left:5px;
	background:#d9dada;
	font-size:11px;
	color:#575656;
	/*width:85px;*/
	width:97%;
	margin-bottom:3px;
	position:relative;
	cursor:pointer;
	text-transform:uppercase;
	overflow: hidden;
  	text-overflow: ellipsis;
    white-space: nowrap;
	font-family: 'VistaSansBold';
	font-size:9px;
}
.hedderrightsearch:hover{
	color:#575656;
	text-decoration:none;
}
.hedderrightsearch span{
	margin-right:5px;
}
.hedderrightbutton1{
	padding:10px 10px;
	display:inline-block;
	margin-left:5px;
	background:#a7147e;
	font-size:9px;
	color:#fff;
	text-transform:uppercase;
	width:85px;
	font-family: 'VistaSansBold';
	border:none;
}
.hedderrightbutton2{
	background:#f69200;
}
.hedderyellowline{
	position:absolute;
	width:73%;
	float:right;
	right:0px;
	border-bottom:#f69200 6px solid;
	bottom:6px;
}

.conternt{
	width:100%;
	float:left;
	min-height:650px;
	/*margin-top:150px;*/
    margin-top:125px
}
.hometestimonial{
	width:100%;
	float:left;
	background:#a7147e;
	min-height:146px;
}
.hometestimonial-home{
	width:100%;
	float:left;
	/*background:#a7147e;*/
	min-height:150px;
	margin-top:15px;
}
.page2testimonial{
	width:100%;
	float:left;
	background:#ffcc00;
	min-height:146px;
}
.page3testimonial{
	width:100%;
	float:left;
	background:#ec6502;
	min-height:146px;
}
.page4testimonial{
	width:100%;
	float:left;
	background:#afca05;
	min-height:146px;
}
.firsttestimonialtext{
	width:88%;
	float:left;
	font-size:27.5px;
	color:#fff;
	font-family: 'SwitzerlandLightPSMT';
	overflow: hidden;
	margin-top:13px;
	text-overflow:ellipsis;
	white-space:nowrap;	
}
.firsttestimonialtextdiv{
	float: left;
	padding:40px 0 0;
	position: relative;
	width:60%;
	z-index: 1;
}
.firsttestimonialtextimg{
	float: left;
	margin-right: 10px;
	margin-top:7px;
	vertical-align: middle;
}
.firsttestimonialimg{
	float: right;
    margin-top: 0px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index:0;
}
.testiarrowleft{
	background:none !important;
	top:37.5% !important;
	width:30px !important;
	left:10% !important;
	opacity:1 ;
}
.testiarrowright{
	background:none !important;
	top:37.5% !important;
	width:30px !important;
	right:10% !important;
	opacity:1 ;
}
.carousel-indicatorsnw {
   /* bottom: -6px !important;*/
    position: relative;
    top: -35px;
    z-index: 1;
	margin-left:-33% !important;
}
.carousel-indicatorsnw li{
	background:#173249 ;
	border:none;
	height:12px;
	width:12px;
	margin:0px 1px;
}
.carousel-indicators .active{
	background:#fff ;
}
.homesearchrow{
	width:100%;
	float:left;
	background:#173249;
	padding:10px 0px;
	position: fixed;
    z-index: 1;
	
}
.homesearchrow-home{
	width:100%;
	float:left;
	background:#173249;
	padding:3px 0px;
	position:fixed;
  	z-index:999;
	top:99px;
}
.homesearchrowtext{
	float:left;
	font-size:15.5px;
	color:#fff;
	font-family: 'VistaSansBook';
	text-transform:capitalize;
	padding:5px;
	margin-top:4px;
	
}
.homesearselectdiv{
	float:left;
	width:208px;
	margin:8px 30px 0px 40px;
	position: relative;
}
.homesearselect{
	padding:0px;
	float:left;
	width:208px;
	font-size:12px;
	height:23px;
	color:#838383;
	border:#c6c8cc 1px solid;
}

/*.select_arrow:before {
    background: url("../../img/drop_down_arrow.png") no-repeat scroll center center #ffffff;
    content: "";
    display: block;
    height: 26px;
    margin-right: 1px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0px;
    width: 24px;
}*/
.select_arrow:before {
    background: url(../images/drop_down_arrow.png) no-repeat scroll center center #ffffff;
    content: "";
    display: block;
    height: 23px;
    margin-right: 0px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0px;
    width: 23px;
}

.select_arrow:after {
    border-bottom: 1px solid #dddddd;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 1px; 
}
.homeseartextboxdiv{
	width:40%;
	float:left;
	margin-top:8px;
}
.homeseartextbox{
	width:100%;
	font-family: 'VistaSansBook';
	float:left;
	padding:0px 3px !important;
	height:23px;
	font-size:14px;
	color:#333333 !important;
}
.homesearchrowimg{
	float:left;
	margin-left:10px;
	cursor:pointer;
}
.homesearchrowimg img{
	width:60%;	
	margin-top:7px;
}
.conterntblock3{
	width:100%;
	float:left;
	padding:30px 0px;
}
.conterntblock3first{
	width:35%;
	float:left;
}
.conterntblock3second{
	width:30%;
	float:left;
}
.conterntblock3firstleft{
	width:30%;
	float:left;
}
.conterntblock3firstleftimg{
	width:100%;
	float:left;
	text-align:center;
}
.conterntblock3firstlefttext{
	width:100%;
	float:left;
	text-align:center;
	font-size:24px;
	font-family: 'SwitzerlandLightPSMT';
	color:#878786;
	text-transform:uppercase;
}
.conterntblock3firstlefttext span{
	color:#a7147e;
}
.conterntblock3menu{
	width:70%;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.conterntblock3menu ul{
	width:100%;
	padding:0px;
	list-style:none;
	float:left;
}
.conterntblock3menu ul li{
	width:100%;
	float:left;
	margin-bottom:0px;
}
.conterntblock3firstleft img{
	width:80%;
}
.conterntblock3menu ul li a {
	font-size:14.5px;
	color:#878786;
	float:left;
	font-family: "VistaSansBook";
	text-transform:capitalize;
	verflow: hidden;
  	text-overflow: ellipsis;
    white-space: nowrap;
	width:100%;
	word-wrap: break-word;
	overflow:hidden;
	
}
.conterntblock3menu ul li span{
	float:left;
	margin-right:10px;
}
.conterntblock4{
	width:100%;
	float:left;
	position:relative;
}
.conterntblock4left{
	width:50%;
	float:left;
	min-height:270px;
	background:#f69200;
	position:absolute;
	height:100%;
}
.conterntblock4right{
	width:50%;
	min-height:295px;
	float:right;
	background:#ec6502;
	position:relative;
}
.conterntblock4conternt{
	position:absolute;
	top:10px;
	float:left;
	width:50%
}
.conterntblock4conterntleft{
	width:100%;
	float:left;
	padding-top:20px;
}
.conterntblock4conterntright{
	width:440px;
	float:left;
	padding-top:20px;
}
.conterntblock4demoimgandtext{
	margin-left:20px;
	width:120px;
	float:left;
}
.conterntblock4conterntleftvideo{
	float:right;
	box-shadow:#945b00 0px 10px 9px 0px;
	width:100%;
	height:100%;
	margin-top:0px;
}
.conterntblock4demoimg{
	width:100%;
	float:left;
	text-align:center;
}
.conterntblock4demotitle{
	width:100%;
	float:left;
	text-align:center;
	font-size:27px;
	font-family: 'SwitzerlandLightPSMT';
	text-transform:uppercase;
	color:#fff;
}
.conterntblock4demotext{
	width:100%;
	float:left;
	text-align:center;
}

.conterntblock4demotext a{
	font-family: 'VistaSansBook';
	color:#fff;	
	font-size:9px;
}

.conterntblock4conterntrightimg{
	float:left;
	margin-left:65px;
}
.conterntblock4conterntrightform{
	width:290px;
	float:right;
	margin-top:13px;
	position:relative;
}
.conterntblock4conterntleftvideo img{
	width:100%;	
}
.conterntblock4righttitle{
	width:100%;
	float:left;
	font-size:27px;
	text-transform:uppercase;
	color:#fff;
	font-family: 'SwitzerlandLightPSMT';
	
}
.conterntblock4righttext{
	width:100%;
	float:left;
	font-size:9px;
	color:#fff;
	margin-bottom:5px;
	font-family: 'VistaSansBook';
	
}

.conterntblock4input{
	width:100%;
	float:left;
	margin-bottom:5px;
}
.conterntblock4textbox{
	width:100%;
	float:left;
	background:#d9dada;
	border:none;
	border-radius:5px;
	font-size:9px;
	font-family: 'VistaSansBook';
	color:#333;
	padding:0px 8px;
	height:30px;
}
.conterntblock4button{
	padding:5px 10px;
	font-size:14px;
	color:#fff;
	float:right;
	border:1px solid #9b1780;
	background:#a7147e;
	font-family: 'VistaSansBook';
}
.conterntblock3firstmapdivouter{
	width:56%;
	float:right;
}
.conterntblock3firstmapdiv{
	float:left;
	
}
.onterntblock4rightarrow{
	width:100%;
	float:left;
	text-align:center;
	position:absolute;
	top:-36px;
}
.footer{
	float:left;
	background: #3e3e3d ;
	width:100%;
	background:url(../../img/footer_BG.png)  #3e3e3d repeat;
	
}
.footerinner{
	float:left;
	padding:40px 0px 10px;
	width:100%;
}
.footermiddlemenu{
	/*width:50%;*/
	width:100%;
	float:left;
}
.footermiddlemenu ul{
	width:100%;
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
}
.footermiddlemenu li{
	/*width:50%;*/
	margin-right: 10px;
    width: 40%;
	float:left;
}
.footermiddlemenu li span{
	width:100%;
	border-top:1px solid #000;
	border-bottom:#725169 2px solid;
	float:left;
}
.footermiddlemenu li a{
	width:100%;
	float:left;
	font-family: 'VistaSansBook';
	font-size:13px;
	color:#fff;
}
.footermiddle{
	width:50%;
	float:left;
	
}
.footerleft{
	float:left;
    margin-right:20px;
}
.footermiddletext{
	width:100%;
	float:left;
	margin-top:10px;
	color:#fff;
	font-size:13px;
	font-family: 'VistaSansBook';
}
.footermiddletext a{
	font-size:13px;
	color:#fff;
	font-family: 'VistaSansBook';
	padding-right:10px;
	padding-left:10px;
}
.footermiddletext a:first-child{
	padding-left:0px;
}
.footermiddletext a:hover{
	font-size:13px;
	text-decoration:none;
	color:#fff;
}
.footerright{
	float:right;
	
}
.footerright a{
	float:left;
	margin-left:5px;
}
.icon-bar {
    background: none repeat scroll 0 0 #ffffff !important;
    border-radius: 3px;
    float: left;
    height: 2px !important;
    margin-top: 5px;
    width: 100%;
	display:inline-block !important;
}
.footermiddlemenu li a:hover{
	text-decoration:none;
	cursor:pointer;
}
.conterntblock3menu ul li a:hover{
	text-decoration:none;
}
.convideodiv{
	width:100%;
	height:100%;
}
.hedderrightsearchmenu{
	background: none repeat scroll 0 0 #d9dada;
    border-radius: 5px;
    left: -30px;
	padding-top:10px;
    padding-bottom: 10px;
    position: absolute;
    top: 27px;
    width: 144px;
	z-index:999;
	opacity:0;
	
}
.hedderrightsearch:hover .hedderrightsearchmenu{
	opacity:1;
}
.hedderrightsearchmenu ul{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
}
.hedderrightsearchmenu ul li{
	width:100%;
	float:left;
	border-bottom:#fff 1px solid;
	
}
.hedderrightsearchmenu ul li:last-child{
	border-bottom:none;
	
}
.hedderrightsearchmenu ul li a{
	width:100%;
	float:left;
	font-size:14px;
	color:#173249;
	padding:5px 0px;
	text-align:center;
}
.hedderrightsearchmenu ul li a:hover{
	text-decoration:none;
}
.firsttestimonialtext2{
	color:#173249;
}
.firsttestimonialtext3{
	color:#a7147e;
}
.page5secondiv{
	 background: none repeat scroll 0 0 #a7147e;
    float: left;
    min-height: 90px;
    width: 100%;
}
.page5secondivleftimg{
	float:left;
}
.page5secondivtext{
	color: #fff;
    float: left;
    font-family: 'SwitzerlandLightPSMT';
    font-size: 28.5px;
	padding-top:25px;
	margin-left:10px;
    text-transform: capitalize;
    
}
.page5secondivrightimg{
	float:right;
}
.buscapage5middle{
	width:100%;
	float:left;
	padding-bottom:10px;
}
.buscapage5middleleft{
	width:22%;
	float:left;
	min-height:100px;
	padding-top:30px;
	padding-right:30px;
}
.buscapage5middlecenter{
	width:58%;
	float:left;
	min-height:100px;
	margin-top:20px;
	padding:0px 10px 50px 10px;
	border-left:#1a1a18 1px dotted;
	border-right:#1a1a18 1px dotted;
}
.buscapage5middleright{
	width:20%;
	padding-left:15px;
	float:left;
	min-height:100px;
}
.buscapage5middleleftfirst{
	width:100%;
	float:left;
}
.buscapage5middleleftfirsttitle{
	width:100%;
	float:left;
	font-size:18px;
	text-transform:uppercase;
	color:#878786;
}
.buscapage5middleleftfirstsparte{
	width:100%;
	float:left;
	background:#ececec;
	height:16px;
	margin:10px 0px;
}
.buscapage5middleleftfirsttext{
	width:100%;
	float:left;
	font-size:12px;
	color:#878786;
	text-transform:capitalize;
}
.buscapage5middleleftfirsttext span{
	float:right;
}
.buscapage5middleleftsecond{
	width:100%;
	border-top:#b1b2b3 1px solid;
	padding-top:10px;
	margin-top:10px;
	float:left;
	position:relative;
}
.buscapage5middleleftsecondtitle{
	margin:15px 0px;
	float:left;
	font-size:14px;
	color:#173249;
	font-family: 'open_sansbold';
}
.buska5checkboxandtext{
	width:100%;
	float:left;
	font-size:12px;
	color:#173249;
}
.buska5checkbox{
	margin-right:5px !important;
	float:left;
}
.buscapage5middleleftsecondtop{
	width:100%;
	float:left;
}
.plusimg{
	float:right;
	position:absolute;
	bottom:0px;
	right:0px;
	
}
.vertodays{
	float:right;
	font-size:11px;
	color:#173249;
	text-transform:uppercase;
	position:absolute;
	top:5px;
	right:0px;
	
}
.buscapage5leftlastsprate {
    background: none repeat scroll 0 0 #ececec;
    float: left;
    height: 25px;
    width: 100%;
	margin-top:10px;
}
.buscapage5middlecenterfirst{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.buscapage5middlecenterfirstleft{
	float:left;
	width:48%;
	cursor:pointer;
}
.buscapage5middlelefttop{
	float:left;
	width:100%;
}
.buscapage5middleleftbuttom{
	float:left;
	width:100%;
	background: none repeat scroll 0 0 #ececec;
    float: left;
    height: 25px;
    margin-top:10px;
}
.buscapage5middlelefttopimg{
	float:left;
}
.buscapage5middlrighttexdiv{
	float:right;
	width:70%;
}
.buscapage5middlrighttexdivtitle{
	width:100%;
	float:left;
	font-size:12.5px;
	font-family: 'VistaSansBold';
	color:#a7147e;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;

}
.buscapage5middlrighttexdivsubtitle{
	width:100%;
	float:left;
	font-size:12px;
	font-family: 'open_sanssemibold';
	color:#6e6e6e;
	text-transform:uppercase;
	margin-top:20px;
}
.buscapage5middlrighttexdivtext{
	width:100%;
	float:left;
	font-size:14px;
	color:#6e6e6e;
}
.buscapage5middlecenterfirstright{
	width:48%;
	float:right;
	cursor:pointer;
}
.buscapage5middlerighttext{
	width:100%;
	float:left;
	font-size:18px;
    font-family: 'SwitzerlandLightPSMT';
	text-align:center;
	text-transform:uppercase;
	color:#173249;
	margin:10px 0px;
}
.buscapage5middlerightmenu{
	width:100%;
	float:left;
}
.buscapage5middlerightmenu ul{
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
.buscapage5middlerightmenu li{
	width:100%;
	float:left;
}
.buscapage5middlerightmenu li a{
	width:100%;
	float:left;
	font-size:12px;
	color:#000;
	margin-bottom:5px;
	padding:5px;
	background:#dddede;
	line-height:30px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.buscapage5middlerightmenu li a span{
	height:30px;
	width:30px;
	color:#fff;
	background:#ec6502;
	border-radius:30px;
	text-align:center;
	float:left;
	margin-right:10px;
	padding-top:5px;
	line-height:20px;
}
.buscapage5middlerighttopimg{
	width:100%;
	float:left;
	text-align:center;
}
.buscapage5middlecenterfirstright:hover .buscapage5middlrighttexdivtitle{
	text-decoration:underline;
	color:#173249
}
.buscapage5middlecenterfirstleft:hover .buscapage5middlrighttexdivtitle{
	text-decoration:underline;
	color:#173249
}
.buscapage5middlecenterfirstright:hover .buscapage5middleleftbuttom{
	/*background:#ffcc00;*/
}
.buscapage5middlecenterfirstleft:hover .buscapage5middleleftbuttom{
	/*background:#ffcc00;*/
}
.buscapage5middlerightmenu li a:hover{
	text-decoration:none;
}
.carousel {
    height: 150px;
    margin-top:0px;
    position: relative;
}
.carousel-inner {
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.page6searchrow {
    background: none repeat scroll 0 0 #173249;
    float: left;
    min-height:30px;
    width: 100%;
	margin-top:0px;
}
.busca6tcontop{
	width:100%;
	float:left;
	border-bottom: 1px solid #ddd;
}
.busca6tcontopleft{
	/*width:40%;*/
	width:50%;
	float:left;
	margin-top:30px;
}
.busca6tcontopleftfirst{
	width:100%;
	float:left;
	margin-bottom:5px;
}
.busca6tcontopleftfirst label{
	width:50%;
	float:left;
	color:#000;
	font-family: 'VistaSansBook';
	font-size:15.5px;
	font-weight:normal;
}
.busca6tcontopleftfirstinput{
	width:46%;
	float:left;
	color: #838383;
    font-size: 14px;
}
.busca6tcontopleftfirsttextbox{
	width:100%;
	border:#c5c6c6 1px solid;
	padding:5px;
	float:left;
}
/*.page6selectdiv{
	float:left;
	width:100%;
	position:relative;
}*/
.page6selectdiv{
	float: left;
    overflow: hidden;
    position: relative;
    /*width: 186px;*/
	width: 100%;
	/*border:1px solid #c5c6c6;*/
}
.page6select {
    border: 1px solid #c6c8cc;
    color: #838383;
    float: left;
    font-size: 14px;
    padding: 2px;
   /* width: 220px;*/
    width: 100%;
}
.busca6tcontopright{
	float:right;
}
.busca6tcontoprighttext{
	display:inline-block;
	font-family: 'SwitzerlandLightPSMT';
    font-size: 24px;
	color:#878786;
	text-transform:uppercase;
	margin-top:20px;
	margin-right:10px;
	text-transform:uppercase;
}
.busca6tcontopright span{
	float:right;
}
.busca6tcontopbuttondiv{
	float: right;
    text-align: right;
    width: 100%;
}
.busca6tcontopbutton1{
	display:inline-block;
	padding:7px 10px;
	background:#c5c6c6;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	margin-left:5px;
	border:none;
}
.busca6tcontopbutton2{
	display:inline-block;
	padding:7px 10px;
	background:#a7147e;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	margin-left:5px;
	border:none;
}
.page6bluebutton{
	float:right;
	padding:7px 10px;
	background:#173249;
	color:#fff;
	border:none;
	font-family: 'VistaSansBold';
	font-size:15.5px;
	margin-right: 5px;
}
.buscapage6content {
    float: left;
    padding-bottom: 30px;
    width: 100%;
	min-height:400px;
}
.busca7tcontopright {
    float: right;
	position:absolute;
	right:0px;
}
.busca7tcontentform{
	width:100%;
	float:left;
	position:relative;
}
.busca7tcontopleftfirst{
  width:40%;
  float:left;
}
.buscapage7content {
    float: left;
    padding-bottom: 30px;
    width: 100%;
}
.busca7tcontopleftfirst {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.busca7tcontopleftfirst  label {
    color: #000;
    float: left;
    font-size: 15px;
    width: 21%;
	font-weight:normal;
}
.busca7tcontopleftfirstinput {
    float: left;
    width: 79%;
}
.busca7tcontopleftfirstleft{
	width:25%;
	float:left;
}
.buskabpage7textarea{
	min-height:130px;
	resize:none;
}
.busca7imgandimporter{
	font-family: 'VistaSansBook';
	font-size:15.5px;
	color:#000;
	float:left;
	line-height:50px;
	width:100%;
}
.busca7imgandimporter span{
	float:left;
	margin-right:10px;
}
.busca7tcontopleftfirstleftnew{
	width:30%;
	float:left;
}
.busca7tcontopleftfirstleftmarigin{
	margin:0px 5%;
}
.busca7tcontopleftfirstlefttile{
	font-size:16px;
	color:#000;
	float:left;
	margin-bottom:10px;
	width:100%;
}
.buskaplusimgnadedit{
	float:right;
	margin-top:5px;
}
.buska7textandtextox{
	width:100%;
	float:left;
	margin-bottom:5px;
}
.buska7textandtextox label{
	
	float:left;
	font-size:14px;
	color:#000;
	width:40%;
	font-weight:normal;
}
.buska7textboxouter{
	width:60%;
	float:right;
	
}
.busca7smalltextbox {
    border: 1px solid #c5c6c6;
    float: left;
    padding: 0;
    width: 100%;
}
.buska7boxfirst{
	width:100%;
	float:left;
}
.buska7textboxleft{
	width:50%;
	float:left;
}
.buska7smalltextboxouter {
    float: right;
    width: 60%;
}
.busca7tcontentformradioouter{
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}

.signup_radio {
    float: left;
    margin-top: 7px;
    width: 120px;
}

.radio_button {
    display: none;
}
.radio_button + label {
    color: #000000;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
	font-weight:normal;
	
}
.radio_button + label span {
    background: url("../../img/radio_inactivve.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 11px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 15px;
}
.radio_button:checked + label span {
    background: url("../../img/radio_active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.signup_radio_pic{
	width:100%;
	float:left;
	position:relative;
	height: 40px;
	margin-bottom:0px;
	display:table;
}
.tipocurso_radio_pic{
	float: left;
    height: 45px;
    position: relative;
    width: 32%;
	display:table;
}
.radio_button_pic{
	float: left;
    height: 32px;
    opacity: 0;
    width: 32px;
	cursor:pointer;
	margin:0 !important;
	position:absolute;
}

.labeltxt{
    margin-left: 29px;
    width: auto;	
	display:table-cell !important;
	float:none !important;
	vertical-align:middle;
	position:relative !important;
}
.labeltxtinner{
	vertical-align:middle;
	display:table-cell;
	height:36px;
}
.radionimgop:checked + label .labeltxt{
	color: #f69200 !important;
    overflow: hidden;
	display:table-cell;
    width:145px;
	/*padding-left:10px;*/
}
.signup_radio_pic .labeltxt{
	float:none !important;
	overflow: hidden;
    width: 145px;
	padding-left:10px;
	display:table-cell;
	vertical-align:middle;
}
.tipocurso_radio_pic .labeltxt{
	float:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	position: absolute;
	left:10px;
	top: 0;
    width: 78%;
}
.busca7tcontentformradioouter .radionimgsrc{	
	border:#ffffff 1px solid;
	padding:3px;
	border-radius:30px;
	display:table-cell;
	float:none !important;
	vertical-align:middle;
}
.radionimgop:checked + label .radionimgsrc{
	border:#f69200 1px solid;
	padding:3px;
	border-radius:30px;
}
.radio_button_pic + label {
    color: #000000;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
	font-weight:normal;
	
}

.radio_button_pic + label span#ip1 {
    background: url("../../img/idiomas-in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height:32px;
    margin:0 0px 0 0px;
    vertical-align: middle;
    width: 32px;
	float:left;
}
.radio_button_pic:checked + label span#ip1 {
    background: url("../../img/idiomas.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.radio_button_pic + label span#ip2 {
    background: url("../../img/artey-in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height:32px;
    margin:0 0px 0 0px;
    vertical-align: middle;
    width: 32px;
	float:left;
}
.radio_button_pic:checked + label span#ip2 {
    background: url("../../img/artey.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.radio_button_pic + label span#ip3 {
    background: url("../../img/musicay-in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height:32px;
    margin:0 0px 0 0px;
    vertical-align: middle;
    width: 32px;
	float:left;
}
.radio_button_pic:checked + label span#ip3 {
    background: url("../../img/musicay.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.radio_button_pic + label span#ip4 {
    background: url("../../img/technologia-in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height:32px;
    margin:0 0px 0 0px;
    vertical-align: middle;
    width: 32px;
	float:left;
}
.radio_button_pic:checked + label span#ip4 {
    background: url("../../img/technologia.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.radio_button_pic + label span#ip5 {
    background: url("../../img/asignature-in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height:32px;
    margin:0 0px 0 0px;
    vertical-align: middle;
    width: 32px;
	float:left;
}
.radio_button_pic:checked + label span#ip5 {
    background: url("../../img/asignature.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.radio_button_pic + label span#ip6 {
    background: url("../../img/depotes-in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height:32px;
    margin:0 0px 0 0px;
    vertical-align: middle;
    width: 32px;
	float:left;
}
.radio_button_pic:checked + label span#ip6 {
    background: url("../../img/depotes.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.radio_button_pic + label span#ip7 {
    background: url("../../img/examanes-in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height:32px;
    margin:0 0px 0 0px;
    vertical-align: middle;
    width: 32px;
	float:left;
}
.radio_button_pic:checked + label span#ip7 {
    background: url("../../img/examanes.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}



.radio_button_pic + label span#ip8 {
    background: url("../../img/clase_grupal_in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height:32px;
    margin:0 0px 0 0px;
    vertical-align: middle;
    width: 32px;
	float:left;
}
.radio_button_pic:checked + label span#ip8 {
    background: url("../../img/clase_grupal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.radio_button_pic + label span#ip9 {
    background: url("../../img/adomicilio_in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height:32px;
    margin:0 0px 0 0px;
    vertical-align: middle;
    width: 32px;
	float:left;
}
.radio_button_pic:checked + label span#ip9 {
    background: url("../../img/adomicilio.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.radio_button_pic + label span#ip10 {
    background: url("../../img/virtual_in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height:32px;
    margin:0 0px 0 0px;
    vertical-align: middle;
    width: 32px;
	float:left;
}
.radio_button_pic:checked + label span#ip10 {
    background: url("../../img/virtual.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.radio_button_pic + label span#ip11 {
    background: url("../../img/clase_individual_in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height:32px;
    margin:0 0px 0 0px;
    vertical-align: middle;
    width: 32px;
	float:left;
}
.radio_button_pic:checked + label span#ip11{
    background: url("../../img/clase_individual.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.radio_button_pic + label span#ip12{
    background: url("../../img/lugas_figi_in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height:32px;
    margin:0 0px 0 0px;
    vertical-align: middle;
    width: 32px;
	float:left;
}
.radio_button_pic:checked + label span#ip12 {
    background: url("../../img/lugas_figi.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}






.busca7tcontopright span {
    float: right;
}
.busca7profielphoto{
    float: left;
    left: 55%;
    min-height: 155px;
    position: absolute;
    top: 77px;
    width: 115px;
}
.busca7tcontopleftfirsttextbox {
    border: 1px solid #c5c6c6;
    float: left;
    padding: 2px;
    width: 100%;
}
.busca7profielphototext{
	width:100%;
	float:left;
	font-family: 'VistaSansBook';
	font-size:15.5px;
	color:#333;
}
.busca7profielphotoimg{
	width:100%;
	float:left;
    height:105px;
	border:#173249 1px solid;
	background:#cbdbec;
	position:relative;
	text-align:center;
	display:table;
}
.busca7profielphotoimgmiddle{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.busca7profielphotoimgedit{
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:14px;
	color:#333;
	cursor:pointer;
}
.busca7profielphotoimgedit:hover{
	color:#333;
}
.busca7profielphotoimgedit span{
	float:right;
	padding-left:3px;
	margin-left:3px;
	border-left:#333 1px solid;
}
.page8borderdiv {
    background: none repeat scroll 0 0 #cbdbec;
    float: left;
    margin-top: 20px;
    min-height: 30px;
    width: 100%;
}
.page8topdiv{
	width:100%;
	float:left;
	padding-top:20px;
	padding-bottom:10px;
}
.page8topdivleft{
	margin-right:10px;
	font-size:16px;
	color:#000;
	float:left;
	width: 120px;
}
.page8topdivright{
	width:70%;
	float:left;
	border-left:#ddd 2px solid;
	padding-left:20px;
}
.page8topdivright ul{
	 float: left;
    list-style: outside none none;
    padding: 0;
    width: 100%;
}
.page8topdivright ul li{
	width:50%;
	float:left;
	margin-bottom: 7px;
}
.page8topdivrightimg{
	float:left;
}
.page8topdivrighttext{
	color: #000;
    float: left;
    font-size: 16px;
	margin-left:15px;
	line-height: 17px;
	width:60%;
}
.page8middle{
	float:left;
	width:100%;
}
.page8middlephotodiv {
    float: right;
    min-height: 155px;
    width: 115px;
}
.page8middleleft{
	float:left;
	width:85%;
}
.busca8tcontopleftfirsttextbox {
    border: 1px solid #c5c6c6;
    float: left;
    padding: 2px;
    width: 75%;
}
.busca7tcontopleftfirstleft {
    float: left;
    width: 30%;
}
.page8topdivright2 {
    border-left: 2px solid #ddd;
    float: left;
    padding-left: 20px;
    width: 70%;
}
.page8topdivright2 ul {
    float: left;
    list-style: outside none none;
    padding: 0;
    width: 100%;
}
.page8topdivright2 ul li {
    float: left;
    margin-bottom: 7px;
    width: 33.33%;
}
.busca8pagetextarea{
	resize:none;
	height:100px;
}
.page8last{
	width:100%;
	float:left;
	padding-top:20px;
}
.page8lastleft{
	width:80%;
	float:left;
}
.page8lastright{
	margin-top:25px;
	float:right;
}
.page8_radio {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.page8lastrate{
	float:left;
}
.page8lastratevalue{
	 color: #000;
    float: left;
    font-size: 15px;
    font-weight: normal;
	margin-right:5px;
}
.page8lastratevaluetextbox{
	border: 1px solid #c5c6c6;
    float: left;
    padding: 2px;
    width: 110px;
}
.page8lastratepercio{
	color: #000;
    float: left;
    font-size: 15px;
    font-weight: normal;
	margin-right:5px;
}
.page8lastleftfirst{
	width:100%;
	float:left;
	margin-bottom:7px;
}
.page8lastratevaluetextbox2 {
    border: 1px solid #c5c6c6;
    float: left;
    padding: 2px;
    width: 67%;
}
.page8lastrightagrager{
	padding:5px 10px;
	font-family: 'VistaSansBold';
	font-size:15.5px;
	color:#173249;
	border:#173249 1px solid;
	text-transform:uppercase;
	font-weight:600;
	float:left;
}
.page8lastright span{
	float:left;
	margin-top:6px;
	margin-right:5px;
}
.page8buttondiv{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:30px;
}
.page8graydiv{
	background: none repeat scroll 0 0 #c5c6c6;
    float: left;
    min-height: 30px;
    width: 100%;
}


/*.page6select1 {
    border: 1px solid #c6c8cc;
    color: #838383;
    float: left;
    font-size: 14px;
    padding: 2px;
    width: 186px;
}*/

.page6select1 {
    border: medium none;
    color: #838383;
    font-size: 14px;
    height: 22px;
    padding: 0px;
    /*width: 186px;*/
	width: 100%;
}
.select_arrow{
	margin-bottom:0px !important;
}
.page6selectdiv label{
	display:block !important;	
	 float: left;
    width: 100%;
}

.bordernone{
	border:none !important;
}
.busca9firstdiv{
	width:100%;
	float:left;
}
.busca9firstdivleft{
	width:35%;
	float:left;
	padding-right:20px;
	
	margin-top:10px;
}
.busca9firstdivright{
	width:60%;
	float:left;
}
.busca9firstdivlefttopimg{
	float:left;
	width:150px;
	min-height:200px;
	background:url(../../img/profile.png) no-repeat;
	padding-left:25px;
	padding-top:25px;
	margin-top:-10px;
}
.busca9firstdivlefttopimg_view{
	float:left;
	/*width:150px;
	min-height:200px;
	background:url(../../img/profile.png) no-repeat;*/
	padding-top:25px;
	padding-left:25px;
	margin-top:-10px;
}
.busca9firstdivleftfirst{
	width:100%;
	float:left;
	border-bottom:#CCC 1px solid;
	padding:10px 0px;
}
.busca9firstdivleftfirsttitle{
	width:100%;
	float:left;
	font-size:25px;
	color:#575656;
	text-transform:uppercase;
	overflow:hidden;
}
.busca9firstdivleftfirsttext{
	width:100%;
	float:left;
	font-size:16px;
	color:#1a1a18;
	overflow:hidden;
}
.busca9firstdivright {
    float: left;
    width: 65%;
	padding:10px 20px 0px 20px;
	position:relative;
	min-height:500px;
	border-left:#9c9c9c 1px dotted;
	margin-top:20px;
}
.busca9purpoltext{
	width:100%;
	float:left;
	font-size:16px;
	color:#a7147e;
}
.busca9purpoltextimgs{
	width:100%;
	float:left;
	margin-top:10px;
}
.busca9purpoltextimgs span{
	margin-right:10px;
	float:left;
}
.busca9purpoltextblack{
	width:100%;
	float:left;
	font-size:16px;
	color:#000;
}
.busca9plusimg{
	float:left;
	margin-right:10px;
}
.busca9viewprofile{
	float:left;
	font-size:16px;
	color:#a7147e;
}
.busca9tcontopright {
    float: right;
	position:absolute;
	right:0px;
	top:0px;
}
.busca9tcontopright span {
    float: right;
}
.busca9firstdivrightfirst{
	width:70%;
	float:left;
	margin-bottom:20px;
}
.busca9firstdivrightfirsttext{
	width:100%;
	font-size:16px;
	color:#000;
	float:left;
}
.busca9firstdivrightfirsttext2{
	width:100%;
	font-size:14px;
	color:#000;
	font-weight:bold;
	float:left;
}
.page9lastplusouter{
	position:absolute;
	bottom:0px;
	right:0px;
	float:right;
}
.page9buttomborder {
    background: none repeat scroll 0 0 #a7147e;
    float: left;
    margin-top: 20px;
    min-height: 30px;
    width: 100%;
}
.page9lastcontent{
	width:100%;
	float:left;
	margin-bottom:30px;
}
.busca9tcontoprightnew{
	float: right;
}
.busca9tcontoprightnew span {
    float: right;
}
.purpolcolor{
	color:#a7147e;
	margin-right:10px;
	cursor:pointer;
}
.busca9rightimg{
	float:right;
	position:absolute;
	top:15px;
	right:0px;
}
.page10topdiv{
	float:left;
	width:100%;
}
.page9buttombordergray {
    background: none repeat scroll 0 0 #ececec;
    float: left;
    min-height: 30px;
    width: 100%;
	margin-top:20px;
}
.buska10leftgraydiv{
	width:100%;
	float:left;
	background:#ececec;
	min-height:100px;
	padding:15px 20px;
}
.busca10firstdivleft {
    float: left;
    padding-right: 20px;
    width: 40%;
}
.buska10leftgraydivtitle{
	width:100%;
	float:left;
	font-size:20px;
	color:#9c9c9c;
	text-transform:uppercase;
}
.buska10leftgraydivfirst{
	width:100%;
	float:left;
	margin-top:10px;
}
.buska10leftgraydivfirstleft{
	float:left;
}
.buska10leftgraydivfirstleft span{
	float:left;
	margin-right:5px;
}

.buska10leftgraydivfirstright{
	float:right;
	border-left:1px solid;
	padding-left:20px;
	font-size:16px;
	color:#000;
	width:85px;
	margin-top:4px;
}
.busca10firstdivright {
    border-left: 1px dotted #9c9c9c;
    float: left;
    margin-top: 20px;
    min-height: 500px;
    padding: 10px 35px 0;
    position: relative;
    width: 60%;
}
.page10topdivleft{
	float:left;
	width:50%;
	padding-top:20px;
}
.page10topdivlefttitle{
	float:left;
	width:100%;
	font-size:16px;
	color:#000;
}
.page10topdivleftyesno{
	float:left;
	width:100%;
	margin-top:5px;
}
.page10topdivleftyes{
    background: none repeat scroll 0 0 #d9dada;
    border-radius: 40px;
    color: #fff;
    float: left;
    font-size: 22px;
    height: 46px;
    line-height: 47px;
    margin-right: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
}
.page10topdivleftyes:hover{
	background:#a7147e;
	color:#fff;
	text-decoration:none
}
.busca10firstdivrightfirst{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.busca10firstdivrightfirsttext1{
	width:100%;
	float:left;
	font-size:16px;
	color:#000;
	line-height:19px;
}
.busca10firstdivrightfirsttext2{
	width:100%;
	float:left;
	font-size:16px;
	color:#a7147e;
	line-height:19px;
	
}
.busca10firstdivrightfirstimages{
	width:100%;
	float:left;
	
}
.busca10firstdivrightfirstimages span{
	margin-right:5px;
	float:left;
	
}
.buscapage10_radiodiv {
    float: left;
    margin-top: 7px;
    width: 100%;
}
*:before, *:after {
    box-sizing: border-box;
}

.buskabpage10textarea {
    min-height: 130px;
    resize: none;
	border: 1px solid #c5c6c6;
    float: left;
    padding: 2px;
    width: 100%;
	margin-top:10px;
}
.marginnone{
	margin:0px;
}
.busca10tcontoprighttext {
    color: #173249;
    display: inline-block;
    font-size: 22px;
    margin-right: 10px;
    margin-top: 20px;
    text-align: right;
    text-transform: uppercase;
}
.busca10tcontoprighttext span{
	color: #8b8b8b;
    float: left;
    font-size: 18px;
    text-align: right;
    width: 100%;
}
.buscapage11first{
	width:100%;
	float:left;
	padding:20px 0px;
}
.buscapage12main{
	width:100%;
	float:left;
	padding:20px 0px;
}
.buscapage12first{
	width:100%;
	margin-bottom:10px;
	float:left;
}
.buscapage12first_a{
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:30px;
}
.buscapage12firstimgandtext{
	float:left;
	margin-right:30px;
	width:58px;
}
.buscapage12firstimg{
	float:left;
	text-align:center;
}
.buscapage12firsttext{
	float:left;
	font-size:16px;
	text-align:center;
	width:100%;
	color:#000;
}
.busca13hedderright{
	float:right;
	margin-top:15px;
}
.busca13hedderright a{
	border-right: 1px solid #9c9c9c;
	display: inline-block;
	float: left;
	padding: 0 5px;
	height:22px;
}
.busca13hedderrighttext{
    color: #a7147e;
    display: inline-block;
    float: left;
    font-size: 12px;
	line-height:11px;
    padding: 0 15px;
    text-align: center;
	cursor:pointer;
    width: 93px;
	border-left: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
	position:relative;
	height:22px;
}
.busca13hedderrighttext:hover .busck13hedderrightsearchmenu{
	display:block;
}
.busck13hedderrightsearchmenu{
	 /*background: none repeat scroll 0 0 #f69200;
    border-radius: 5px;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
	width: 130px;*/
	left: 0;
    position: absolute;
    top: 25px;
    z-index: 99;
	
}

.busck13hedderrightsearchmenu ul{
	background: none repeat scroll 0 0 #f69200;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
    width: 200px;
    float:left;
	margin:0px;
	list-style:none;
}
.busck13hedderrightsearchmenu ul li{
	width:100%;
	float:left;
	border-bottom:#fff 1px solid;
	
}
.busck13hedderrightsearchmenu ul li:last-child{
	border-bottom:none;
	
}
.busck13hedderrightsearchmenu ul li a{
	width:100%;
	margin: 4px 0;
	float:left;
	font-size:14px;
	color:#000;
	padding:5px 5px;
	text-align:left;
	text-transform:capitalize;
	border-right:none;
}
.landingframe{
	width:100%;
	/*min-height:700px;*/
	float:left;
	height:100%;
	position:relative;
}
.landingframe-bg{
	width:100%;
	height:100%;
	min-height:700px;
}
.landingframe-inner{
	position:absolute;
	width:100%;
	/*top:12%;*/
	top:2%;
	left:0;
}
.landingLogo{
	width:100%;
	text-align:right;
	float:left;
}
.landingHeading{
	width:100%;
	float:left;
	background:#373737;
	font-family: 'BookmanOldStyle';
	color:#ffffff;
	/*font-size:40px;
	padding-top:6px;
	margin-top:80px;*/
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	margin-top:35px;
}
.landingnormatextone{
	width:100%;
	float:left;
	font-family: 'BookmanOldStyle';
	color:#44cba1;
	font-size:24px;
	text-align:center;
	margin-top:5px;
}
.landingnormatexttwo{
	width:100%;
	float:left;
	font-family: 'BookmanOldStyle';
	color:#000000;
	font-size:24px;
	text-align:center;
}
.landingnormatexttwo span1{
	color:#f69200;
}
.landingnormatexttwo span2{
	color:#a71380;
}
.landingnormatexttwo span3{
	color:#91a61f;
}

/*-------cart---start---*/
.cartleftdiv{
	width:73%;
	float:left;
	padding:30px 0px;
}
.cartacceptedanddate{
	width:100%;
	float:left;
}
.cartaccepted{
	border:#1fc743 1px solid;
	border-radius:7px;
	font-size:14px;
	color:#1fc743;
	padding:7px 20px;
	float:left;
	font-family: 'open_sansregular';
}
.cartdate{
	
	float:left;
	font-size:12px;
	color:#000000;
	margin-left:10px;
	margin-top:10px;
	font-family: 'open_sansregular';
}
.cartleftdivtitle{
	float:left;
	width:100%;
	font-size:16px;
	color:#000000;
	font-family: 'open_sansbold';
}
.cartlefttextdiv{
	float:left;
	width:100%;
	margin-bottom:20px;

}
.cartlefttext1{
	float:left;
	width:100%;
    font-size:12px;
	color:#000000;
	font-family: 'open_sansregular';
}
.cartlefttext2{
	float:left;
	width:100%;
    font-size:12px;
	color:#000000;
	font-family: 'open_sansregular';
	font-style:italic;
	margin-top:5px;
}
.cartlefttext2 span{
	color:#a7147e;
}
.cartcontenttop{
	float:left;
	width:100%;
}
.cartrightdiv {
    float: right;
}
.cartrighttext {
    color: #878786;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}
.cartrightdiv span {
    float: right;
}

.wishlistpanding{
	border: 1px solid #ff9900;
    border-radius: 7px;
    color: #ff9900;
    float: left;
    font-family: "open_sansregular";
    font-size: 14px;
    padding: 7px 20px;
}
.wishlistrejected{
	border: 1px solid #ff0033;
    border-radius: 7px;
    color: #ff0033;
    float: left;
    font-family: "open_sansregular";
    font-size: 14px;
    padding: 7px 20px;
}
.wishlistbuttomfirst{
	float:none;
}
.wishlistbuttonouter {
    float: right;
	border-bottom:#c5c6c6 1px solid;
    text-align: right;
    width: 100%;
}
.wishlistpopup1content{
	float:left;
	width:100%;
}
.wishlistpopup1body{
	float:left;
	width:100%;
	padding:20px 80px 20px 20px;
}
.wishlistpopup1first{
	float:left;
	width:100%;
	margin-bottom:10px;
	padding-left:30px;
}
.wishlistpopup1first label{
	 color: #000;
    float: left;
    font-family: "open_sansregular";
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 0;
    width: 25%;
}
.wishlistpopup1firstinput{
	width:75%;
	float:left;
	position:relative;
}
.wishlistpopuptextbox{
	width:100%;
	float:left;
	border:#dadadb 1px solid;
	font-size:12px;
	color:#000000;
	font-family: "open_sansregular";
	padding:5px;
}
.wishlistpopuptextarea{
	width:100%;
	float:left;
	border:#dadadb 1px solid;
	font-size:12px;
	color:#000000;
	font-family: "open_sansregular";
	resize:none;
	height:90px;
	padding:5px;
}
.wishlisttopimg {
    float: left;
   
}
.wishlisttopimg span{
	margin-left: 5px;
}
.inboxcontent{
	width:100%;
	float:left;
	margin-top:15px;
	 margin-bottom: 30px;
}
.inboxcontentleft{
	width:20%;
	float:left;
}
.inboxcontentright{
	width:80%;
	float:left;
	padding-left:10px;
}
.inboxcontentleftmenu{
	float:right;
	width: 165px;
}
.inboxcontentleftmenu li{
	float:left;
	width:100%;
}
.inboxcontentleftmenu li a{
	background:#eef4f7 !important;
	border-bottom:#fff 1px solid !important;
	font-size:16px;
	text-transform:uppercase !important;
	font-family: 'open_sanslight' !important;
	text-align:center;
	border-radius:0px !important;
	color:#000000;
	padding:4px 15px !important;
}
.inboxcontentleftmenu li.active a{
	background:#f69200!important;
	border:none !important;
	color:#fff !important;
	border-bottom:#fff 1px solid !important;
}
.inboxcontentrighttabfirst{
	width:100%;
	float:left;
	background:#f8fbfd;
	padding:8px;
}
.inboxcontentrighttabfirstrig{
	float:right;
	
}
.inboxcontentrighttabfirstrigtext{
	color: #88959d;
    float: left;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 3px;
}
.inboxmorediv{
	float:left;
	padding:0px 5px;
	background:#183249;
	font-size:13px;
	margin-left:8px;
	color:#ffffff;
	font-family: 'open_sanslight' !important;
	border:none;
}
.inboxmorediv span{
	margin-left:4px;
}
.inboxcheckbox{
	float:left;
	margin-top:4px !important;
}
.inboxcontentrighttabseccond{
	width:100%;
	float:left;
	background:#fff;
	padding:8px;
	border-bottom:#cccccc 1px solid;
}
.inboxtablefttext{
	float:left;
	font-size:14px;
	color:#000000;
	margin-left:5px;
	line-height:22px;
	font-family: "open_sansregular";
}
.inboxtabsecondright{
	float:right;
}
.inboxtabsecondrighttimte{
	float:right;
	font-size:14px;
	color:#000000;
	font-family: "open_sansregular";
}
.inboxtabsecondrightuploadiv{
	float:right;
	margin-left:30px;
}
.inboxdetailcont{
	width:100%;
	margin-top:10px;
	float:left;
}
.inboxdetailcontfirst{
	width:100%;
	float:left;
}
.inboxdetailcontfirstleft{
	width:11%;
	float:left;
}
.inboxdetailcontfirstright{
	width:89%;
	padding-left:10px;
	float:left;
}
.inboxdetailcontfirstleftimg{
	width:100%;
	float:left;
	text-align:center;

}
.inboxdetailcontfirstleftimg img{
	border-radius: 50%;	
}
.inboxdetailcontfirstlefttext{
	width:100%;
	float:left;
	margin-top:5px;
	text-align:center;
	font-size:12px;
	color:#173248;
	font-family: "open_sansregular";
}
.inboxdetailtitle{
	width:100%;
	float:left;
	font-size:14px;
	color:#000000;
	font-family: 'open_sansbold';
}
.inboxdetaildate{
	font-size:13px;
	color:#000000;
	font-family: "open_sansregular";
	float:right;
}
.inboxdetailtext{
	width:100%;
	float:left;
	font-size:12px;
	font-family: "open_sansregular";
	margin:10px 0px;
	line-height:20px;
	color:#000000;
}
.inboxdetailcontreply{
	width:100%;
	text-align:right;
	float:left;
	font-size:12px;
	color:#000000;
	font-family: "open_sansregular";
}
.inboxdetailcontsecond{
	width:100%;
	float:left;
	margin-top:30px;
	margin-bottom:20px;
}
.inboxdetailconttextarea{
	width:100%;
	float:left;
	padding:5px;
	border:#dadadb 1px solid;
	font-size:12px;
	color:#000000;
	font-family: "open_sansregular";
	resize:none;
	height:90px;
}
.favoritecontent{
	width:100%;
	float:left;
}
.favoritecontent ul{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
	
}
.favoritecontent ul li{
	float:left;
	width:290px;
	margin-right:25px;
	margin-bottom:20px;
	margin-top:10px;
	
}
.favoritecontent ul li:nth-child(3),.favoritecontent ul li:nth-child(6),.favoritecontent ul li:nth-child(9),.favoritecontent ul li:nth-child(12),.favoritecontent ul li:nth-child(15){
	margin-right:0px;
}
.favoritecontentimg{
	width:70px;
	float:left;
	cursor:pointer;
}
.favoritecontentrightdiv{
	width:72%;
	float:right;
}
.favoritecontentrighttitle{
	width:100%;
	float:right;
	font-size:14px;
	color:#a7147e;
	font-family: 'open_sansbold';
	line-height: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	cursor:pointer;
}
.favoritecontentrightblacktext{
	width:100%;
	float:left;
	font-size:12px;
	color:#000000;
	font-family: "open_sansregular";
}
.favoritecontentrightblacktext span{
	display:inline-block;
}
.favoritecontentrighgraytitle{
	color: #6f6f6e;
    float: left;
    font-family: "open_sansbold";
    font-size: 11px;
    line-height: 8px;
    margin-top: 17px;
    text-transform: uppercase;
    width: 100%;
}
.favoritecontentrighgraytext{
	width:100%;
	float:left;
	font-size:11px;
	font-family: "open_sansregular";
	color:#6f6f6e;
}
.favoritecontentborder{
	width:100%;
	float:left;
	background:#ececec;
	height:15px;
	margin-top:0px;
}
.savesearchcontent{
	width:100%;
	float:left;
}
.savesearchcontentfist{
	width:275px;
	float:left;
	margin-right:50px;
	margin-bottom:40px;
	min-height:285px;
}
.savesearchcontentfistdateandtime{
	width:100%;
	font-size:14px;
	color:#183249;
	float:left;
	font-family: "open_sansbold";
	margin-bottom:5px;
}
.savesearchfirstline{
	width:100%;
	margin-bottom:10px;
	float:left;
}
.savesearchfirstlineleft{
	width:30%;
	float:left;
	font-size:13px;
	color:#6f6f6e;
	 font-family: 'open_sanssemibold';
}
.savesearchfirstlineleft span{
	float:right;
}
.savesearchfirstlineright{
	width:55%;
	float:right;
	font-size:13px;
	color:#000000;
	font-family: "open_sansbold";
}
.savesearchfirstlinesearchtu{
	font-size:14px;
	color:#000000;
	font-family: "open_sansbold";
	width:100%;
	float:left;
}
.savegoforitbutton{
	width:140px;
	background:#a7147e;
	padding:10px 0px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	font-family: "open_sansregular";
	text-transform:uppercase;
	border:none;
	margin-top:10px;
}
.savesearchcontentfistmariginnone{
	margin-right:0px;
}
.calederpageimg{
	width:100%;
	float:left;
	margin:10px 0px 30px;
}
.popuptitle{
	font-size:20px !important;
	color:#000000 !important;
	font-family: "open_sansregular";
}
.calpopupwatchimg{
	position:absolute;
	right:7px;
	top:7px;
}
.tearmscontenttop{
	width:92%;
	float:left;
	padding-top:20px;
}
.tearmscontentoptitle{
	width:100%;
	font-size:16px;
	color:#000000;
	margin-bottom:10px;
	font-family: "open_sansbold";
	float:left;
}
.tearmscontentoptext{
	width:100%;
	font-size:12px;
	color:#000000;
	margin-bottom:20px;
	line-height:20px;
	font-family: "open_sansregular";
	float:left;
}
.tearmscontentbuttom{
	float: left;
    padding-top: 20px;
    width: 100%;
}
.faqouestiontext{
	float:left;
}
.faqouestiontext2{
	float:right;
	width:94%
}
.faqouestionanstext{
	float:left;
	text-align:right;
	width:41px;
}
.contactleft{
	width:340px;
	float:left;
	margin:30px 0px;
}
.contactleftfirst{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.contactleftfirst label{
	width:18%;
	float:left;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	font-family: "open_sansregular";
}
.contactleftinput{
	width:72%;
	float:right;
}
.contactleftinputtextbox{
	width:100%;
	float:left;
	border:#dadadb 1px solid;
	padding:5px;
	font-size:12px;
	color:#000000;
	font-family: "open_sansregular";
}
.contactmaindiv{
	width:100%;
	float:left;
	padding-bottom:30px;
	min-height:500px;
}
.loginforgotpassword{
	float:right;
	font-size:12px;
	color:#000000;
	font-family: "open_sansregular";
}
.loginforgotpassword:hover{
	color:#000000;
	text-decoration:none;
}
.manageadcontent{
	width:100%;
	float:left;
	padding:30px 0px 50px;
}
.manageactionimg{
	float:left;
}
.manageactionimg a{
	float:left;
	margin:0px 5px;
}
.manageadtable th{
	background:#f69200;
	font-size:12px;
	color:#ffffff;
	font-family: "open_sansregular";
	
}
.manageadtable td{
	font-size:12px;
	color:#000000;
	font-family: "open_sansregular";
	
}
.manageadtable td:first-child{
	color:#336699;
	width:218px;
}
.manageadtable > thead > tr > th, .manageadtable > tbody > tr > th, .manageadtable > tfoot > tr > th, .manageadtable > thead > tr > td, .manageadtable > tbody > tr > td, .manageadtable > tfoot > tr > td{
	border:none !important;
	border-top:1px solid #cccccc !important; 
}
.reportdisputecontent{
	width:90%;
	float:left;
	padding:20px 0px;
	
}
.reportdisputtext1{
	width:100%;
	font-size:14px;
	color:#000000;
	float:left;
	font-family: "open_sansregular";
	margin-bottom:10px;
}
.reportdisputtext1 span{
	color:#a7147e;
	font-family: "open_sansbold";
 }
 .reportdistcheckboxouter {
    float: left;
    margin-top:10px;
    width: 100%;
}
.reportdisturbcheckboxtext{
    width:100%;
	float:left;
	font-size:13px;
	color:#000000;
	font-family: "open_sansregular";
	font-weight:normal;
}
.reportdistextarea{
	width:60%;
	float:left;
	padding:5px;
	border:#dadadb 1px solid;
	height:115px;
	font-size:13px;
	color:#000000;
	font-family: "open_sansregular";
	resize:none;
	margin-top:10px;
}
.buskaindexselectdiv{
	width:100%;
	float:left;
	 position: relative;
	 margin-bottom:5px;
}
.binselectarrow::before {
    background: url("../../img/selectarrow.png") no-repeat scroll center center #ffffff;
    content: "";
    display: block;
    height: 28px;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 28px;
	border-right:1px solid #dadadb; 
	float:left;
		
}
<!--[if gt IE 9]><!-->
    /* IE10 rule sets go here */
 .binselectarrow::before{
	border-right:1px solid #f00; 
}
<!--<![endif]-->
. ie10
.binselectarrow::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 1px;
}
.buskaindexselect {
    border: 1px solid #dadadb;
    cursor: pointer;
    float: left;
    font-size: 12px;
    padding: 5px;
    width: 155px;
	color:#878786;
	min-height:30px;
	font-family: "open_sansregular";
}
.buscarbutton{
	padding:5px 20px;
	float:right;
	background:#f69200;
	font-size:14px;
	color:#ffffff;
	font-family: "open_sansregular";
	border:none;
	text-transform:uppercase;
	position:absolute;
	top:0px;
}
.dashbordtitle{
	margin:20px 0px;
	float:left;
	font-size:18px;
	color:#a7147e;
	font-family: "open_sansbold";
}
.dashbordcontent{
	width:100%;
	float:left;
	padding-bottom:50px;
}
.dashbordcontent ul{
	width:100%;
	float:left;
	padding:0px;
	list-style:none;
}
.dashbordcontent ul li{
	width:100%;
	float:left;
	margin-right:100px;
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
	width:105px;
}
.dashbordliimg{
	float:left;
	text-align:left;
	text-align:center;
	width:100%;
}
.dashbordliitext{
	float:left;
	width:100%;
	text-align:center;
	font-size:13px;
	margin-top:5px;
	color:#000000;
	font-family: "open_sansregular";
}
.dashbordcontent ul li:nth-child(5),.dashbordcontent ul li:nth-child(10){
	margin-right:0px !important;
}

/*-------cart---end---*/
@media only screen and (width:1024px){
.landingframe-bg{
	min-height:768px;
}
}

@media(min-width:768px) and (max-width:1023px){
.page6select1{
	width:150px;
}
.busca7tcontopright{
	right:10px;
}
/*.page6select{
	width:173px;
}*/
.buska7textboxleft{
	width:100%;
}
.heddermenu{
	margin-top:53px;
}
.page8middleleft{
	width:82%;
}
.footerinner{
	padding-top:10px;
}

.landingbody{
	background:url(../../img/landing_bg.png) no-repeat;
	background-size:cover;
	height:100%;
}
.landingframe{
	min-height:0;
}
.hometestimonial-home{
	min-height:190px;
}
.hedder{
	/*position:inherit;*/
}
.conternt{
	margin-top:100px;
}
.cartleftdiv{
	width:67%;
}
.page8topdivright{
	width:88%;
}
.page8topdivright2{
	width:85%;
}
}

@media(min-width:640px) and (max-width:767px){
.busca6tcontopleft{
	width:50%;
}
.page6select1{
	width:155px;
}
.busca7tcontopleftfirstleft {
    float: left;
    width: 45%;
}
.busca7profielphoto{
	left:62%;
}

.buska7smalltextboxouter {
    float: left;
    width: 95%;
}
.resbusca7tcontopleftfirstleft{
	width:30% !important;
}	
.page8lastleft {
    float: left;
    width: 55%;
}
.page8topdivleft{
	width:15%;
	margin:0px;
}
.page8topdivright2{
	width:85%;
}
.page8topdivright{
	width:85%;
}
.page8topdivres{
	margin-top:65px;
}
.page8middlephotodiv{
	float:left;
}
.footerinner{
	background: url("../../img/footer_BG.png") repeat scroll 0 0 #3e3e3d;
}
.landingLogo img{
	width:400px;
	height:auto;
}
.landingbody{
	background:url(../../img/landing_bg.png) no-repeat;
	background-size:cover;
	height:100%;
}
.landingframe{
	min-height:0;
}
.hometestimonial-home{
	margin-top:105px;
	min-height:241px;
}
.hedder{
	position:inherit;
}
.conternt{
	margin-top:0;
}
.cartleftdiv{
	width:100%;
	padding-top:15px;
}
.signup_radio_pic{
	width:100%;
}
.tipocurso_radio_pic{
	width:100%;
}
}

@media(min-width:480px) and (max-width:639px){
	.busca6tcontopleft{
	width:100%;
	margin-top:100px;
}
.busca6tcontopright {
    float: right;
    position: absolute;
    right: 10px;
}

/*.page6select1{
	width:230px;
}*/
.busca6tcontopbuttondiv{
	margin:20px 0px;
}
.busca7tcontentform{
	margin-top:50px;
}
.busca7tcontopright{
	margin-right:10px;
}
.busca7tcontopleftfirst label{
	width:50%;
}
.busca7tcontopleftfirstleft{
	width:90%;
}
.busca7tcontopleftfirstinput{
	width:50%;
}
.busca7profielphoto{
	position:static;
}
/*.page6select{
	width:230px;
}*/
.buska7textandtextox label{
	width:50% !important;
}
.buska7textboxouter{
	width:100%;
}
.busca7tcontopleftfirstleftmarigin{
	margin:0px;
}

.page8topdivleft{
	width:30%;
	margin-right:0px;
}
.page8topdivright{
	width:100%;
}
.signup_radio_pic{
	width:100%;
}
.page8topdivright ul li{
	width:100%;
}
.page8middlephotodiv{
	float:left;
}
.page8middleleft{
	width:100%;
}
.busca8tcontopleftfirsttextbox{
	width:100%;
}
.page8topdivright2 ul li{
	width:100%;
}
.page8lastleft{
	width:100%;
}
.page8lastrate{
	float:left;
}
.footerinner{
	background: url("../../img/footer_BG.png") repeat scroll 0 0 #3e3e3d;
}

.landingLogo img{
	width:400px;
	height:auto;
}

.landingbody{
	background:url(../../img/landing_bg.png) no-repeat;
	background-size:cover;
	height:100%;
}
.landingframe{
	min-height:0;
}
.hometestimonial-home{
	margin-top:105px;
	min-height:341px;
}
.hedder{
	position:inherit;
}
.conternt{
	margin-top:0;
}
.cartleftdiv{
	width:100%;
	padding-top:15px;
}
.page8topdivright2{
	width:100%;
}
.tipocurso_radio_pic{
	width:100%;
}
}

@media(min-width:360px) and (max-width:479px){
	.busca6tcontopleft{
	width:100%;
	margin-top:100px;
}
.busca6tcontopright {
    float: right;
    position: absolute;
    right: 10px;
}
.busca6tcontopleftfirst label{
	width:100%;
}
.busca6tcontopleftfirstinput{
	width:95%;
}
.page6select1{
	width:340px;
}
.busca6tcontopbuttondiv{
	margin:20px 0px;
}
.busca7tcontentform{
	margin-top:50px;
}
.busca7tcontopright{
	margin-right:10px;
}
.busca7tcontopleftfirst label{
	width:100%;
}
.busca7tcontopleftfirstleft{
	width:93%;
}
.busca7tcontopleftfirstinput{
	width:100%;
}
.busca7profielphoto{
	position:static;
}
.page6select{
	/*width:340px;*/
}
.buska7textandtextox label{
	width:50% !important;
}
.buska7textboxouter{
	width:100%;
}
.busca7tcontopleftfirstleftmarigin{
	margin:0px;
}

.page8topdivleft{
	width:30%;
	margin-right:0px;
}
.page8topdivright{
	width:100%;
}
.signup_radio_pic{
	width:100%;
}
.page8topdivright ul li{
	width:100%;
}
.page8middlephotodiv{
	float:left;
}
.page8middleleft{
	width:100%;
}
.busca8tcontopleftfirsttextbox{
	width:100%;
}
.page8topdivright2 ul li{
	width:100%;
}
.page8lastleft{
	width:100%;
}
.page8lastrate{
	float:left;
}
.footerinner{
	background: url("../../img/footer_BG.png") repeat scroll 0 0 #3e3e3d;
}
.busca9firstdivleft{
	width:100%;
}
.busca9firstdivright{
	width:100%;
	padding:10px 0px;
	border:none;
}
.busca9tcontopright{
	position:static;
}
.page8lastrightagrager{
	font-size:13px;
	width:90%;
}
.page9lastplusouter{
	width:100%;
}
.page8lastright{
	width:100%;
}
.busca9tcontoprightnew{
	width:100%;
}
.busca6tcontoprighttext{
	width:78%;
	font-size:16px;
}
.landingframe-inner{
	top:13%;
}
.landingLogo img{
	width:320px;
	height:auto;
}
.landingframe-bg{
	display:none;
}
body, html{
	height:100%;
}
.landingframe{
	min-height:0;
	background:url(../../img/landing_bg.png) no-repeat;
	background-size:cover;
	height:100%;
}
.hometestimonial-home{
	margin-top:140px;
	min-height:290px;
}
.hedder{
	position:inherit;
}
.conternt{
	margin-top:0;
}
.cartleftdiv{
	width:100%;
	padding-top:15px;
}
.page8topdivright2{
	width:100%;
}
.tipocurso_radio_pic{
	width:100%;
}
}

@media(min-width:320px) and (max-width:359px){
.busca6tcontopleft{
	width:100%;
	margin-top:100px;
}
.busca6tcontopright {
    float: right;
    position: absolute;
    right: 10px;
}
.busca6tcontopleftfirst label{
	width:100%;
}
.busca6tcontopleftfirstinput{
	width:94%;
}
.page6select1{
	width:300px;
}
.busca6tcontopbuttondiv{
	margin:20px 0px;
}
.busca7tcontentform{
	margin-top:50px;
}
.busca7tcontopright{
	margin-right:10px;
}
.busca7tcontopleftfirst label{
	width:100%;
}
.busca7tcontopleftfirstleft{
	width:93%;
}
.busca7tcontopleftfirstinput{
	width:100%;
}
.busca7profielphoto{
	position:static;
}
.page6select{
	width:300px;
}
.buska7textandtextox label{
	width:50% !important;
}
.buska7textboxouter{
	width:100%;
}
.busca7tcontopleftfirstleftmarigin{
	margin:0px;
}
.page8topdivleft{
	width:30%;
	margin-right:0px;
}
.page8topdivright{
	width:100%;
}
.signup_radio_pic{
	width:100%;
}
.page8topdivright ul li{
	width:100%;
}
.page8middlephotodiv{
	float:left;
}
.page8middleleft{
	width:100%;
}
.busca8tcontopleftfirsttextbox{
	width:100%;
}
.page8topdivright2 ul li{
	width:100%;
}
.page8lastleft{
	width:100%;
}
.page8lastrate{
	float:left;
}
.footerinner{
	background: url("../../img/footer_BG.png") repeat scroll 0 0 #3e3e3d;
}
.busca9firstdivleft{
	width:100%;
}
.busca9firstdivright{
	width:100%;
	padding:10px 0px;
	border:none;
}
.busca9tcontopright{
	position:static;
}
.page8lastrightagrager{
	font-size:11px;
	width:90%;
}
.page9lastplusouter{
	width:100%;
}
.page8lastright{
	width:100%;
}
.busca9tcontoprightnew{
	width:100%;
}
.busca6tcontoprighttext{
	font-size:13.3px;
	width:75%
}
.landingframe-inner{
	top:6%;
}
.landingLogo img{
	width:280px;
	height:auto;
}
.landingframe-bg{
	display:none;
}
body, html{
	height:100%;
}
.landingframe{
	min-height:0;
	background:url(../../img/landing_bg.png) no-repeat;
	background-size:cover;
	height:100%;
	width:100%;
}
.hometestimonial-home{
	margin-top:140px;
	min-height:249px;
}
.hedder{
	position:inherit;
}
.conternt{
	margin-top:0;
}
.cartleftdiv{
	width:100%;
	padding-top:15px;
}
.page8topdivright2{
	width:100%;
}
.tipocurso_radio_pic{
	width:100%;
}
}
.radionimgop{
	opacity:0;
}
.radionimgsrc{
	left:0px;
	top:0px;
	display:table-cell;
	float:none !important;
	vertical-align:middle;
	padding:4px;
}
.errorpagerightimg {
    float: right;
	position:absolute;
	right:0px;
}
.errorpagediv{
	width:100%;
	float:left;
	text-align:center;
	padding:20px 0px;
}
.errorpage404div{
	border: 1px solid #a61380;
    border-radius: 100px;
    color: #a61380;
    display: inline-block;
    font-size: 72px;
    height: 156px;
    padding: 23px 0;
    width: 156px;
	font-family: 'open_sanslight';
}
.errorpage404oops{
	width:100%;
	float:left;
	text-align:center;
	font-size:60px;
	color:#a61380;
	 font-family: 'open_sanslight';
}
.errorpage404text{
	width:100%;
	float:left;
	text-align:center;
	font-size:16px;
	color:#000000;
	font-family: 'open_sanslight';
}
.errorpage404goback{
	width:100%;
	float:left;
	text-align:center;
}
.errorpage404goback a{
	display:inline-block;
	font-size:18px;
	color:#f39100;
	font-family: 'open_sanssemibold';
}
.errorpage404goback a:hover{
	color:#f39100;
	text-decoration:none;
}
.countrywelcome{
	width:100%;
	float:left;
	text-align:center;
	font-size:26px;
	color:#ffffff;
	font-family: "BookmanOldStyle";
	margin-top:20px;
}
.countryborderdiv {
    background: none repeat scroll 0 0 #373737;
    float:left;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 25px;
    text-align: center;
    width: 100%;
}
.countryborderdivseleccont{
	display:inline-block;
	margin-right:20px;
	font-size:16px;
	color:#ffffff;
	font-family: "BookmanOldStyle";
}
.countryborderdivselectdiv{
	display:inline-block;
	position:relative;
}

.contselect_arrow::before {
    background: url("../../img/contselcectarrow.png") no-repeat scroll center center #ffffff;
    content: "";
    display: block;
    height: 28px;
    margin-right: 0px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
}

.contselect_arrow::after {
    border-bottom: 1px solid #dddddd;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 1px;
}
.countryborderdivselect {
    border: medium none;
    color: #aeaeae;
    font-size: 11px;
    padding: 5px;
	height:28px;
    width: 265px;
	font-family: "BookmanOldStyle";
}
.countrybuttomdiv{
	bottom: 0;
    float: left;
    position: absolute;
    width: 100%;
}
.countrybuttomdtext{
	color: #ffffff;
    float: left;
    font-family: "BookmanOldStyle";
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
	position:absolute;
	bottom:0px;
}
/*------css by deepak to solve mantis bugs*/
.busca6tcontopleftfirstinputlandingpage .pull-left{
	padding-top:12px;
}

.busca6tcontopleftfirstinputlandingpage .pull-right{
	padding:15px 0px;
}
.loginformfields{
	width:60%;
}
.loginformfields .busca6tcontopleftfirst label {
	width:20%;	
}
.loginformfields .busca6tcontopleftfirst .busca6tcontopleftfirstinput{
	float:left;
	width: 295px;
}	
.landingpagewelcometext{
	float:left; 
	width:100%; 
	font-size:20px;
	color:#ffffff;
	margin-top:25px;
	font-size:35px;
	font-family: "BookmanOldStyle";
	text-align:center;
}
.buska7smalltextboxouter #TutorSince{
	margin-right:10px;	
}
.indexpageselectcuntrydiv{
	 float:left; 
	 width:100%;
	 margin-top:5px;
}
.buska7textandtextox .buska7smalltextboxouter{
	width: 55%;
	float:left;
}
/*------css by deepak to solve mantis bugs end*/

.prelaunchregister_checkbodlft{
	float: left; 
	width: 79%;	
}
.individualceheckboxdiv{
	float:left;
	width:25%;
	margin-bottom:20px;
}
.individualceheckboxdiv input{
	float:left;
}
.individualceheckboxdiv label{
	float:left;
	width:73%;
	margin-left:5px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}
.checkBoxChild{
	float:left;
	width:100%;
}
.checkBoxChildInner{
	float: left;
    padding-left: 10px;
    width: 100%;
}
.chkChildIndividual{
	float:left;
	width:100%;
}

.liteboxbottombtndiv{
	padding:10px 20px 0px 30px;
	border-top:none;
}


.liteboxbottombtnmindiv{
	float:left; 
	width:98%; 
	border-bottom:1px solid #c5c6c6;
	margin-bottom:30px;
}

.liteboxcancelbtn{
	border:none;
	background:#c5c6c6;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	text-transform:uppercase;
	color:#ffffff;
	padding: 8px;
	
}
.liteboxsubmitbtn{
	border:none;
	background:#a61380;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	text-transform:uppercase;
	color:#ffffff;
	padding: 8px;
	margin-left:3px;
}


/*sample litebox css*/
.sampleModalClassCss {
    height: 580px;
    margin: 0 auto;
    width: 600px;
}
.sampleModalClassCss .modal-dialog{
	height: 80%;
    margin-top: 80px !important;
    width: 100%;
}
.sampleModalClassCss .modal-content {
    border-radius: 0;
    width: 100%;
}
.sampleModalClassCss .modal-header {
    padding: 10px 20px;
}
.sampleModalClassCss .modal-header .close{
    margin-top: 5px !important;
}
.sampleModalClassCss .modal-header #myModalLabel{
    font-size: 22px;
    text-transform: capitalize;
}
.sampleModalClassCss .modal-body{
	padding: 20px 20px 20px 30px;	
}
.liteboxbottombtndiv{
	padding:10px 20px 0px 30px;
	border-top:none;
}


.liteboxbottombtnmindiv{
	float:left; 
	width:98%; 
	border-bottom:1px solid #c5c6c6;
	margin-bottom:30px;
}

.liteboxcancelbtn{
	border:none;
	background:#c5c6c6;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	text-transform:uppercase;
	color:#ffffff;
	padding: 8px;
	
}
.liteboxsubmitbtn{
	border:none;
	background:#a61380;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	text-transform:uppercase;
	color:#ffffff;
	padding: 8px;
	margin-left:3px;
}


.threedivcheckbox .span4{
	/*list-style-type:none;
	position:relative;
	left:-42px !important;
	margin-bottom:0px;*/	
	 float: left;
   /* left: -42px !important;*/
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
    width:33%;
	padding: 0;
}
.threedivcheckbox .span4 li span{
	/*display:inline-block;
	width:30%;
	margin-left:5px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	color: #000;
	font-size:15px;
	vertical-align: text-bottom;*/	
	 color: #000;
    display: inline-block;
    font-size: 15px;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-bottom;
    white-space: nowrap;
    width: 79%;
}

.busca6tcontopleftfirstinput select#UserDobDay{
	width:20%;	
}
/*.busca6tcontopleftfirstinput select#UserDobMonth{
	width:80%;	
}*/
.busca6tcontopleftfirstinput select#UserDobYear{
	float:right;
	width:29%;	
}
.SkRows input{
	padding:3px;
	margin-bottom:5px;
	
}
.buska7smalltextboxouter input{
	padding:3px;
	margin-bottom:5px;	
}
.buska7textboxouter input{
	padding:3px;
	margin-bottom:5px;	
}
.buska7textboxouter textarea{
	padding:3px;
	margin-bottom:5px;
	resize: none;	
}
.busca7tcontopleftfirstleft input{
	padding:3px;
	margin-bottom:5px;	
}

.busca6tcontopleftfirst label span.reqClass{
	color:#f00;	
}
.busca7tcontopleftfirst label span.reqClass{
	color:#f00;	
}

.page8lastratepercio span.reqClass{
	color:#f00;	
}
.page8topdivleft span.reqClass{
	color:#f00;	
}
.forerrormsg{
	width: 50% !important;
	float:left;
}
.tuclass_checkbox input[type="checkbox"] {
    float: left;
    width: auto;
}
.see_terms {
    float: left;
    font-family: 'VistaSansBook';
    line-height: 21px;
    margin-left: 5px;
    width: auto;
}
.busca6tcontopleftfirstinput #UserDobDay{
	width:40px;	
	height: 27px;
}

.busca6tcontopleftfirstinput #UserDobMonth{
	width:100px;
	height: 27px;	
}

.busca6tcontopleftfirstinput #UserDobYear{
	width:60px;	
	height: 27px;
}

/*----------------- Change on 28/04/2015 --------------*/



/*search new page css*/
.searchpagefilermaintitlediv{
	color: rgba(102,102,102,1);
    float: left;
    font-size: 14px; 
	font-family: 'SwitzerlandLightPSMT';
    text-transform: uppercase;
    width: 100%;	
}
.searchpagesearchtextbox {
    background: none repeat scroll 0 0 #ffffff;
	float: left;
    margin: 10px 0;
    width: 100%;
}
.searchpageselectboxouter {
	float:left;
	border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    width: 100%;
	margin-top:4px;
	margin-bottom:2px;
}
.searchpageselectboxouter label{
	margin-bottom: 0px !important;	
}
.searchpageselectboxarrowimage::before {
    background: url("../../img/search-dropdownimage.png") no-repeat scroll center center #ffffff;
    content: "";
    display: block;
    height: 21px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 23px;
}
.searchpageselectboxinner {
    border:none;
    font-size:12px;
	color:#999a99;
	font-family: 'VistaSansBold';
    font-weight: normal;
    padding: 0px;
    width: 100%;
	height:21px;
}
.searchpagebluetitle{
	float:left;
	font-size:11px; 
	color:#183249; 
	font-family: 'VistaSansBold';
	width:100%;
	margin-top:18px;
	margin-bottom:0px;
}
.searchproviencetextbox {
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    margin: 3px 0;
    width: 100%;
}
.searchpagetextarea{
	float:left; 
	width:100%; 
	border:none; 
	background:#fff;
	font-size:12px;
	color:#999a99;
	font-family: 'VistaSansBold';
	padding: 3px;
	height:25px;
	border: 1px solid #ccc;
}
input[type=checkbox] {
    background:transparent;
    border:0;
    margin-top: 2px;
	margin-right: 8px;
}
.signup_check {
    display: none;
}
.signup_check + label {
	margin-bottom:0px;
	float:left;
	color: rgba(0,0,19,1);
    /*color: #000013;*/
    font-size: 11px;
	 font-family: 'VistaSansBook';
	width:100%;
	margin-top:2px;
}
.signup_check + label span {
     background: url("../../img/uncheck.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 8px;
    margin: 4px 6px 0 0;
    vertical-align: middle;
    width: 8px;
}
.signup_check:checked + label span {
	background: url("../../img/check.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
   
}
.searchpricesmalltextfield{
	float: left;
    margin: 0px 0;
    width: 100%;	
}
.searchpagepricetextarea{
	float:left; 
	width:45%; 
	border:none; 
	background:#fff;
	font-size:12px;
	color:#999a99;
	font-family: 'VistaSansBold';
	padding: 3px;
	border: 1px solid #ccc;
	margin-left:0px;
	margin-right:8px;
}
.searchbtnmaidiv{
	float:left;
	width:100%;
	margin-top:0px;
}
.searchapplybtn{
	float:left; 
	width:36%; 
	text-transform:uppercase; 
	background:#a61380; 
	color:#ffffff; 
	padding:5px;
	border:none;
	font-family: 'open_sanslight';
	font-size:14px;
}
.searchsavesearchbtn{
	float:right; 
	width:100%; 
	text-transform:uppercase; 
	background:#f69200; 
	color:#ffffff; 
	padding:5px;
	border:none;	
	font-family: 'open_sanslight';
	font-size:14px;
	margin-top:15px;
}
.searchpageviewoptiondiv{
	float: left;
    padding-bottom: 20px;
    width: 100%;
	border-bottom: 1px solid #ccc;
    margin-bottom: 20px;	
}
.searchpageviewoptionsort {
    border: 1px solid #ccc;
    float: right;
    margin-bottom: 0px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    width:120px;
}
.searchpageviewoptionsort label{
	margin-bottom:0px;
	
}
/*.searchshorttitleselectdiv .searchpageselectboxinner{
	width:143px !important;
}*/
.searchpageselectboxarrowimage{
	display: block !important;	
}
.searchpageselectboxsort {
    border: medium none;
    color: #999a99;
    font-family: "VistaSansBold";
    font-size: 12px;
    font-weight: normal;
    height: 21px;
    padding: 0;
    width: 92px;
}
.saerchviewshorttoprightdiv{
	float:right; 
	
}
.searchshortviewmaindiv{
	float:left; 
	
}
.searchshorttitleselectdiv{
	float:left; 
}
.searchsorttitlediv{
	float:left; 
	font-size:12px;
	color:#000;	
	font-family: "VistaSansBold";
	margin-top:2px;
	text-align: right;
	margin-right:10px;
}
.searchviewtitlegridimgdiv{
	float:left; 
}
.searchviewtitlediv{
    float: left;
    text-align: right;
    margin:0px 10px;
	font-size:12px;
	color:#000;	
	font-family: "VistaSansBold";
	margin-top:2px;
}	

.searchviewlistgriddiv{
    float: right;
    width: 35%;
}	


.searchlistviewdiv{
	float:left;
	width:auto;
}
.searchgridviewdiv{
	float:left;
	width:auto;
	margin-left:5px;
}
.searchlistviewdiv img{
	cursor:pointer;
}
.searchgridviewdiv img{
	cursor:pointer;	
}
.searchcategorydiv{
	color: #000000;
    float: left;
	font-family: "VistaSansBold";
    font-size: 11px;
    margin-top: 2px;
    text-transform: capitalize;
    width: 100%;
	word-wrap: break-word;	
}
.searchsubcategorydiv{
	color: #000000;
    float: left;
	font-family: "VistaSansBold";
    font-size: 11px;
    margin-top: 0px;
    text-transform: capitalize;
    width: 100%;	
}
.searchlessiondiv{
	color: #353535;
    float: left;
	font-family: "VistaSansBold";
    font-size: 11px;
    margin-top: 5px;
    text-transform: capitalize;
    width:100%;	
}
.searchstudenttypediv{
	color: #353535;
    float: left;
	font-family: "VistaSansBold";
    font-size: 11px;
    margin-top: 0px;
    text-transform: capitalize;
    width: 100%;	
}
.searchaddressdiv{
	color:#6f6f6e;
	float: left;
	font-family: "VistaSansBold";
    font-size: 11px;
	margin-top:5px;	
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	width:100%;
}
.searchpageimagediv img{
	width:100px;
	height:100px;	
}
.searchpageimagediv{
	float:left;
	width:25%;	
}
.searchpagedetaildiv{
	float:left;
	width:75%;	
}
/*----css for list style view-----*/
.buscapage5middlecenterfirstleftlistview {
    cursor: pointer;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.buscapage5middlecenterfirstrightlistview {
    cursor: pointer;
    float: left;
    width: 100%;
}
.buscapage5middlelefttopimglistview {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 25%;
}
.radio_buttonview {
    display: none;
}
.radio_buttonview + label {
    color: #000000;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: normal;
}


.radio_buttonview:checked + label span {
   
}
.radio_buttonview:checked + label  .viewimg1{
	 background: url(../../img/list01.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.radio_buttonview:checked + label  .viewimg2{
	 background: url(../../img/grid01.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.radio_buttonview + label span {
    background: url(../../img/list02.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 20px;
}
.radio_buttonview + label .viewimg2 {
    background: url(../../img/grid02.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    
}
.viewradiouterimg {
    float: left;
    margin-right: 5px;
    position: relative;
  
}
.viewradiouterimgright{
    float: right;
   
}
.buscapage5middlecenterfirstleft .buscapage5middlrighttexdiv {
    float: right;
    width: 70%;
	padding-left:10px;
}
.buscapage5middlecenterfirstleft .searchcategorydiv{
	line-height:10px;
}
.buscapage5middlecenterfirstleft .searchlessiondiv{
	line-height:10px;
	margin-top:10px;
}
.buscapage5middlecenterfirstleft .searchsubcategorydiv{
	line-height:10px;
}
.buscapage5middlecenterfirstleft .searchstudenttypediv{
	line-height:10px;
}




.buscapage5middlecenterfirstright .buscapage5middlrighttexdiv {
    float: right;
    width: 70%;
	padding-left:10px;
}
.buscapage5middlecenterfirstright .searchcategorydiv{
	line-height:10px;
}
.buscapage5middlecenterfirstright .searchlessiondiv{
	line-height:10px;
	margin-top:10px;
}
.buscapage5middlecenterfirstright .searchsubcategorydiv{
	line-height:10px;
}
.buscapage5middlecenterfirstright .searchstudenttypediv{
	line-height:10px;
}
.see_terms a{
	color:#000;
}
.page8lastrate a{
	cursor:pointer;
	
}
.email_searselectdiv {
    float: left;
    height: 22px;
    margin: 0 0 0 -9px;
    position: relative;
    width: 80px;
}
.email_select_arrow:before {
    background: url("../../img/mailbox-arrowimage.jpg") no-repeat scroll center center #ffffff;
    content: "";
    display: block;
    height: 22px;
    margin-right: 0px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0px;
    width: 23px;
	cursor:pointer;
}

.email_select_arrow:after {
    border-bottom: 1px solid #dddddd;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 1px;
}
.email_searselect {
    height: 22px;
    width: 70px;
	margin-left:9px;
	background: none repeat scroll 0 0 #183249;
    border: medium none;
    height: 22px;
    margin-left: 9px;
    width: 90%;
	color:#ffffff;
	font-family: 'open_sanslight' !important;
	font-size:13px;
	padding-left:3px;
	font-weight: normal !important;
	cursor:pointer;
}
.cartrightdiv span img{
	margin-top:-2px;
}
.noncircletitleimage{
	float: left;
    margin-top:-17px;	
}
.noncircletitleimage img{
	float:left;	
}

.noncircletitleimage span{
	display: inline-block;
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 44px;
}

.loginformmaindiv{
	border-bottom: 1px solid #ddd;
    float: left;
    position: absolute;
    top: 0;
    width: 100%;	
}
.rescountrylogo img{
	width:60%;	
}
.registerrightshiftdiv{
	text-align: right;
	margin-top:30px;	
}
.registerrightshiftdiv .busca6tcontopleftfirst label{
	float: right;
    text-align: left;
    width: 52%;
}
.firsttestimonialimg img{
	width:100%;	
}
.slidermaininner{
	float:left;
	width:100%;
}

.emailunreadcountdiv {
    background: none repeat scroll 0 0 #f69200;
    border-radius: 15px;
    height: 15px;
    left: 11px;
    position: relative;
    top: -25px;
    width: 15px;
	font-size:11px;
	color:#fff;
	text-align:center;
}
.emailunreadcountdiv a:hover, .emailunreadcountdiv a:focus{
	color:#f69200 !important;
	text-decoration:none !important;
	border-bottom:none !important;
	
}
.searchselectcrossdiv{
	 border-bottom: 1px solid #ccc;
    float: left;
    margin: 5px 0 10px;
    padding-bottom: 8px;
    width: 100%;
}

.searchselecttextdiv{
    float: left;
    padding-left: 8px;
    width: 86%;
}
.searchselectimagediv{
	float:left; 
	width:10%;	
}
.selectcountrylandingdiv{
	margin: 0 auto;
    position: relative;
    width: 925px;
	margin-top:150px;	
}
.selectcountrylandinglogodiv{
	float:left; 
	width:70%;	
}
.selectcountrylandingflagdiv{
	float:right; 
	width:30%;	
	height:358px;
}
.selectcountrylandingflagdiv ul{
	float:left;
	list-style:none; 
	position:relative; 
	top:65px; 
	width:100%;	
}
.selectcountrylandingflagdiv ul li{
	float:left; 
	margin:0px 0px 15px; 
	float:left; 
	width:100%;	
}
.selectcountrylandingflagdiv ul li span{
	padding-left:10px;
	color:#ffffff;
	font-size:12px;
	font-family: 'VistaSansBook';
	cursor:pointer;
	float:left;
	padding-top: 3px;
}
.indexutubevideo .modal-dialog{
	height: 500px;
    margin: 80px auto;
    width: 800px	
}
.indexutubevideo .modal-content{
	height:100%;
	
}
.indexutubevideo .modal-body{
	height:100%;
	
}
.selectcountrylandingflagdiv ul li span.usFlag{
	width:40px !important;
	height:27px !important;
	
}
.countryflaglandingpage{
	float: left;
    height: 27px !important;
    width: 40px !important;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
}
.bookthiclassbtn{
    background: #f39100 none repeat scroll 0 0;
    color: #ffffff;
    float: right;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 100px;
	cursor:pointer;
	font-family: 'VistaSansBook';
}
.bookthiclassstarhart{
    float: right;
    position: absolute;
    right: 0;
    /*top: 55px;*/
	top:150px;
    width:170px;
}
.sociallinkinuserprofile{
	width:125px;	
}
.bookthiclassstarhart span{
	float:left;
	margin-left:2px;
	cursor:pointer;
}
.reportadisputetext{
	color: #173249;
    float: left;
    font-family: "VistaSansBold";
    font-size: 15.5px;
    font-weight: 600;
	text-transform:capitalize;
	width:100%;
	text-align:right;
	cursor:pointer;	
}
.buscapage5middlerightaddimg img{
	width:100%;
}
.loginsignupliteboxdiv{
	margin: 0 auto;
	width: 100%;
}
.loginsignupliteboxdiv .busca6tcontopleftfirst label{
	width:106px;
	float:left;
	
}
.loginsignupliteboxdiv .busca6tcontopleftfirst .busca6tcontopleftfirstinput{
	width:65%;	
}

.forgotpassliteboxdiv{
	margin: 0 auto;
	width: 100%;
}
.forgotpassliteboxdiv .busca6tcontopleftfirst label{
	width:106px;
	float:left;
	
}
.forgotpassliteboxdiv .busca6tcontopleftfirst .busca6tcontopleftfirstinput{
	width:65%;	
}
.calendertitleimagediv{
	float:right; 
	width:auto;	
}
.searchcarusel{
	width:300px;
	height:250px;	
}
.searchcarusel .carousel-inner{
	height:250px;
}
.orangeInfo{
	color:#ec6502;
}
.responsivebtncss{
	 width:30px; 
	 float:left; 
	 position:relative; 
	 margin:3px 0 0 0; 
	 padding:0px 5px 5px 5px; 
	 left:0; top:0;
}
.signup_radio_pic_afterlogin {
    float: left;
    height: 40px;
    margin-bottom: 0;
    position: relative;
    width: 45%;
}
.bookingcartrefdiv{
	float:left; 
	width:100%;	
}
.bookingcartreflftdiv{
	float:left; 
	width:auto;
	margin-right:30px;
}
.bookingcartrefrtydiv{
	float:left; 
	width:auto;
}
.searchlistviewlftdiv{
	float:left; 
	width:67%;	
}
.searchlistviewrtydiv{
	float:right; 
	width:30%;	
}
.searchpageselectboxouter label{
	display:block !important;
}
.searchadvertisementiframe{
	 float:left; 
	 width:100%;
}
.searchadvertisementiframe iframe{
	width:100%;
	height:100%;	
}
.busca7tcontentformradioouter label{
	display:inline;
	vertical-align:middle;
	position:absolute;
}
.busca7tcontentformradioouter .signup_radio_pic{
	width:45%;
}
.profilelastblueline{
	position:relative;
	top:-22px;
	
}
.sociallinkinuserprofile #userprofilesocialtitle{
	float:left;
	width:100%;
}
.searchboxwithimageicon{
	width:86%;	
}
.searchpagemegnifier{
	background:url(../../img/search-magnifying-glass-.jpg) no-repeat;
	height:24px;
	width:24px;
	border:none;
	margin-top: 2px;
    padding: 0;

}
.userprofileunlogin{
	float: right;
    width: 100%;	
}
.userprofileunlogin .detailad_adetails{
	text-align:right;
	width:91%;
	
}
.customerdetailpag.pull-right {
    float: right !important;
    text-align: right !important;
    width: 100% !important;
}
.uplodprofiletool{
	 float: left;
    text-align: right;
    width: 91%;
	margin-bottom:50px;	
}
.useraddetailed{
	float: left;
    margin-bottom: 30px;
    width: 33%;	
}
.bookstarimg {
	margin-top:38px;
	margin-right:10px;	
}

.wrappertooltip {
  float:left;
  color: #000;
  cursor: help;
  font-size:12px;
  position: relative;
}

.wrappertooltip .tooltip {
  background: #FFFFFF;
  bottom: 100%;
  color: #000000;
  display: block;
  left: -25px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrappertooltip .tooltip:before {
  bottom: 0px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.wrappertooltip .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #FFFFFF 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.wrappertooltip:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrappertooltip p .tooltip {
  display: none;
}

.lte8 .wrappertooltip p:hover .tooltip {
  display: block;
}

.bookstarimg img{
	cursor:pointer;
}

.howitworksvediodivlong{
	margin-top:10px;
	width:100%;	
}
.subinnerth{
	float:left;
	width:48%;
	word-wrap: break-word;
}
.subinnertd{
	float:right;
	width:48%;
	word-wrap: break-word;
}
.addvbottomradiobtndiv{
	width:100%;
}
.addvbottomradiobtndiv .page8lastratepercio{
	width:20%;	
}
.addvbottomradiobtndiv .forerrormsg{
	width:auto !important;
}
.conterntblock4righttext{
	font-size:12px;	
}
.conterntblock4righttext a{
	color:#ffffff;
}
.newdatofbirth #UserDobDay{
	width:50px !important;
}
.newdatofbirth #UserDobMonth{
	width: 92px  !important;
}
.fb_login_rg{
	text-align:center;
	color:#fff;
	padding-top:9px;
	float:right;
	width:210px;
	height:36px;
	background:#4a6eaa;
	position:relative;
	padding-left:10px;
	font-size:15px;
}
.linked_login_rg{
	text-align:center;
	color:#fff;
	padding-top:9px;
	float:right;
	width:210px;
	height:36px;
	background:#0097be;
	position:relative;
	padding-left:18px;
	font-size:15px;
}
.linked_login_rg span{
	left: 9px;
    position: absolute;
    top: 4px;
}
.fb_login_rg span {
    left: 9px;
    position: absolute;
    top: 4px;
}
.howitworkstopspace{
	width:100%;
	float:left;
}
.actionbtan{
	width:200px;
	float:right;
	margin-top: 15px;
}
.hadertopbtn{
	float:right;
	border:none;
	background-color: hsl(36, 100%, 48%);
	min-height:35px;
	padding-left:10px;
	padding-right:10px;
	color:#fff;
}
.actionbtan .dropdown-menu {
    border-radius:0px;
    float: left;
    font-size: 14px;
    left: 43px;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding:0px 0 0 0px;
    position: absolute;
    text-align: left;
    top: 32px;
    z-index: 1000;
}
.actionbtan .dropdown-menu li{
	padding:10px 5px 5px 11px;
	opacity:0px;
	color:#333;
	font-family: "VistaSansBold";
	text-transform:capitalize;
}
.actionbtan .dropdown-menu li:hover{
	background-color: hsl(317, 79%, 37%);
	color:#fff;
}
.conterntblock3firstleftimg img{
	width:auto !important;	
	
}
.busca7tcontopleftfirstinput span{
	margin-left:5px;
}
.seltoltip{
	
	color:#fff;
}
.actionbtan .dropdown-menu a:hover, .actionbtan .dropdown-menu > li > a:focus {
    background-color:hsl(317, 79%, 37%);
    color:#fff;
    text-decoration: none;
}
.reportbug{
	bottom: 0;
	left:0;
	height:33px;
    position: fixed;
	z-index:2014;
}
.buscarbuttonreportbug {
    background: hsl(36, 100%, 48%) none repeat scroll 0 0;
    border: medium none;
    color: hsl(0, 0%, 100%);
    float: right;
    font-family: "open_sansregular";
    font-size: 13px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.firsttestimonialimgmobile{
    float: right;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 0;
		display:none;
}
.tipocurso_radio_pic label{
	display: inline;
    position: absolute;
    vertical-align: middle;
}
.newclassmarginfb{
	margin-right:61px !important;
}
.newregisterclass{
	margin-top: 24px !important;
	float:left !important;
	transform: translate(-204px, -13px);
}
.newformdiv{
	width:55% !important;
	float:left !important;
}
.newstyltop {
    right: -5px;
    top: 78px;
    width: 155px;
}
.newreviwe{
	width:75%;
}
.newadreviewpanel{
	min-height: 350px;
  max-height: 380px;
	height: auto;
	overflow-y: auto;
	width: 61%;
}
.newdetails{
	width:100%;
	margin-top:0px;
}
.newdetailad_reviewimg{
	width:76px;
	height:76px;
}
.newdetailad_details{
	 margin-bottom:0px;
	 width:59%;
	 float: left;
}
