@import url(http://fonts.googleapis.com/css?family=Arvo:400,700|Open+Sans:400,300,600,700,800); {
 font-family: 'Open Sans', sans-serif;
 font-family: 'Arvo', serif;
}
body {
	margin: 0;
	padding: 0;
}
body, select, input {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.paddingbox {
	width: 88%;
	padding: 50px 6%;
}
img {
	border: none;
}
figure {
	margin: 0;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
a {
	outline: none;
	color: #fff;
	text-decoration: none;
}
a:hover {
	outline: none;
	text-decoration: underline;
}
.clear {
	clear: both;
	height: auto;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
}
.top_con {
	float: left;
	width: 100%;
}
.headerbox {
	float: right;
	padding: 16px 0;
}
.headerbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.headerbox ul li {
	float: left;
	padding: 0 5px;
	line-height: 9px;
	border-right: 1px solid #6f7ea6;
	border-left: 1px solid #b1b9cf;
}
.headerbox ul li a {
	display: block;
	color: #8c9fd1;
	font-size: 9px;
	text-decoration: none;
}
.headerbox ul li a:hover, .headerbox ul li.current a {
	color: #fff;
}
.headerbox ul li:last-child {
	border-right: none;
}
.headerbox ul li:first-child {
	border-left: none;
}
.top_contentbox {
	float: left;
	width: 100%;
	padding: 22px 0 0;
	background-image: url(../images/top_contentbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.logo {
	float: left;
	width: 196px;
	height: 72px;
	margin: 38px 0 0;
}
.logo a {
	display: block;
	width: 196px;
	height: 72px;
}
.bannerbox {
	float: left;
	width: 100%;
	padding: 36px 0 58px;
}
.banner_lt {
	float: left;
	width: 47%;
	text-align: center;
}
.banner_lt .banner_logo {
	width: 168px;
	height: 237px;
	display: inline-block;
}
.banner_lt .banner_logo a {
	display: block;
	width: 168px;
	height: 237px;
}
.banner_rt {
	float: right;
	width: 46%;
	color: #fff;
}
.banner_rt h1 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
}
.banner_rt h2 {
	padding: 0;
	display: block;
	font-size: 24px;
	margin: 0 0 14px;
	line-height: 24px;
	font-weight: 300;
}
.banner_rt p {
	margin: 0 0 15px;
	padding: 0;
}
.banner_rt p.style1 {
	display: block;
}
.banner_rt p a {
	text-decoration: underline;
}
.banner_rt .btn1 {
	font-size: 16px;
	margin: 0 0 25px;
	display: inline-block;
}
/************POPUP CSS***************/

/****************GET SQUID**********************/

.get-squidbox {
	float: left;
	width: 100%;
	text-align: center;
	margin: 150px 0 0;
}
.get-squidbox h2 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
}
.get-squidbox h2 small {
	color: #fff;
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	display: block;
	text-transform: none;
	margin: 12px 0 0;
}
.get-squidbox h2:before {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -18px;
	margin: 0 auto;
	display: block;
	width: 140px;
	background: #f04b48;
	height: 6px;
	content: "";
}
.get-squidbox p {
	margin: 0px !important;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 22px !important;
	color: #fff;
}
.get-squidbox .btn1 {
	display: inline-block;
	font-size: 18px;
	margin: 45px 0 0;
}
.get-squidbox .btn1 a {
	padding: 15px 30px;
	font-weight: normal;
	border-radius: 0px;
	background: #bb2b21;
}
.get-squidbox .btn1 a:hover {
	color: #bb2b21;
	background: #fff;
}
.formbox {
	width: 80%;
	display: inline-block;
	position: relative;
	margin: 95px 0 0;
}
.formboxlt {
	float: left;
	width: 49%;
}
.form_wrap {
	float: left;
	width: 100%;
}
span.error {
	position: absolute;
	left: 0px;
	text-align: right;
	bottom: 30px;
	color: #fff;
}
.formbox input[type="text"], .formbox input[type="email"], .formbox input[type="tel"], .formbox input[type="password"], .formbox textarea {
	float: left;
	width: 96%;
	padding: 0 2%;
	color: #fff;
	font-size: 13px;
	line-height: 29px;
	height: 29px;
	outline: none;
	background: #6f4346;
	border: 1px solid rgba(87,54,56,0.18);
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 25px;
}
 .formbox input[type="text"]::-webkit-input-placeholder, .formbox textarea::-webkit-input-placeholder { /* WebKit browsers */
 color:#fff;
}
 .formbox input[type="text"]:-moz-placeholder, .formbox textarea::-webkit-input-placeholder { /* Mozilla Firefox 4 to 18 */
 color:#fff;
 opacity:  1;
}
 .formbox input[type="text"]::-moz-placeholder, .formbox textarea::-webkit-input-placeholder { /* Mozilla Firefox 19+ */
 color:#fff;
 opacity:  1;
}
 .formbox ul li input[type="text"]:-ms-input-placeholder, .formbox ul li textarea::-webkit-input-placeholder { /* Internet Explorer 10+ */
 color:#fff;
}
.formbox textarea {
	height: 187px;
	line-height: 20px;
	padding: 5px 2%;
}
.formbox input[type="submit"] {
	float: right;
	padding: 8px 28px;
	cursor: pointer;
	border: none;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	background: #bb2b21;
}
.formbox input[type="submit"]:hover {
	background: #fff;
	color: #3b4f86;
}
.thank-you-text h2 {
	margin: 0 0 35px;
}
/**********************************************/

.sqiud_con {
	float: left;
	width: 100%;
	background: url(../images/bg1.png) no-repeat center top;
	background-size: cover;
	margin: -112px 0 0;
}
.textbox {
	float: left;
	color: #c6c6c7;
	font-weight: normal;
	padding: 50px 5% 126px;
}
.textbox h3 {
	margin: 0 0 16px;
	padding: 0;
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.textbox p {
	margin: 0;
	padding: 0;
}
/*.sqiud_con{

	float:left;

	width:100%;

	margin:-94px 0 0;

	background-image:url(../images/bg1.png);

	background-position: center top;

	background-repeat:no-repeat;

	background-size:cover;

}*/

.sqiud_box {
	float: left;
	width: 100%;
	padding: 0 0 60px 0;
	color: #2d2d37;
	margin: 115px 0 0;
}
.sqiud_box h3 {
	margin: 0;
	padding: 0;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
}
.sqiud_box ul.list1 {
	float: left;
	width: 34%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sqiud_box ul.list1 li {
	float: left;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
.sqiud_box ul.list1 li .image_holder {
	float: right;
	width: 62px;
	height: 63px;
	margin: 10px 0 0;
}
.sqiud_box ul.list1 li .text1 {
	float: left;
	width: 77%;
	height: 88px;
	display: table;
	font-size: 13px;
	text-align: right;
	font-weight: 400;
}
.sqiud_box ul.list1 li .text1 span {
	display: table-cell;
	vertical-align: middle;
}
.sqiud_box ul.list1 li .text1 p {
	margin: 0;
}
.sqiud_box ul.list2 {
	float: right;
}
.sqiud_box ul.list2 li .image_holder {
	float: left;
}
.sqiud_box ul.list2 li .text1 {
	float: left;
	text-align: left;
}
.sqiud_box ul.list2 li .text1 {
	float: right;
}
.sqiud_box .sqiud_logo {
	width: 200px;
	height: 293px;
	margin: 60px 0 0;
	display: inline-block;
	vertical-align: top;
}
.sqiud_box .visit {
	color: #fff;
	padding: 25px 38px;
	border-radius: 5px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
}
.sqiud_box .visit a {
	text-decoration: underline;
}
.textbox h4 {
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: left;
	font-size: 18px;
}
.textbox h4 span {
	display: block;
	font-size: 13px;
}
.textbox .newsletter_box {
	float: right;
	width: 48%;
}
.box1 {
	float: left;
}
.box2_con {
	float: left;
	width: 100%;
}
.box_lt {
	float: left;
	width: 44%;
	color: #c6c6c7;
	text-align: left;
	font-weight: 400;
}
.box_lt h3 {
	color: #fff;
	padding: 0;
	font-size: 25px;
	margin: 0 0 15px;
	line-height: 25px;
	text-transform: uppercase;
}
.box_lt p {
	margin: 0;
	padding: 0;
}
.box_rt {
	width: 43%;
	float: right;
}
.box_rt ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box_rt ul li {
	float: left;
	width: 100%;
	position: relative;
	margin: 12px 0 0;
}
.box_rt ul li input[type="text"] {
	float: left;
	width: 90%;
	height: 16px;
	border: none;
	color: #8e9cc4;
	outline: none;
	line-height: 16px;
	padding: 12px 5%;
	background: #283c70;
	font-weight: 400;
	text-transform: uppercase;
}
.box_rt ul li span.error {
	color: #fff;
	left: auto;
	right: 0px;
	bottom: auto;
	top: 8px;
}
 .box_rt ul li input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
 color:#8e9cc4;
}
 .box_rt ul li input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:#8e9cc4;
 opacity:  1;
}
 .box_rt ul li input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#8e9cc4;
 opacity:  1;
}
 .box_rt ul li input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:#8e9cc4;
}
.box_rt input[type="submit"] {
	float: right;
	width: 140px;
	height: 42px;
	border: none;
	outline: none;
	color: #fff;
	line-height: 35px;
	cursor: pointer;
	margin: 12px 0 0;
	font-weight: 400;
	background: #2d2d37;
	box-shadow: 1px 0 0 #343f61, -1px 0 0 #343f61;
}
.box_rt input[type="submit"]:hover {
	background: #83050a;
}
.btn-box{
	float:left;
	width:100%;
	text-align:center;
	margin:55px 0 0;
}
.btn-box .btn1{
	display:inline-block;
	*display:inline;
	vertical-align:top;
	font-size:14px;
}
.footer_con {
	float: left;
	width: 100%;
}
footer.footer_box {
	float: left;
	width: 100%;
	padding: 75px 0;
}
footer.footer_box h5 {
	margin: 0 0 22px;
	padding: 0;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
}
.footer_lt {
	float: left;
}
.footer_lt ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_lt ul li {
	color: #fff;
	font-weight: 400;
}
.footer_lt ul li a {
	color: #fff;
}
.footer_lt ul li:first-child {
	font-weight: bold;
}
.footer_rt {
	float: right;
	width: 66%;
}
.footer_rt p {
	color: #fff;
	font-size: 16px;
	margin: 0 0 14px;
	line-height: 16px;
	font-weight: normal;
}
.footer_rt input[type="text"] {
	float: left;
	width: 56%;
	height: 38px;
	padding: 0 3%;
	color: #838589;
	font-size: 17px;
	outline: none;
	border: none;
	font-weight: 400;
	background: transparent;
	box-shadow: 0 0 0 1px #fff inset;
}
.footer_rt input[type="submit"] {
	float: right;
	cursor: pointer;
	border: none;
	height: 38px;
	color: #fff;
	width: 34%;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	background: #494b50;
	border-radius: 2px;
	text-transform: uppercase;
}
.footer_rt input[type="submit"]:hover {
	background: #f04b48;
}
.copyright {
	float: left;
	width: 100%;
	color: #fff;
	margin: 0 0 40px;
}
.copyright p {
	margin: 0 0 10px;
}
.copyright ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.copyright ul li {
	width: 17px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
}
#back-top {
	bottom: 30px;
	position: fixed;
	right: 25px
}
#back-top span {
	width: 50px;
	height: 44px;
	display: block;
	background: url(../images/arrowtop.png) no-repeat right top
}
/**********SPECIAL CLASS**********/

.black_bg {
	background: #2d2d37;
}
.blue_bg {
	background: #3b4f86;
}
/*****************SPECIAL COLORS******************/

.blue {
	background: #67a9b1;
}
.light_blue {
	background: #aecbce;
}
.pink {
	color: #f04b48;
}
/*****************SPECIAL CLASSES******************/

.textalign_center {
	text-align: center;
}
.floatrt {
	float: right;
}
.spacer {
	float: left;
	width: 100%;
	height: 30px;
}


/*****************PopUp CLASSES******************/
#overlay{ position: fixed;width: 100%;height: 100%; background: rgba(0,0,0,0.6); z-index: 9999; visibility: hidden;opacity: 0;transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s;-ms-transition-duration: .6s;-o-transition-duration: .6s;-webkit-transform: translate3d(0,0,0);-webkit-transform: translateZ(0);}
#overlay.show{visibility: visible;opacity: 1;}
#pop_up_image_holder{ position: absolute;padding: 10px; max-width: 820px; max-height: 590px; width: 100%; height: 100%; right: 0px !important;left: 0px !important;bottom: 0px !important; top: 0px !important; margin: auto;}
#pop_up_image_holder img{ position: relative;max-width: 100%; transform: translate(0px, 0px) scale(0.6);-webkit-transform: translate(0px, 0px) scale(0.6);-moz-transform: translate(0px, 0px) scale(0.6);-ms-transform: translate(0px, 0px) scale(0.6);transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s;-ms-transition-duration: .6s;-o-transition-duration: .6s; }
.show #pop_up_image_holder img{ transform: translate(0px, 0px) scale(1);-webkit-transform: translate(0px, 0px) scale(1);-moz-transform: translate(0px, 0px) scale(1);-ms-transform: translate(0px, 0px) scale(1);}
#pop_up_image_holder a#close_popup{ position: absolute;width: 40px; height: 40px; top: -10px;right: 12px;display: block;  }
#pop_up_image_holder a#close_popup span{ display: block;width: 40px; height: 40px; position: relative; background: url("../images/cross.png") no-repeat scroll center center; visibility: hidden;opacity: 0;transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;-ms-transition-duration: 1s;-o-transition-duration: 1s;-webkit-transform: translate3d(0,0,0);-webkit-transform: translateZ(0);transition-delay: .6s;-webkit-transition-delay: .6s;-ms-transition-delay: .6s;-o-transition-delay: .6s;}
.show #pop_up_image_holder a#close_popup span{visibility: visible;opacity: 1; }