/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}/*# sourceMappingURL=normalize.min.css.map */

/* ===== Old alert ===== */
div.alert-old {
   text-align: center;
   padding: 25px;
   font-size: 20px;
   color: #777;
   background-color: black;
   color: #f0f0f0;
   position: relative;
   top: 0px;
   left: 0px;
   width: 100%;
   z-index: 9999999;
}
div.alert-old a {
   color: white;
   text-decoration: underline;
   font-weight: bold;
}
div.alert-old a:hover {
   color: orange;
}

/* ==== General CSS ==== */

::selection {
	background: #0054ff;
	color: white;
}
::-webkit-selection {
	background: #0054ff;
	color: white;
}
::-khtml-selection {
	background: #0054ff;
	color: white;
}
::-moz-selection {
	background: #0054ff;
	color: white;
}
::-wap-selection {
	background: #0054ff;
	color: white;
}
::-ms-selection {
	background: #0054ff;
	color: white;
}
::-o-selection {
	background: #0054ff;
	color: white;
}
a,
input,
button,
select,
textarea {
	border: none;
	outline: none;
	background-color: transparent;
	text-decoration: none;
	color: #000;
}
input[type=text],
input[type=password],
input[type=email],
input[type=phone],
select,
textarea {
   box-sizing: border-box;
   appearance: none;
}

body {
	cursor: default;
	font-family: 'Open Sans', sans-serif;
	font-size: 0;
	color: #363636;
	background-color: #fff;
}
.wrapper {
	display: block;
	margin: 0 auto;
	width: 1200px;
}
.inl {
	display: inline-block;
	vertical-align: top;
	* display: inline;
	zoom: 1;
}
.tal{
	text-align: left;
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}
img{
	display: block;
	margin: 0px 0px;
	padding: 0px 0px;
	border: none;
	width: 100%;
}
img.auto{
	width: auto;
}
img.right{
	float: right;
	margin: 0px 0px 10px 10px;
	width: 200px;
}
img.left{
	float: left;
	margin: 0px 10px 10px 0px;
	width: 200px;
}
a{
	color: #e90606;
}
a:hover{
	text-decoration: underline;
}

.col-10{
	width: 10%;
}
.col-20{
	width: 20%;
}
.col-30{
	width: 30%;
}
.col-40{
	width: 40%;
}
.col-50{
	width: 50%;
}
.col-60{
	width: 60%;
}
.col-70{
	width: 70%;
}
.col-80{
	width: 80%;
}
.col-90{
	width: 90%;
}
/* ==== CSS Beginning ==== */

/* ################################### Header ################################### */
.header{
	display: block;
	margin: 0 0;
	padding: 10px 0;
	box-sizing: border-box;
	box-shadow: 0 2px 5px 0 hsla(240,3%,85%,.7);
}
.header .header-left{
	width: 30%;
	vertical-align: middle;
}
.header .header-left img{
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.header .header-left svg{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0 10px;
}
.header .header-right{
	width: 70%;
	text-align: right;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;
	padding: 5px 0 0;
	box-sizing: border-box;
}
.header .header-right ul{
	display: inline-block;
	margin: 0 10px;
	padding: 0;
	box-sizing: border-box;
}
.header .header-right ul li{
	display: inline-block;
	margin: 0 0;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 11px;
	text-transform: uppercase;
}
.header .header-right ul li a{
	color: #000;
}
.header .header-right ul li a.active{
	color: #e90606;
}
.header .header-right img{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0 10px;
}
.header .header-right i{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}
.header .header-right a{
	color: #000;
}
/* ################################### Sub ################################### */
.sub{
	display: block;
	margin: 0;
	padding: 15px 0 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 5px 0 hsla(240,3%,85%,.7);
}
.sub .sub-box{
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
}
.sub .sub-box .sb-left{
	width: 20%;
}
.sub .sub-box .sb-left img{
	display: block;
	width: 100%;
}
.sub .sub-box .sb-right{
	width: 80%;
	padding: 0 5px;
	box-sizing: border-box;
}
.sub .sub-box .sb-right p{
	display: block;
	font-family: 'Droid Serif', serif;
	margin: 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 13px;
}
.sub .sub-box .sb-right p a{
	color: #000;
}
.sub .sub-box .sb-right p span{
	color: #e90606;
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
/* ################################### Content ################################### */
.content{
	display: block;
	margin: 40px 0;
}
.content .title{
	display: block;
	margin: 20px auto;
	text-align: center;
	width: 80%;
}
.content .title h1{
	display: block;
	margin: 20px 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 50px;
	line-height: 55px;
	font-family: 'Droid Serif', serif;
}
.content .article h2{
	display: block;
	font-family: 'Droid Serif', serif;
	margin: 20px 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 30px;
	line-height: 35px;
}
.content .title p{
	display: block;
	color: #e90606;
	font-size: 12px;
	list-style: 16px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.content .title img{
	display: block;
	margin: 10px auto;
	width: auto;
}
.content .article{
	width: 70%;
	margin: 20px 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.content .article p{
	display: block;
	margin: 20px 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 28px;
	font-family: 'Droid Serif', serif;
}
.content .article p.quote{
	display: block;
	margin: 5px 0;
	font-size: 13px;
	line-height: 18px;
}
.content .article p.quote span{
	color: #8b8d91;
	font-size: 12px;
}
.content .article .author{
	display: block;
	margin: 20px 0;
}
.content .article .author p{
	display: block;
	margin: 0 0;
	font-family: 'Oswald', sans-serif;
}
.content .article .author p i{
	color: #1da1f2;
}
.content .article .article-inner{
	margin: 0 auto;
	width: 100%;
}
.content .article span{
	color: #e90606;
}
.content .article .left-box{
	display: block;
	margin: 0px 20px 20px 0px;
	box-sizing: border-box;
	float: left;
	width: 20%;
}
.content .article .circles{
	display: block;
	margin: 40px 0;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}
.content .article .circles .circles-box{
	width: 25%;
	padding: 0 20px;
	box-sizing: border-box;
}
.content .article .circles .circles-box img{
	display: block;
	border-radius: 50%;
}
.content .article .circles .circles-box p{
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.content .article hr{
	display: block;
	border: none;
	height: 2px;
	background-color: #e90606;;
}

.content .article .testimonial{
	display: block;
	margin: 40px 0;
	/*box-shadow: 6px 6px 20px #00000034;*/
	border: 1px solid #363636;
	padding: 20px;
	box-sizing: border-box;
}
.content .article .quote{
	display: block;
	margin: 20px 0;
	padding: 0 0 10px;
	box-sizing: border-box;
}
.content .article .quote img{
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0;
}
.content .article .quote p{
	display: inline-block;
	vertical-align: top;
	width: 75%;
	padding: 0 10px;
	margin: 0;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
}
.content .article .quote p span{
	display: block;
	margin: 0 0 10px;
	font-size: 25px;
	line-height: 30px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #363636;
}

.content .sidebar{
	width: 30%;
	padding: 0 0 0 40px;
	box-sizing: border-box;
}
.content .sidebar .testimonial{
	display: block;
	margin: 40px 0;
	/*box-shadow: 6px 6px 20px #00000034;*/
	border: 1px solid #363636;
	padding: 20px;
	box-sizing: border-box;
}
.content .sidebar .quote{
	display: block;
	margin: 20px 0;
	padding: 0 0 10px;
	box-sizing: border-box;
}
.content .sidebar .quote img{
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0;
}
.content .sidebar .quote p{
	display: inline-block;
	vertical-align: top;
	width: 60%;
	padding: 0 10px;
	margin: 0;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 22px;
}
.content .sidebar .quote p span{
	display: block;
	margin: 10px 0;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}
/* ################################### Bottom ################################### */
.bottom{
	display: block;
	margin: 40px 0;
}
.bottom .product{
	display: block;
	margin: 20px 0;
	background-color: #fff;
	border: 1px solid #000;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.bottom .product h1{
	display: block;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
}
.bottom .product .product-inner{
	padding: 20px;
	box-sizing: border-box;
}
.bottom .product .product-left{
	width: 30%;
	vertical-align: middle;
	padding: 0 20px;
	box-sizing: border-box;
}
.bottom .product .product-left img{
	display: block;
	margin: 10px auto;
	width: auto;
	max-height: 220px;
}
.bottom .product .product-right{
	width: 70%;
	vertical-align: middle;
	padding: 0 20px;
	box-sizing: border-box;
}
.bottom .product .product-right {
    padding: 10px;
    margin: 10px 0px 10px;
    display: inline-block;
    text-align: center;
}

.bottom .product .product-right p {
	display: block;
    color: #999;
    font-size: 15px;
    line-height: 20px;
    margin: 0px 0px;
    padding: 0;
    vertical-align: top;
    zoom: 1;
    font-family: 'Montserrat', sans-serif;
}
.bottom .product .product-right p span{
	color: #fb0000;
}
.bottom .product .product-right a.cta-button{
	display: inline-block;
	background: transparent linear-gradient(180deg, #FFAC79 0%, #FF6100 100%) 0% 0% no-repeat padding-box;
	border: 4px solid #FF904B;
	padding: 5px 25px 10px 20px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 35px;
	line-height: 40px;
	font-style: italic;
	text-transform: uppercase;
	border-radius: 50px;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	text-shadow: 0px 3px 2px #00000029;
	box-shadow:  1px 1px 4px 0px #666;
	text-decoration: none;
	margin: 20px 0;
}
/* ################################### Bottom Menu ################################### */
.bottom-menu{
	display: block;
	padding: 40px 0;
	box-sizing: border-box;
	background-color: #F5F5F5;
}
.bottom-menu .bm-box{
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
}
.bottom-menu .bm-box ul{
	display: block;
	margin: 10px 0;
	padding: 0;
	box-sizing: border-box;
}
.bottom-menu .bm-box ul li{
	display: block;
	margin: 15px 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
}
.bottom-menu .bm-box ul li a{
	color: #000;
}
/* ################################### Footer ################################### */
.footer{
	display: block;
	margin: 0;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Droid Serif', serif;
	color: #999;
	background-color: #F5F5F5;
}
.footer p{
	display: block;
	margin: 5px 0;
	font-size: 11px;
	line-height: 16px;
}


/* ====Responsive CSS ==== */
/* 
   1024 px
*/
@media screen and (max-width: 1224px) {
.wrapper {
   width: 700px;
}

.sub{
	display: none;
}
.content .article{
	width: 100%;
	padding: 0;
}
.content .sidebar{
	display: none;
}

}



/* 
   770 px
*/
@media screen and (max-width: 770px) {
.wrapper {
   width: 550px;
}

.header .header-left,
.header .header-right{
	width: 50%;
}
.header .header-right ul{
	display: none;
}
.content .title{
	width: 100%;
}
.content .article .article-inner{
	width: 100%;
}
.content .article .left-box{
	float: none;
	width: 100%;
	margin: 20px 0;
}

.content .article .circles .circles-box{
	width: 50%;
}
.content .article .circles .circles-box p{
	font-size: 15px;
	line-height: 20px;
}

.bottom .product .product-left{
	width: 100%;
	padding: 0;
}
.bottom .product .product-left img{
	max-height: 240px;
	width: auto;
	margin: 0 auto;
}
.bottom .product .product-right{
	width: 100%;
	padding: 0;
}

}



/* 
   600 px
*/
@media screen and (max-width: 600px) {
.wrapper {
   width: 95%;
}

.header{
	padding: 5px 0;
}
.header .header-left{
	width: 70%;
}
.header .header-right{
	width: 30%;
	padding: 0;
}
.header .header-right img{
	display: none;
}
.content .title h1{
	font-size: 25px;
	line-height: 30px;
}

.content .article .quote img{
	display: block;
	margin: 10px auto;
}
.content .article .quote p{
	width: 100%;
	text-align: center;
}

.bottom-menu{
	display: none;
}

.bottom .product h1{
	font-size: 25px;
	line-height: 30px;
}
.bottom .product .product-right a.cta-button{
	font-size: 23px;
	line-height: 25px;
	padding: 8px 20px 12px;
}
.content .article .quote img{
	display: block;
	margin: 10px auto;
}
.content .article .quote p{
	width: 100%;
	text-align: center;
}


}



/* 
   420 px
*/
@media screen and (max-width: 420px) {
.wrapper {
   width: 95%;
}
}




/* ################################### Comments ################################### */
.comments{
	display: block;
	margin: 20px 0px;
	font-size: 0px;
}
.comments .comments-inner{
	padding: 0px 0px;
}
.comments .comments-inner h1{
	display: block;
	margin: 10px 0px;
	padding: 0px 0px 5px;
	border-bottom: 2px solid #006598;
	color: #006598 !important;
	font-size: 20px !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', sans-serif;
}
.comments .comments-inner .comment-box{
	margin: 20px 0px;
	display: block;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #d9d9d9;
}
.comments .comments-inner .comment-box .comment-pic{
	width: 55px;
}
.comments .comments-inner .comment-box .comment-pic img{
	display: block;
	width: 55px;
	margin: 0px 0px;
}
.comments .comments-inner .comment-box .comment-text{
	width: 80%;
}
.comments .comments-inner .comment-box .comment-text .comment-text-inner{
	padding: 0px 20px;
}
.comments .comments-inner .comment-box .comment-text .comment-text-inner h1{
	display: block;
	margin: 2px 0px 0px !important;
	font-size: 15px !important;
	line-height: 16px !important;
	border: none !important;
	text-transform: none !important;
	text-align: left;
	text-transform: none;
	font-weight: bold;
	color: #006598;
	font-family: inherit;
	font-family: 'Open Sans', sans-serif !important;
}
.comments .comments-inner .comment-box .comment-text .comment-text-inner p{
	display: block;
	margin: 0px 0px !important;
	padding: 0px 0px;
	font-size: 14px !important;
	line-height: 16px !important;
	font-family: 'Open Sans', sans-serif;
}
.comments .comments-inner .comment-box .comment-text .comment-text-inner h2{
	display: block;
	margin: 10px 0px 0px !important;
	font-size: 13px !important;
	line-height: 13px !important;
	text-align: left;
	text-transform: none;
	color: #57585a;
	font-style: normal !important;
}
.comments .comments-inner .comment-box .comment-text .comment-text-inner h2 span{
	color: #006598 !important;
	border: none;
	background-color: transparent;
	background-image: none;
	padding: 0px 0px;
	display: inline-block;
	font-weight: normal !important;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 770px) {

}

@media screen and (max-width: 600px) {
.comments .comments-inner .comment-box .comment-pic{
	width: 50px;
}
.comments .comments-inner .comment-box .comment-text{
	width: 70%;
}

}

@media screen and (max-width: 420px) {

}

/* ################################### Comments End ################################### */