@import url("reskin.css");



/* Generic Styling */
html {  }
body{
	/* 300 400 700 */
  /*proxima-nova*/
	font-family: 'proxima-nova', 'Myriad Pro', 'Arial', sans-serif;
	
	font-size: 18px;
	color: #5c5c5c;
	background: #fff;
}
a {
/*    color:#5B938C;*/
}
.center{
	width: 1140px;
	margin: 0 auto;
}
/*
.section ul {
    list-style: inherit;
    margin-left: 30px;
}*/
/*
.profile-content {
    width: 60%;
    float: left;
}*/


/*------------------------
		Header
------------------------*/


/*------------------------
		Showcase
------------------------*/
/*
#showcase{
	display: block;
	position: relative;
    border-top:4px solid #fff;
}
.showcase-slide{
	height: 438px;
	background-size: cover;
	background-position: left center;
	width: 100%;
	z-index: 20;
}
.slide-container{
	padding: 45px 0 0 610px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}
.slide-container h1{
	font-weight: 700;
	font-size: 48px;
	color: #707070;
	text-transform: uppercase;
	line-height: 60px;
}

@media only screen and (max-width: 970px)
{
    .showcase-pager{
	    width: initial !important;
        bottom: 20px !important;
        left: 20px !important;
    }
}

@media only screen and (max-width: 730px) {
    .slide-container h1 {
        font-weight: 700;
        font-size: 28px;
        color: #2c2c2c;
        text-transform: uppercase;
        line-height: 30px;
        background-color: rgba(255,255,255,0.5);
        padding:10px 0;
    }    
}

@media only screen and (max-width: 430px)
{
    .slide-container h1 {
        font-size: 25px;
        line-height: 30px;
    }    
    .slide-container p{
	    font-size: 18px;
	    line-height: 24px;
    }
}
.slide-container p{
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 2px 9px rgba(0,0,0,.5);
	font-weight: 700;
	margin-top: 7px;
    background-color: rgba(0,0,0,0.25);
    padding: 5px 10px;
	line-height: 28px;
}
*/
.btn{
	width: 160px;
	height: 37px;
	line-height: 37px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 10px;
}
.btn.gray_btn{
	border: 1px solid #e0e0e0;
	background-color: #515151;
	color: #fff;
}
.showcase-pager{
	position: absolute;
	bottom: 100px;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.showcase-pager span{
	display: inline-block;
	text-indent: -9999px;
	margin: 0 3px;
	width: 8px;
	height: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	vertical-align: middle;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.showcase-pager span.cycle-pager-active{
	width: 16px;
	height: 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.skip_intro{
	display: block;
	position: absolute;
	bottom: 30px;
	width: 100px;
	height: 35px;
	background: url(/images/skip-intro-arrow.png) no-repeat center center;
	z-index: 999;
	left: 50%;
	margin-left: -50px;
	text-indent: -9999px;
}
/*
.contact_form {
  margin-top: -1px;
}

.contact_form label{
	display: block;
	font-size: 18px;
	color: #2c2c2c;
	font-weight: 700;
    float: left;
}
    */
.contact_form input[type=text], .contact_form input[type=email]{
	display: block;
	width: 100%;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	/*font-style: italic;*/
	margin-top: 8px;
  margin-bottom: 8px;
} 
.contact_form textarea{
	width: 100%;
	height: 90px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	/*font-style: italic;*/
   margin-bottom: 8px;
}
    /*
.contact_form input[type=submit]{
	display: block;
	width: 300px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #60e9d7;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7fdfd3;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
    margin-top: 20px;
    margin:0 auto;
}
*/
/*------------------------
		Content
------------------------*/
.section{
	/*padding: 20px 10px 30px 10px;*/
}
/*
.services_section{
	position: relative;
}
    */
/*
.section h2{
	text-align: center;
	color: #2c2c2c;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 42px;
	margin-bottom: 20px;
	position: relative;
}
    */
.section h2:after{
	/*display: block;
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -27px;
	width: 54px;
	height: 5px;
	background-color: #2b2b2b;
	content: '';
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/
}

.section .row{
	/*padding: 0 70px;*/
	overflow: hidden;
}
.half_col{
	width: 50%;
	float: left;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nav_board{
	position: relative;
}
.nav_board > div{
	width: 155px;
	height: 155px;
	margin: 0 5px 10px;
	float: left;
	position: relative;
}
.nav_board .contact{
	width: 100%;
	height: 100%;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 155px;
	color: #7fdfd3;
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
	border: 3px solid #7fdfd3;
	display: block;
}
.nav_board .tile {
	background: #d2d2d2;
	color: #fff;
	text-align: center;
}
.nav_board > div .pop{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.nav_board > div .pop strong{
	display: block;
	padding-top: 20px;
	font-size: 19px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}
.nav_board > div .pop p{
	font-size: 14px;
	line-height: 16px;
	padding: 0 14px;
}
.nav_board > div .pop a{
	display: block;
	font-size: 14px;
	text-decoration: underline;
	color: #fff;
	margin-top: 8px;
}
.nav_board > div span{
	display: block;
	padding-top: 120px;
	font-size: 19px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.nav_board > div:hover > span{
	opacity: 0;
}
.nav_board > div:hover .pop{
	opacity: 1;
}
.text_col p{
	line-height: 23px;
	margin-bottom: 15px;
}
.divMyCMSPageContent p{
	line-height: 23px;
	margin-bottom: 15px;
}
.bg_section{
	background: url(/images/dottet-bg.png);
}
.section.twitter_section{
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	background: #80e0d4;
	padding: 10px 0;
}
.twitter_section h3{
	font-size: 26px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
}
.twitter_section h3 span{
	color: #515151;
	padding-right: 50px;
	background: url(/images/twitter-bird.png) no-repeat right center;
}
.twitter_section .tweet{
	display: block;
	float: left;
	width: 47%;
	margin: 12px 0;
	font-size: 18px;
	color: #fff;
	position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
.twitter_section .tweet:after{
	height: 100%;
	content: '';
	width: 1px;
	background: #fff;
	position: absolute;
	right: 10px;
	top: 0;
}
.twitter_section .tweet:nth-child(2n+1):after{
	display: none;
}
.twitter_section .tweet a{
	color: #515151;
	font-weight: 400;
	text-decoration: none;
}
.twitter_section .tweet span{
	display: block;
	margin-top: 10px;
	font-size: 14px;
}
.more_tweets{
	display: block;
	width: 160px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #60e9d7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #515151;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
}
/*
.service_section{
	display: block;
	border-top: none;
	border-bottom: 1px solid #2c2c2c;
	padding-bottom: 20px;
    margin-bottom:20px;
    padding-top:0px;
}
.service_section.last{
	border: none;
}*/
.btn{
	width: 299px;
	height: 37px;
	line-height: 37px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn.teal_btn{
	color: #fff;
	text-decoration: none;
	border: 1px solid #60e9d7;
	background-color: #7fdfd3;
}
/*
.service_section p{
	line-height: 23px;
	margin-bottom: 15px;
}
.service_section p a{
	text-decoration: underline;
	color: #80e0d4;
	font-weight: 400;
}
    */
.pull_center{
	text-align: center;
}
/*
.profile{
	margin-bottom: 25px;
	width: 100%;
	background-color: #f4f4f4;
	-moz-box-shadow: 0 6px 1px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 6px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 6px 1px 0 rgba(0,0,0,.1);
	padding: 20px 80px 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.avatar{
	width: 222px;
	text-align: center;
}
.avatar span{
	display: block;
	font-size: 12px;
	line-height: 15px;
}
.avatar.pull-left{
	float: left;
	margin-right: 80px;
}
.avatar.pull-right{
	float: right;
	margin-left: 80px;
}
.profile h4{
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px;
	border-bottom: 1px solid #2c2c2c;
	display: inline-block;
}
.profile p{
	line-height: 23px;
	margin-bottom: 15px;
}
*/
.colored-clear{
	height: 4px;
	width: 100%;
	clear: both;
	border-top: 2px solid #e6e6e6;
	background: #80e0d4;
}
/*------------------------
		Footer
------------------------*/
#footer{
	background: #e6e6e6;
	text-align: center;
	padding: 28px 0;
}
#footer ul.social_nav{
	text-align: center;
	margin-bottom: 14px;
}
#footer ul.social_nav li{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 1px;
}
#footer ul.social_nav li a{
	display: block;
	width: 100%;
	height: 100%;
}
#footer ul.social_nav li.facebook{
	background: url(/images/icon-facebook.png) no-repeat center center;
}
#footer ul.social_nav li.twitter{
	background: url(/images/icon-twitter.png) no-repeat center center;
}
#footer ul.social_nav li.linkedin{
	background: url(/images/icon-linkd.png) no-repeat center center;
}
#footer #footer_nav{
	border-top: 1px solid #bababa;
	padding: 16px 10px;
	display: inline-block;
}
#footer #footer_nav li{
	display: inline-block;
	margin: 0 12px;
}
#footer #footer_nav li a{
	color: #8e8e8e;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}

.formError {
	background-color: #e74c3c;
	color: #FFF;
	width: 100%;
	display: block;
	padding: 2px;
	float: left;
    -moz-box-sizing: border-box;
.	-webkit-box-sizing: border-box;
}


.service-icon {
    display:block;
    margin:0 auto;
}

.center_btn {
    display:block;
    margin:0 auto;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

