
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper, 
.main, 
.main .header, 
.main .content, 
.main .content header,
.main .content section,
.main .content footer,
.main .header,
.sidebar,
.sidebar aside,
.footer { 
    padding: 0;
    margin: 0;
}

.wrapper {
    min-height: 640px;
    margin: 0 auto;
    max-width: 940px;
}

/** Just for show - please remove */
.wrapper { }
.main { }
.main .content {  }
.main .header { }
.sidebar { }
.footer { }
.main .content header { }

.main { 
    width: 67%;
    float: left;
	margin-top: 2em;
}

.main .header { }
.main .header .title { }
.main .header .logos {padding: .5em;}
.main .header .logos img { }
.logoleft {float: left;}
.logoright {float: right; width: 350px; margin-top: .5em;}
.logomoright {display: none;}
.logoright img {width: 170px;}
.main .content {background: #FFF url('../img/bg2.jpg') no-repeat center center; background-size: cover; min-height: 636px;}
.main .content header {padding: .5em;}
.main .content header h1 {font-size: 2em; color: #fff;}
.main .content section { }
.main .content footer {margin-top: 8.6em !important;}
.maintag {display: none !important;}

.sidebar { 
    width: 31%;
    float: right;
	text-align: center;
	min-height: 727px;
	background-color: #035382;
	margin-top: 2em;
}
.sidebar aside {  }
.sidebartitlet {font-size: 1.5em;}
.sidebartitle {font-size: 2em; font-weight: bold; text-align: center; color: #fff; padding: 1em .4em 1em .4em; line-height: 1em; margin-bottom: -1em;}
.mosidebartitlet {display: none;}
.mosidebartitle {display: none;}
.sidebar aside form {margin-top: 20px;  }
.sidebar aside form label {  }
.sidebarsmall {font-weight: lighter; color: #1afe0b; font-size: 17px; padding-bottom: .3em;}
.sidebarsmallmo {display: none;}
.sidebar input {height: 2em; padding: .5em; margin-bottom: 10px; width: 84%; color: #000; border: none; box-shadow: inset 0 1px 2px rgba(0,0,0,.39);}
.sidebar aside form label input[type="text"],
.sidebar aside form label input[type="email"],
.sidebar aside form label input[type="tel"] {  }
.sidebar aside form label input[type="submit"] {}
.sidebar input [type="submit"] {}
.sidebar aside form .submit [type="submit"] {width: 91%; padding: 1em; height: 2em; text-align: center; background-color: #ff0909; border: 1px solid #fff; color: #fff; font-weight: bold; font-size: 32px; box-shadow: 0 2px 5px rgba(0, 0, 0, .2); margin: auto; line-height: 0.2em;}
.sidebar aside form .logos {padding: 1em;}
.sidebar aside form .logos img {  }
.logofoot {display: none;}
.fine-print {font-size: .6em; line-height: 1.5em;  color: #fff; padding: 1em; width: 90%; text-align: left; margin: auto;}
.color1 {color: #f78429; font-weight: bold; text-decoration: none; font-size: 1.5em;}


.footer { }
.bg1 {background-color: #fff; padding: 1em;}
.footer p.bg2 {font-size: 1em; line-height: 1.4; color: #000;} 
.footer p.bg3 {font-size: .6em; line-height: 1.4; color: #000;} 
.footer a { }

.arrow_box {
	position: relative;
	background: linear-gradient(135deg, #ff0909, #f78429);
	border: 4px solid #f5f5f5;
	width: 88%;
	text-align: center;
	margin: auto !important;
	font-weight: bold;
	color: #fff;
	float: left;
	font-size: 2.2em;
	padding: .5em !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(213, 19, 19, 0);
	border-left-color: #f78027;
	border-width: 50px;
	margin-top: -52px;
}
.arrow_box:before {
	border-color: rgba(245, 245, 245, 0);
	border-left-color: #f5f5f5;
	border-width: 57px;
	margin-top: -60px;
}
.offer {font-size: 2.5em; color: #fff; font-weight: bold;} 
.dis {vertical-align: super; font-size: .4em;}
@media(max-width: 950px){
	.main .content header h1 {font-size: 1.8em !important;}
}
@media(max-width: 891px){
	.logoright {width: 330px;}
	.logoright img {width: 160px;}
}
@media(max-width: 875px){
	body {margin: 8px;}
	.main .content {display: none;}
	.sidebar {width: 100%; margin-top: 0em !important;}
	.main {width: 100%; margin-top: .5em !important;}
	.main .header .logos {width: 100%; text-align: center; padding: 0em 0em .5em 0em;}
	.logoleft {float: none;}
	.logofoot img {width: 130px;}
	.logofoot {padding: .5em; display: inline-block !important;}
	.sidebar aside form .logos {display: none;}
	.logoright {display: none;}
	.sidebar input {width: 90%}
	.sidebar aside form .submit [type="submit"] {width: 92%}
	.sidebarsmall {display: none;}
	.sidebarsmallmo {display: block !important; font-weight: lighter; color: #00daff; font-size: 2em; padding-bottom: .3em;}
	.logoleft {float: left;}
	.logomoright {display: block !important; float: right; padding: .5em; margin-right: 1em;}
	.maintag {display: inline-block !important; font-size: 2em; color:#ff0909; font-weight: bold; text-align: center; width: 100%;}
	.fine-print {margin: auto; width: 90% !important; text-align: center !important;}
	.sidebartitlet {display: none;}
	.sidebartitle {display: none;}
	.mosidebartitlet {display: block !important;}
	.mosidebartitle {display: block !important; font-size: 2em; font-weight: bold; text-align: center; color: #fff; padding: 1em .4em 1em .4em; line-height: 1em; margin-bottom: -1em;}
	.flashsale {animation: blink 2s infinite;}
	
	@keyframes  blink {
		0% {opacity: 0;}
		50% {opacity: 1;}
		100% {opacity: 0;}		
	}
}
@media(max-width: 454px){
	.logoleft {float: none!important;}
	.logomoright {float: none!important;}
}
@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1140px) {

}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
