input[type="checkbox"] + label, input[type='checkbox']:checked + label, input[type="radio"] + label, input[type='radio']:checked + label {
    background-color: transparent;
    background-image: url("../images/checkbox_unchecked.png");
    background-repeat: no-repeat;
	background-size: 24px 24px;
    display: inline-block;
}

input[type="checkbox"], input[type="radio"]  {
    opacity: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    cursor: pointer;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	color: #7f766e;
	margin: 0;
    clear: none;
	cursor: pointer;
	padding: 5px 0 4px 32px;
	background-position: 0px 0px;
    line-height: 1.7em;
    padding-top: 3px;
    padding-bottom: 6px;
    font-size: 13px;
    white-space: nowrap;
    font-weight: bold;
}

input[type='checkbox']:checked + label, input[type='radio']:checked + label {
	margin: 0;
    clear: none;
	cursor: pointer;
	padding: 5px 0 4px 32px;
	background-image: url("../images/checkbox_checked.png");
	line-height: 1.7em;
	padding-top: 3px;
    padding-bottom: 6px;
    font-size: 13px;
    white-space: nowrap;
    color: #e47911;
    font-weight: bold;
}

input[type='checkbox']:checked:disabled + label, input[type='radio']:checked:disabled + label {
	background-image: url("../images/checkbox_checked_disabled.png");
	color: #b3b3b3;
}

div.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
    width: 1px;
}
img {
    border: none;
}
a {
    color: #50a3ff;
    font-family: inherit;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

a:hover {
    color: #31c3f9;
}

a.btn {
    display: inline-block;
    padding: 15px 30px;
    background: #50b7ff;
    color: #ffffff;
    font-size: 14px;
    border-radius: 200px;
    vertical-align: middle;
}

a.btn.small {
    padding: 7px 30px;
}

a.btn:hover {
	background: #47a1e1;
	-ms-transform: scale(1.03, 1.03); /* IE 9 */
    -webkit-transform: scale(1.03, 1.03); /* Safari */
    transform: scale(1.03, 1.03);		
}

input, select, textarea, a {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
}

td {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    padding: 5px;
}

input.default, select.default, textarea.default {
	background: #ffffff;
	color: #212123;
	padding: 11px;
	border-radius: 5px;
	font-size: 14px;
	-moz-box-shadow: inset 0 0 0 1px rgba(8,9,9,.01);
    -webkit-box-shadow: inset 0 0 0 1px rgba(8,9,9,.01);
    box-shadow: inset 0 0 0 1px rgba(8,9,9,.01);
    border: 1px solid #e2e2e2;
    width: 250px;
}

select.default {
	background: #fff;
}

input.error, select.error, textarea.error {
	border-color: #ff0000;
	color: #ff0000;
	box-shadow: 0px 0px 2px 0px rgba(255,0,0,0.6) inset;
}

input:focus, select:focus, textarea:focus {
    border-color: #8499ff !important;
}

input.submit {
	padding: 13px 14px;
	border-radius: 0px;
	margin-right: 0px;	
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #5854e7;
	border-radius: 1px;
    background: #4292f9;
    color: #ffffff;
}

input.submit:disabled {
	background: #cecece;
	border: 1px solid #9a9a9a !important;
} 

.sprite {
    background-color: transparent;
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
	background-size: 512px 512px;
    display: inline-block;
}

.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt40 {
    margin-top: 40px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.mt100 {
    margin-top: 100px;
}
.mt120 {
    margin-top: 120px;
}
.mb {
    margin-bottom: 5px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb100 {
    margin-bottom: 100px;
}
.f12 {
    font-size: 12px;
}
.f15 {
    font-size: 15px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}
.f25 {
    font-size: 25px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.c {
    text-align: center;
}
.r {
    text-align: right;
}
.t, .txt {
    color: #62626d;
}
.relative {
    position: relative;
}
.ml {
    margin-left: 10px;
}
.mr {
    margin-right: 10px;
}
form {
    margin: 0;
    padding: 0;
}
:focus {
    outline: 0 none !important;	
}
::-moz-focus-inner {
	border: none !important;
}
.dn {
    display: none;
}

.ovh {
	overflow: hidden;
}

.prel {
	position: relative;
}

span.sprite.logo {
    width: 100px;
    height: 20px;
    margin-top: 5px;
    background-position: 0px 0px;
}

span.sprite.logo:hover {
     animation: 1s ease 0s normal none 1 wiggle; 
}

img.throbber {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 23px;
	width: 16px;
	height: 16px;
	opacity: 0.45;
	z-index: 2;
}

#wrapper { 
	max-width: 1920px;
    min-width: 303px;
	box-sizing: border-box;
	height: auto;
    width: auto;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0px auto;
	-webkit-overflow-scrolling: touch;
}

.scalehover {
   -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
	-ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);	
}

.scalehover:hover {
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
	-ms-transform: scale(1.02, 1.02); /* IE 9 */
    -webkit-transform: scale(1.02, 1.02); /* Safari */
    transform: scale(1.02, 1.02);	
}

.loadingappear.ex {
	animation: 1s ease 0s normal none 1 fadeInUp;
	animation-iteration-count: 1;
}

.loadingappear.ex.up {
	animation: 1.2s ease 0s normal none 1 bounceInUp;
	animation-iteration-count: 1;
}


body {
    background: #ffffff;
    color: #212123;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizelegibility !important;
}

div.mainheader {
    background: transparent;
    height: auto;
    width: auto;	
}


div.mainheader div.headertop {
    width: auto;
    max-width: 1020px;
    padding: 20px 0px 0px 10px;
    margin: 0px auto;
}



div.mainheader div.headertop div.links a {
    font-size: 14px;
    color: #f9f9f9;
    font-weight: 400;
    padding: 0px 8px;
    margin-right: 15px;
}

div.mainheader div.headertop div.links a.join {
    border: 1px solid #ffffff;
    padding: 5px 23px;
    border-radius: 55px;
    width: 100%;
    box-sizing: border-box;
}

div.mainheader div.headertop div.links a.sel, div.mainheader div.headertop div.links a:hover { 
    color: #ffffff;
}

div.mainheader div.headerinner {
    text-align: center;
    width: auto;
    max-width: 1020px;
    padding: 10px;
    margin: 50px auto 0px auto;
}

div.mainheader div.headerinner .title {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    display: block;
    font-size: 42px;
    text-shadow: 0px 2px 7px rgba(0,0,0,0.04);
    color: #ffffff;
}

div.mainheader div.headerinner .subtitle {
    color: #fff;
}

div.mainheader div.headerinner a.btn {
    display: inline-block;
    padding: 10px 12px;
    background: #3da6fb;
    background: #fff;
    color: #5e9cf1;
    font-size: 15px;
    /* border: 3px solid #ffe52c; */
    /* border-bottom: 1px solid #5a7daf; */
    font-weight: 600;
    margin-top: -33px;
    line-height: 30px;
    text-transform: uppercase;
    /* text-shadow: 1px 0px 5px rgba(0,0,0,0.05); */
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

div.mainheader div.headerinner span.sprite.fly {
    width: 34px;
    height: 31px;
    background-position: 1px -434px;
    vertical-align: middle;
}

div.mainheader.wh {
    color: inherit;
    height: auto;
	min-height: initial;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    border-bottom: 1px solid #dcdfe0;
    background: #ffffff;		
}

div.mainheader.wh div.topheader, div.mainheader.wh div.headertop {
	width: auto;
	background: #ffffff;
	max-width: 1020px;
	margin: 0px auto;		
	padding: 20px 0px;
}

div.mainheader.wh span.sprite.logo {
	width: 100px;
	height: 20px;
    margin-top: 5px;
	background-position: -100px 0px;
}

div.content div.inner div.features div.featurestop {
    color: #259bfb;
    font-size: 26px;
    padding-left: 45px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: capitalize;
    margin-top: 30px;
}

div.content div.inner div.features div.featurestop div.feature {
    font-size: 15px;
}

span.sprite.logo:hover {
	/* animation: 1s ease 0s normal none 1 wiggle; */
}

div.mainheader.wh div.topheader div.links a, div.mainheader.wh div.headertop div.links a ,
div.mainheader.wh div.topheader div.links a.join, div.mainheader.wh div.headertop div.links a.join {
	font-size: 14px;	
	color: #656568;
	padding: 0px 8px;
	padding-bottom: 10px;
	border-bottom: 2px transparent solid;
	margin-right: 15px;
	text-transform: capitalize;
}

div.mainheader.wh div.topheader div.links a.sel, div.mainheader.wh div.topheader div.links a:hover,
div.mainheader.wh div.headertop div.links a.sel, div.mainheader.wh div.headertop div.links a:hover,
div.mainheader.wh div.topheader div.links a.join.sel, div.mainheader.wh div.topheader div.links a.join:hover,
div.mainheader.wh div.headertop div.links a.join.sel, div.mainheader.wh div.headertop div.links a.join:hover { 
    color: #404040;
    font-weight: 600;
    /* border-bottom: 2px #1d1d1d solid; */
}

div.mainheader div.topheader div.links a.sel, div.mainheader div.topheader div.links a:hover,
div.mainheader div.headertop div.links a.sel, div.mainheader div.headertop div.links a:hover {
	font-weight: 600;
}

div.mainheader div.links a.speccc {
	display: inline-block;
    border-color: #ffffff;
	border-width: 1px 1px 1px 1px !important; 
	border-style: solid;
    padding: 5px 23px !important;
    border-radius: 10px 0px 0px 10px;
	margin: 0px;
	width: auto;
	vertical-align: middle;
}

div.mainheader div.links a.speccc.sec {
	display: inline-block;
	border-width: 1px 1px 1px 0px !important;
	border-radius: 0px 10px 10px 0px;
	margin-left: -18px;
	margin-right: 0px;
}

div.mainheader.wh div.links a.speccc {
	border-color: #656568 !important; 
}


div.mainheader.fix {
	width: 100%;
	position: fixed;
	background-color: rgba(255,255,255,1);	
	display: none;
	z-index: 90;
}

/********* HEADER SCROLL ************/


/*
	div.mainheader.scr div.links {
		float: none !important;
		text-align: center;	
		width: auto;	
	}	
*/	
/*	
	div.mainheader.scr div.headertop {
		max-width: 985px;	
		padding: 10px;			
	}	
*/
/***********************************/

/********** HAMBURGER MENU ***********/
div.mainheader div.headertop span.sprite.hamburgermenu {
	width: 32px;
	height: 32px;	
	background-position: -117px -435px;	
	vertical-align: middle;
}

div.mainheader.wh div.headertop span.sprite.hamburgermenu {
	background-position: -67px -435px;
}

div.mainheader div.headertop div.menuicon {
	display: none;
}

@media screen and (max-width: 700px) { 

	div.mainheader div.links span.lseparator {
		text-align: center;
		display: block;
	}
	
	div.mainheader div.headertop div.menuicon {
		display: block;
	}
	
	div.mainheader div.headertop div.links {
		float: none !important;
		clear: both;
		text-align: right;
        padding-top: 20px !important;
        padding-right: 20px !important;
        padding-left: 20px;
		display: none;		
		width: auto;
		height: auto;
		margin: 0px !important;
	}
	
	div.mainheader div.headertop div.links a {
		display: block;
		padding: 5px 23px !important;		
		margin-top: 0px;
		margin-right: 0px !important;
		font-size: 15px;
		text-align: right;
		/*border-bottom: #f0f0f0 1px solid !important;*/
        text-align: center;
	}
	
	div.mainheader div.headertop div.links a.join {
		display: inline-block !important;
    	border: 1px solid #ffffff !important;
    	padding: 5px 23px !important;
    	border-radius: 55px !important;	
		margin-top: 10px !important;
	}
	
	div.mainheader.wh div.headertop div.links a.join {
    	border: 1px solid #656568 !important;
	}	
	
	
	div.mainheader.wh div.headertop div.links a.sel, div.mainheader.wh div.headertop div.links a:hover {
		/*color: #000000;*/
		background: #f8f8f8;
	}
	
	div.mainheader div.links a.speccc {
		display: inline-block !important;
    	border-color: #ffffff;
		border-width: 1px 1px 1px 1px !important; 
		border-style: solid;
    	padding: 5px 23px !important;
    	border-radius: 10px 0px 0px 10px;
		margin: 5px 0px 0px 0px;
		margin-right: 0px !important;
		width: 65px;
		text-align: center !important;
		vertical-align: middle;
	}

	div.mainheader div.links a.speccc.sec {
		display: inline-block !important;
		border-width: 1px 1px 1px 0px !important;
		border-radius: 0px 10px 10px 0px;
		margin-left: -3px;
		margin-right: 0px;
		border-color: #ffffff;
	}

	div.mainheader.wh div.links a.speccc {
		border-color: #656568 !important; 
	}	
}

/********** HAMBURGER MENU ENDS HERE ***********/


div.content {	
    height: auto;
    width: auto;
	background: transparent;
}

div.resultinfo, div.resulterror {
	display: none;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	margin: 10px auto;
	color: #009900;
	border-color: #009900;
}

div.resulterror {
	color: #ff0000;
	border-color: #ff0000;
}

div.modallayer {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 90;
	background-color: rgba(42, 45, 47, 0.82);
}

div.popup {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	color: #212123;
	border-radius: 4px;
	z-index: 95;
	-moz-box-shadow: 0 1px 5px rgba(6,6,6,.33); /* drop shadow */
	-webkit-box-shadow: 0 1px 5px rgba(6,6,6,.33); /* drop shadow */
	box-shadow: 0 1px 5px rgba(6,6,6,.33); /* drop shadow */
}

div.popup.def {
	width: 540px;
}

div.popup div.poptop {
	padding: 20px;	
	font-size: 18px;
    background-color: #fefefe;
	-moz-box-shadow: 0 0 0 1px rgba(211, 211, 211, 0.29); /* drop shadow */
	-webkit-box-shadow: 0 0 0 1px rgba(211, 211, 211, 0.29); /* drop shadow */
	box-shadow: 0 0 0 1px rgba(211, 211, 211, 0.29); /* drop shadow */
	text-align: center;
    font-weight: bold;
    font-size: 17px;
    padding-top: 25px;
}

div.popup div.popinner {
	padding: 20px;
}

div.popup a.delete {
	position: absolute;
    left: 20px;
    top: 21px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

div.popup a.delete.st {
	position: static;
}

div.popup.info {
	position: absolute;
	color: #ffffff;
	width: auto;
	height: auto;
	padding: 3px 6px;
	overflow: visible;	
	background: #363636;
	font-size: 12px;
	border: none;
	border-radius: 4px;
	box-shadow: none;	
	white-space: nowrap;
}

div.popup.info div.txt {
	color: #ffffff;
}

div.popup.info span.sprite.arr {

}

#footer {
	background: transparent;
    height: auto;
    width: auto;	
	margin-top: 40px;
	padding: 40px 0px;		
	font-size: 14px;
	background: #444756;
	color: #ffffff;
}

#footer div.footerinner {
	width: auto;
	max-width: 1370px;
	margin: 0px auto;	
	padding: 0px 10px;	
}

#footer div.footerinner div.links a {
	font-size: 14px;	
	color: #e5e5e5;
	padding: 0px 8px;
	white-space: nowrap;
}

div.content div.inner div.itemlisttop {
    color: #259bfb;
    font-size: 26px;
    text-transform: capitalize;
    margin-left: -200px;
    font-weight: 400;
}

#footer div.footerinner div.links a.sel, #footer div.footerinner div.links a:hover { 
	color: #ffffff;
}

h1 {
    line-height: 1.7em;
}

div.content.quote.backgr2 {
    /* background-image: url('../images/content_backgr2_2x.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1920px 660px;
    min-height: 660px; */
    background-image: linear-gradient(to left, #9cbccc , #8cbde0);
        margin: 0px;
        padding: 0px;
    min-height: 350px;
        padding-bottom: 60px;
    margin-bottom: 74px;
    margin-top: 80px;
}

div.content.quote.backgr2 div.inner div.quote {
        color: #ffffff;
    font-size: 16px;
    max-width: 550px;
    padding: 0px 25px;
    margin: 40px auto 0px auto;
    overflow: visible;
    position: relative;
}

span.sprite.quote {
    width: 36px;
    height: 32px;
    background-position: 0px -94px;
}

div.content.quote.backgr2 div.inner div.quote span.quote.st {
    position: absolute;
    left: -36px;
    top: -20px;
}

div.content.quote.backgr2 div.inner div.quote span.quote.nd {
    position: absolute;
    right: -36px;
    bottom: -20px;
}

div.content.quote span.dot {
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    border-radius: 100px;   
}

div.content.quote span.dot.sel {
    background-color: #000000;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;  
}

@media screen and (max-width: 1020px) { 
    #wrapper div.content div.inner img.mobiles {
        max-width: 48vw;
    }


}
@media screen and (max-width: 680px) { 
    .features{
        margin: 0 auto;
        clear: both;
        width: 400px;
        float: none;
    }
    
    #wrapper div.content div.inner img.mobiles{
        margin-top: 0px;
    } 
    
    .prel{
        margin: 0 auto;
        margin-bottom: 50px;
        float: none;
        width: 49vw;
    }
    
    #wrapper div.content div.inner div.features div.featurestop {
        font-size: 22px;
        margin-top: 20px;
    }

    #wrapper div.content div.inner div.mobile div.list {
	bottom: -50px;
	left: 10px;
        width: 180px;
    }
    
    #wrapper div.content div.inner div.features div.featurestop {
        font-size: 20px;
        text-align: center;
        padding-left: 0px;
    }

}

@media screen and (max-width: 540px) { 
  .features{
        margin: 0 auto;
        clear: both;
        width: auto;
        float: none;
    }  
    
}

@media screen and (max-width: 400px) { 
  .f20 {
        font-size: 16px;
    }
    #wrapper div.mainheader div.headerinner .title {
        font-size: 25px;
    }
    
    #wrapper div.mainheader div.headerinner a.btn {
         font-size: 12px; 
    }
    #wrapper div.mainheader div.headerinner img {
         width: 30px !important;
    }
    
    .mt60 {
        margin-top: 30px;
    }
     #wrapper div.content div.inner div.features div.featurestop {
        font-size: 16px;
    }
    #wrapper div.content div.inner div.mobile div.list {
	bottom: -60px;
	left: 0px;
    }
    
    #wrapper div.content div.itemlist {
       max-width: 100%;
       text-align: center;
    }

    div.mainheader div.headertop {
        padding: 10px 0px 0px 10px;
    }
    
    #wrapper div.content div.inner div.itemlisttop {
        font-size: 18px;
        margin-top: 5px;
    }
    
    #wrapper div.mainheader div.headerinner {
        /*margin: 5px auto 0px auto;*/
    }
    
    #wrapper div.mainheader {        
        /*height: 470px;*/
        background-size: cover;
    }
    
    #wrapper div.content.feat div.container {
        width: 300px;
        margin: 0 auto;
        padding-left: 0px;
    }
    
     #wrapper div.content.feat div.container img {
        width: auto;
        margin: 0 auto;
    }
    
   #wrapper div.content.quote.backgr2 {
        display: none;
    }
    
    #footer{
        text-align: center;
        margin-top: 0px;
        padding: 20px 0;
    }
    
    #footer .fl{
        margin: 0 auto;
        float: none;
    }

    
}

@media screen and (max-width: 600px) { 
	
}
