html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	border: 1px solid #f2f2f2;
	border-left: 5px solid #e5ac3c;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	margin: 1.5em 0;
	padding: 1em 1em .5em 2.5em;
	position: relative;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
sub	{
	font-size: 12px;
	font-style: italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{max-height:10000px;}
input[type="image"]{padding:0;border:none;}
input[type=email], input[type=text], input[type=password], input[type=file], input[type=submit], textarea{
	-webkit-appearance:none;
	border-radius:0;
}
body{
	color:#000;
	font:400 14px/16px 'lato', Arial, Helvetica, sans-serif;
	background:#252525;
	min-width:1003px;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
img{
	display:inline-block;
	vertical-align:top;
}
a{
	color:#006da3;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:active{
	background-color:transparent;
}
.yellow-button	{
	background: #b1c0c6;
	border-radius: 3px;
	color: #000;
	font-size: 15px;
	height: auto;
	line-height: 15px;
	margin: 0;
	padding: 14px;
	width: 22%;
}

a:hover.yellow-button	{
	background: #333;
	color: #fff;
	text-decoration: none;
}

.blue-button {
	background: #006da3;
	border: 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0 20px;
}

.blue-button:hover {
	background: #4490b6;
	text-decoration: none;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
.alignleft{
	float:left;
	margin:0 0 0 10px;
}
.alignright{
	float:right;
	margin:0 10px 0 0;
}
.aligncenter{
	text-align:center;
}
#wrapper{
	z-index:0;
	background:#fff;
	width:100%;
	overflow:hidden;
	position:relative;
}
/* header */
#header:after{
	content:'';
	display:block;
	clear:both;
}
#header{
	background: #fff;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 0 rgba(0, 0, 0, 0.2);
	width:100%;
	border-bottom:17px solid #323232;
	position:fixed;
	top: 0;
	z-index:999;
	-webkit-transform: translateZ(0);
}
#header .holder:after{
	content:'';
	display:block;
	clear:both;
}
#header .holder{
	padding:29px 0 3px;
	max-width:960px;
	margin:0 auto;
}
/* logo */
.logo{
	margin:8px 0 0 -70px;
	float:left;
	background:url(images/logo.png) no-repeat;
	background-size:100% 100%;
	height:40px;
	width:360px;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a{
	height:100%;
	display:block;
}
/* navigation */
#nav{
	padding:4px 0 0 0;
	float:right;
}
#nav .opener{
	display:none;
}
#nav.open-close .slide{
	display:block !important;
	position:static !important;
}
#nav ul{
	font-size:19px;
	line-height:23px;
	float:right;
}
#nav>ul>li:first-child{
	margin:0;
}
#nav ul li{
	position:relative;
	width:150px;
	float:left;
	margin:0 0 0 7px;
}
#nav ul a{
	font-weight:700;
	text-align:center;
	display:block;
	padding:0 0 17px;
	color:#006da4;
	border-bottom:9px solid #acacac;
}
#nav ul a span{
	display:block;
}
#nav ul li.active a,
#nav ul li.hover a,
#nav ul a:hover{
	text-decoration:none;
	border-color:#006da4;
}
#nav ul ul{
	display: none;
	padding:7px 0 3px;
	font-size:15px;
	line-height:19px;
	overflow:hidden;
	position:absolute;
	top:72px;
	left:0;
	width:100%;
	background: rgba(0, 109, 164, .93)
}
#nav ul li.hover ul{
	display:block;
}
#nav ul ul li:first-child{
	border:none;
	padding:5px 0 8px;
}
#nav ul ul li{
	margin:0 17px 0 16px;
	padding:11px 0 10px;
	text-align:center;
	border-top:2px solid #4490b6;
	float:none;
	width:auto;
}
#nav ul ul a{
	font-weight:400;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	border:none;
	padding:0 5px;
}
#nav ul ul a:hover{
	font-weight: bold;
}

#nav .drop-slide-wrapper{
	z-index:50 !important;
}
/* tab box */
.tab-box{
	margin-right: -175px;
	min-height:124px;
	position:fixed;
	top:370px;
	right:0;
	background:url(images/bg-tab-box.png) no-repeat;
	z-index:100;
	-webkit-transform: translateZ(0);
}
.tab-box:after{	content:'';
	position:absolute;
	top:16px;
	left:28px;
	background:url(images/bg-tab-box1.png) no-repeat;
	width:104px;
	height:124px;}
.tab-box .opener{
	float:left;
	z-index:3;
	position:relative;
	background:url(images/sprite-bg.png) no-repeat 13px -470px;
	width:97px;
	height:124px;
	text-indent:-9999px;
	overflow:hidden;
}
.tab-box.slide-active .slide{
	display:block;
}
.tab-box .slide{
	text-align:center;
	width:175px;
	padding:18px 20px 24px 8px;
	float:left;
	color:#d7d7d7;
	font-size: 12px;
}
.tab-box .slide p{
	margin: 0 0 10px;
}
.tab-box .slide .link{
	letter-spacing:0;
	word-spacing:0;
	font-weight:900;
	color:#006da4;
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:18px;
}
#social-networks{
	position: fixed;
	right: 16px;
	top: 510px;
	z-index:100;
	-webkit-transform: translateZ(0);
}
#social-networks li:first-child{
	margin:0;
}
#social-networks li{
	margin:6px 0 0;}
#social-networks a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:34px;
	height:34px;
}
#social-networks .twitter{
	background:url(images/sprite-social.png) no-repeat;
}
#social-networks .twitter:hover {
	background-position: right top;
}
#social-networks .twitter-jason{
	background:url(images/sprite-social.png) no-repeat 0 -36px;
}
#social-networks .twitter-jason:hover {
	background-position: right -36px;
}

#social-networks .youtube{
	background:url(images/sprite-social.png) no-repeat 0 -72px;
}
#social-networks .youtube:hover {
	background-position: right -72px;
}
#social-networks .facebook{
	background:url(images/sprite-social.png) no-repeat left bottom;
}
#social-networks .facebook:hover {
	background-position: right bottom;
}
.main-body {
	background: #fff;
	overflow: hidden;
	padding-top: 120px;
	position: relative;
	width: 100%;
	z-index: 1;
}
/* slideshow */
.slideshow{
	width:100%;
	overflow:hidden;
	position:relative;
	display: block;
}
.slideshow .slide{
	text-align:center;
	width:100%;
	position:absolute;
	z-index:1;
}
.slideshow .slide.active{
	z-index:2;
}
.slideshow .slide img{
	width:100%;
}
.slideshow .text-box{
	padding:14px 30px 20px 31px;
	position:absolute;
	bottom:37px;
	left:50%;
	margin:0 0 0 -425px;
	max-width:859px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1MjUyNSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1MjUyNSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,37,37,0.5)), color-stop(100%,rgba(37,37,37,0.5)));
	background: -webkit-linear-gradient(top,  rgba(37,37,37,0.5) 0%,rgba(37,37,37,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(37,37,37,0.5) 0%,rgba(37,37,37,0.5) 100%);
}
.slideshow .text-box .title{
	display:block;
	text-transform:uppercase;
	color:#acacac;
	font-size:42px;	line-height:44px;
}
.slideshow .text-box .title a{
	margin:0 0 0 24px;
	word-spacing:-2px;
	display:inline-block;
	vertical-align:top;
	text-transform:none;
	font-size:34px;
	color:#37a7df;
	text-decoration:underline;
}
.slideshow .text-box .title a:hover{
	text-decoration:none;
}
/* status block */
.status-block:after{
	content:'';
	display:block;
	clear:both;
}
.status-block{
	position:relative;
	z-index:5;
	margin:0 0 105px;
	width:100%;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 1), 0 2px 3px rgba(0, 0, 0, 0.3) inset;
	box-shadow:0 0 5px rgba(0, 0, 0, 1), 0 2px 3px rgba(0, 0, 0, 0.3) inset;
	background: rgb(46,46,46);
	background:#242424 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlMmUyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzJkMmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iIzI0MjQyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNDI0MjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,46,46,1)), color-stop(29%,rgba(45,45,45,1)), color-stop(72%,rgba(36,36,36,1)), color-stop(100%,rgba(36,36,36,1)));
	background: -webkit-linear-gradient(top, rgba(46,46,46,1) 0%,rgba(45,45,45,1) 29%,rgba(36,36,36,1) 72%,rgba(36,36,36,1) 100%);
	background: linear-gradient(to bottom, rgba(46,46,46,1) 0%,rgba(45,45,45,1) 29%,rgba(36,36,36,1) 72%,rgba(36,36,36,1) 100%);
}
.status-block .holder:after{
	content:'';
	display:block;
	clear:both;
}
.status-block .holder{
	position:relative;
	max-width:960px;
	margin:0 auto;
	padding:21px 0 27px;
	text-align: center;
}
.status-block .holder .arrow{
	content:'';
	position:absolute;
	left:36px;
	bottom:-14px;
	background:url(images/bg-arrow.png) no-repeat;
	background-size:100% 100%;
	width:451px;
	height:16px;
}
.status-block .title{
	font-size:28px;	line-height:34px;
	color:#fff;
}
.status-block .title .mark{
	word-spacing:-2px;
	padding:0 9px;
	text-transform:uppercase;
	font-size:34px;
	color:#e5ac3c;}
/* add navigation */
.add-nav{
	display:inline-block;
	vertical-align:top;
	padding:3px 0 0 6px;
}
.add-nav ul{
	font-size:26px;
	line-height:36px;
}
.add-nav ul li:first-child{
	padding:0 14px 1px 15px;
	background:none;}
.add-nav ul li{
	padding:0 13px 1px 15px;
	display: inline-block;
	background:url(images/sep1.png) no-repeat 0 5px;
}
.add-nav ul a{
	color:#fff;
}
.section:after{
	content:'';
	display:block;
	clear:both;
}
/* section */
.section{
	text-align:center;
	position:relative;
	background:#fff;
	max-width:1090px;
	margin:0 auto 66px;
}
.section.front-video	{
	height: 457px;
}
.section:before{
	width:75%;
	content:"";
	position:absolute;
	z-index:-1;
	top:50%;
	bottom:0;
	left:12%;
	right:5%;
	-webkit-box-shadow:0 0 28px rgba(0, 0, 0, 0.38);
	box-shadow:0 0 28px rgba(0, 0, 0, 0.68);
	border-radius:380px/50px;
}
.section .heading{
	overflow:hidden;
	width:100%;
	font-size:25px;
	line-height:30px;
	color:#d5d5d5;
}
.section .heading .text-wrapp{
	overflow:hidden;
	margin:0 auto;
	max-width:960px;
}
.section h1{
	font-weight:700;
	font-size:37px;
	line-height:60px;
	text-transform:uppercase;
	color:#808a8c;
	margin:0 20px 31px;
}
.section .heading p{
	margin:0 0 41px;
}
.section .holder:after{
	content:'';
	display:block;
	clear:both;
}
.section .holder{
	max-width:1218px;
	padding:0 33px 64px 105px;
}
.section .holder .video-box{
	-webkit-box-shadow:3px 4px 3px rgba(0, 0, 0, 0.65);
	box-shadow:3px 4px 3px rgba(0, 0, 0, 0.65);
	position:relative;
	float:left;
	width:45.83%;
}
.section .holder .video-box img{
	width:100%;
	height:auto;
}
.section .holder .video-box .title{
	position:absolute;
	bottom:4.8%;
	left:0;
	padding:0 2% 5px 8%;
	width:90%;
	word-spacing:-2px;
	text-align:center;
	color:#e5ac3c;
	text-transform:uppercase;
	font-size:38px;
	line-height:40px;
	font-weight:700;
}
.section .holder .video-box .btn-play{
	position:absolute;
	top:17.5%;
	left:33.1%;
	background:url(images/bg-btn-play.png) no-repeat;
	background-size:100% 100%;
	width:38.4%;
	height:66.8%;
}
.section .holder .video-box a:hover{
	text-decoration:none;
}
/* item list */
.item-list{
	padding:3px 0 0;
	float:right;
	width:47.4%;
}
.item-list li{
	display:table;
	width:100%;
	margin:19px 0 0;
}
.item-list a{
	display:table-cell;
	vertical-align:middle;
	border:2px solid #f3f3f3;
	height:100px;
	text-align:center;
	font-weight:700;
	color:#879092;
	font-size:17px;
	line-height:22px;
}
.item-list a .title{
	margin:0 0 -1px;
	font-size:33px;
	line-height:42px;
	display:block;
	text-transform:uppercase;
	color:#e5ac3c;
}
.item-list a:hover{
	border-color:#c4c4c4;
	text-decoration:none;
}
.item-list li:first-child a span{
	padding:5px 77px 11px 5px;
}
.item-list a span{
	display:block;
	position:relative;
	padding:5px 56px 11px 5px;
}
.item-list a span:after{
	position:absolute;
	right:20px;
	top:50%;
	margin:-23px 0 0;
	content:'';
	background:url(images/sprite-arrow1.png) no-repeat;
	width:27px;
	height:53px;
}
.item-list a:hover span:after{
	background:url(images/sprite-arrow1.png) no-repeat 0 -59px;
}
/* about box */
.about-box {
	background: url(images/twitter-bird.png) no-repeat center top;
	text-align:center;
	max-width:730px;
	padding-top: 110px;
	margin:0 auto 72px;
	font-size:18px;
	line-height:22px;
	overflow:hidden;
	color:#959595;
}
.about-box h2 {
	color: #006da3;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.about-box ul {
	width: 100%;
}
.about-box ul li {
	display: block;
	margin-bottom: 20px;
	min-height: 124px;
	width: 100%;
}
.about-box .user{
	padding:0 0 8px;
	font-weight:700;
	display:none;
	text-align: center;
}
.about-box .user a{
	color:#6e6e6e;
	margin:0 5px 0 0;
	display: none;
}
.about-box .user a span span {
	/*color:#006da3;*/
	display: none;
}
.about-box .user a:hover {
	text-decoration: none;
}
.about-box .user a:hover span span {
	text-decoration: underline;
}
.about-box .user img {
	display: none;
}
.about-box .tweet {
	margin:0;
	text-align: center;
}
.about-box li > div {
	margin-bottom: 20px;
}
.about-box li iframe {
	display: block;
	margin: 0 auto;
}
/* visual block */
.visual-block{
	min-height: 335px;
	/*margin:0 0 85px;*/
	padding: 80px 0;
	position:relative;
	overflow:hidden;
	width:100%;
}
.visual-block:before,
.visual-block:after{
	content:'';
	position:absolute;
	height:1px;
	width:100%;
	top:-1px;
	left:0;
	-webkit-box-shadow:0 0 15px 1.5px rgba(0, 0, 0, 1);
	box-shadow:0 0 15px 1.5px rgba(0, 0, 0, 1);
}
.visual-block:before{
	top:auto;
	bottom:-1px;
}
.visual-block .text-box{
	max-width:960px;
	padding: 80px 0;
	position:relative;
	bottom:31.3%;
	left:50%;
	margin:0 0 0 -480px;
	z-index:2;
}
.visual-block .text-box .holder:after{
	content:'';
	display:block;
	clear:both;
}
.visual-block .text-box .holder{
	width:auto;
}
.visual-block .text-box .title-holder{
	overflow:hidden;
	height:140px;
	width:960px;
	margin:0 0 1px 0;
	white-space:nowrap;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIwLjQxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMC40MSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,17,17,0.41)), color-stop(100%,rgba(17,17,17,0.41)));
	background: -webkit-linear-gradient(top,  rgba(17,17,17,0.41) 0%,rgba(17,17,17,0.41) 100%);
	background: linear-gradient(to bottom,  rgba(17,17,17,0.41) 0%,rgba(17,17,17,0.41) 100%);
}
.visual-block .text-box .title-holder:after{
	content:'';
	display:inline-block;
	height:100%;
	width:1px;
	overflow:hidden;
	margin:0 0 0 -5px;
	vertical-align:middle;
}
.visual-block .text-box .title{
	white-space:normal;
	display:inline-block;
	vertical-align:middle;
	font-size:42px;
	line-height:50px;
	padding:3px 15px 6px 51px;
	color:#fff;
	font-style:italic;
}
.visual-block .text-box .title-holder.aligncenter .title{
	padding:3px 92px 22px 10px;
}
.visual-block .text-box .more{
	margin:0 -80px 0 0;
	min-width:388px;
	text-align:center;
	word-spacing:2px;
	font-style:italic;
	padding:7px 21px 6px 38px;
	float:right;
	font-size:27px;
	line-height:30px;
	color:#fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmRhMyIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZkYTMiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,109,163,0.65)), color-stop(100%,rgba(0,109,163,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,109,163,0.65) 0%,rgba(0,109,163,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,109,163,0.65) 0%,rgba(0,109,163,0.65) 100%);
}
.visual-block .text-box .more:hover{
	text-decoration:none;
	background:#006da3;
}
/* carousel */
.carousel:after{
	content:'';
	display:block;
	clear:both;
}
.carousel{
	margin:0 auto;
	padding:33px 65px 42px 65px;
	position:relative;
}
.caroufredsel_wrapper {
	overflow: hidden;
	max-width: 960px;
	width: 100%;
}
.carousel .mask{
	width:100%;
	overflow:hidden;
}
.carousel .slideset{
	width:100%;
	float:left;
}
.carousel .slide{
	width:100%;
	float:left;
}
.carousel .btn-next,
.carousel .btn-prev{
	outline:none;
	text-indent:-9999px;
	overflow:hidden;
	width:43px;
	height:43px;
	background:#595254;
	border-radius:22px;
	position:absolute;
	left:10px;
	top:50%;
	margin:-27px 0 0;
}
.carousel .btn-next{
	left:auto;
	right:10px;
}
.carousel .btn-next:after,
.carousel .btn-prev:after{
	content:'';
	position:absolute;
	top:9px;
	left:14px;
	width:11px;
	height:22px;
	background:url(images/sprite-next.png) no-repeat;
}
.carousel .btn-next:after{
	left:18px;
	top:12px;
	background:url(images/sprite-next.png) no-repeat 0 -50px;
}
.carousel a:hover	{
	background: #000;
}
/* about list */
.about-list{
	margin:0;
	overflow:hidden;
}
.about-list li{
	float:left;
	width:31.46%;
	margin:0 22px 0 0;
}
.about-list li.last {
	margin-right: 0;
}
.about-list .img-holder{
	margin:0 0 12px;
	overflow:hidden;
	width:100%;
	position:relative;
}
.about-list .article:after{
	content:'';
	display:block;
	clear:both;
}
.about-list .article{
	position:relative;
	text-align:left;
	font-weight:300;
	font-size:21px;
	line-height:25px;
	color:#252525;
	padding:0 0 49px;
	border:1px solid #a5a5a5;
}
.about-list .img-holder img{
	width:100%;
	height:auto;
}
.about-list .article .text-wrapp{
	overflow:hidden;
	padding:0 27px 16px 29px;
}
.about-list .img-holder .grad {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(62%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 62%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.about-list .img-holder .title{
	position:absolute;
	bottom:9px;
	right:16px;
	text-transform:uppercase;
	font-size:29px;
	line-height:31px;
	font-weight:300;
	color:#fefeff;
	padding:0 0 0 16px;
}
.about-list .img-holder a:hover{
	text-decoration:none;
}
.section .about-list .article h1{
	text-transform:uppercase;
	margin:0 7px 20px 1px;
	padding:0 0 7px;
	font-weight:700;
	color:#252525;
	font-size:14px;
	line-height:22px;
	border-bottom:7px solid #000;
}
.about-list .article .more-holder{
	position:absolute;
	bottom:-1px;
	right:-1px;
	width:100.7%;
	left:-1px;
	background:#B1C0C6;
	z-index:5;
}
.about-list .article .more-holder a{
	text-align:right;
	display:block;
	height:52px;
	white-space:nowrap;
}
.about-list .article .more-holder a:after{
	content:'';
	display:inline-block;
	height:100%;
	width:1px;
	overflow:hidden;
	margin:0 0 0 -5px;
	vertical-align:middle;
}
.about-list .article .more-holder a:hover .more{
	text-decoration:underline;
}
.about-list .article .more{
	white-space:normal;
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
	text-align:right;
	font-size:17px;
	line-height:19px;
	position:relative;
	padding:5px 39px 4px 10px;
	display:inline-block;
	vertical-align:middle;
}
.about-list .article .more:after{
	content:'';
	background:url(images/sprite-bg.png) no-repeat -1px -224px;
	width:27px;
	height:50px;
	position:absolute;
	right:15px;
	top:50%;
	margin:-25px 0 0;
}
.section .frame{
	overflow:hidden;
	width:100%;
	text-align:center;
	padding:0 0 38px;
}
/* category box */
.section .category-box{
	display:inline-block;
	vertical-align:top;
	font-size:25px;
	line-height:27px;
	padding:0 10px 0 18px;
}
.section .category-box .title{
	font-weight:700;
	float:left;
	padding:0 5px 0 0;
	text-transform:uppercase;
}
/* category list */
.category-list{
	float:left;
}
.category-list li:first-child{
	background:none;
	padding:0 7px 1px 10px;
}
.category-list li{
	float:left;
	padding:0 8px 1px 10px;
	background:url(images/sep2.png) no-repeat 0 4px;
}
.category-list a{
	font-weight:700;
	color:#555;
	text-transform:uppercase;
}
/* form block */
.form-block:after{
	content:'';
	display:block;
	clear:both;
}
.form-block	{
	margin: 5px auto 0;
	max-width: 960px;
	padding-bottom: 30px;
	position: relative;
}
.form-block.event {
	position:relative;
	max-width:960px;
	margin:5px auto 114px;
	background:#e5e7e8;
	padding: 28px 5px;
}

.form-block.categ	{
	margin:5px auto 100px;
}
.form-block.follow-page	{
	padding-bottom: 150px;
}

.form-block.main	{
	margin: 5px auto 140px;
}
.form-block:before{
	width:90%;
	content:"";
	position:absolute;
	z-index:-1;
	top:50%;
	bottom:0;
	left:5%;
	right:5%;
	-webkit-box-shadow:0 0 28px rgba(0, 0, 0, 0.38);
	box-shadow:0 0 28px rgba(0, 0, 0, 0.38);
	border-radius:380px/50px;
}
.form-block .ico-box{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	background:#252525;
	width:15.75%;
	white-space:nowrap;
	text-align:center;
	margin:0 50px 0 0;
}
.form-block .ico-box:after{
	content:'';
	display:inline-block;
	height:100%;
	width:1px;
	overflow:hidden;
	margin:0 0 0 -5px;
	vertical-align:middle;
}
.form-block .ico-box .ico{
	vertical-align:middle;
	display:inline-block;
	white-space:normal;
	background:url(images/sprite-bg.png) no-repeat;
	width:121px;
	height:90px;
	margin:5px 0 0 30px;
}
.form-block .ico-box .arrow{
	position:absolute;
	right:-50px;
	top:0;
	height:100%;
	width:50px;
	background:url(images/bg-arrow3.png) no-repeat;
	background-size:100% 100%;
}
/* signup form */

.help-form tr	{
	height: 45px;
}

.help-form td.radio_button	{
	height: 100px;
}

.help-form td	{
	vertical-align:top;
	line-height: 17px;
}

.help-form textarea	{
	height: 174px;
	width: 282px;
	background: #fff;
	border: 1px solid #adadad;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
font: normal 14px Arial;
color: #666;
padding: 0px 5px;
-moz-box-shadow: inset 0px 3px 10px 0px rgba(173, 173, 173, 0.6);
-webkit-box-shadow: inset 0px 3px 10px 0px rgba(173, 173, 173, 0.6);
-ms-box-shadow: inset 0px 3px 10px 0px rgba(173, 173, 173, 0.6);
box-shadow: inset 0px 3px 10px 0px rgba(173, 173, 173, 0.6)
}

.help-form input[type="submit"]	{
width: 96px;
height: 44px;
box-shadow: none;
border-radius: 5px;
background: #006da4;
color: white;
font-size: 18px;
font-weight: bold;
}

.help-form input[type="text"], .help-form input[type="email"], .help-form input[type="tel"],	.help-form input[type="date"]	{
	height: 34px;
	background: #fff;
	border: 1px solid #adadad;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
font: normal 14px Arial;
color: #666;
padding: 0px 5px;
-moz-box-shadow: inset 0px 3px 10px 0px rgba(173, 173, 173, 0.6);
-webkit-box-shadow: inset 0px 3px 10px 0px rgba(173, 173, 173, 0.6);
-ms-box-shadow: inset 0px 3px 10px 0px rgba(173, 173, 173, 0.6);
box-shadow: inset 0px 3px 10px 0px rgba(173, 173, 173, 0.6)
}
.signup-form{
	position:absolute;
	right:40px;
	top:54%;
	margin:-53px 0 0;
	width:19.9%;
	z-index: 90;
}
.signup-form .row{
	float:left;
	width:100%;
	padding:0 0 10px;
}
.signup-form input[type="email"],
.signup-form input[type="text"]{
	float:left;
	width:100%;
	padding:5px 12px 7px;
	margin:0;
	background:#fff;
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 4px rgba(0, 0, 0, 0.3);
	border:none;
	font:700 13px/1em 'lato', Arial, Helvetica, sans-serif;
	color:#657174;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.signup-form input[type="email"]{
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 4px rgba(0, 0, 0, 0.3);
	border-radius:0 !important;
}
.signup-form input[type="submit"] {
	background: #0f6ea1;
	border: 0;
	color: #fff;
	cursor: pointer;
	font: 700 17px 'lato', Arial, Helvetica, sans-serif;
	height: 24px;
	text-transform: uppercase;
	width: 100px;
}
.signup-form input[type="submit"]:hover {
	background: #b1c0c6;
}
.home .signup-form {
	position: relative;
	top: auto;
	right: auto;
	margin: 5px 0 0;
	float: right;
	width: 52%;
}
.home .signup-form .row {
	width: 35%;
	margin-right: 4%;
	padding: 0;
}
.home .signup-form input[type="email"],
.home .signup-form input[type="text"] {
	border-radius: 5px !important;
	padding: 14px 12px;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
}
.home .signup-form input[type="submit"] {
	background: #b1c0c6;
	border-radius: 3px;
	color: #000;
	float: right;
	font-size: 15px;
	height: auto;
	line-height: 15px;
	margin: 0;
	padding: 14px;
	width: 22%;
}
.home .signup-form input[type="submit"]:hover	{
	background: #fff;
}

/* study guide form */

.study-guide-form tr	{
	height: 45px;
}

.study-guide-form td	{
	vertical-align:top;
	line-height: 17px;
}

.study-guide-form input[type="submit"]	{
	border-radius: 3px;
	cursor: pointer;
}

.study-guide-form input[type="text"],
.study-guide-form input[type="email"] {
	height: 34px;
	background: #fff;
	border: 1px solid #adadad;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	font: normal 14px Arial;
	color: #666;
	padding: 0px 5px;
	-moz-box-shadow: inset 0px 3px 10px 0px rgba(173, 173, 173, 0.6);
	-webkit-box-shadow: inset 0px 3px 10px 0px rgba(173, 173, 173, 0.6);
	-ms-box-shadow: inset 0px 3px 10px 0px rgba(173, 173, 173, 0.6);
	box-shadow: inset 0px 3px 10px 0px rgba(173, 173, 173, 0.6);
	width: 100%;
}

@media screen and (max-width: 599px) {
	/*.study-guide-form input[type="text"],
	.study-guide-form input[type="email"] {
		min-width: 190px;
		max-width: ;
	}*/
}

.rslides_tabs {
    bottom: 0;
    position: absolute !important;
    width: 100%;
}
.rslides_container { margin-bottom: 0 !important; }
.rslides_container .rslides { margin:0 auto !important; }
.rslides .caption { display: none; }
/**
 * Responsive Video
 * @see http://avexdesigns.com/responsive-youtube-embed/
 **/
.video-container {
    position: relative;
    padding-bottom: 44%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 92%;
    margin:0 auto;
    max-width: 650px;
}
@media only screen and (min-width: 410px) {
	.video-container {
		padding-bottom: 53%;
	}
}
@media only screen and (min-width: 640px) {
	.video-container {
		padding-bottom: 334px;
	}
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mc4wp-form	{
	margin-left: 25%;
}
.form-block.event .text-box{
	padding:5px 27.1% 5px 25%;
	font-weight:700;
	text-align:right;
	overflow:hidden;
	color:#647174;
	width:85%;
	height: 80px;
}
.form-block .text-box{
	padding:5px 29.1% 5px 0;
	font-weight:700;
	text-align:right;
	overflow:hidden;
	color:#647174;
	width:60%;
}
.home .text-box{
	float: left;
	font-weight:700;
	overflow:hidden;
	color:#647174;
	width:45%;
}
.form-block .text-box .title{
	display:block;
	text-transform:uppercase;
	color:#0f6ea1;
	font-size:25px;
	line-height:36px;
	width: 400px;
}

.home .text-box .title{
	display:block;
	text-transform:uppercase;
	color: #FFFFFF;
	font-size:23px;
	line-height:28px;
	letter-spacing: 1px;
}
.form-block .text-box p	{
	font-size: 14px;
	line-height: 17px;
	width: 400px;
}
.home .text-box p	{
	font-size: 20px;
	line-height: 28px;
	color: #B1C0C7;
}
.form-block .text-box p{
	margin:0;
}
.form-block .text-box p strong{
	text-transform:uppercase;
}
.mc4wp-error,
.mc4wp-notice,
.mc4wp-success {
	background: #fff;
	clear: both;
	font-size: 17px;
	line-height: 1.2em;
	margin-top: 40px;
	padding: 10px 4%;
	position: absolute;
	top: 20px;
	width: 92%;
}
.mc4wp-error {
	border: 1px solid #cc0000;
	color: #cc0000;
}
.mc4wp-notice {
	border: 1px solid #b1c0c6;
	color: #b1c0c6;
}
.mc4wp-success {
	border: 1px solid #339933;
	color: #339933;
}
/* visual */
.visual{
	width:100%;
	overflow:hidden;
	margin:0 0 58px;
}
.visual img{
	width:100%;
	height:auto;
	/* display: none; */
}
.intro:after{
	content:'';
	display:block;
	clear:both;
}
/* intro */
.intro{
	background:#ebebeb;
	max-width:960px;
	margin:0 auto 31px;
	position:relative;
}
.intro:before{
	width:80%;
	content:"";
	position:absolute;
	z-index:-1;
	top:50%;
	bottom:0;
	left:10%;
	right:10%;
	-webkit-box-shadow:0 0 28px rgba(0, 0, 0, 0.36);
	box-shadow:0 0 28px rgba(0, 0, 0, 0.36);
	border-radius:380px/50px;
}
.intro .title{
	text-align:center;
	padding:11px 46px 11px 57px;
	float:left;
	position:relative;
	margin:0 50px 0 0;
	background:#252525;
	text-transform:uppercase;
	color:#fff;
	font-size:30px;
	line-height:60px;
	font-weight:700;
}
.intro .title.simple	{
	float: none;
}
.intro .title span{
	background:url(images/bg-arrow4.png) no-repeat;
	width:50px;
	height:100%;
	background-size:100% 100%;
	position:absolute;
	right:-50px;
	top:0;
}
.intro .sub-text{
	padding:11px 15px 11px 49px;
	float:left;
	font-weight:300;
	font-size:38px;
	line-height:48px;
	color:#647174;
}
.intro .sub-holder{
	overflow:hidden;
}
.intro .view{
	margin:26px 23px 0 0;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
	font-weight:700;
	float:right;
	font-size:38px;	line-height:30px;
	background:#b8b9b9;
	padding:10px 23px 14px 19px;
	color:#fff;
	word-spacing:2px;
}
.intro.link-list .title {
    font-size: 30px;
    padding-left: 35px;
    padding-right: 15px;
}
.intro.link-list a {
    display: block;
    float: left;
    font-size: 28px;
    line-height: 60px;
    color: #647174;
    text-transform: uppercase;
    font-weight: 300;
    padding: 11px 18px 11px 18px;
    margin-left: 30px;
    position: relative;
    z-index: 2;
}
.intro.link-list a:before,
.intro.link-list a:after {
    content:"";
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 42px 0 42px 42px;
    border-color: transparent transparent transparent #bbb;
    position: absolute;
    bottom:0;
    left:-45px;
    z-index: 1;
}
.intro.link-list a:after {
    border-color: transparent transparent transparent #EBEBEB;
    left:-46px;
}
.intro.link-list li:first-child a {
    margin-left: 0;
}
.intro.link-list li:first-child a:before,
.intro.link-list li:first-child a:after {
    display: none;
}
.intro.show	{
	background:url(http://benhambrothers.com/wp-content/uploads/2014/04/bblogo-e1398054710203.jpg) 90% 40px no-repeat #ebebeb;
	width: 960px;
	padding: 30px;
	border-bottom: 10px solid #f9ba21;
}
/* breadcrumbs */
.breadcrumbs{
	padding: 20px 0 49px;
	min-height:27px;
	overflow:hidden;
	margin:0 auto;
	max-width:960px;
}
.breadcrumbs ul{
	float:left;
	font-size:25px;
	line-height:27px;
}
.breadcrumbs ul li{
	color:#b1c0c6;
	padding:0 0 0 5px;
	float:left;
}
.breadcrumbs ul li:before{
	margin:0 5px 0 0;
	color:#898989;	content:'/';
	display:inline-block;
	vertical-align:top;
}
.breadcrumbs ul li:first-child{
	padding:0 0 0 5px;
}
.breadcrumbs ul li:first-child:before{
	display:none;
}
.breadcrumbs ul li:first-child a{
	color:#363636;
}
.breadcrumbs ul a{
	color:#898989;
}
.wrapp:after{
	content:'';
	display:block;
	clear:both;
}
.wrapp{
	margin:0 auto;
	max-width:974px;
	padding:0 0 117px;
}
.category-page {
	max-width: 960px;
}
.col-wrapp:after{
	content:'';
	display:block;
	clear:both;
}
#masonry_container {
	margin: 0 0 0 -10px;
}
/* col */
.col-wrapp .col {
	width:23.9%;
	float:left;
	margin:0 0 0 14px;
}
.col-wrapp .col:first-child {
	margin: 0;
}
.col-wrapp .col .box,
.masonry-box {
	font-size:17px;
	line-height:20px;
	margin:0 0 10px;
	float:left;
	overflow:hidden;
	position: relative;
	border:1px solid #ccc;
	background: #fff;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.5);
    margin:0 0 17px 0;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0.5;
    width: 100%;
}
.masonry-box {
	margin: 0 0 1.8% 1.5%;
	width: 23.2%;
}
.col-wrapp .col .post-hover,
.post-hover {
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow:0 4px 4px rgba(0, 0, 0, 0.8);
	box-shadow:0 4px 4px rgba(0, 0, 0, 0.8);
	opacity: 0.99;
}
.col-wrapp .col .post-shadow,
.post-shadow {
	opacity: 0.99;
}
.col-wrapp .col .box img,
.masonry-box img{
	margin:0 0 10px;
	width:100%;
	height:auto;
	border-bottom:7px solid #000;
}
.col-wrapp .col .box a:hover img,
.masonry-box a:hover img{
	border-color:#1ba6d4;
}
.col-wrapp .col .box .text,
.masonry-box .text{
	padding:0 16px;
	font-weight:300;
	display:block;
}
.col-wrapp .col .box a,
.masonry-box a{
	color:#252525;
	display: block;
}
.col-wrapp .col .box a:hover,
.masonry-box a:hover{
	text-decoration:none;
}
.col-wrapp .col .box .text span,
.masonry-box .text span{
	font-weight:700;
	float:left;
	color:#252525;
	text-transform:uppercase;
}
.col-wrapp .col .box .sub-title,
.masonry-box .sub-title{
	padding:8px 8px 11px;
	font-weight:300;
	display:block;
	text-align:right;
	color:#252525;
	text-transform:uppercase;
}
.col-wrapp .col .box a:hover .sub-title,
.masonry-box a:hover .sub-title{
	color:#1ba6d4;
}
/* social block */
.social-block{
	overflow:hidden;
	max-width:960px;
	margin:0 auto;
	padding:0 0 94px;
}
.social-block .col {
	width:49%;
	margin:0;
	text-align: center;
}
.social-block .col .heading:after{
	content:'';
	display:block;
	clear:both;
}
.social-block .col .heading{
	position:relative;
	width:99.6%;
	background:#ebebeb;
	margin:0 0 43px 1px;
}
.social-block .col.alignright .heading{
	margin:0 0 43px;
}
.social-block .col .heading:before{
	width:80%;
	content:"";
	position:absolute;
	z-index:-1;
	top:50%;
	bottom:0;
	left:10%;
	right:10%;
	-webkit-box-shadow:0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 30px rgba(0, 0, 0, 0.3);
	border-radius:380px/50px;
}
.social-block .col .heading h1{
	padding:14px 0 14px 120px;
	font-weight:700;
	float:left;
	background:#252525;
	position:relative;
	margin:0 50px 0 0;
	font-size:46px;	line-height:48px;
	color:#fff;
	text-transform:uppercase;
}
.social-block .col.alignright .heading h1{
	background:#6cdefd;
	margin:0 49px 0 0;
	padding:15px 3px 8px 93px;
}
.social-block .col .heading h1:before{
	content:'';
	position:absolute;
	top:50%;
	left:21px;
	margin:-30px 0 0;
	background:url(images/sprite-bg.png) no-repeat 0 -382px;
	width:73px;
	height:60px;}
.social-block .col.alignright .heading h1:before{
	display:none;
}
.social-block .col.alignright .heading h1 i{
	position:absolute;
	top:50%;
	background:url(images/bg-h1.png) no-repeat;
	background-size:100% 100%;
	width:64px;
	height:76px;
	left:16px;
	margin:-37px 0 0;
}
.social-block .col .heading h1 .mark{
	margin:0 0 -7px -16px;
	display:block;
	font-size:33px;
	line-height:35px;
	color:#6cdffd;
}
.social-block .col.alignright .heading h1 .mark{
	color:#252525;
	margin:0 0 -3px 3px;
}
.social-block .col .heading h1 em{
	position:absolute;
	top:0;
	right:-50px;
	background:url(images/bg-arrow4.png) no-repeat;
	background-size:100% 100%;
	width:50px;
	height:100%;
}
.social-block .col.alignright .heading h1 em{
	right:-49px;
	background:url(images/bg-arrow6.png) no-repeat;
	background-size:100% 100%;
	width:49px;
	height:100%;
}
.social-block .follower{
	text-align:center;
	float:left;
	font-size:29px;
	line-height:35px;
	color:#959595;
	position:relative;
	padding:19px 1.2% 15px 2.6%;
	margin:0 52px 0 0;
	width:26%;
}
.social-block .follower:after{
	content:'';
	position:absolute;
	top:50%;
	right:-52px;
	margin:-52px 0 0;
	background:url(images/bg-arrow5.png) no-repeat;
	width:52px;
	height:104px;}
.social-block .follow{
	position:relative;
	float:right;
	margin:26px 23px 0 0;
	border:1px solid #c6c6c6;
	padding:13px 21px 14px 60px;
	font-size:25px;	line-height:27px;
	color:#13161a;
	font-weight:900;
	border-radius:6px;
	background: rgb(235,235,235);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(60%,rgba(235,235,235,1)), color-stop(81%,rgba(227,227,227,1)), color-stop(100%,rgba(223,223,223,1)));
	background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(235,235,235,1) 60%,rgba(227,227,227,1) 81%,rgba(223,223,223,1) 100%);
	background: linear-gradient(to bottom,  rgba(235,235,235,1) 0%,rgba(235,235,235,1) 60%,rgba(227,227,227,1) 81%,rgba(223,223,223,1) 100%);
}
.social-block .follow span{	position:absolute;
	left:21px;
	top:16px;
	background:url(images/bg-follow.png) no-repeat;
	background-size:100% 100%;
	width:32px;
	height:23px;
}
.social-block .img-holder{
	overflow:hidden;
	margin:0 0 0 -1px;
}
.social-block .img-holder .img{
	width:100%;
	height:auto;
}
.social-block .challenge{
	padding:71px 75px 0 10px;
	margin:0 0 10px;
	text-align:center;
	display:block;
	text-transform:uppercase;
	color:#ebebeb;
	font-weight:700;
	font-size:59px;	line-height:70px;
	transform:rotate(-12deg);
	-ms-transform:rotate(-12deg);
	-moz-transform:rotate(-12deg);
	-webkit-transform:rotate(-12deg);
	-o-transform:rotate(-12deg);
}
.social-block .challenge a{
	color:#ebebeb;
}
/* footer */
.footer-wrapper {
	background: #fff;
	padding-top: 275px;
	overflow: hidden;
	width: 100%;
}
#footer:after{
	content:'';
	display:block;
	clear:both;
}
#footer{
	-webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.4);
	box-shadow:0 0 6px rgba(0, 0, 0, 0.4);
	color:#575759;
	border-top:6px solid #006da3;
	background:#252525;
	width:100%;
	position: relative;
	z-index: 99;
}
#footer>.holder:after{
	content:'';
	display:block;
	clear:both;
}
#footer>.holder{
	padding:38px 0 33px;
	max-width:960px;
	margin:0 auto;
	position:relative;
}
#footer .holder .frame:after{
	content:'';
	display:block;
	clear:both;
}
#footer .holder .frame{
	width:100%;
}
.twitt-block{
	font-size: 17px;
	line-height: 20px;
	padding:68px 0 0;
	width:30.4%;
	max-width:1191px;
	position:absolute;
	bottom:0;
	left:20.8%;
}
.twitt-block .img{
	width:100%;
	height:auto;
}
/* profile box */
.twitt-block .profile-box{
	position:absolute;
	left:-110%;
	bottom:82%;
	background:#dbdbdb;
	min-height: 48px;
	padding:4.6% 4.8% 4%;
	width:109.2%;
}
.twitt-block .profile-box:after{
	content:'';
	position:absolute;
	bottom:-43px;
	right:36px;
	background:url(images/sprite-bg.png) no-repeat 0 -156px;
	width:65px;
	height:44px;
}
.twitt-block .profile-box.right{
	width:114.2%;
	left:auto;
	right:-115%;
	bottom:75%;
}
.twitt-block .profile-box.right:after{
	background:url(images/sprite-bg.png) no-repeat 0 -105px;
	width:66px;
	height:44px;
	right:auto;
	left:8px;
}
.twitt-block .profile-box .tweet {
	padding: 0 0 0 91px;
	overflow:hidden;
	color:#070605;
	font-size: 13px;
	line-height: 16px;
}
.twitt-block .profile-box .user {
	position: absolute;
	font-size: 13px;
	line-height: 14px;
}
.twitt-block .profile-box .user a {
	font-weight:700;
	color:#6e6e6e;
	padding:0 0 7px 75px;
}
.twitt-block .profile-box .user a:hover {
	text-decoration: none;
}
.twitt-block .profile-box .user a span {
	/*color: #006da3;*/
	display: none;
}
.twitt-block .profile-box .user a:hover span span {
	text-decoration: underline;
}
.twitt-block .profile-box .user a img {
	background: #fff;
	border: 2px solid #777;
	left: 0;
	padding: 3px;
	position: absolute;
	top: 0;
}
.twitt-block .profile-box iframe {
	margin: 10px 0 0 90px;
}
#footer .col-holder{
	float:right;
	width:42.9%;
}
/* col */
#footer .col-holder .col{
	font-size:13px;
	line-height:19px;
	float:left;
	padding:0 5% 0 0;
	width:44.5%;
}
#footer .col-holder .col h1{
	margin:0 0 11px 3px;
	font-weight:700;
	text-transform:uppercase;
	color:#575759;
}
#footer .col-holder .col a{
	color:#575759;
}
#footer .social-networks{
	padding:2px 0 0 3px;
	overflow:hidden;
}
#footer .social-networks li:first-child{
	margin:0;
}
#footer .social-networks li{
	margin:1px 0 0;
}
/* footer logo */
.footer-logo{
	margin:4px 0 0;
	float:left;
	background:url(images/footer-logo.png) no-repeat;
	width:189px;
	height:51px;
	text-indent:-9999px;
	overflow:hidden;
}
.footer-logo a{
	height:100%;
	display:block;
}
/* by */
.by{
	letter-spacing:-1px;
	word-spacing:3px;
	margin:-2px 0 0 -8px;
	font-size:16px;	line-height:18px;
	font-style:italic;
	font-weight:300;
	display:block;
	width:95%;
	padding:0 5% 0 0;
}
.by a{
	color:#575759;
}
.form-block .post{
	padding:20px;
}
#disqus_thread{
	padding:20px;
}
.navigation{
	padding:20px;
}
.screen-reader-text {
	display: none;
}
.paging-navigation {
	padding:20px 0 50px;
}




/* BLOG POST ======================================================================================= */
/* ================================================================================================= */

.post-content.default-page	{
	background: url(images/b-bg.png) no-repeat  50% 675px;
	z-index: 0;
	position: relative;
}

.post-content .form-block {
	background: none;
	max-width: 750px;
}

.post-content .form-block.blog-post	{
	max-width: 1000px;
	background: none;
}

.blog-post .content	{
	max-width: 600px;
	float: left;
}
.blog-post img	{
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
}
.post-content .post {
	background: none;
	max-width: 950px;
}
.post-content .form-block:before {
	display: none;
}
.post-content .post,
.post-content .page {
    font-size: 17px;
    line-height: 1.6;
    color: #333333;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin:14px 0 13px;
}
.post-content h1 { font-size: 36px; }
.post-content h2 { font-size: 24px; }
.post-content h3 { font-size: 18px; }
.post-content h4 { font-size: 16px; text-transform: uppercase; }
.post-content h5 { font-size: 24px; font-weight: bold; color: #006296; }
.post-content h6 { font-size: 14px; font-weight: bold; }
.post-content strong,
.post-content b{
	font-weight: bold;
}
.post-content em,
.post-content i{
	font-style: italic;
}
.post-content ul,
.post-content ol {
	margin: 0 0 0 2em;
}
.post-content ul.og-grid  	{
	margin: 0;
}
.post-content ul {
	list-style: disc;
}
.post-content ol {
	list-style: decimal;
}
.post-content .meta	{
	float: left;
}
.post-content .meta ul {
	list-style: none; margin: 0;
}
.post-content .title {
	line-height: 1.4;
}
.post-content .title h1 {
    font-size: 34px;
    margin: 0;
}
.post-content .title h1 span {

}
.post-content .title .info {
    font-size: 16px;
    color: #999;
    margin:0 0 27px;
}
.post-content .title .info a {
    color: #e5ac3c;
}
.post-content .intro .title{
	background: none;
	padding: 0;
}
.post-content .intro .title h1 {
	color: #647174;
	font-weight: 300;
	line-height: 82px;
}
.post-content .intro .title span {
	text-align:center;
	padding:11px 0 11px 37px;
	float:left;
	left: auto;
	right: auto;
	top: auto;
	position:relative;
	margin:0 70px 0 0;
	background:#252525;
	background-image: none;
	text-transform:uppercase;
	color:#fff;
	font-size:30px;
	line-height:60px;
	font-weight:700;
	width: auto;
}
.post-content .intro .title span:after {
	content: '';
	background:url(images/bg-arrow4.png) no-repeat;
	width:50px;
	height:100%;
	background-size:100% 100%;
	position:absolute;
	right:-50px;
	top:0;
}
.post-content p {
    margin-bottom: 27px;
}

/* BIBLE READING CALENDAR */
.post-2611 {

}

.post-2611 .intro {
	/*display: none;*/
}

.post-2611 iframe {
	height: 730px;
	max-width: 920px;
}

.visual-wrapp.main-blog	{
	/*margin-bottom: 300px;*/
}

.visual-wrapp.first	{
	/*margin-bottom: 275px;*/
}

.post-content + .visual-wrapp.first,
.category-page-content .visual-wrapp.first {
	margin-top: -235px;
	zoom: 1;
}

.rve	{
	height: 422px;
	max-width: 750px;
	margin: 0 auto;
}

.coming	{
	text-align: right;
	margin-right: 40px;
	margin-bottom: -100px;
	color: white;
	background: #feb626;
	width: 300px;
	padding: 5px;
}

.sidebar	{
	float: left;
	width: 250px;
	background: #fff;
border: 1px solid #f2f2f2;
margin-bottom: 30px;
margin-left: 50px;
margin-top: 5px;
padding: 30px;
}

.sidebar ul	{
	list-style-type: none;
	margin-left: 0px;
}

.sidebar ul li	{
	border-bottom: 1px solid #efefef;
	padding: 5px 0;
}

.widget-title {
border-left: 5px solid #e5ac3c;
color: #666;
font-size: 18px;
margin: -30px -30px 15px;
padding: 10px 15px;
background: #efefef;
font-weight: bold;
}

/* FLIP-PHOTO CONTENT ================================== */
/* entire container, keeps perspective */
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translate3d(0,0,0);
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flip-container, .flip-front, .flip-back {
	width: 302px;
	height: 493px;
}
/* flip speed goes here */
.flipper {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}
/* hide back of pane during swap */
.flip-front, .flip-back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
/* front pane, placed above back */
.flip-front {
	z-index: 2;
}
/* back, initially hidden pane */
.flip-back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.bus_form iframe {
	height: 540px;
	width: 100%;
}

.btn	{
min-width: 96px;
height: 44px;
box-shadow: none;
border-radius: 5px;
background: #006da4;
color: white;
font-size: 18px;
font-weight: bold;
padding: 7px 15px;
border: 1px solid #ccc;
display: inline-block;
margin-bottom: 10px;
}

.btn:hover	{
	background:#333;
	text-decoration: none;
}

.rslides_tabs	{
	margin-top: -25px;
text-align: center;
position: relative;
z-index: 99;
margin-bottom: 9px;
}

.rslides_container	{
	margin-bottom: 0;
}

/* RESPONSIVE ====================================================================================== */
/* ================================================================================================= */

/* Responsive settings max-width 1510px */
@media only screen and (max-width: 1510px) {
	.twitt-block .profile-box{
		left:-103.3%;
		width:108.2%;
	}
}
/* Responsive settings max-width 1465px */
@media only screen and (max-width: 1465px) {
	.status-block .holder{
		padding:21px 0 27px;
		text-align:center;
		max-width:960px;
		position
	}
	.status-block .title{
		padding:0 0 10px;
		float:none;
	}
	.home .status-block .title {
		padding: 0;
	}
	.add-nav{
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	.status-block .holder:before{
		left:50%;
		margin:0 0 0 -408px;
	}
}
/* Responsive settings max-width 1425px */
@media only screen and (max-width: 1425px) {
	#nav ul li{
		width:154px;
	}
	.section .heading{
		width:96%;
		padding:0 2%;
	}
	.section h1{
		font-size:44px;
		line-height:46px;
	}
	.section .holder .video-box .title{
		font-size:30px;
		line-height:32px;
	}

	.item-list a .title{
		font-size:40px;
		line-height:42px;
	}
	.item-list a{
		height:106px;
		font-size:19px;
		line-height:21px;
	}
	.item-list a span:after{
		margin:-27px 0 0;
	}
	.visual-block .text-box{
		max-width:1010px;
	}
	.about-list{
		margin:0;
	}
	.section .about-list .article h1{
		font-size:21px;
		line-height:25px;
	}
	.form-block .text-box .title{
		font-size:28px;
		line-height:30px;
	}
	.signup-form{
		width:22%;
		right:40px;
	}
	.form-block .text-box{
		font-size:23px;
		line-height:27px;
	}
	.twitt-block .profile-box{
		left:-65.3%;
		bottom:87%;
		width:112.2%;
	}
	.twitt-block .profile-box:after{right:153px;}
	.twitt-block .profile-box .holder{
		font-size:14px;
		line-height:16px;
	}
	.twitt-block .profile-box .title{
		padding:0 0 3px;
	}
	.twitt-block .profile-box.right{
		right:-111.3%;
		width:109.2%;
		bottom:78%;
	}
	#footer .col-holder{
		width:44.9%;
	}
	#footer .holder .frame{
		width:99%;
		padding:0 0 0 1%;
	}
	.by{
		margin:0 0 0 10px;
	}
	.breadcrumbs{
		padding: 20px 0 49px 10px;
	}
	.social-block{
		padding:0 10px 94px;
	}
	.social-block .col .heading h1{
		font-size:35px;
		line-height:40px;
		padding:20px 0 23px 120px;
	}
	.social-block .col.alignright .heading h1{padding:20px 3px 18px 93px;}
	.social-block .col .heading h1 .mark{
		font-size:24px;
		line-height:28px;
	}
	.social-block .follower{
		font-size:25px;
		line-height:35px;
		padding:19px 0.2% 15px 0.6%;
	}
	.social-block .follow{
		padding:13px 10px 14px 26px;
		margin:26px 9px 10px 0;
		font-size:18px;
		line-height:20px;
	}
	.social-block .follow span{
		background-size:100% 100%;
		width:20px;
		height:14px;
		left:5px;
	}
	.social-block .challenge{
		font-size:46px;
		line-height:55px;
	}
}
/* Responsive settings max-width 1300px */
@media only screen and (max-width: 1300px) {
	.show-wrapp:after{
		content:'';
		display:block;
		clear:both;
	}
	.show-wrapp{
		width:320px;
		margin:0 auto;
	}
	.slideshow{
		width:100%;
		overflow:hidden;
		display: block;
	}
	.visual-block .text-box .more{
		margin:0 -15px 0 0;
	}

}
/* Responsive settings max-width 1023px */
@media only screen and (max-width: 1023px) {
	body{
		min-width:320px;
	}
	#header .holder{
		text-align:center;
		padding:15px 0 3px;
	}
	.logo{
		float:none;
		display:inline-block;
		vertical-align:top;
		margin:0 20px 10px;
	}
	#nav{
		float:none;
		display:inline-block;
		vertical-align:top;
		padding:10px 0 3px;
	}
	.main-body {
		padding-top: 165px;
	}
	.slideshow .text-box{
		margin:0 0 0 -335px;
	}
	.slideshow .text-box .title{
		font-size:34px;
	}
	.slideshow .text-box .title a{
		font-size:26px;
	}
	.visual-block {
		display: none;
	}
	.status-block .title{
		font-size:30px;
		line-height:32px;
	}
	.status-block .title .mark{
		font-size:36px;
	}
	.add-nav ul{
		font-size:34px;
		line-height:36px;
	}
	.section h1{
		font-size:30px;
		line-height:36px;
		margin:0 20px 15px;
	}
	.section .heading{
		font-size:18px;
		line-height:24px;
	}
	.section .holder{
		padding:0 40px 20px;
	}
	.section .holder .video-box{
		float:left;
		width:100%;
	}
	.item-list{
		float:left;
		width:100%;
	}
	.section .holder .video-box .title{
		font-size:40px;
		line-height:42px;
	}
	.about-box{
		padding: 110px 35px 0;
	}
	.form-block .text-box .title{
		font-size:25px;
		line-height:29px;
	}
	.form-block .text-box{
		padding:23px 29.1% 40px 28%;
		font-size:18px;
		line-height:22px;
		width:41.9%;
	}
	.form-block .ico-box{
		width:20.75%;
	}
	.form-block .ico-box .ico{
		margin:0;
	}
	.signup-form{
		right:13px;
		width:26.8%;
	}
	.twitt-block{
		display:none;
	}
	#footer .holder .frame{
		padding:0 2%;
		width:96%;
	}
	#footer .col-holder{
		width:65%;
	}
	#footer .col-holder .col{
		padding:0 0 0 5%;
	}
	.intro .title{
		font-size:38px;
		line-height:46px;
		padding:15px 20px 15px 19px;
	}
	.intro .sub-text{
		font-size:40px;
		line-height:42px;
		padding:10px 10px 10px 22px;
	}
	.intro .view{
		padding:3px 15px 7px;
		font-size:24px;
		line-height:30px;
		margin:16px 10px 0 0;
	}
    .intro.link-list .title {
        padding-left: 30px;
        line-height: 46px;
    }
    .intro.link-list a:before,
    .intro.link-list a:after {
    	display: none;
    	border:0;
    }
    .intro.link-list a {
        padding:10px;
        line-height: 56px;
        margin-left: 5px;
        font-size: 26px;
    }
    .intro.link-list li:first-child a {
        margin-left: 5px;
    }
	.breadcrumbs{
		padding: 10px 0 30px 10px;
	}
	.breadcrumbs ul{
		font-size:22px;
		line-height:24px;
	}
	.col-wrapp{
		margin:0 10px;
	}
	.col-wrapp .col{
		width:24%;
		margin:0 0.5%;
	}
	.col-wrapp .col .box,
    .masonry-box{
		font-size:14px;
		line-height:16px;
	}
	.col-wrapp .col .box .text,
    .masonry-box .text{
		padding:0 10px;
	}
    #masonry_container {
        margin:0 5px 0 10px;
    }
    .masonry-box {
        width: 24%;
        margin:0 0px 6px 0.5%;
    }
	.wrapp{
		padding:0 0 30px;
	}
	.social-block{
		width:92%;
		padding:0 4%;
	}
	.social-block .col.alignleft{
		width:100%;
		margin:0 0 30px;
	}
	.social-block .col.alignright{
		width:100%;
		float:left;
	}
	.social-block .follow{
		margin:26px 20px 10px 0;
		padding:13px 21px 14px 60px;
		font-size:25px;
		line-height:27px;
	}
	.social-block .follow span{
		left:21px;
		height:23px;
		width:32px;
	}
	.social-block .challenge{
		padding:10px 10px 87px 10px;
	}
}
/* Responsive settings max-width 772px */
@media only screen and (max-width: 772px) {
	.hidden-md { display: none !important; }

	#header{
		border-bottom:10px solid #000;
	}
	#header .holder{
		padding:0;
	}
	.logo{
		width:304px;
		height:34px;
		margin:21px 0 9px 27px;
		float:left;
	}
	.slideshow .text-box,
	.tab-box{
		display:none;
	}
	.sidebar	{
		margin-left: 25px;
	}
	#nav{
		padding:0;
		position:relative;
		float:right;
	}
	#nav ul a span{
		display:inline;
	}
	#nav .opener{
		outline:none;
		float:right;
		height:64px;
		text-indent:-9999px;
		overflow:hidden;
		width:83px;
		border-left:1px solid #ebebeb;
		display:block;
		background:url(images/sprite-bg.png) no-repeat 23px -295px;
	}
	#nav.open-close .slide{
		visibility: hidden !important;
		position:absolute !important;
		width:316px;
		background:#252525;
	}
	#nav.open-close.active .slide{
		visibility: visible !important;
		right:0;
		top:64px;
		border:2px solid #898989;
	}
	#nav .drop-slide-wrapper{
		width:100% !important;
		position:static !important;
	}
	#nav ul ul{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#nav ul .drop-active{
		z-index:100;
	}
	#nav ul ul li,
	#nav ul ul li:first-child{
		padding:0;
		margin:0;
		position:relative;
	}
	#nav ul ul a{
		display:block;
		padding:11px 5px;
	}
	#nav ul ul a:hover{
		text-decoration:none;
	}
	#nav ul li{
		float:left;
		width:100%;
		margin:0;
	}
	#nav ul a{
		border:none;
		padding:10px;
	}
	#nav ul a:hover{
		background:#898989;
		color:#fff;
	}
	.main-body {
		padding-top: 70px;
	}
	.show-wrapp {
		width: 100%;
	}
	.slideshow{
		margin:0 auto;
		text-align: center;
		width: 100%;
		position: relative;
		display: block;
	}
	.slideshow .slide img {
		/*width: 150%;*/
	}
	.status-block .title{
		padding:0;
		font-size:20px;
		line-height:24px;
		margin:0 0 -1px;
	}
	.status-block .title .mark{
		padding:0 6px;
		font-size:22px;
		word-spacing:0;
	}

	.add-nav ul{
		font-size:20px;
		line-height:22px;
	}
	.add-nav ul li{
		background:url(images/sep3.png) no-repeat 0 3px;
	}
	.status-block .holder .arrow{
		width:448px;
		height:9px;
		background-size:100% 100%;
		margin:0 0 0 -224px;
		bottom:-9px;
		left:50%;
	}
	.status-block .holder{
		padding:17px 25px 17px 15px;
	}
	.status-block .text-box {
		float: none;
		width: 100%;
	}
	.add-nav ul li:first-child,
	.add-nav ul li{
		padding:0 6px 0 8px;
	}
	.status-block{
		margin:0 0 42px;
	}
	.section .heading{
		font-size:12px;
		line-height:15px;
	}
	.section h1{
		margin:0 42px 11px;
	}
	.section .heading p{
		margin:0 0 32px;
	}
	.section .heading .text-wrapp{
		padding:0 62px;
	}
	.section .holder{
		padding:0 19.2% 37px 16.2%;
		width:64.6%;
	}
	.section .holder .video-box .title{
		font-size:21px;
		line-height:23px;
		bottom:2.8%;
	}
	.section .holder .video-box{
		-webkit-box-shadow:1px 2px 3px rgba(0, 0, 0, 0.9);
		box-shadow:1px 2px 3px rgba(0, 0, 0, 0.9);
	}
	.carousel .btn-next,
	.carousel .btn-prev {
		display: none;
	}
	.item-list{
		padding:35px 0 0;
	}
	.item-list li{
		margin:10px 0 0;
	}
	.item-list a{
		height:75px;
		font-size:13px;
		line-height:15px;
	}
	.item-list a .title{
		font-size:30px;
		line-height:32px;
	}
	.item-list li:first-child a span{
		padding:9px 46px 11px 5px;
	}
	.item-list a span:after{
		background:url(images/sprite-arrow.png) no-repeat;
		width:14px;
		height:29px;
		margin:-12px 0 0;
		right:10px;
	}
	.item-list a:hover span:after{
		background:url(images/sprite-arrow.png) no-repeat 0 -35px;
	}
	.item-list a span{
		padding:5px 34px 11px 5px;
	}
	.section:before{
		-webkit-box-shadow:0 0 14px rgba(0, 0, 0, 0.38);
		box-shadow:0 0 14px rgba(0, 0, 0, 0.38);
	}
	.section{
		margin:0 auto 39px;
	}
	.about-box{
		padding: 110px 56px 0;
		margin:0 auto 65px;
		font-size:14px;
		line-height:17px;
	}
	.about-box .title{
		padding:0 0 4px;
	}
	.carousel{
		padding:34px 81px 0 82px;
	}
	.carousel .mask {
		margin: 0;
	}
	.about-list li{
		float:left;
		width:100%;
		margin:0 0 46px;
	}
	.about-list .img-holder .title{
		font-size:23px;
		line-height:25px;
		right:13px;
	}
	.about-list .img-holder{
		margin:0 0 9px;
	}
	.about-list .article .more-holder a{
		height:42px;
	}
	.section .about-list .article h1{
		font-size:23px;
		line-height:28px;
		border-bottom:6px solid #000;
		padding:0 0 5px;
		margin:0 7px 16px 1px;
	}
	.about-list .article .text-wrapp{
		padding:0 23px 12px 23px;
	}
	.about-list .article{
		padding:0 0 40px;
		font-size:16px;
		line-height:20px;
	}
	.about-list .article .more-holder{
		overflow:hidden;
	}
	.about-list .article .more{
		font-size:13px;
		line-height:15px;
		padding:14px 33px 13px 10px;
	}
	.about-list .article .more:after{
		margin:-26px 0 0;
		right:12px;
	}
	.section .frame{
		display:none;
	}
	.section.item:before{
		display:none;
	}
	.section.item{
		margin:0 auto 16px;
	}
	.form-block{
		margin:0 76px 0;
		padding-bottom: 152px;
	}
	.form-block.event{
		margin:58px 76px 63px;
	}
	.form-block.event .text-box {
		padding: 5px 7.5%;
		margin:0 auto;
		text-align:center;
		float: none;
		height: auto;
	}
	.form-block.event .text-box strong,
	.form-block.event .text-box p { margin:0 auto; width: auto;}

	.form-block .ico-box{
		display:none;
	}
	.form-block:before{
		display:none;
	}
	.form-block .text-box{
		padding:18px 4%;
		width:92%;
		text-align:center;
		float:left;
		font-size:29px;
		line-height:29px;
	}
	.signup-form{
		margin:0;
		position:static;
		float:left;
		width:82.4%;
		padding:0 8.8% 5%;
	}
	.signup-form input[type="text"],
	.signup-form input[type="email"],
	.signup-form input[type="submit"] {
		height: 45px;
		line-height: 45px;
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
	}
	.mc4wp-error,
	.mc4wp-notice,
	.mc4wp-success {
		margin: 15px 0 15px -1px;
		padding: 2.5%;
		width: 95%;
	}
	.home .mc4wp-error,
	.home .mc4wp-notice,
	.home .mc4wp-success {
		position: relative;
		top: auto;
	}
	.home .signup-form {
		float: none;
		margin: 15px 0 0;
		width: 82.4%;
	}
	.home .signup-form .row {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.home .signup-form input[type="submit"] {
		margin-bottom: 15px;
		width: 100%;
	}
	.form-block .text-box .title{
		font-size:30px;
		line-height:32px;
		padding:0 0 1px;
	}
	.form-block .text-box p strong{
		text-transform:none;
	}
	#footer{
		border-top:8px solid #006da3;
		-webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.4), 0 5px 3px rgba(0, 0, 0, 0.2) inset;
		box-shadow:0 0 6px rgba(0, 0, 0, 0.4), 0 5px 3px rgba(0, 0, 0, 0.2) inset;
	}
	#footer > .holder{
		padding:41px 67px 112px;
	}
	#footer .col-holder{
		float:left;
		width:100%;
	}
	#footer .col-holder .col{
		float:left;
		width:100%;
		padding:0 0 24px;
		font-size:21px;
		line-height:23px;
	}
	.footer-logo{
		margin:4px 0 44px 4px;
	}
	#footer .holder .frame{
		padding:0;
		width:100%;
	}
	#footer .col-holder .col h1{
		margin:0 0 14px 3px;
	}
	#footer .social-networks{
		padding:2px 0 0 2px;
	}
	#footer .social-networks li{
		margin:2px 0 0;
	}
	.by{
		letter-spacing:0;
		word-spacing:0;
		font-size:21px;
		line-height:23px;
		margin:17px 0 0 3px;
	}
	.intro .sub-text,
	.intro:before,
	.breadcrumbs{
		display:none;
	}
	.intro .title{
		margin:0 26px 0 0;
		padding:0 0 0 10px;
		font-size:21px;
		line-height:60px;
	}
	.intro .title span{
		width:26px;
		right:-26px;
	}
	.intro{
		margin:0 43px 53px 49px;
	}
    .intro.link-list .title {
        font-size: 21px;
        line-height: 60px;
        padding: 0 0 0 10px;
    }
    .intro.link-list a{
    	font-size: 21px;
        line-height: 60px;
        margin-left: 0;
        padding: 0 10px;
    }
    .intro.link-list li:first-child a{
        margin-left: 0;
    }
	.intro .view{
		margin:13px 30px 0 0;
		padding:3px 12px 4px 13px;
		font-size:19px;
		line-height:21px;
	}
	.col-wrapp,
    #masonry_container{
		margin:0 81px 0 70px;
	}
	.col-wrapp .col{
		float:left;
		width:100%;
		margin:0;
	}
	.mobile-hide{
		display:none !important;
	}
	.col-wrapp .col .box,
    .masonry-box{
		font-size:17px;
		line-height:19px;
		margin:0 0 24px;
		float:none;
		overflow:hidden;
		width:100%;
		-webkit-box-shadow:2px 2px 2px rgba(0, 0, 0, 0.5);
		box-shadow:2px 2px 2px rgba(0, 0, 0, 0.5);
	}
	.col-wrapp .col .box img,
    .masonry-box img{
    	margin:0 0 11px;
    }
	.col-wrapp .col .box .text,
    .masonry-box .text{
		padding:0 16px;
	}
	.col-wrapp .col .box .sub-title,
    .masonry-box .sub-title{
		padding:8px 8px 12px;
	}
	.social-block .col {
		display:none
	}
	.wrapp{
		padding: 40px 0 118px;
	}
	.social-block{
		padding:0 16% 0 16.2%;
		width:68.9%;
	}
	.social-block .col.alignright{
		margin:0;
	}
	.social-block .col.alignright .heading h1 i{
		width:44px;
		height:52px;
		background-size:100% 100%;
		left:11px;
		margin:-26px 0 0;
	}
	.social-block .col.alignright .heading h1:after{
		width:34px;
		right:-34px;
	}
	.social-block .col.alignright .heading:before{
		-webkit-box-shadow:0 0 25px rgba(0, 0, 0, 0.3);
		box-shadow:0 0 25px rgba(0, 0, 0, 0.3);
	}
	.social-block .col.alignright .heading{
		margin:0 0 67px;
	}
	.social-block .col.alignright .heading h1{
		padding:11px 0 5px 64px;
		font-size:32px;
		line-height:34px;
		margin:0 34px 0 0;
	}
	.social-block .col.alignright .heading h1 em{
		width:34px;
		right:-34px;
	}
	.social-block .col.alignright .heading h1 .mark{
		font-size:22px;
		line-height:24px;
		margin:0 0 -3px 3px;
	}
	.social-block .challenge{
		font-size:40px;
		line-height:50px;
		padding:10px 22px 119px 10px;
	}
	.post-content .intro {
		margin: 0 0 53px;
	}
	.post-content .intro .title h1 {
		font-size: 21px;
		line-height: 60px;
	}
	.post-content .intro .title span {
		padding:0 0 0 10px;
		margin:0 26px 0 0;
		font-size:21px;
		line-height:60px;
	}
	.post-content .intro .title span:after {
		width:40px;
		background-size:50% 100%;
		right:-40px;
	}
		.section.front-video	{
		height: 320px;
	}
	.blue-button	{

	}
	.media-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.media-container iframe,
.media-container object,
.media-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
        max-width: 100%;
}

}
/* Responsive settings max-width 479px */
@media only screen and (max-width: 479px) {
	body {
		height:100%;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.sidebar	{
		margin-left: 0;
	}
	.logo{
		width:180px;
		height:20px;
		margin:22px 0 9px 14px;
		background-size:100% 100%;
	}
	.status-block .holder{
		padding:17px 9px 17px 8px;
	}
	.status-block .title{
		padding:0 0 10px;
		font-size:14px;
		line-height:16px;
	}
	.status-block .title .mark{
		font-size:16px;	}
	.visual-block .text-box .more{
		margin:0 -10px 0 0;
	}
	.visual{
		width:100%;
		margin:0 0 58px;
	}
	.visual img {
		width: 100%;
	}
	.add-nav ul{
		font-size:14px;
		line-height:16px;
	}
	.section h1{
		font-size:19px;
		line-height:23px;
	}
	.section .heading .text-wrapp{
		padding:0 37px;
	}
	.section .holder{
		padding:0 5% 37px;
		width:90%;
	}
	.item-list a .title{
		font-size:27px;
		line-height:30px;
	}
	.about-box{
		padding:0 30px;
		margin:0 auto 30px;
	}
	.visual-block .text-box{
		margin:0 0 0 -154px;
	}
	.visual-block .text-box .title{
		font-size:20px;
		line-height:25px;
	}
	.visual-block .text-box .title-holder{
		width:300px;
	}
	.visual-wrapp{
		padding:0 0 10px;
	}

	.carousel{
		padding:10px 15px 0;
	}
	.form-block{
		margin:0 15px 0;
		padding-bottom: 30px;
	}
	.form-block.event{
		margin:30px 15px;
	}
	.visual-block .text-box .title-holder.aligncenter .title{
		padding:3px 8px 22px 10px;
	}
	#footer > .holder{
		padding:31px 15px 29px;
	}
	.intro{
		margin:0 15px 30px;
	}
	.intro .title{
		font-size:18px;
		line-height:20px;
		padding:8px 24px 9px 16px;
	}
	.intro .view{
		white-space:nowrap;
		margin:4px 6px 0 0;
	}
	.post-content .intro {
		margin: 0 0 30px;
	}
	.col-wrapp,
    #masonry_container{
		margin:0 20px;
	}
	.social-block{
		width:90%;
		padding:0 5%;
	}
	.social-block .col.alignright .heading h1{
		font-size:26px;
		line-height:30px;
	}
	.wrapp{
		padding:0 0 30px;
	}
	.social-block .col.alignright .heading{
		margin:0 0 30px;
	}
	.social-block .challenge{
		padding:10px 22px 53px 10px;
	}
	.yellow-button	{
		display: block;
		width: 200px;
	}
		.bus_form iframe {
	height: 665px;
	width: 100%;
}
	.section.front-video	{
		height: 210px;
	}

}
