/* Table of Content
==================================================
#Reset &Basics
#Basic Styles
#Site Styles
#Typography
#Links
#Lists
#Images
#Buttons
#Forms
#Misc */

/* #Reset &Basics================================================== */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/* #Basic Styles================================================== */body{background:#fff;font:13px/20px Arial,Helvetica,sans-serif;color:#000;-webkit-font-smoothing:antialiased;/* Fix for webkit rendering */-webkit-text-size-adjust:100%;}
/* #Typography================================================== */h1,h2,h3,h4,h5,h6{color:#181818;font-family:'Calibri';font-weight:normal}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}h1{font-size:32px;line-height:40px; color:#FFF}h1 span{font-size:20px;line-height:40px; color:#000}h2{font-size:28px;line-height:32px;margin-bottom:10px}h3{font-size:24px;line-height:34px;margin-bottom:8px}h4{font-size:21px;line-height:30px;margin-bottom:4px}h5{font-size:17px;line-height:24px}h6{font-size:14px;line-height:21px}.subheader{color:#777}p{margin:0 0 20px 0}p img{margin:0}p.lead{font-size:21px;line-height:27px;color:#777}em{font-style:italic}strong{font-weight:bold;}small{font-size:80%}/*Blockquotes  */blockquote,blockquote p{font-size:14px;line-height:24px;color:#777}blockquote p{font-style:italic}blockquote{margin:0 0 20px;padding:9px 20px 0 19px}blockquote cite{display:block;font-size:12px;color:#555}blockquote cite:before{content:"\2014 \0020"}blockquote cite a,blockquote cite a:visited,blockquote cite a:visited{color:#555}hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:10px 0 30px;height:0}
/* #Links================================================== */a,a:visited{color:#000;text-decoration:none;outline:0}a:hover,a:focus{color:#666}p a,p a:visited{line-height:inherit}
/* #Lists================================================== */ul,ol{margin-bottom:0px}ul{list-style:none outside}ol{list-style:decimal}ol,ul.square,ul.circle,ul.disc{margin-left:30px}ul.square{list-style:square outside}ul.circle{list-style:circle outside}ul.disc{list-style:disc outside}ul ul,ul ol,ol ol,ol ul{margin:4px 0 5px 30px;font-size:90%}ul ul li,ul ol li,ol ol li,ol ul li{margin-bottom:6px}li{line-height:18px;margin-bottom:0px}ul.large li{line-height:21px}li p{line-height:21px}
/* #Images================================================== */img.scale-with-grid{max-width:100%;height:auto}/* #Buttons================================================== */.button.full-width,button.full-width,input[type="submit"].full-width,input[type="reset"].full-width,input[type="button"].full-width{width:100%;padding-left:0 !important;padding-right:0 !important;text-align:center}/* Fix for odd Mozilla border &padding issues */button::-moz-focus-inner,input::-moz-focus-inner{ border:0; padding:0}
/* #Forms================================================== */form{margin-bottom:20px}fieldset{margin-bottom:20px}input[type="text"],input[type="password"],input[type="email"],textarea,select{padding:7px 4px;outline:none;-moz-border-radius:2px;-webkit-border-radius:2px;font:13px ;color:#777;margin:0;display:block;}select{padding:5px; border:1px solid #e1e8eb;}input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus{ color:#444; }textarea{min-height:60px}label,legend{
	
    font-size: 13px;

    margin: 0 10px 0 0; }select{}input[type="checkbox"]{display:table-caption; float:left;}label span,legend span{font-weight:normal;font-size:13px;color:#444}

.spacer5{ height:5px; clear:both;}.spacer10{ height:10px; clear:both;}
.mgl10{ margin:0 0 0 10px;}

.pd{ padding:9px 0 8px 10px ;}


/*textarea{
height:84px;  margin:0 10px 0 0; padding:0 0 0 0 !important; resize:none; float:left;}*/


.frist-name{background: none;
    border: medium none;
    color: #777777;
    display: block;
    float: left;
    margin: 0 0 0 4px;
    outline: medium none;
    padding: 8px 8px !important;
    width: 93%;}
	.ck_text_popop{    display: block;
    margin: 4px 0 0 0;}
#popupContact h1 span
{color: #0196DA !important;
font-size: 30px !important; line-height: 40px;}

.second-name{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    padding: 7px 8px !important;
    width: 98%;}
.third-name{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    padding:4px 8px !important;
    width: 98%;}


/* #Buttons================================================== */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {background:#2a5b92; color:#fff; border:none;  text-transform:uppercase; font-family: 'open_sanssemibold'; cursor:pointer;}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {background:#8FA5C0;}
/* Fix for odd Mozilla border &padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}

.cursor { cursor:pointer;}

.mgl100px{margin-left:100px;}

.mgt45{margin-top:45px !important;}.mgb45{margin-bottom:45px!important;}.mgl45{margin-left:45px!important;}.mgr45{margin-right:45px!important;}

.mgt60{margin-top:60px !important;}.mgb60{margin-bottom:60px!important;}.mgl60{margin-left:60px!important;}.mgr60{margin-right:60px!important;}

.mgt40{margin-top:40px !important;}.mgb40{margin-bottom:40px!important;}.mgl40{margin-left:40px!important;}.mgr40{margin-right:40px!important;}

.mgt35{margin-top:35px !important;}.mgb35{margin-bottom:35px!important;}.mgl35{margin-left:35px!important;}.mgr35{margin-right:35px!important;}

.mgt30{margin-top:30px !important;}.mgb30{margin-bottom:30px!important;}.mgl30{margin-left:30px!important;}.mgr30{margin-right:30px!important;}

.mgt25{margin-top:25px !important;}.mgb25{margin-bottom:25px!important;}.mgl25{margin-left:25px!important;}.mgr25{margin-right:25px!important;}

.mgt20{margin-top:20px !important;}.mgb20{margin-bottom:20px!important;}.mgl20{margin-left:20px!important;}.mgr20{margin-right:20px!important;}.mgr35{margin-right:35px!important;}

.mgt18{margin-top:18px !important;}.mgb18{margin-bottom:18px!important;}.mgl18{margin-left:18px!important;}.mgr18{margin-right:18px!important;}

.mgt17{margin-top:17px !important;}.mgb17{margin-bottom:17px!important;}.mgl17{margin-left:17px!important;}.mgr17{margin-right:17px!important;}

.mgt15{margin-top:15px !important;}.mgb15{margin-bottom:15px!important;}.mgl15{margin-left:15px!important;}.mgr15{margin-right:15px!important;}

.mgt12{margin-top:12px !important;}.mgb12{margin-bottom:12px!important;}.mgl12{margin-left:12px!important;}.mgr12{margin-right:12px!important;}

.mgt10{margin-top:10px !important;}.mgb10{margin-bottom:10px!important;}.mgl10{margin-left:10px!important;}.mgr10{margin-right:10px!important;}

.mgt8{margin-top:8px!important;}.mgb8{margin-bottom:8px!important;}.mgl8{margin-left:8px!important;}.mgr8{margin-right:8px!important;}

.mgt5{margin-top:5px!important;}.mgb5{margin-bottom:5px!important;}.mgl5{margin-left:5px!important;}.mgr5{margin-right:5px!important;}

.mgt4{margin-top:4px!important;}.mgb4{margin-bottom:4px!important;}.mgl4{margin-left:4px!important;}.mgr4{margin-right:4px!important;}
.mgt3{margin-top:3px!important;}.mgb3{margin-bottom:3px!important;}.mgl3{margin-left:3px!important;}.mgr3{margin-right:3px!important;}

.mgt1{margin-top:1px!important;}.mgb1{margin-bottom:1px!important;}.mgl1{margin-left:1px!important;}.mgr1{margin-right:1px!important;}

.mgtm1{margin-top:-1px!important;}.mgbm1{margin-bottom:-1px!important;}.mglm1{margin-left:-1px!important;}.mgrm1{margin-right:-1px!important;}

.mgtm3{margin-top:-3px!important;}.mgbm3{margin-bottom:-3px!important;}.mglm3{margin-left:-3px!important;}.mgrm3{margin-right:-3px!important;}

.mgtm5{margin-top:-5px!important;}.mgbm5{margin-bottom:-5px!important;}.mglm5{margin-left:-5px!important;}.mgrm5{margin-right:-5px!important;}

.mgtm8{margin-top:-8px!important;}.mgbm8{margin-bottom:-8px!important;}.mglm8{margin-left:-8px!important;}.mgrm8{margin-right:-8px!important;}

.mgtm15{margin-top:-15px!important;}.mgbm15{margin-bottom:-15px!important;}.mglm15{margin-left:-15px!important;}.mgrm15{margin-right:-15px!important;}

.mgtm10{margin-top:-10px!important;}.mgbm10{margin-bottom:-10px!important;}.mglm10{margin-left:-10px!important;}.mgrm10{margin-right:-10px!important;}

.mgtm16{margin-top:-16px!important;}.mgbm16{margin-bottom:-16px!important;}.mglm16{margin-left:-16px!important;}.mgrm16{margin-right:-16px!important;}



.mgtm20{margin-top:-20px!important;}.mgbm20{margin-bottom:-20px!important;}.mglm20{margin-left:-20px!important;}.mgrm20{margin-right:-20px!important;}

.mgtm23{margin-top:-23px!important;}.mgbm23{margin-bottom:-23px!important;}.mglm23{margin-left:-23px!important;}.mgrm23{margin-right:-23px!important;}

.mgtm25{margin-top:-25px!important;}.mgbm25{margin-bottom:-25px!important;}.mglm25{margin-left:-25px!important;}.mgrm25{margin-right:-25px!important;}

.mgtm30{margin-top:-30px!important;}.mgbm30{margin-bottom:-30px!important;}.mglm30{margin-left:-30px!important;}.mgrm30{margin-right:-30px!important;}

.mgtm35{margin-top:-35px!important;}.mgbm35{margin-bottom:-35px!important;}.mglm35{margin-left:-35px!important;}.mgrm35{margin-right:-35px!important;}

.mgtm38{margin-top:-38px!important;}.mgbm38{margin-bottom:-38px!important;}.mglm38{margin-left:-38px!important;}.mgrm38{margin-right:-38px!important;}

.mgtm43{margin-top:-43px!important;}.mgbm43{margin-bottom:-43px!important;}.mglm43{margin-left:-43px!important;}.mgrm43{margin-right:-43px!important;}

.mgtm40{margin-top:-40px!important;}.mgbm40{margin-bottom:-40px!important;}.mglm40{margin-left:-40px!important;}.mgrm40{margin-right:-40px!important;}

.mgtm50{margin-top:-50px!important;}.mgbm50{margin-bottom:-50px!important;}.mglm50{margin-left:-50px!important;}.mgrm50{margin-right:-50px!important;}


.pdt50{ padding-top:50px !important;}.pdb50{padding-bottom:50px!important;}.pdl50{padding-left:50px!important;}.pdr50{padding-right:50px!important;}

.pdt45{ padding-top:45px !important;}.pdb45{padding-bottom:45px!important;}.pdl45{padding-left:45px!important;}.pdr45{padding-right:45px!important;}

.pdt40{ padding-top:40px !important;}.pdb40{padding-bottom:40px!important;}.pdl40{padding-left:40px!important;}.pdr40{padding-right:40px!important;}

.pdt34{padding-top:34px !important;}.pdb34{padding-bottom:34px!important;}.pdl34{padding-left:34px!important;}.pdr34{padding-right:34px!important;}

.pdt35{padding-top:35px !important;}.pdb35{padding-bottom:35px!important;}.pdl35{padding-left:35px!important;}.pdr35{padding-right:35px!important;}

.pdt30{padding-top:30px !important;}.pdb30{padding-bottom:30px!important;}.pdl30{padding-left:30px!important;}.pdr30{padding-right:30px!important;}

.pdt29{padding-top:29px !important;}.pdb29{padding-bottom:29px!important;}.pdl29{padding-left:29px!important;}.pdr29{padding-right:29px!important;}

.pdt25{padding-top:25px !important;}.pdb25{padding-bottom:25px!important;}.pdl25{padding-left:25px!important;}.pdr25{padding-right:25px!important;}

.pdt22{padding-top:22px !important;}.pdb22{padding-bottom:22px!important;}.pdl22{padding-left:22px!important;}.pdr22{padding-right:22px!important;}

.pdt20{padding-top:20px !important;}.pdb20{padding-bottom:20px!important;}.pdl20{padding-left:20px!important;}.pdr20{padding-right:20px!important;}.pdr35{padding-right:35px!important;}.pdl14{padding-left:14px!important;}.pdr14{padding-right:14px!important;}

.pdt10{padding-top:10px !important;}.pdb10{padding-bottom:10px!important;}.pdl10{padding-left:10px!important;}.pdr10{padding-right:10px!important;}

.pdt11{padding-top:11px !important;}.pdb11{padding-bottom:11px!important;}.pdl11{padding-left:11px!important;}.pdr11{padding-right:11px!important;}

.pdt12{padding-top:12px !important;}.pdb12{padding-bottom:12px!important;}.pdl12{padding-left:12px!important;}.pdr12{padding-right:12px!important;}

.pdt15{padding-top:15px !important;}.pdb15{padding-bottom:15px!important;}.pdl15{padding-left:15px!important;}.pdr15{padding-right:15px!important;}

.pdt12{padding-top:12px !important;}

.pdt8{padding-top:8px!important;}.pdb8{padding-bottom:8px!important;}.pdl8{padding-left:8px!important;}.pdr8{padding-right:8px!important;}

.pdt5{padding-top:5px!important;}.pdb5{padding-bottom:5px!important;}.pdl5{padding-left:5px!important;}.pdr5{padding-right:5px!important;}

.pdt3{padding-top:3px!important;}.pdb3{padding-bottom:3px!important;}.pdl3{padding-left:3px!important;}.pdr3{padding-right:3px!important;}

.fs11 { font-size:11px !important;}
.fs12 { font-size:12px !important;}.fs13 { font-size:13px !important;}.fs14 { font-size:14px !important;} .fs16 { font-size:16px !important;}.fs15 { font-size:15px !important;} .fs18 { font-size:18px !important;} .fs22 { font-size:22px !important;}
.fwb { font-weight:bold;}
.fs20 { font-size:20px !important;}.fs24 { font-size:24px !important;} .fs40 { font-size:40px !important;} .fs36 { font-size:36px !important;}

.ttu { text-transform:uppercase;}

.spacer{height:5px; clear:both;}.spacer1{height:1px; clear:both;}.spacer3{height:3px; clear:both;}.spacer5{height:5px; clear:both;}.spacer7{ height:7px; clear:both;}.spacer8{height:8px; clear:both;}.spacer10{height:10px; clear:both;}.spacer12{ height:12px; clear:both;}.spacer14{ height:14px; clear:both;}.spacer15{ height:15px; clear:both;}.spacer20{height:20px; clear:both;}.spacer25{height:25px; clear:both;}.spacer30{height:30px; clear:both;}.spacer33{ height:33px; clear:both;}.spacer40{height:40px; clear:both;}.spacer50{ height:50px; clear:both;}.spacer60{ height:60px; clear:both;}.spacer70{ height:70px; clear:both;}.spacer90{ height:90px; clear:both;}

.spacer-right5{height:5px; clear:right;}.spacer-right10{height:10px; clear:right;}.spacer-right15{height:15px; clear:right;}.spacer-right20{height:20px; clear:right;}.spacer-right30{height:30px; clear:right;}.spacer-right40{height:40px; clear:right;}

.spacer-left5{height:5px; clear:left;}.spacer-left10{height:10px; clear:left;}.spacer-left15{height:15px; clear:left;}.spacer-left20{height:20px; clear:left;}.spacer-left30{height:30px; clear:left;}.spacer-left30{height:30px; clear:left;}.spacer-left30{height:30px; clear:left;}

.z-index1 { z-index:1;}.z-index2 { z-index:2;}.z-index3 { z-index:3;}.z-index4 { z-index:4;}.z-index5 { z-index:5;}.z-index6 { z-index:6;}.z-index7 { z-index:7;}.z-index8 { z-index:8;}.z-index9 { z-index:9;}.z-index10 { z-index:10;}.z-index11 { z-index:11;}


/*=============================Default css==========================================*/

.w165px{ width:165px;}.w145px{ width:145px;}.w300px{ width:300px;}.w150px{width:150px;}.w120px{width:120px;}.w170px{width:170px;}.w130px{width:130px;}.w125px{ width:125px;}.w110px{width:110px;}.w90px{width:90px;}.w80px{width:80px;}.w70px{width:70px;}.w62px{width:62px;}.w560px{width:560px;}.w468px{width:468px;}.w220px{width:220px;}.w310px{width:310px;}.w100px{ width:100px;}.w200px{ width:200px;}.w180px{ width:180px;}.w170px{ width:170px;}.w280px{ width:280px;}.w160px{width:160px;}.w140px{width:140px;}.w210px{width:210px;}.w214px{width:214px;}.w190px{width:190px;}.w480px{ width:480px;}.w330px{ width:330px;}.w150px{ width:150px;}.w282px{ width:282px;}.w235px{ width:235px;}.w240px{ width:240px;}.w273px{ width:273px;}.w244px{ width:244px;}
.h67px{height:67px;}.w60px{width:60px;}.w50px{width:50px;}.h30px{height:30px;}.w52px{width:52px;}.w230px{width:230px;}.w250px{width:250px;} .w277px{ width:277px;}.w680px{ width:680px;}.w940px{ width:940px;}.w540px{ width:540px;}.w710px{ width:710px;}.w445px{ width:445px;}.w245px{ width:245px;}.w407px{ width:407px;}.w282px{ width:282px;}.w350px{ width:350px;}.w500px{ width:500px;}.w485px{ width:485px;}.w360px{ width:360px;}.w420px{ width:420px;}

.lh18 { line-height:18px;}
.lh20 { line-height:20px;}


/* #Package-detail================================================== */
.d-block{ display:block;}
.mgl10px{ margin-left:10px;}
.w590px{ width:590px!important;}
.spannote{font: italic 11px Lucida Grande,Verdana,Arial,Bitstream Vera Sans,sans-serif; text-shadow: 0px 1px 0px rgb(255, 255, 255); color: rgb(0, 150, 226);}
/* #Package-detail close================================================== */

.footer-images{margin:auto; border:solid 1px #dcdedf; width:885px; height:103px;}

.text-white{
    color: #FFFFFF;
}
.text-offwhite{
    color: #b4b4b4;
}
