/* =================================== CSS Reset =================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary { display: block;}
audio,
canvas,
video { display: inline-block;}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template { display: none;}
html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
}
body, form {  margin: 0;}
a { background: transparent;}
a:focus { outline: thin dotted;}
a:active,
a:hover { outline: 0;}
abbr[title] { border-bottom: 1px dotted;}
b,
strong,
th { font-weight: 700;}
dfn {font-style: italic;}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {background: #ff0; color: #000;}
code,
kbd,
pre,
samp { font-family: monospace, serif; font-size: 1em;}
pre { white-space: pre-wrap;}
q { quotes: "\201C" "\201D" "\2018" "\2019";}
small { font-size: 80%;}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup { top: -0.5em;}
sub { bottom: -0.25em;}
img { border: 0;}
svg:not(:root) { overflow: hidden;}
figure { margin: 0;}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend { border: 0; padding: 0; }
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%;
    margin: 0; 
}
button,
input { line-height: normal;}
button,
select { text-transform: none;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; 
}
button[disabled],
html input[disabled] { cursor: default;}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top; 
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.arimo {font-family: 'Arimo', sans-serif;}
.roboto {font-family: 'Roboto', sans-serif; font-weight:500;}
.roboto-condensed {font-family: 'Roboto Condensed', sans-serif;}
.baskerville { font-family: 'Libre Baskerville', serif;}

.float-left { float:left;}
.float-right { float:right;}
.text-center { text-align:center;}
.text-right { text-align:right;}

/* =================================== Base styles =================================== */
button,
input,
select,
textarea {
    color: #666;
	max-width:99%;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
     -moz-box-sizing: border-box; /* Firefox 1+ */
          box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
}
body {
	font-family: 'Arimo', sans-serif;
    font-size: 1em;
    line-height: 1.333;
	color:#666;
	/*background:#242526;*/
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	max-width:100%;
	width:auto\9;
	height:auto;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea { resize: vertical;}
a { 
	color:#7F9497; text-decoration:none;
	-webkit-transition: color 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: color 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: color 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: color 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
a:hover,
a:active,
a:focus { color:#000;}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin-top:0;
	margin-bottom:5px;
}
p, ol, ul, dl {
	margin-bottom:25px;
}
p { line-height:1.5;}

.content-left h1,
.content-left h2,
.content-left h3,
.content-left h4 {
	font-family: 'Roboto Condensed', sans-serif;	
}
.content-left h1 { font-size:50px;}
.content-left h2 { font-size:28px; color:#252525;}
.content-left h3 { font-size:18px;}

.list-reset, 
.list-reset li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image: none;
}
/* ====================================== Custom Styles ====================================== */

.header { 
	background:#778d90 url(../images/head-bg.png) repeat-x 0 bottom; 
	color:#fff;
	padding:20px 0;
}
.header header,
.main,
.footer footer { 
	width:94%;
	max-width:1194px;
	margin:0 auto;
}
.footer {
    background: #242527;
}
/* Main Menu */
.main-menu {
	float:right;
	padding-top:16px;	
}
.main-menu li {
	float:left;
	margin-left:38px;
}
.main-menu li a {
	text-transform:uppercase;	
	font-family: 'Roboto', sans-serif; font-weight:500;
	color:#fff;
	font-size:18px;
}
.main-menu li a:hover,
.main-menu li a:active,
.main-menu li a:focus {
	color:#000;
}
.main-menu li.active a {
	/*border-bottom:2px solid #000;*/	
	border-bottom:2px solid #fff;	
}
a.home {
	display:block;
	width:22px;
	height:20px;
	float:right;
	background:url(../images/icon-home.png) no-repeat;	
	margin-top:18px;
}
/* Banner */
.banner {
	width:100%;
	position:relative;	
	text-align:center;
}
.banner-text {
	width:80%;
	position:absolute;
	left:50%;
	top:20%;
	margin-left:-40%;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;	
}
.banner-text span {
	font-family: 'Libre Baskerville', serif;
	font-size:60px;
}
.blog_excerpt_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	padding: 0;
	margin: 0 0 10px 0;
}

/* Main */
.main-wrapper {	background:#fff;}
.main {
	max-width:1096px;
	padding: 10px 0;
    margin-top: 0;
}
.footer footer {
	max-width:1096px;
	padding:60px 0;
    margin-top: 16px;
}


.welcome-text { font-size:24px; color:#000;}
.services-block { text-align:center; padding:0 0 50px;}
.services-block a { 
	display:inline-block;
	width:168px;
	height:124px;
	margin:0 8%;
    cursor: default;
	/*background-color:#e3e3e3;
	-webkit-border-radius: 10px;
    border-radius: 10px;
 	background-clip: padding-box;
	vertical-align:middle;
	-webkit-transition: background-color 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     /*-moz-transition: background-color 0.3s ease-out;*/  /* Firefox 4-15 */
       /*-o-transition: background-color 0.3s ease-out;*/  /* Opera 10.50–12.00 */
          /*transition: background-color 0.3s ease-out;*/  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.services-block a:hover,
.services-block a:active,
.services-block a:focus { 
	/*background-color:#d3d3d3;*/
}
.services-block a.service-1 { 
	background-image:url(../images/service-icon-1.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.services-block .service-2 { 
	/*background-image:url(../images/service-icon-2.png);*/
	background-image:url(../images/service-icon-4.png);
	background-position:center center;
	background-repeat:no-repeat;
    border-bottom: solid 3px #7e9396;
}
.services-block a.service-3 { 
	background-image:url(../images/service-icon-3.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.services-block-b { text-align:center; padding:0;}
.services-block-b a { 
	display:inline-block;
	width:168px;
	height:12px;
	margin:0 8%;
    cursor: default;
	/*background-color:#e3e3e3;
	-webkit-border-radius: 10px;
    border-radius: 10px;
 	background-clip: padding-box;
	vertical-align:middle;
	-webkit-transition: background-color 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     /*-moz-transition: background-color 0.3s ease-out;*/  /* Firefox 4-15 */
       /*-o-transition: background-color 0.3s ease-out;*/  /* Opera 10.50–12.00 */
          /*transition: background-color 0.3s ease-out;*/  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.services-block-b a:hover,
.services-block-b a:active,
.services-block-b a:focus { 
	/*background-color:#d3d3d3;*/
}
.services-block-b a.service-4 { 
	/*background-image:url(../images/service-icon-3.png);*/
	background-position:center center;
	background-repeat:no-repeat;
    border-top: solid 3px #7e9396;
}

.byline {
    font-size: x-small;
    margin-bottom: 10px;
}

/* ====================================== Blog Styles ====================================== */
#content{
	position: absolute;
	font: 16px/1.5 'PT Serif', Times, Cambria, serif;
	width: 580px;
	left: 50%;
	margin-left: -100px;
}

#content p,
#content ul{
	margin-bottom:25px;
}

#content ul{
	padding-left:20px;
}

#content li{
	margin-bottom:5px;
}

#content div.actions{
	margin-top:25px;
	font-size:14px;
	font-family:'Open Sans Condensed', sans-serif;
}

#content div.actions .readmore{
	text-decoration: none !important;
	padding:0 2px;
}

#content div.actions .readmore:hover{
	background-color:#389dc1;
	color:#fff;
}

#content div.actions .comments{
	color:#ccc;
	margin-left:10px;
	text-decoration:none;
}

.post{
	padding: 50px 0 15px 0;
	border-bottom: 1px solid #dfdfdf;
}

.post .date{
	font: bold 12px 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #a7a7a7;
	margin: 24px 0 30px 20px;
	position: relative;
}

.post .date:before{
	width:18px;
	height:18px;
	position:absolute;
	content:'';
	left: -22px;
	top: -1px;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNjZDQjA1OTM1ODZFMjExQUUwM0IwQzQwMjlEOTczMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpENjYzQjI4QjhCNDYxMUUyQjNENkFGQ0NCRUExRDM1NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpENjYzQjI4QThCNDYxMUUyQjNENkFGQ0NCRUExRDM1NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NjA1NUJCNzUzOEFFMjExQUUwM0IwQzQwMjlEOTczMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNjZDQjA1OTM1ODZFMjExQUUwM0IwQzQwMjlEOTczMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhTXJRoAAADXSURBVHjaYvz//z8DNQDL7t27sYmDTGfEoQdDztXVlYEJyg4B4rdA/AGLJhjGJgfS4wfiwAyaCcRCQMwGxMxQMTY0jdjkQHqmwQzihwqAACcQ50CdXoRmEC45aXAYYQmDCVDMQIocskGMZEbYB+QwQokBEAaCzch8dDF0wMRAJcC4a9cufqjzYF7bTKReX5jXgC4UYMHiNbACYEJ9AaQkkL2BLIaekIeA15AUbEZiM+ARo67XQAZ9BOJ3eFxGSOwFcspOBOLnoBgh0SEgQ+LAgU2tgg0gwACqTkAIjemp4gAAAABJRU5ErkJggg==')
}

/*----------------------------
	Pagination buttons
-----------------------------*/


.pagination-arrow{
	display: inline-block;
	font: bold 16px/1 'Open Sans Condensed', sans-serif;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 20px 15px;
	color: #555 !important;
	padding: 8px 12px;
	text-decoration: none !important;
	text-transform: uppercase;
	position: relative;
}

.pagination-arrow.newer{
	padding-left: 20px;
}

.pagination-arrow.older{
	padding-right: 20px;
	float:right;
}

.pagination-arrow.newer:before,
.pagination-arrow.older:before{
	content: '';
	border: 5px solid #555;
	border-color: transparent #555 transparent transparent;
	width: 0;
	height: 0;
	position: absolute;
	left: 3px;
	top: 12px;
}

.pagination-arrow.older:before{
	left:auto;
	right:3px;
	border-color: transparent transparent transparent #555;
}


/*----------------------------
	The 404 page
-----------------------------*/


.message{
	padding-top:50px;
}

.message h1{
	font-size:36px;
	margin-bottom: 18px;
}

.message p{
	font-size:13px;
}

.center{
	text-align:center;
}



/* End of Blog styles */


/* Footer */

.footer { 
	color:#fff;
	font-size:14px;
}
.footer footer { 
	padding:75px 0;
}
.footer a { 
	color:#7F9497;
}
.footer-block {
	float:left;
	width:31%;
	margin:0 3.41% 0 0;
}
.footer-block.middle {
    text-align: center;
}
.footer-block.last { margin-right:0;}
.footer-block h3 {
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	color:#fff;	
	padding-bottom:14px;
	margin-bottom:48px;
	background:url(../images/bdr.gif) no-repeat center bottom;
}
.read-more {
	display:inline-block;
	background:#242526 url(../images/read-more-arrow-1.png) no-repeat right center;
	color:#7F9497;	
	font-family: 'Roboto Condensed', sans-serif;
	font-size:17px;
	font-weight:400;
	padding:5px 26px 5px 16px;
	border:2px solid #c0c0c0;
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.read-more:hover,
.read-more:active,
.read-more:focus {
	background:#151616 url(../images/read-more-arrow-1.png) no-repeat right center;
	color:#7F9497;	
	border:2px solid #979797;
}

.recent-posts li {
	padding-bottom:10px;
	border-bottom:1px solid #6e6f6f;
	margin-bottom:10px;	
}
.recent-posts li.last {
	padding-bottom:0;
	border-bottom:0;
	margin-bottom:0;	
}
.recent-posts li .post-date {
	color:#8e8e8e;	
}
.recent-posts li a:hover {
	text-decoration:underline;	
}
.social-links {
    clear: both;
    text-align: center;
    margin: 0 14%;
}
.social-links .social-link {
    float: left;
    padding: 0 10px;
}

.footer-video { text-align:center;}
.footer-video iframe { max-width:100%; width:350px; height:200px;}

/* About */
.shadow { font-size:0; line-height:0; text-align:center;}
.shadow img { vertical-align:top;}

.page-header {
	margin:0 0 75px;
	text-align:center;	
}
.page-header h1,
.page-header h2 {
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
	font-weight:400;
	margin:0;
	line-height:1.1;
	text-transform:uppercase;
}
.page-header h1 {	
	font-size:60px;
	color:#252525;	
}
.page-header h2 {
	font-size:38px;
	color:#5c5c5c;
}

.content-left {
	float:left;
	width:67.518111%;	
}
.right-sidebar {
	float:right;
	width:29.197000%;	
}
.sidebar-view {
	border:1px solid #8a8a8a;
	padding:40px;	
}
.sidebar-block {
	margin-bottom:70px;	
}
.sidebar-block h3,
h2.title {
	text-transform:uppercase;
	color:#252525;
	font-size:20px;
	margin-bottom:40px;
	padding-bottom:14px;
	font-family:'Arimo',sans-serif;
	text-align:center;
	background:url(../images/bdr-black.gif) no-repeat center bottom;
}

#sideRecentPosts{ max-width:240px; margin:0 auto; }
.bx-wrapper .bx-controls-direction a {
	width:22px;
	height:22px;
	margin-top:-11px;	
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	background:url(../images/prev.png) no-repeat center center;	
	left:7px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	background:url(../images/next.png) no-repeat center center;	
	right:7px;
}
.bx-wrapper .bx-controls-direction a:hover {
	opacity:.8;
}

/* Category Menu */
.cate-menu ul,
.cate-menu ul li,
.sidebar-menu ul,
.sidebar-menu ul li {
	margin:0;
	padding:0;
	list-style:none;	
}
.cate-menu ul li,
.sidebar-menu ul li {
	border-bottom:1px solid #666;	
}
.cate-menu ul li a,
.sidebar-menu ul li a {
	display:block;
	padding:10px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:700;
}
.sidebar-menu ul li a { color:#62c98c;}
.cate-menu ul li.active a,
.sidebar-menu ul li.active a,
.sidebar-menu ul li a:hover,
.sidebar-menu ul li a:active,
.sidebar-menu ul li a:focus {
	color:#000;
}


/* Social Widgets */
.social-widget { margin-top:15px;}
.social-widget a {
	display:inline-block;
	border-left:1px solid #c0c0c0;
	color:#c0c0c0;
	margin:0 3px;
	height:23px;
	padding-top:4px;
	padding-left:8px;
}
.social-widget a.sl_1 {
	border-left:0;
}
.icon-view,
.icon-like,
.icon-fb,
.icon-in {
	display:inline-block;
	width:24px;
	height:15px;
	vertical-align:middle;
	background:url(../images/icon-view.png) no-repeat 0 0;	
}
.icon-view:hover,
.social-widget a:hover .icon-view  {
	background:url(../images/icon-view.png) no-repeat 0 -37px;	
}
.icon-like {
	background:url(../images/icon-heart.png) no-repeat 0 0;
	width:17px;	
}
.icon-like:hover,
.social-widget a:hover .icon-like  {
	background:url(../images/icon-heart.png) no-repeat 0 -48px;	
}
.icon-fb {
	background:url(../images/icon-fb.png) no-repeat 0 0;
	width:8px;	
	vertical-align:top;
	margin-top:2px;
}
.icon-fb:hover,
.social-widget a:hover .icon-fb  {
	background:url(../images/icon-fb.png) no-repeat 0 -55px;	
}
.icon-in {
	background:url(../images/icon-in.png) no-repeat 0 0;
	width:19px;
	height:16px;
	vertical-align:top;	
}
.icon-in:hover,
.social-widget a:hover .icon-in  {
	background:url(../images/icon-in.png) no-repeat 0 -53px;	
}

/* Press */

.post_listing .post_content {
	margin-bottom:50px;
	position:relative;
}
.post_listing .post_content .post-img {
	float:left;
	width:33.513511%;
	padding-top:4px;
}
.post_listing .post_content .post-img img {
	border:1px solid #8A8A8A;
}
.post_listing .post_content .post_des {
	float:right;
	width:63.5%;
}
.post_listing .post_content h3 {
	font-family:'Roboto Condensed',sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#5c5c5c;
	margin:0 0 2px;
}
.post_listing .post_content p {
	font-size:14px;	
	margin-bottom:0;
	line-height:1.2;
}
.post_listing .post_meta {
	border-bottom:1px solid #bdbdbd;
	border-top:1px solid #bdbdbd;
	font-size:12px;	
	margin-top:12px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	width:inherit;
}
.post_listing .post_meta .more {
	float:right;
}
.post_listing .post_meta .icon-user,
.post_listing .post_meta .icon-cal {
	margin-right:3px;	
}
.post_listing .post_meta .time,
.post_listing .post_meta .author {
	margin-top:9px;	
	margin-right:50px;
}
.post_listing .post_meta .author {
	margin-right:5px;
	margin-bottom:5px;
}

.more {
	text-transform:uppercase;
	color:#fff;
	display:inline-block;
	font-family:'Roboto Condensed',sans-serif;
	font-weight:700;
	font-size:14px;
	padding:0 10px;
	background:#778e90 url(../images/btn-bg.gif) repeat-x 0 bottom;	
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.more span {
	display:inline-block;
	cursor:pointer;
	padding:8px 15px 8px 0;
	background:url(../images/arrow-white.png) no-repeat right center;
}
.more:hover {
	color:#fff;
	background:#778e90;	
}
.time,
.author,
.time a,
.author a { 
	font-size:12px; 
	color:#6e6e6e; 
	display:inline-block;
}
.icon-cal {
	width:13px;
	height:13px;
	background:url(../images/icon-cal.png) no-repeat 0 0;	
	display:inline-block;
}
.icon-user {
	width:13px;
	height:14px;
	background:url(../images/icon-user.png) no-repeat 0 0;	
	display:inline-block;
}

/* Bio */
.image-left {
	float:left;
	margin:4px 30px 10px 0;	
}
.image-right {
	float:right;
	margin:4px 0 10px 30px;
}

/* Q & A */

#qa {
	font-family:'Roboto Condensed',sans-serif;
	font-size:14px;	
}

/* Contact */
#page-contact .sidebar-view {
	border:0;
	padding:0;	
}
.form-field-row {
	margin-bottom:20px;
}
.form-lable {
	text-transform:uppercase;
	font-family:'Roboto Condensed',sans-serif;
	font-size:18px;
	color:#252525;
	margin-bottom:2px;
	display:block;	
}
.form-text,
.form-textarea,
.form-select {
	border:2px solid #a9a9a9;
	padding:10px;
	width:50%;
}
.form-textarea {
	width:100%;	
}
.form-text:focus,
.form-textarea:focus {
	border:2px solid #252525;
}
.form-text.required,
.form-textarea.required,
.form-select.required {
	border:2px solid #F00;
}
.form-action { margin-top:35px;}
.button,
a.button {
	border:3px solid #000;
	padding:9px 28px 9px 18px;
	background:#fff url(../images/read-more-arrow-1.png) no-repeat right center;
	color:#7F9497;
	font-family:'Roboto Condensed',sans-serif;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.oldie .button { overflow:visible;}
.button:hover,
a.button:hover,
.button:focus,
.button:active {
	background:#242526 url(../images/read-more-arrow-1.png) no-repeat right center;
	text-decoration:none;
}

/* 3 Collumn Grid */
.grid-3-collumn .grid-coll {
	float:left;
	width:31.02111%;
	margin-right:3.44811%;	
	margin-bottom:40px;
}
.grid-3-collumn .grid-coll.third {
	margin-right:0;	
}
/* Videos */
#videosList .grid-coll {
	border-bottom:3px solid #242526;
	padding-bottom:25px;
	text-align:center;	
}
#videosList .video-thumbnail {
	margin-bottom:16px;	
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#videosList .video-thumbnail:hover {
	opacity:.6;
}
#videosList .video-thumbnail img,
#videosList .video-thumbnail iframe {
	max-width:100%;	
}
#videosList .video-title {
	margin-bottom:25px;
	color:#252525;
	font-family:'Roboto Condensed',sans-serif;
	font-size:22px;
	text-transform:uppercase;
}
#videosList .video-title span {
	font-size:16px;
	text-transform:none;
	display:block;
}
#videoFull .video-block {
	text-align:center;
	margin-bottom:60px;	
}
#videoFull .video-block img,
#videoFull .video-block iframe {
	width:100%;
	max-width:100%;
}
#videoFull .video-discription {
	width:100%;
	max-width:730px;
	margin:0 auto 60px;	
}
.btn_prev,
.btn_next {
	height:46px;
	float:left;
	color:#b5b5b5;
	font-size:18px;
	line-height:46px;
	padding-left:60px;
	background:url(../images/next-prev-arrows.png) no-repeat 0 0;
}
.btn_next {
	float:right;
	padding-left:0;
	padding-right:60px;
	background:url(../images/next-prev-arrows.png) no-repeat right -55px;
}

/*==================================================
 * Shadow Effect
 * ===============================================*/
.shadow_effect
{
  position: relative;
}
.shadow_effect:before, .shadow_effect:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 0px;
  width: 60%;
  top: 60%;
  max-width:600px;
  background: #777;
  -webkit-box-shadow: 0 10px 10px #777;
  -moz-box-shadow: 0 10px 10px #777;
  box-shadow: 0 10px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow_effect:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 0px;
  left: auto;
}
.spacer1 { width: 100%; clear: both; font-size: 1px; line-height: 1px; }
.spacer10 { width: 100%; clear: both; font-size: 10px; line-height: 10px; }
.spacer20 { width: 100%; clear: both; font-size: 20px; line-height: 20px; }
.spacer30 { width: 100%; clear: both; font-size: 30px; line-height: 30px; }
.spacer40 { width: 100%; clear: both; font-size: 40px; line-height: 40px; }
.spacer50 { width: 100%; clear: both; font-size: 50px; line-height: 50px; }


/* ====================================== Helper Classes ====================================== */
.font-34,
.page-header h2.font-34 { font-size:34px;}
.invisible {
    visibility: hidden;
}
.hide {
	display:none;	
}
.inline-block {
	display:inline-block;	
}
.red, .error {
	color:#F00;
}
/* Image replacement */
.ir,
.icon-view {
    font-size:0;
	line-height:0;
	padding:0;
	display:inline-block;
	text-align:left;
	text-indent:-9999px;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
	padding:0;
	margin:0;
	line-height:0;
}
.selectnav { display: none; }
/* =============== Media Queries ================ */
@media screen and (max-width:1100px) { /* Target iPad (1024px) and Tabs (960px) */
	.banner-text span { font-size:44px;}
	.post_listing .post_meta { position:relative; width:100%; bottom:auto;}
	.image-left,
	.image-right {
		max-width:50%;	
	}
	.image-left { margin-left:0 !important;}
	.image-right { margin-right:0 !important;}
}
@media screen and (max-width:959px) { /* Target iPad (768px) */
	.main-menu li { margin-left:20px;}
	.banner-text { top:12%;}
	.banner-text span { font-size:37px;}
	.services-block a { margin:0 5%;}
	.footer-block { width:48%; margin-right:3.999%;}
	.footer-block.first {
		margin:0 0 75px;
		width:100%;
		float:none;
	}
	.sidebar-view {
		padding-left:20px;
		padding-right:20px;	
	}
	.post_listing .post_meta .time {
		margin-right:10px;
	}
	.social-widget a { padding-left:4px; margin:0 1px; font-size:14px;}	
	#videoFull .video-block iframe { max-height:450px;}
}
@media screen and (max-width: 767px) { /* Target Mobile (640px) */
	.services-block a { margin:0 4%;}
	.js #MainMenu { display: none; }
	.js .selectnav { display: block; }
	#selectnav1 {
		width:45%; 
		padding:5px; 
		float:right;
		margin:10px 0 0 15px;
		font-size:16px; 
		cursor:pointer; 
		border:2px solid #363c40; 
		font-family:'Roboto',sans-serif;
		font-weight: 500;
		color:#363c40;
	}
	.content-left,
	.right-sidebar {
		width:100%;
		margin:0;
		float:none;	
	}
	.right-sidebar {
		margin-top:60px;	
	}
	.grid-3-collumn .grid-coll {
		margin-right:1.456%;
		margin-left:1.456%;
		width:47%;	
	}
	.grid-3-collumn .grid-coll.third {
		margin-right:1.456%;	
	}
	#videoFull .video-block iframe { max-height:400px;}
	
}
@media screen and (max-width: 639px) { /* Target Mobile (480px and 568px) */
	.banner-text { font-size:18px; top:9%;}
	.banner-text span { font-size:25px;}
	.services-block a { margin:0 2%; width:116px; height:112px;}
	.footer-block { width:100%; margin-right:0;}
	.footer-block.middle { margin:0 0 75px;}
	.post_listing .post_content .post-img {
		float:none;
		width:100%;
		margin:0 0 20px;	
	}
	.post_listing .post_content .post_des {
		width:100%;
		float:none;
	}
	.form-text,
	.form-textarea,
	.form-select {
		width:100%;
	}
	#videoFull .video-block iframe { max-height:270px;}
}
@media screen and (max-width:567px){ /* Target Mobile (480px) */
	.grid-3-collumn .grid-coll {
		margin-right:0;
		margin-left:0;
		width:100%;	
	}
	.grid-3-collumn .grid-coll.third {
		margin-right:0;	
	}	
	.page-header h2.font-34 {
		font-size:26px;	
	}	
	.btn_prev,
	.btn_next {
		width:46px;
		overflow:hidden;
		font-size:0;
		line-height:0;
		text-align:left;
		text-indent:-9999px;
		padding:0;
	}
	.btn_prev:focus,
	.btn_next:focus,
	.btn_prev:active,
	.btn_next:active {
		opacity:.5;
	}	
}
@media screen and (max-width: 479px) {/* Target Mobile (320px) */
	.services-block { text-align:left; padding-bottom:50px;}
	.services-block a { margin: 0 5% 20px 0;}
	.logo img { width:80px;}
	#selectnav1 { margin-top:4px;}
	a.home { margin-top:12px;}
	.page-header h1 { font-size:45px;}
	.page-header h2 { font-size:30px;}
	#videoFull .video-block iframe { max-height:220px;}
}
@media screen and (max-width: 319px) {/* Target Mobile (less 320px) */

}
/* =============== Print ========================= */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group; /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}