@charset "utf-8";
/* CSS Document */

/* fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700');
/* fonts */

/* global */
/*{
	margin: 0;
	padding: 0;
}*/
html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	position: relative;
	overflow-x: hidden;
	margin:0;
}

h1 {
	font-size: 22px;
	line-height: 24px;
}

h2 {
	font-size: 13px;
	line-height: 28px;
}

h3 {
	font-size: 13px;
	line-height: 18px;
}

ul {
	list-style: disc;
	text-indent: 0;
	margin-left: 13px;
	
}

ul ul {
	margin: 5px 0;
}

ol {
	text-indent: 0;
	margin-left: 20px;
}

li {
	line-height: 18px;
}

a {
	color: #004f92;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a.active {
	text-decoration: none;
}

img {
	border: none;
}

p {
	padding-bottom: 13px;
}

.clear {
	clear: both;
}

.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
}
.spacer10 {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
	height: 10px;
}
.spacer25 {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
	height: 25px;
}
.spacer50 {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
	height: 50px;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.hidden {
	display: none;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.imgRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

label {
	font-weight: bold;
	font-size: 11px;
}

.formText {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
}
.img_responsive {
	max-width:100%;
}
/* end global */


header {
	width: 100%;
	float: left;
	height: auto;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 9999;
}
.headerSpace {
	width: 100%;
	float: left;
	height: auto;
	/*padding-top: 125px;*/
}
.container {
	width: 100%;
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
#logo {
	max-width: 270px;
	float: left;
	height: auto;
	padding: 30px 0 25px;
}
.headArea {
	width: calc(100% - 280px);
	float: right;
	padding-top: 30px;
}
.bottomheadArea {
	width: calc(100% - 280px);
	float: right;
	padding-top: 10px;
}
.topMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	float: right;
}
.topMenu li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	box-sizing: border-box;
}
.topMenu li a {
	display: block;
	font-size: 15px !important;
	line-height: 30px !important;
	font-weight: 300 !important;
	color: #007eca !important;
}
.topMenu li a:hover {
	color: #ea8213;
}
.topRightMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	float: right;
}
.topRightMenu li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	box-sizing: border-box;
}
.topRightMenu li a {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #007eca;
}
.topRightMenu li a:hover {
	color: #ea8213;
}
.contactulvac {
	font-size: 15px;
	text-transform: uppercase;
	line-height: 30px;
	display: block;
	width: 100%;
	float: left;
	color: #fff;
}
.contactulvac i {
	font-size: 20px;
}
.mainNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	float: right;
}
.mainNav li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	box-sizing: border-box;
	position: static;
}
.mainNav li a {
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
}
.mainNav li:hover > a, .mainNav li:focus > a {
	color: #ea8213;
}
.mainNav li.selected > a {
	color: #ea8213;
}
.dropdown {
	max-width: 1000px;
	position: absolute;
	top: 100%;
	left: 50%;
	padding: 0;
	width: 100%;
	background: #ea8213;
	border: 1px solid #000;
	border-top: none;
	transform: translateX(-50%);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
	display: none;
	box-sizing: border-box;
}

.dropdown-2 {
	max-width: 270px;
	position: absolute;
	top: 100%;
	left: 93%;
	padding: 0;
	width: 100%;
	background: #ea8213;
	border: 1px solid #000;
	border-top: none;
	transform: translateX(-50%);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
	display: none;
	box-sizing: border-box;
	z-index: 999;
	top:48%;
}

.dropdown-3 {
	max-width: 780px;
	position: absolute;
	
	left: 72%;
	padding: 0;
	width: 100%;
	background: #ea8213;
	border: 1px solid #000;
	border-top: none;
	transform: translateX(-50%);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
	display: none;
	box-sizing: border-box;
	z-index: 999;
	top:100%;
}

.dropdownBlock-2 h3 a{ color: #ffffff !important; text-align: center !important; font-weight: 900 !important; 
font-size: 14px !important; margin-top: 30px; }
.mainNav li.selected .dropdown {
	display: block;
}

.slider-menu {
	display: none;
	clear:both;
	/*height: auto !important;*/
}
.slider-menu__menu li {
	display: block;
	width: 100%;
	float: left;
	background: #ea8213;
}
.slider-menu__menu li a {
	display: block;
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	/*background: #ea8213;*/
	border-bottom: 1px dotted #fff;
	padding: 0 10px;
	box-sizing: border-box;
}
.slider-menu__menu li:hover, .slider-menu__menu li:focus {
	background: #1778b7;
}
.slider-menu__menu li:hover a {
	color: #fff;
}
.slider-menu__back {
	background: #1778b7;
	color: #fff;	
}
.dropdownBlock {
	width: 20%;
	float: left;
	height: auto;
	border-right: 1px dotted #fff;
	padding: 10px;
	box-sizing: border-box;
}
.dropdownBlock-2 {
	width: 50%;
	float: left;
	height: auto;
	/*border-right: 1px dotted #fff;*/
	padding: 10px;
	box-sizing: border-box;
}
.dropdownBlock-2 ul li { display: block !important; }
.dropdownBlock-2 ul li a:hover{ text-decoration: underline; }
.dropdownBlock:last-child {
	border-right: none;
}
.dropdownBlock h3 a {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
}
.dropdownBlock ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
.dropdownBlock ul li {
	display: block;
	width: 100%;
	position: relative;
	padding-right: 0;
}
.dropdownBlock ul li:before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 12px;
	left: 0;
	content: '';
}
.dropdownBlock ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	color: #fff !important;
}
.dropdownBlock-2 ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	color: #fff !important;
}

.dropdownBlock ul li:hover a {
	color: #fff;
	text-decoration: underline;
}
.homeBlock2 {
	width: 100%;
	float: left;
	height: auto;
	padding: 60px 0;
	background: #fff url(../images/gradient.png) top center no-repeat;
}
.homeBlock2Title {
	font-size: 55px;
	font-weight: 400;
	color: #464646;
	text-align: center;
	border-bottom: 1px dotted #000;
	line-height: 60px;
	padding-bottom: 25px;
	    margin-top: 10px;
}
.homeBlock2Title span {
	font-weight: 700;
	color: #027eca;
}
.homeBlock2SubTitle {
	font-size: 25px;
	line-height: 40px;
	color: #464646;
	text-align: center;
	font-weight: 300;
}
.homeBlock2SubTitle span {
	font-weight: 600i;
	color: #027eca;
	font-style: italic;
}
.homeBlock2List {
	margin: 25px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.homeBlock2List li {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	box-sizing: border-box;
	width: 25%;
}
.homeBlock2List li .block2Wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0;
	position: relative;
}
.homeBlock2List li .picArea {
	width: 100%;
	padding-bottom: 70%;
	position: relative;
	overflow: hidden;
}
.homeBlock2List li .picArea img {
	position: absolute;
	width: 110%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.homeBlock2List li .block2Wrapper h3 {
	font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 22px 10px;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    background: rgba(234,130,19,0.5);
    margin: 0;
    border-bottom: 2px solid #ea8213;
}

.homeBlock2List li a:hover h3{ background: #ea8213; }
.homeBlock3 {
	width: 100%;
	float: left;
	height: auto;
	padding: 60px 0;
	background: #2d94cb url(../userfiles/images/structure/texttureBg.png) right center no-repeat;
	background-size: cover;
}
.homeBlock3Section {
	width: 50%;
	float: left;
	height: auto;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container video,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin:0;
}
.homeBlock3Content {
	width: 100%;
	float: left;
	height: auto;
	padding: 0 60px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}
.homeBlock3Content a{ color: #ffffff; text-decoration: underline; }
.homeBlock3Content h5 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
}
.homeBlock3Content h2 {
	font-size: 50px;
	line-height: 53px;
	font-weight: 400;
	margin: 15px 0;
}
.homeBlock3Content h2 span {
	font-weight: 700;
}
.homeBlock4 {
	width: 100%;
	float: left;
	height: auto;
	padding: 60px 0;
	background: #fff url(../images/gradient.png) top center no-repeat;
}
.homeBlock4Title {
	font-size: 55px;
    font-weight: 400;
    color: #464646;
    text-align: center;
    line-height: 60px;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.homeBlock4Devider {
	width: 100%;
	display: block;
	border-bottom: 1px dotted #000;
	height: auto;
	clear: both;
	margin: 15px 0 10px;
	
}
.homeBlock4SubTitle {
	color: #027eca;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 80px;
}
.homeBlock4Title span {
	font-weight: 700;
	color: #027eca;
}
.storeSelect {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 280px;
	height: 30px;
	line-height: 30px;
	background: #ea8213 url(../images/selectArrow.png) right center no-repeat;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding: 0 10px;
	box-sizing: border-box;
	border: none;
	font-family: 'Open Sans', sans-serif;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
}
.featureProductList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.featureProductList li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 5px;
	box-sizing: border-box;
}
.featureProductList li .productBlock {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	border-radius: 10px;
	border: 1px solid #015fa1;
	overflow: hidden;
	text-align: left;
}
.featureProductList li .picArea {
	width: 100%;
	float: left;
	padding-bottom: 100%;
	overflow: hidden;
	border-bottom: 20px solid #80b9e2;
	position: relative;
}
.featureProductList li .picArea img {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.featureProductList li .contentArea {
	width: 100%;
	float: left;
	height: auto;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #1673b0;
	color: #fff;
	font-weight: 300;
	color: #fff;
	font-size: 17px;
	line-height: 21px;
}
.featureProductList li:hover .contentArea{ 
	background: #ea8213; 
	}
.featureProductList li .contentArea h3 {
	font-size: 21px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    padding-bottom: 5px;
    text-align: left;
    margin: 0 0 5px 0;
}
.featureProductList li .contentArea p {
	padding-bottom: 4px;
	margin:0;
}
.homeBlock5 {
	width: 100%;
	float: left;
	height: auto;
	padding: 50px 0;
	background: #2d94cb url(../userfiles/images/structure/texttureBgI.png) left center no-repeat;
	background-size: cover;
}
.homeBlock5Title {
	font-size: 55px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 60px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #fff;
	margin-top:0;
}
.homeBlock5List {
	margin: 25px 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.homeBlock5List li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 5px;
	box-sizing: border-box;
}
.homeBlock5List li .supportBlock {
	width: 100%;
	float: left;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	padding: 2px;
	box-sizing: border-box;
	background: #fff;
	min-height: 200px;
}
.homeBlock5List li .supportBlock:hover h3{
	background: #ea8213;
}
.homeBlock5List li .supportBlock h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	padding: 17px 10px;
	background: #1673b0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0;
}
.homeBlock5List li .supportBlock h3 :hover { 
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	
	background: #ea8213;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px; 
    margin: 0;}
	
	
	
.homeBlock5List li .supportBlock h3 a {
	color: #fff;
	display: block;
}
.homeBlock5List li .supportBlock ul {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
}
.homeBlock5List li .supportBlock ul li {
	display: block;
	width: 100%;
	padding: 0;
	padding-left: 20px;
	position: relative;
	box-sizing: border-box;
}
.homeBlock5List li .supportBlock ul li:before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: 12px;
	left: 10px;
	content: '';
}
.homeBlock5List li .supportBlock ul li a {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #000;
}
.requestNowBtn {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	background: #252525;
	border: 2px solid #fff;
	border-radius: 10px;
}

.requestNowBtn:hover{ background: #ea8213; }
.homeBlock6 {
	width: 100%;
	float: left;
	height: auto;
	padding: 50px 0;
	background: url(../userfiles/images/structure/block5.png) center center;
	border-bottom: 2px solid #fff;
}
.homeBlock6Section {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	text-align: center;
	border-radius: 10px;
}
.homeBlock6Section h3 {
	font-size: 30px;
	font-weight: 300;
	color: #027eca;
	display: inline-block;
	border-bottom: 1px dotted #000;
	line-height: 30px;
	padding-bottom: 20px;
}
.homeBlock6Section h2 {
	font-size: 61px;
	line-height: 66px;
	color: #4c4c4c;
	font-weight: 600i;
	font-style: italic;
	margin: 10px 0;
}
.homeBlock6Section h4 {
	font-size: 30px;
	font-weight: 400;
	color: #027eca;
	line-height: 40px;
	padding-bottom: 20px;
}
.findNowBtn {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	background: #252525;
	border: 2px solid #fff;
	border-radius: 10px;
}

.findNowBtn:hover{ background: #ea8213; }
footer {
	width: 100%;
	float: left;
	height: auto;
	background: #464646;
	border-top: 25px solid #197cbf;
	box-sizing: border-box;
	padding-top: 15px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	min-height: 230px;
	font-weight: 300;
}
footer p {
	padding-bottom: 0;
}
footer a {
	color: #fff;
}
footer a:hover{ text-decoration: underline; }
.socialMenu {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.socialMenu li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	box-sizing: border-box;
}
.socialMenu li a {
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	color: #ea8213;
}
.socialMenu li a:hover { color: #ffffff; }
section {
	width: 100%;
	float: left;
	height: auto;
}
.mainContainer {
	padding: 80px 0 30px;
	box-sizing: border-box;
	background: #fff url(../images/mainbg.jpg) bottom center no-repeat;
}
.pageTitleArea {
	width: 100%;
	float: left;
	height: auto;
	background: url(../images/pageTitlebg.png) center center no-repeat;
	background-size: cover;
	padding: 40px 0;
	box-sizing: border-box;
}
.pageTitleArea h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	line-height: 40px;
	margin: 0;
}
.pageTitleArea.inner {
	border-bottom: 7px solid #59c4f1;
}
.leftSideBar {
	width: 100%;
	max-width: 250px;
	float: left;
	height: auto;
}
.leftMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: left;
}
.leftMenu li {
	display: block;
	width: 100%;
	float: left;
	height: auto;
}
.leftMenu li.active a {
	background: #187abc;
	border-color: #fff;
	color: #fff;
}
.leftMenu li:hover a, .leftMenu li:focus a {
	background: #59b2ed;
	border-color: #fff;
	color: #fff;
}
.leftMenu li.active a.active {
	background: #59c4f1;
}
.leftMenu li a {
	display: block;
	font-size: 18px;
	line-height: 30px;
	padding: 0 10px;
	font-weight: 600;
	color: #464646;
	box-sizing: border-box;
	border-bottom: 1px dotted #464646;
}
.leftMenu li ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.leftMenu li li a {
	font-size: 18px;
	line-height: 20px;
	padding: 5px 10px;
	padding-left: 25px;
	box-sizing: border-box;
	font-weight: 300;
	color: #fff;
	display: block;
	border: none;
}
.leftMenu li li:hover a {
	background: #e48217;
}
.leftMenu li li.active a {
	background: #e48217;
	border: 1px solid #fff;
}

.rightSideBar {
	width: calc(100% - 300px);
	float: right;
	height: auto;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	color: #464646;
	position: relative;
}
.shareList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	float: right;
	border-bottom: 2px solid #e48217;
	position: absolute;
	top: auto;
	bottom: 100%;
	left: auto;
	right: 0;
	margin-bottom: 10px;
}
.shareList li {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
	color: #1778b7;
	text-transform: uppercase;
	padding: 5px;
	box-sizing: border-box;
}
.shareList li a {
	display: block;
	font-size: 22px;
	line-height: 26px;
	color: #1778b7;
}

.shareList li a:hover{ color: #ea8213; }
.catRow {
	margin-left: -5px;
	margin-right: -5px;
}
.categoryList {
	margin: 50px 0 30px;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.categoryList li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 5px;
	box-sizing: border-box;
}
.categoryList li .catBlock {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	border-radius: 10px;
	border: 2px solid #115e94;
	overflow: hidden;
}
.categoryList li .picArea {
	width: 100%;
	float: left;
	padding-bottom: 100%;
	overflow: hidden;
	border-bottom: 15px solid #80b9e2;
	background: #fff;
	position: relative;
}
.categoryList li .picArea img {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.categoryList li .contentArea {
	width: 100%;
	float: left;
	height: auto;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #115e94;
	color: #fff;
	font-weight: 300;
	color: #fff;
	font-size: 17px;
	line-height: 21px;
}
.categoryList li:hover .contentArea{ background: #ea8213; }
.categoryList li .contentArea h3 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	padding-bottom: 5px;
	text-align: center;
	margin:4px;
}
.contactArea {
	width: 100%;
	float: left;
	height: auto;
	border: 1px solid #015fa1;
	border-radius: 8px;
	padding: 20px;
	color: #464646;
	box-sizing: border-box;
	background-color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7eff5+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,239,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eff5',GradientType=0 ); /* IE6-8 */
}
.contactArea h4 {
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.contactArea h2 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 400;
	border-bottom: 1px dotted #464646;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.formArea {
	width: 100%;
	float: left;
	height: auto;
	padding-bottom: 20px;
}
.formArea label {
	display: inline-block;
	vertical-align: top;
	color: #115e94;
	padding-right: 5px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	width: 100%;
	max-width: 220px;
	box-sizing: border-box;
}
.formArea .textbox {
	display: inline-block;
	width: 100%;
	max-width: 325px;
	height: 22px;
	border: 1px solid #ea8213;
	padding: 0 10px;
	line-height: 22px;
	font-size: 16px;
	color: #464646;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
}
.formArea .selectbox {
	display: inline-block;
	width: 100%;
	max-width: 240px;
	height: 22px;
	padding: 0 32px;
	line-height: 22px;
	font-size: 15px;
	color: #fff;
	background: #ea8213;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	background: #ea8213 url(../images/selectArrow.png) right center no-repeat;
	border: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}
.formArea label.full {
	max-width: 100%;
}
.textarea {
	display: inline-block;
	width: 100%;
	max-width: 555px;
	min-height: 140px;
	resize: none;
	border: 1px solid #ea8213;
	padding: 0 10px;
	line-height: 22px;
	font-size: 16px;
	color: #464646;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;	
}
.formArea label.checkbox {
	display: inline-block;
	max-width: 150px;
	box-sizing: border-box;
	text-transform: uppercase;
	position: relative;
}
.formArea label.checkbox i {
	display: inline-block;
	vertical-align: bottom;
	width: 20px;
	height: 20px;
	background: #fff;
	color: #ea8213;
	border: 1px solid #ea8213;
	box-sizing: border-box;
	position: relative;
	border-radius: 0%;
}
.formArea label.checkbox i:before {
	opacity: 0;
}
.formArea label.checkbox input {
	position: absolute;
	left: -99em;
}
.formArea label.checkbox input:checked + i:before {
	opacity: 1;
}

.formArea label.radiobox {
	display: inline-block;
	max-width: 150px;
	box-sizing: border-box;
	text-transform: uppercase;
	position: relative;
}
.formArea label.radiobox i {
	display: inline-block;
	vertical-align: bottom;
	width: 20px;
	height: 20px;
	background: #fff;
	color: #ea8213;
	border: 1px solid #ea8213;
	box-sizing: border-box;
	position: relative;
}
.formArea label.radiobox i:before {
	opacity: 0;
}
.formArea label.radiobox input {
	position: absolute;
	left: -99em;
}
.formArea label.radiobox input:checked + i:before {
	opacity: 1;
}
.contactBtn {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	height: 50px;
	line-height: 40px;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	background: #ea8213;
	border: 2px solid #fff;
	border-radius: 10px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	outline:none;
}
.contactBtn:hover{ background: #252424; }
.innerRightSide {
	width: 100%;
	float: left;
	height: auto;
	background: #1778ba;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #015fa1;
	border-radius: 10px;
	max-width: 300px;
	float: right;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 25px;
}
.innerRightSide .picArea {
	width: 100%;
	float: left;
	padding-bottom: 80%;
	overflow: hidden;
	border: 1px solid #015fa1;
	border-radius: 10px;
	background: #fff;
	position: relative;
	margin-bottom: 15px;
}
.innerRightSide .picArea img {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.innerRightSide h2 {
	font-size: 25px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	padding-bottom: 15px;
}
.viewDetailsBtn {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	height: 50px;
	line-height: 48px;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	background: #ea8213;
	border: 2px solid #fff;
	border-radius: 10px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}
.viewDetailsBtn:hover{ background: #252424; }
.innerLeftSide {
	width: calc(100% - 315px);
	float: left;
	height: auto;
}
.catPanel {
	width: 100%;
	float: left;
	height: auto;
	border: 1px solid #015fa1;
	border-radius: 10px;
	margin-bottom: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7eff5+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,239,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eff5',GradientType=0 ); /* IE6-8 */	
}
.panelHead {
	width: 100%;
	float: left;
	height: auto;
	font-size: 20px;
	min-height: 40px;
	line-height: 40px;
	color: #1778b8;
	font-weight: 700;
	padding: 0 10px;
	box-sizing: border-box;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px dotted #464646;
}
.panelList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.panelList li {
	display: block;
	width: 100%;
	float: left;
	height: auto;
}
.panelList li a {
	display: block;
	width: 100%;
	float: left;
	min-height: 40px;
	line-height: 40px;
	color: #1778b8;
	font-size: 15px;
	font-weight: 400;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
	transition: all ease-in-out 0.5s;
}
.panelList li:hover a {
	background: #d57a12;
	color: #fff;
}
.panelList li:hover a:before {
	background: #fff;
}
.panelList li a:before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #1778b8;
	position: absolute;
	top: 19px;
	left: 10px;
	content: '';
}
.panelList li:last-child a {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


.subcatList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 15px;
	width: 100%;
	float: left;
}
.subcatList li {
	display: block;
	width: 100%;
	float: left;
	height: auto;
	padding: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #015fa1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7eff5+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,239,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eff5',GradientType=0 ); /* IE6-8 */	
}
.subcatList li .picArea {
	width: 100%;
	max-width: 200px;
	float: left;
	padding-bottom: 160px;
	overflow: hidden;
	border: 1px solid #187abc;
	background: #fff;
	position: relative;
	margin-right: 15px;
}
.subcatList li .picArea img {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.subcatList li .btnArea {
	width: 100%;
	height: auto;
	max-width: 210px;
	padding-left: 15px;
	box-sizing: border-box;
	float: right;
}
.subCatBtn {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	height: 50px;
	line-height: 45px;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	background: #ea8213;
	border: 2px solid #fff;
	border-radius: 10px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	box-sizing: border-box;
	margin-bottom: 4px;
}
.subCatBtn2 {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	height: 50px;
	padding: 5px 0;
	box-sizing: border-box;
	line-height: 18px;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	background: #ea8213;
	border: 2px solid #fff;
	border-radius: 10px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	margin-bottom: 4px;
}
.subCatBtn2:hover{ background: #252424; }
.subCatBtn:hover{ background: #252424; }
.subcatList li .contentArea {
	width: calc(100% - 430px);
	float: left;
	font-size: 15px;
	line-height: 25px;
	color: #1778b8;
	font-weight: 400;
}
.subcatList li .contentArea h3 {
	color: #1778b8;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 1px dotted #464646;
	margin-bottom: 5px;
}
.defaultBlockSmall {
	width: calc(33.3333333% - 10px);
	height: auto;
	border: 1px solid #015fa1;
	border-radius: 10px;
	margin-bottom: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7eff5+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,239,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eff5',GradientType=0 ); /* IE6-8 */
}
.defaultBlockBig {
	width: calc(66.6666667% - 10px);
	height: auto;
	border: 1px solid #015fa1;
	border-radius: 10px;
	margin-bottom: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7eff5+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,239,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eff5',GradientType=0 ); /* IE6-8 */	
}
.defaultBlockequal {
	width: calc(50% - 10px);
	height: auto;
	border: 1px solid #015fa1;
	border-radius: 10px;
	margin-bottom: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7eff5+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,239,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eff5',GradientType=0 ); /* IE6-8 */	
}
.defaultBlockBig h2, .defaultBlockSmall h2, .defaultBlockequal h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	color: #464646;
	padding: 10px 25px;
	box-sizing: border-box;
	border-bottom: 1px dotted #464646;
	background: #e48217;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.defaultBlock h2{
	background:transparent;
	margin-top:0;
}

.defaultBlockBig .contentArea, .defaultBlockSmall .contentArea, .defaultBlockequal .contentArea {
	width: 100%;
	float: left;
	height: auto;
	padding: 10px 25px 25px;
	box-sizing: border-box;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 18px;
	line-height: 25px;
	color: #464646;
	font-weight: 300;
}
.faqContent {
	width: 100%;
	float: left;
	height: auto;
	max-width: 670px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}
.accordianarea {
	width: 100%;
	float: left;
	height: auto;
	padding: 50px 0;
}
.accordianheading {
	width: 100%;
	float: left;
	height: auto;
	font-size: 20px;
	line-height: 25px;
	color: #1778b8;
	font-weight: 700;
	padding: 10px;
	box-sizing: border-box;
	min-height: 46px;
	border-radius: 10px;
	border: 1px solid #015fa1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7eff5+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,239,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eff5',GradientType=0 ); /* IE6-8 */
	margin-bottom: 20px;
	position: relative;
}
.accordianheading.active {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #fff;
	margin-bottom: 0;
}
.accordianheading:after {
    content: "\f055";
    font-family: FontAwesome;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 999;
}
.accordianheading.active:after {
	content: "\f056";
}
.accordiancontent {
	width: 100%;
	float: left;
	height: auto;
	border: 1px solid #015fa1;
	border-top: none;
	padding: 15px 25px 25px;
	box-sizing: border-box;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7eff5+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,239,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eff5',GradientType=0 ); /* IE6-8 */
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #1778b8;
	margin-bottom: 20px;
}
.faqFilterArea {
	width: 100%;
	float: left;
	height: auto;
}
.faqFilterArea h2 {
	font-size: 35px;
	font-weight: 400;
	color: #464646;
	line-height: 40px;
	padding-bottom: 20px;
}
.faqFilterArea .formArea {
	padding-bottom: 10px;
}
.faqFilterArea .textbox {
	border: 1px solid #015fa1;
	max-width: 240px;
	height: 20px;
	box-sizing: border-box;
	color: #000;	
}
.proPic {
	width: 100%;
	max-width: 210px;
	float: left;
	padding-bottom: 210px;
	overflow: hidden;
	border: 1px solid #187abc;
	background: #fff;
	position: relative;
	margin-right: 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.proPic img {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.moreInfoArea {
	width: 200px;
	padding: 10px;
	float: right;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 30px;
	border: 1px solid #187abc;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7eff5+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,239,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eff5',GradientType=0 ); /* IE6-8 */
}
.moreInfoArea h3 {
	font-size: 25px;
	line-height: 25px;
	color: #1778b8;
	text-align: center;
	font-weight: 700;
	padding-bottom: 20px;
}
.procall {
	font-size: 15px;
	line-height: 30px;
	color: #1777b7;
	font-weight: 300;
	text-align: center;
	margin: 20px 0 10px;
	display: block;
	width: 100%;
}
.proContentArea {
	width: calc(100% - 430px);
	float: left;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #464646;
}
.proVideoArea {
	width: 100%;
	padding: 20px;
	float: right;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 30px;
	border: 1px solid #187abc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7eff5+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,239,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eff5',GradientType=0 ); /* IE6-8 */
}
.proVideoContent {
	width: 100%;
	max-width: 370px;
	height: auto;
	float: right;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 25px;
	color: #1778b8;
	font-weight: 400;
}
.proVideoContent h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	padding-bottom: 15px;
}
.proVideoBlock {
	width: calc(100% - 370px);
	float: left;
	height: auto;
}
.proVideoContainer {
	position: relative;
    padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
	border: 1px solid #187abc;
}
.proVideoContainer iframe,
.proVideoContainer object,
.proVideoContainer video,
.proVideoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin:0;
}
.responsive-tabs.tabs > nav ul li {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-color: #015fa1;
	width: calc((100% - 15px) / 4);
	margin-right: 5px;
	box-sizing: border-box;
}
.responsive-tabs.tabs > nav ul li:last-child {
	margin-right: 0;
	border-right: 1px solid #015fa1;
}
.responsive-tabs.tabs > nav ul li.active {
	border-right: 1px solid #015fa1;
}
.responsive-tabs.tabs > nav ul li.active a {
	background: #fff;
	color: #ea8213;
}	
.responsive-tabs.tabs > nav ul li a {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: #1674b4;
	font-family: 'Open Sans', sans-serif;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	text-align: center;
	padding: 10px 0;
}
.responsive-tabs.tabs > div.content {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 30px;
	border-color: #015fa1;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.taBbtnArea {
	width: 190px;
	box-sizing: border-box;
	float: right;
	padding-left: 20px;
}
.taBleftArea {
	width: calc(100% - 190px);
	float: left;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #464646;
}
.tabspecificBlock {
	width: 100%;
	float: left;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #464646;
}
.tabspecificBlock.last {
	border-bottom: none;
}
.tabspecificBlock h3 {
	font-size: 20px;
	font-weight: 700;
	color: #1777b7;
	padding-bottom: 20px;
}
.carouselArea {
	width: 100%;
	float: left;
	height: auto;
	padding: 0 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.owl-product .item {
	width: 100%;
	float: left;
	height: auto;
	padding: 0 5px;
	box-sizing: border-box;
}
.owl-product .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.owl-product .owl-nav .owl-next, .owl-product .owl-nav .owl-prev {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: transparent;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	left: auto;
	right: 100%;
	background: url(../images/leftArrow.png) center center no-repeat;
}
.owl-product .owl-nav .owl-next {
	left: 100%;
	right: auto;
	background: url(../images/rightArrow.png) center center no-repeat;
}
.procatTitle {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #115e94;
	padding-bottom: 15px;
}
.productBlock {
    border: 1px solid #015fa1;
    border-radius: 10px;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.productBlock .picArea {
    border-bottom: 20px solid #80b9e2;
    float: left;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.productBlock .picArea img {
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.productBlock .contentArea {
    background: #115e94 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 17px;
    font-weight: 300;
    height: auto;
    line-height: 21px;
    padding: 10px 15px;
    width: 100%;
}
.productBlock .contentArea:hover{ background: #ea8213; }
.productBlock .contentArea h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 3px;
    text-align: center;
}
.storeCatArea {
	width: 100%;
	padding: 15px;
	float: right;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 15px;
	border: 1px solid #187abc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7eff5+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,239,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eff5',GradientType=0 ); /* IE6-8 */
}
.storeCatArea .picArea {
	width: 100%;
	max-width: 190px;
	padding-bottom: 160px;
	float: left;
	overflow: hidden;
	border: 1px solid #015fa1;
	background: #fff;
	position: relative;
	margin-right: 15px;
	box-sizing: border-box;
}
.storeCatArea .picArea img {
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.storeCatArea .contentArea {
	width: calc(100% - 205px);
	float: right;
	height: auto;
	color: #1778b8;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}
.storeCatArea .contentArea h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #1778b8;
	border-bottom: 1px dotted #464646;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top:0;
}
.storeCatArea .desArea {
	width: calc(100% - 215px);
	float: left;
	height: auto;
}
.storeCatArea .desArea p {
	padding-bottom: 0;
	margin:0;
}
.storeCatArea .btnArea {
	width: 200px;
	float: right;
	height: auto;
	margin-left: 15px;
}
.quantity {
	width: 60px;
	height: 40px;
	background: #fff;
	border: 1px solid #ea8213;
	padding: 5px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 30px;
	font-weight: 300;
	color: #1778b8;
	margin-top: 20px;
	appearance: none;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	-ms-appearance: textfield;
	-o-appearance: textfield;
	outline:none;
}
.quantity::-webkit-inner-spin-button, 
.quantity::-webkit-outer-spin-button { 
  -webkit-appearance: textfield; 
  margin: 0; 
}


.storeproPic {
	width: 100%;
	max-width: 240px;
	float: left;
	background: #fff;
	position: relative;
	margin-right: 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.storeproPic img {
	width: 100%;
	max-width: 100%;
}
.storebuyArea {
	width: 200px;
	padding: 10px;
	float: right;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #1778b8;
	border: 1px solid #187abc;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7eff5+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,239,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eff5',GradientType=0 ); /* IE6-8 */
}
.storebuyArea p {
	padding-bottom: 0;
	margin:0;
}
.storebuyArea h3 {
	font-size: 20px;
	line-height: 25px;
	color: #1778b8;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #464646;
}
.storebuyArea .quantity {
	display: inline-block;
	margin-right: 5px;
	vertical-align: bottom;
}
.cartBtn {
	display: inline-block;
    background: #ea8213 none repeat scroll 0 0;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 300;
    height: 40px;
    line-height: 35px;
    vertical-align: bottom;
    text-align: center;
    border: none;
    padding: 0 12px;
}
.cartBtn:hover{ background: #252424; }
.storeContentArea {
	width: calc(100% - 470px);
	float: left;
	height: auto;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #464646;
}
.storeContentArea h3 {
	font-size: 20px;
	line-height: 25px;
	color: #1778b8;
	font-weight: 700;
	padding-bottom: 20px;
}
.orderSummary {
	width: 100%;
	max-width: 310px;
	height: auto;
	border: 1px solid #187cbd;
	background: #fff;
	padding: 10px 10px;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin-bottom: 40px;
}
.orderSummary h3 {
	font-size: 25px;
	line-height: 25px;
	color: #1778b8;
	font-weight: 700;
	padding-bottom: 10px;
}
.orderSummaryTable {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.orderSummaryTable td {
	width: 135px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 20px;
}
.orderSummaryTable tr:last-child td {
	font-weight: 700;
	color: #1778b8;
}
.checkOut {
	width: 100%;
	max-width: 900px;
	float: left;
	height: auto;
	border: 1px solid #015fa1;
	border-radius: 8px;
	padding: 20px;
	color: #464646;
	box-sizing: border-box;
	background-color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7eff5+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,239,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eff5',GradientType=0 ); /* IE6-8 */
}
.checkOutBlock {
	width: 100%;
	float: left;
	height: auto;
	border-bottom: 1px dotted #464646;
	margin-bottom: 20px;
	font-size: 0;
}
.checkOutBlock h2 {
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	color: #1778b8;
	padding-bottom: 20px;
}
.checkOutBlock .formArea {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding-right: 10px;
	font-size: 0;
}
.checkOutBlock .formArea label {
	max-width: 175px;
	min-height: 1px;
}
.checkOutBlock .formArea .textbox {
	width: calc(100% - 175px);
}
.checkOutBlock .formArea .textbox.cvv {
	max-width: 80px;
}	
.checkOutBlock .formArea label.full {
	max-width: 100%;
}
.checkOutBlock .formArea .selectbox {
	display: inline-block;
	width: 100%;
	width: calc(100% - 175px);
	height: 22px;
	padding: 0 5px;
	line-height: 22px;
	font-size: 15px;
	color: #fff;
	background: #ea8213;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	background: #ea8213 url(../images/selectArrow.png) right center no-repeat;
	border: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
}
.checkOutBlock .formArea .selectbox.month {
	width: calc((100% - 175px) - 80px);
}
.checkOutBlock .formArea .selectbox.year {
	max-width: 70px;
	float: right;
}
.editBtn {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #187bbd;
}
.cartBlock {
	width: 100%;
	max-width: 900px;
	float: left;
	height: auto;
	border: 1px solid #015fa1;
	border-radius: 8px;
	padding: 30px;
	color: #464646;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7eff5+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,239,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,239,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eff5',GradientType=0 ); /* IE6-8 */
}
.prolistBlock {
	width: 100%;
	float: left;
	height: auto;
	padding-bottom: 20px;
}
.prolistBlock .picArea {
	width: 100%;
	max-width: 180px;
	padding-bottom: 180px;
	float: left;
	overflow: hidden;
	border: 1px solid #015fa1;
	background: #fff;
	position: relative;
	margin-right: 20px;
	box-sizing: border-box;
}
.prolistBlock .picArea img {
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.prolistBlock .proconBlock {
	width: calc(100% - 200px);
	float: left;
	height: auto;
	font-size: 18px;
	line-height: 25px;
	color: #464646;
	font-weight: 400;
}
.prolistBlock .proconBlock h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #187bbc;
	padding-bottom: 15px;
}
.productSummaryTable {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: auto;
	float: left;
	table-layout: fixed;
}
.productSummaryTable td {
	width: 135px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}
.reviewBlock {
	width: 100%;
	max-width: 900px;
	float: left;
	height: auto;
	padding: 20px 0;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #464646;
}
.reviewBlock h3 {
	font-size: 25px;
	line-height: 25px;
	color: #1778b8;
	font-weight: 700;
	padding-bottom: 10px;
}
.reviewBlock h4 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #1778b8;
	margin-bottom: 10px;
}
.reviewBlock h4 span {
	border-bottom: 1px solid #1778b8;	
}
.reviewBlock p {
	padding-bottom: 0;
}
.reviewBlock .formArea label.checkbox {
	width: 100%;
	color: #464646;
	font-weight: 400;
	max-width: 100%;
	text-transform: none;
}
.reviewBlock .formArea label.checkbox  a {
	color: #187cbe;
	text-decoration: underline;
}
.resourcesArea {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 30px;
	display: block;
}
.resourcesArea h3 {
	font-size: 35px;
	line-height: 40px;
	color: #464646;
	font-weight: 400;
	padding-bottom: 15px;
	margin:10px 0;
}
.resourcesBlock {
	width: 100%;
	float: left;
	height: auto;
	padding: 15px 0;
	border-top: 1px dotted #464646;
	font-size: 15px;
	line-height: 25px;
	color: #464646;
	font-weight: 400;
}
.resourcesBlock h3 {
	font-size: 20px;
	line-height: 25px;
	color: #1778b8;
	padding-bottom: 15px;
	font-weight: bold;
}
.archiveList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.archiveList li {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.archiveList li a {
	display: block;
	color: #187bbd;
	font-size: 20px;
	line-height: 20px;
	border-right: 1px solid #dddede;
	padding: 0 10px;
	box-sizing: border-box;
	font-weight: 400;
}
.archiveList li.active a {
	font-weight: 700;
	color: #e48217;
}
.archiveList li:first-child a {
	padding-left: 0;
}
.archiveList li:last-child a{
	border-right:0;
}
.archive-text{
	display:none;
	cursor: pointer;
	background: #e48217;
	color: #fff;
	padding: 5px;
	font-size:18px;
}
.archive-text i{
	float:right;
}
.newsList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.newsList li {
	display: inline-block;
	width: 100%;
	float: left;
	height: auto;
	padding: 20px 0;
	border-bottom: 1px dotted #464646;
	color: #464646;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}
.newsList li h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #1778b8;
	padding-bottom: 15px;
}
.newsList li h3 span {
	color: #e48217;
	font-weight: 400;
}
.newsList li a {
	color: #e48217;
	float: right;
}
.newsList li a:hover{ color: #1778b8; }

.newsList li p {
	padding-bottom: 0;
}
.newsDetailsArea {
	width: 100%;
	float: left;
	height: auto;
	color: #464646;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}
.newsDetailsArea .picArea {
	width: 100%;
	max-width: 315px;
	padding-bottom: 270px;
	float: right;
	overflow: hidden;
	border: 1px solid #015fa1;
	background: #fff;
	position: relative;
	margin-left: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.newsDetailsArea .picArea img {
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.newsDetailsArea h2 {
	font-size: 35px;
	font-weight: 400;
	line-height: 40px;
	padding-bottom: 15px;
}
.newsDetailsArea h3 {
	font-size: 20px;
	line-height: 25px;
	color: #e48217;
	font-weight: 400;
	padding-bottom: 10px;
}
.communicationArea {
	width: 100%;
	float: left;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #464646;
}
.communicationArea h3 {
	font-size: 20px;
	line-height: 25px;
	color: #1778b8;
	font-weight: 700;
	padding-bottom: 10px;
}
.commufilterblock {
	/*width: 25%;
	float: left;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	font-size: 0;*/
	border-right: 1px dotted #464646;
	display: inline-block;
	padding: 0 5px 0 0;
	box-sizing:border-box;
}
.filter-area{ 
    box-sizing: border-box;
    float: left;
    font-size: 0;
    height: auto;
    padding: 0 0 0 5px;
    width: 25%; margin-top: 5px;}

.filter-area .commufilterblock{
	width:100%;
}
.commufilterblock.br{
	border-right:0;
}
.filter-area .formArea {
	padding-bottom: 10px;
}
.filter-area .formArea label {
	max-width: 110px;
}
.filter-area .formArea label.dateto {
	max-width: 34px;
	text-align: center;
	padding: 0;
}
.filter-area .formArea .selectbox {
	width: calc(100% - 8px);
	height: 28px; 
	margin-left: 0px;
}
.commufilterblock .formArea .selectbox{
	max-width: 173px;
}
.filter-area .formArea .textbox {
	width: calc(100% - 110px);
	height: 28px;
}
.filter-area .formArea.date .textbox {
	width: 70px;
	height: 28px;
}
.filter-area .contactBtn {
    box-sizing: border-box;
    height: auto;
    line-height: 30px; height: 37px;
}
.communicationDArea {
	width: 100%;
	float: left;
	height: auto;
	padding-top: 40px;
	border-top: 1px dotted #464646;
}
.communicationDArea h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #1778b8;
}
.communicationTable {
	width: 100%;
	float: left;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #187cbd;
}
.communicationTable thead {
	background: #187cbd;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}
.communicationTable th {
	font-weight: 600;
	padding: 10px 5px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
.communicationTable th:last-child {
	border-right: 1px solid #187cbd;
}
.communicationTable td {
	padding: 10px 5px;
	box-sizing: border-box;
	border-right: 1px solid #187cbd;
	font-size: 12px;
	line-height: 14px;
  /*	font-size: 400; bfs */
	color: #464646;
	background: #fff;
	vertical-align: top;
}
.communicationTable tr:nth-child(even) td {
	background: #d1e5f2;
}
.communicationTable a {
	color: #ea8213;
	text-decoration: underline;
}
.communicationTable a:hover{
	color:#187cbd;
}
.communicationTable i.fa {
	font-size: 21px;
}

.modal-box {
  display: none;
  position: absolute;
  z-index: 999999;
  width: 100%;
  max-width: 850px;
  background: white;
  border: 4px solid #187cbd;
  background-clip: padding-box;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #464646;
  top: 100px;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  text-decoration: none;
  color: #ea8213;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
.modal-box .formArea .textarea {
	max-width: 100%;
}
.modal-box h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #187cbd;
	padding-bottom: 10px;
}
.modal-box a {
  color: #ea8213;
  text-decoration: underline;	
}
.modalTable {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-collapse: collapse;
}
.modalTable td {
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #1778b8;
}
.modalTable tr:first-child td {
	color: #464646;
}
.modalTable td .textbox {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	height: 24px;
	border: 1px solid #ea8213;
	padding: 0 10px;
	line-height: 22px;
	font-size: 16px;
	color: #464646;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
}
.modal-box .modal-body small {
	font-size: 9px;
	font-weight: 300;
	margin-left: 3px;
}


.bannerArea {
	width: 100%;
	float: left;
	height: auto;
	padding: 50px 0;
	background: url(../images/banner.png) center center no-repeat;
	background-size: cover;
}
.bannerAreaMob {
	width: 100%;
	float: left;
	height: auto;
}
.chickletBlockLeft {
	width: calc(100% - 350px);
	float: left;
	height: auto;
	padding-right: 10px;
	box-sizing: border-box;
}
.chickletBlock {
	width: 350px;
	float: left;
	height: auto;
	padding-left: 10px;
	box-sizing: border-box;
}
.chickletScetion {
	width: 100%;
	float: left;
	height: auto;
	border: 2px solid #fff;
	border-radius: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	background: #027eca;
}
.chickletScetion .chickletPics {
	width: 100%;
	padding-bottom:57%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.chickletScetion .chickletPics img {
	position: absolute;
	width: 110%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.chickletScetion h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 10px;
	margin: 5px 0;
}
.chickletScetion h3 a {
	color: #fff;
}
.chickletScetion .chickletContent {
	width: 100%;
	float: left;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
}
.chickletScetion .chickletContent p {
	padding-bottom: 0;
	    margin-top: 0;
}
.chickletBlockLeft h2 {
	font-size: 70px;
	color: #fff;
	font-weight: 700;
	line-height: 70px;
	padding-bottom: 10px;
	margin-top:10px;
	margin-bottom:10px;
}
.chickletBlockLeft h5 {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	margin-top:0;
	margin-bottom:10px;
}
.chickletBlockLeft .chickletLeftPic {
	width: 100%;
	float: left;
	height: auto;
	padding-bottom: 60%;
	border-radius: 10px;
	border: 2px solid #fff;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
}
.chickletBlockLeft .chickletLeftPic img {
	position: absolute;
	width: 110%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.chickletBlockLeft .chickletLeftPic a.icon {
	position: absolute;
	top: 25px;
	left: 25px;
	color: #ea8213;
	font-size: 25px;
	line-height: 25px;
	display: inline-block;
	z-index: 99;
}
.chickletBlockLeft .chickletLeftPic a.icon.camera {
	left: 70px;
}
.chickletScetion .chickletContent a.icon {
	font-size: 18px;
	display: inline-block;
	float: right;
	color: #ea8213;
}

.bannerAreaMob .chickletBlock {
	width: 100%;
	float: left;
	height: auto;
	padding: 0 10px;
	box-sizing: border-box;	
}
.bannerAreaMob .chickletScetion {
	width: calc(50% - 20px);
	margin: 20px 10px;
	box-sizing: border-box;	
	border-color: #1778b7;
}
.homeBannerrow {
	margin-left: -10px;
	margin-right: -10px;
	background: url(../images/banner.png) center center no-repeat;
}
.bannerAreaMob .chickletScetion.mainbanner {
	margin: 0;
	width: 100%;
	background: transparent;
	border: none;
	border-radius: 0;
}
.chickletScetion.mainbanner .chickletPics {
	max-width: 650px;
	padding-bottom: 40%;
	border: 2px solid #fff;
	border-radius: 10px;
	margin: 40px auto;
}
.chickletScetion.mainbanner .chickletContent {
	background: #1778b7;
	font-size: 20px;
	line-height: 25px;
}
.chickletScetion.mainbanner .chickletContent  a.icon {
	font-size: 26px;
}
.chickletScetion.mainbanner h3 {
	font-size: 50px;
	line-height: 50px;
}

.orderTotal {
	width: 220px;
	float: right;
	background: #187bbd;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
	font-size: 25px;
	line-height: 25px;
	font-weight: 400;
}
.orderTotal h3 {
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	padding-bottom: 10px;
}
.cartTableArea {
	width: calc(100% - 240px);
	float: left;
	height: auto;
}
.cartTableArea .contactBtn {
	max-width: 180px;
	font-size: 18px;
}
.cartTable {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #1778b7;
	background: #fff;
	float: left;
	margin-bottom: 15px;
	/*table-layout: fixed;*/
}
.cartTable th, .cartTable td {
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid #1778b7;
}
.cartTable td:first-child {
	border-right: none;
}
.cartTable td:nth-child(2) {
	border-left: none;
}
.cartTable th {
	font-size: 18px;
	font-weight: 600;
	color: #1778b7;
	line-height: 30px;
}
.cartTable td {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #464646;
	vertical-align: top;
}
.cartTable td h4 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #1778b7;
	margin:0 0 10px 0;
}
.cartTable td h3 {
	font-size: 22px;
	font-weight: 600;
	color: #1778b7;
	line-height: 30px;
	display: none;
}
.cartPic {
	width: 110px;
	height: 80px;
	border: 1px solid #1778b7;
	background: #ccc;
	position: relative;
	overflow: hidden;
}
.cartPic img {
	position: absolute;
	width: 110%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cartqty {
	display: inline-block;
	width: 100%;
	max-width: 325px;
	height: 30px;
	border: 1px solid #ea8213;
	padding: 0 10px;
	line-height: 30px;
	font-size: 16px;
	color: #464646;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	outline:none;
}

.fancybox-bg{ background-image: none !important; }
.shareList li a i:hover{ color: #ea8213; }
.radiobox{ margin-top: 15px !important; }
.full{ margin: 10px 0 !important; }





/**************************/
.item-response{
	float: left;
    padding-bottom: 20px;
    border-bottom: 1px dotted;
}
.item-response h3{
	font-size: 20px;
    line-height: 25px;
    color: #1778b8;
    font-weight: 700;
    padding-bottom: 10px;
	margin-bottom: 0;
    margin-top: 0;
}
.item-response .filter-area{
	width: 44%;
    padding-right: 25px;
}
.item-response .filter-area.brd .commufilterblock{
	border-right:0;
}
.item-response .commufilterblock .formArea{
	display: inline-block;
    vertical-align: top;
    color: #115e94;
    padding-right: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    width: 100%;
}

.item-response .filter-area .formArea label{
	max-width:125px;
}
.item-response-middle{
	width:100%;
	float:left;
	padding:40px 0;
	border-bottom: 1px dotted #464646;
}
.item-response-middle h3{
	font-size: 20px;
    line-height: 25px;
    color: #1778b8;
    font-weight: 700;
    padding-bottom: 10px;
	margin-bottom: 0;
    margin-top: 0;
}
.item-response-middle p{
	font-size:15px;
	line-height:26px;
	color:#464646;
}
.item-response-middle a{
	color:#ea8213;
	font-size:15px;
}

.item-response-third{
	width:100%;
	float:left;
	padding:40px 0;
	border-bottom: 1px dotted #464646;
}
.response3-area{
	width:100%;
	margin-bottom:10px;
	
}
.response3-area label{
	font-size:15px;
	font-weight:bold;
	min-width:105px;
	display:inline-block;
}
.response3-area p{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.response3-area textarea{
	width:800px;
	height:190px;
	border:1px solid #ea8213;
}
.ifile input[type="file"] {
    display: none;
}
.custom-file-upload {
    display: inline-block;
    padding: 0px 12px;
    cursor: pointer;
	width:280px;
	background:#ea8213;
	border-radius:6px;
	text-align:center;
	height:40px;
	line-height:35px;
	font-weight:300;
	color:#fff;
	font-size:20px;
}
.prior-responses{
	width:100%;
	float:left;
	padding:40px 0;
}
.prior-responses h1{
	font-size:35px;
	font-weight:500;
	color:#464646;
	margin-top:0;
}
.prior-responses .pr-grup{
	width:100%;
	float:left;
}
.pr-grup h2{
	font-size:25px;
	font-weight:bold;
	color:#1778b8;
	margin-top:0;
}
.pr-grup p{
	color:#464646;
	font-size:15px;
	line-height:26px;
}
.hdng-grup{
	display:block;
	margin:0;
	padding:0;
}
.hdng-grup li{
	display:inline-block;
	font-size:20px;
	color:#1778b8;
	font-weight:bold;
	padding-right:40px;
}
.hdng-grup li a{
	font-size:15px;
	color:#ea8213;
	padding-left:30px;
	font-weight:500;
}
.viewfile{
	font-size:15px;
	color:#ea8213;
}

/*--responsive--*/

@media (min-width: 200px) and (max-width: 400px){
	.cartTableArea{ display: none;}
	.filter-area{ width: 100%; margin-top: 7px; }
}

@media (min-width: 800px) and (max-width: 1000px){
	.dropdown-3{ left: 50%; }
}

@media (min-width: 500px) and (max-width: 790px){
	.dropdown-3{ left: 50%; max-width: 660px}
}












