/*
* Site Author: Vasterad
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* ======================================================= */
/* Import Section
/* ======================================================= */
@import url("base.css");				/* Default Reset, Typography, Forms, etc. */ 
@import url("skeleton.css");			/* 960 Grid + Media Query Layouts */ 
@import url("flexslider.css");			/* Flex Slider Styles */ 
@import url("imagebox.html");			/* Responsive Lightbox */ 
@import url("shortcodes.css");			/* Shortcode Styles */ 

/*================================================= */
/* Header
================================================== */
#top {background: #262626; padding-bottom:10px; margin:0; height:100%}
/*#header {background: #30363D; padding:0; margin:0; }*/
#header {background:url(../images/images_framework/logobackground.jpg) repeat-x; padding:0; margin:0;}
#logo {display: block; height: 160px; padding-bottom:10px; padding-top:30px;}

.clearfix {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.spacer {margin-top: 20px;}

/* Social Bookmarks */
.social_wrapper{
	position: relative;
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
}

.social_wrapper li{
	height: 100%;
	float: left;
	padding: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social_wrapper li a{
	float: left;
	width: 32px;
	display: block;
	text-indent: -9999px;
	margin: 0px;
	margin-right: 7px;
	outline: none;
	padding: 0;
	min-height: 32px;
	height: 100%;
}

.social_wrapper .flickr{ background: transparent url(../images/social/icon-flickr.png) 0 bottom  no-repeat; }
.social_wrapper .facebook{ background: transparent url(../images/social/icon-facebook.png) 0 bottom  no-repeat; }
.social_wrapper .twitter{ background: transparent url(../images/social/icon-twitter.png) 0 bottom  no-repeat; }
.social_wrapper .mail{ background: transparent url(../images/social/icon-mail.png) 0 bottom  no-repeat;}
.social_wrapper .googleplus{ background: transparent url(../images/social/icon-googleplus.png) 0 bottom  no-repeat; }
.social_wrapper .forrst{ background: transparent url(../images/social/icon-forrst.png) 0 bottom  no-repeat; }
.social_wrapper .rss{ background: transparent url(../images/social/icon-rss.png) 0 bottom  no-repeat; }
.social_wrapper .youtube{ background: transparent url(../images/social/icon-youtube.png) 0 bottom  no-repeat; }
.social_wrapper .vimeo{ background: transparent url(../images/social/icon-vimeo.png) 0 bottom  no-repeat; }
.social_wrapper .pinterest{ background: transparent url(../images/social/icon-pinterest.png) 0 bottom  no-repeat; }

.social_wrapper .flickr:hover	{ background-position: 0 0px; }
.social_wrapper .facebook:hover { background-position: 0 0px; }
.social_wrapper .twitter:hover { background-position: 0 0px; }
.social_wrapper .mail:hover { background-position: 0 0px; }
.social_wrapper .googleplus:hover { background-position: 0 0px; }
.social_wrapper .forrst:hover { background-position: 0 0px; }
.social_wrapper .rss:hover  { background-position: 0 0px; }
.social_wrapper .youtube:hover { background-position: 0 0px; }
.social_wrapper .vimeo:hover { background-position: 0 0px; }
.social_wrapper .pinterest:hover { background-position: 0 0px; }

.top_info {float:left; position: relative; padding: 14px 0 0px 0;}
.top_info p {font-weight:normal; font-size:18px; color:#0096D5;}
.top_info a {color:#0096D5;}
.top_info a:hover {color:#fff;}


/*================================================= */
/* Navigation
================================================== */
#navigation select {display: none; width: 100%; padding: 7px; height: 35px; }
#navigation select option {padding: 10px;}
#navigation {float: left;}
#navigation ul, #navigation li  {list-style:none; padding:0; margin:0; display:inline; }
#navigation ul li{ float:left; position:relative; }

#navigation ul li a { 
	font-family: "Open Sans", Arial, sans-serif;
	display: inline-block;
	color: #DEDEDE;
	padding: 23px 29px 26px 29px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	margin: 0 -4px 0 0; 
}

#navigation ul li a:hover{
	background: #00aedf;
	border-bottom: 3px solid #00aedf;
	color: #fff;
}

#navigation ul ul { 
	opacity: 0; 
  	filter: alpha(opacity=0); 
	position: absolute;
	top:-99999px; 
	left: 0;
	z-index: 999999;
	background: #3f3f3f;
	width: 200px;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

#navigation ul ul li a:hover {
	background: #00aedf;
	color: #fff !important;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

#navigation ul ul li a {
	padding: 8px 15px;
	display: block;
	width: 170px;
	font-family: 'Open Sans', arial, sans-serif;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #4a4a4a;
	border-top: 1px solid transparent;
}

#navigation ul ul ul { 
	position:absolute; 
	top:-99999px; 
	left:100%; 
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	margin-left: 4px;
}

#navigation ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #3f3f3f; border: 0; }
#navigation ul li:hover > a {background: #3f3f3f url(../images/images_framework/navigation-arrow.png) no-repeat bottom; opacity: 1;border-bottom: 3px solid #00aedf; color: #fff;}
#navigation ul ul li:hover > a {border-top: 1px solid transparent; color: #aaa; background-image:none; opacity: 1;border-bottom: 1px solid #4a4a4a;}
#current {background: #3f3f3f url(../images/images_framework/navigation-arrow.png) no-repeat 50% bottom; opacity: 1; border-bottom: 3px solid #00aedf !important;color: #fff !important;}

/*================================================= */
/* Tagline
================================================== */
#tagline {
	margin: 50px 0 15px 0;
	font-size: 22px;
	font-family: "Open Sans", Arial, sans-serif;
	color: #505050;
	letter-spacing: -0.6px;
	text-align: center;
	line-height: 30px;
}

#tagline span, #tagline a {
	background: #00aedf;
	color: #fff;
	padding: 0 7px;
	border-bottom:3px solid #00607a;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#tagline span:hover, #tagline a:hover {background: #0095bf;}
#tagline p {margin: 3px;}
.tagline_page{border-bottom: 1px solid #e1e1e1; padding: 0 0 30px 0}

/*================================================= */
/* Tagline For Flex Slider and Services Page
================================================== */
#tagline_flex {
	margin: 35px 0 20px 0;
	font-size: 22px;
	font-family: "Open Sans", Arial, sans-serif;
	color: #505050;
	letter-spacing: -0.6px;
	text-align: center;
	line-height: 30px;
}


#tagline_flex span, #tagline_flex a {
	background: #00aedf;
	color: #fff;
	padding: 0 7px;
	border-bottom:3px solid #00607a;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#tagline_flex span:hover, #tagline_flex a:hover {background: #0095bf;}
#tagline_flex p {margin: 3px;}

/*================================================= */
/* Subtitle
================================================== */
#subtitle {background: #f7f7f7; padding:0; margin:0; border-bottom: 1px solid #d7d7d7;}
#subtitle h3 {line-height: 70px; letter-spacing: -0.5px; font-size: 24px;}
#subtitle h3 span {color:#999999; font-size: 24px;}

.page_headline {
	font-family: "Open Sans", Arial, Tahoma;
	font-size: 36px;
	font-weight: normal;
	color: #CFCFCF;
	letter-spacing: -0.5px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 8px 0;
	margin: 20px 0;
}


/*================================================= */
/* Single Project
================================================== */
.project_overview p {
	margin: 0px 0;
}

.project_overview h3 {
	font-family: "Open Sans", Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
	display: block;
	padding: 0 0 3px 0;
	margin: 0 0 0px 0;
}

.project_navi {margin-top: -55px !important;}

/*================================================= */
/* Blog Post Container
================================================== */
#blog_post_container {margin-top: 15px;}

.post {border-bottom: 1px solid #e1e1e1; margin-bottom: 15px;}

.post h2 a {
	font-size: 22px;
	font-weight: normal;
	color: #43D5FF;
	font-family: "Open Sans", Arial, Tahoma, sans-serif;
	text-decoration: none;
	display: inline-block;
	line-height: 28px;
	letter-spacing: -0.5px;
}

.post h2 a:hover {color: #777;}

.post-content p {
	line-height: 20px;
	margin: 15px 0 0 0;
}

a.post-entry {
	font-size: 12px;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight:bold;
	margin: 15px 0 20px 0;
	display: inline-block;	
	color: #fff;
	background: #00aedf;
	padding: 7px 10px;
	border-bottom:2px solid #005269;
}

a.post-entry:hover {
	color: #FFF; 
	background: #0096c0;
	border-bottom:2px solid #005269;
}

.post-meta {color: #777; font-size: 12px; margin: 1px 0 15px 0;}
.post-meta a {color: #00aedf;text-decoration: none;}
.post-meta a:hover {color: #999;}


.sep {
	display: inline-block;
	height: 13px;
	width: 12px;
	margin: 0;
	padding: 0 0 0 5px;
	font-weight:bold;
}


/* Blog Blockquote */
.post-quote {
	background: #363636;
	padding: 20px;
}

.post-quote blockquote {
	color: #ececec;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	border-left: 1px solid #545455;
	padding: 0 0 0 18px;
	margin-left: 40px;

}
.post-quote span, .post-quote a {color: #7db000; text-decoration: none;}

.post-quote .icon {
	background: url(../images/images_framework/quote_ico.png) no-repeat;
	height: 15px; width: 25px;
	display: block;
	float: left;
	margin: 4px 0 0 0;
}

/** Testinmonial Author Class **/
.author{
	text-align: right;
	font-size: 14px;
	font-style: normal;
	color: #63DCFF;
	margin-top: 5px;
}



/** Comments **/
.comments-sec{float:left; width:100%; line-height: 20px;}
.comments-sec h3 {font-size: 16px; font-weight: bold; color: #CFCFCF; font-family: "Open Sans", Arial, sans-serif; border-bottom: 1px solid #e1e1e1; margin: -9px 0 0 0; padding-bottom: 8px; letter-spacing: -0.5px;}
.comments-sec h3 span {color: #888;}

ol.commentlist{float:left; width:100%;}
ol.commentlist li{float:left; border-top:1px solid #e1e1e1; padding: 25px 0 20px 0;}
ol.commentlist li:first-child{border:none; padding: 25px 0 0px 0;}
ol.commentlist li{list-style: none;}

ol li ol.childlist{ float:right; width:89%; margin:0px}
ol.commentlist li ol.childlist li:first-child{border-top:1px solid #e1e1e1; padding: 25px 0 0 0; font-size: 12px;}
ol.commentlist li ol.childlist li{border-top:1px solid #e1e1e1; margin:25px 0 15px 0; font-size: 12px;}

.comments{float:left; width:100%}
ol li ol.childlist .comment-des{ float:right; width:88%}
.avatar{float:left}

.comment-des{float:right; width:89%}
.comment-des strong{float:left; color:#CFCFCF; padding-right:5px; font-family: "Open Sans", Arial,sans-serif; font-size:14px; letter-spacing: -0.5px;}
.comment-des span{float:left; color:#777; font-family: 'Open Sans', arial, sans-serif;}
.comment-by{float:left; width:100%; padding-bottom:5px; padding-top:5px; color: #000;}
.comment-by span.reply{color:#777;  float:right}
.comment-by span.reply a{color:#00aedf; font-weight:bold; float:right; height:17px; margin-left:5px; font-weight: normal;}
.comment-by span.reply a:hover{border:none; color: #888;}
.comment-by span.date{color:#888; padding-right:7px; float:right}

/** Leave a Comment **/
.form_comment label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
}

.form_comment label span {color:#dd1d1d;}

.form_comment input, .form_comment textarea {
	width: 250px;
	border: 1px solid #d7d7d7;
	color: #999;
	font-size: 12px;
	font-family: 'Open Sans', arial, sans-serif;
	padding: 8px;
	background-color: #fff;
	outline: none;
	cursor: text;
}

.form_comment textarea {
	width: 100%;
	max-width: 100%;
	height:140px;
}

.form_comment input:focus, .form_comment textarea:focus {
	border: 1px solid #d1d1d1;
	color: #676767;
	-webkit-box-shadow: 0 0 3px #e8e8e8;
	-moz-box-shadow: 0 0 3px #e8e8e8;
	box-shadow: 0 0 3px #e8e8e8;
}

.form_send input {background:#00aedf; margin: 10px 0 20px 0;}

/*================================================= */
/* Blog - Widget
================================================== */
#blog_widget_container {margin-top: 20px; margin-bottom: 20px; height: 100%; background:url(../images/images_framework/sidebarbkg.png) repeat; padding:20px;}

.search input {
	width: 80%;
	border: 1px solid #00AEDF;
	color: #00AEDF;
	font-size: 12px;
	font-family: 'Open Sans', arial, sans-serif;
	padding: 8px 15px 8px 28px;
	background: url(../images/images_framework/search_ico.png) no-repeat 4% 54%;
	background-color: #222;
	outline: none;
	cursor: text;
	font-family: 'Open Sans', arial, sans-serif;
	margin-bottom: 20px;
}

.search input:focus {
	border: 1px solid #d1d1d1;
	color: #676767;
	-webkit-box-shadow: 0 0 3px #e8e8e8;
	-moz-box-shadow: 0 0 3px #e8e8e8;
	box-shadow: 0 0 3px #e8e8e8;
}

.widget {margin-bottom: 20px;}
.widget-text p {color: #676767; line-height: 21px;}

.widget-title h3 {
	font-size: 14px;
	font-family: "Open Sans", Arial, Tahoma;
	font-weight: bold;
	color: #CFCFCF;
	letter-spacing: -0.5px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 1px;
	margin-bottom: 9px;
}

.widget-archives a {color: #676767;	display: block; font-size:16px;}
.widget-archives a:hover {color: #39D3FF;}

.widget-archives li {
	background: url(../images/images_framework/bullet_categories.png) no-repeat 0% 50%;
	padding: 3px  12px;
	margin:0;
	list-style: none;
}

.widget-categories a {color: #676767;	display: block;}
.widget-categories a:hover {color: #00aedf;}

.widget-categories li {
	background: url(../images/images_framework/bullet_categories.png) no-repeat 0% 50%;
	padding: 3px  12px;
	margin:0;
	list-style: none;
}

/* Twitter - Blog */
#twitter-blog {
	font-size: 12px;
	font-family: 'Open Sans', arial, sans-serif;
	float: left;
	display: block;
	color: #676767;
}

#twitter-blog b a {color: #999999;}
#twitter-blog li {line-height: 21px;}
#twitter-blog li:last-child {padding: 0; margin: 0;}
#twitter-blog a {color: #00aedf;}
#twitter-blog a:hover {color: #999;}

/* Flickr - Blog */
.flickr-widget-blog {margin-right: -12px; margin-top: 15px;}
.flickr-widget-blog img {display: block; width: 100%;}
.flickr-widget-blog a:hover {border-color: #6b6b6b;}

.flickr-widget-blog a {
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 3px solid #dcdcdc;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.older_entires {
	float: left;
	margin: 5px 0 20px 0;
	color: #676767;
	padding: 0 0 0 12px;
	background: url(../images/images_framework/bullet_post_entry_hover_left.png) no-repeat left;
	background-position: 0% 60%;
}

a.older_entires:hover {
	color: #00aedf;
	background: url(../images/images_framework/bullet_post_entry_left.png) no-repeat left;
	background-position: 0% 60%;
}

a.newer_entires {
	float: right;
	margin: 5px 0 20px 0;
	color: #676767;
	padding: 0 12px 0 0;
	background: url(../images/images_framework/bullet_post_entry_hover.png) no-repeat right;
	background-position: 100% 60%;
}

.newer_entires:hover {
	color: #00aedf;
	background: url(../images/images_framework/bullet_post_entry.png) no-repeat right;
	background-position: 100% 60%;
}

/*================================================= */
/* Features
================================================== */
.feature {margin: 20px 0 20px 0;}
.feature.page {margin: 0 0 40px 0;}
.feature-description {margin-left: 45px;}

.feature h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.feature-circle {
	width: auto;
	line-height: 35px;
	text-align: center;
	color: #fff;
	-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
	float: left;
	margin: 0px 0px 0 0;
	padding: 10px;
}

.feature-circle.blue {background: #00aedf;}
.feature-circle.gray {background: #6b6b6b;}

/*================================================= */
/* Headlines
================================================== */
#divider {
	margin: 17px 0 15px 10px;
	border-bottom: 1px solid #e1e1e1;
}

#sidebardivider {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #00AEDF;
}

.related-title {
	margin: 0 0 15px 0;
}

.related-title span {
	color: #CFCFCF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.5px;
	font-family: "Open Sans", sans-serif;
	padding: 0 10px 0 0;
}
.what_we_do {
	color: #CFCFCF;
	font-size: 20px;
	letter-spacing: -0.5px;
	font-family: "Open Sans", sans-serif;
	padding: 0 0px 20px 0;
}

/*================================================= */
/* Testimonials
================================================== */
.testimonial_page {margin-bottom: 40px;}

.testimonials {
	background: url(../images/images_framework/testimonialbkg.png);
	border: 1px solid #ddd;
	padding:20px;
	line-height: 21px;
}


.testimonials_bg {
	background: url(../images/images_framework/testimonials_bg.png) no-repeat;
	margin-top: -1px;
	display: block; width: 200px;
	height: 30px;
}	

.testimonials_author {
	color:#00aedf;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials_author_page {
	color:#00aedf;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials_author span {color:#a0a0a0}
.testimonials_author_page span {color:#a0a0a0}

/* Services */
.attention-unit {
/*	background-color: #FFF;*/
	background:url(../images/images_hotbox/hotboxbackground.png) repeat;
  padding: 30px 30px 10px 30px;
  margin-bottom: 10px;
  margin-top: 15px;
  border:1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.attention-unit img {
	margin-right:auto;
	margin-left:auto;
}
.attention-unit p {font-weight:normal; text-align:center; margin:0 0 20px;}

/* Testomonials Carousel */
.carousel-disabled, .mr-rotato-disabled {
	height: 21px;
	width: 21px;
	background-color: #00aedf !important;
	display: block;
	position: absolute;
}

.mr-rotato-next {
	height: 21px;
	width: 21px;
	background: url(../images/images_framework/carousel-next.png);
	background-color: #00aedf;
	display: block;
	position: absolute;
	right: 10px;
}

.mr-rotato-prev {
	height: 21px;
	width: 21px;
	background: url(../images/images_framework/carousel-prev.png);
	background-color: #00aedf;
	display: block;
	right: 33px;
	position: absolute;
}

.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {
	margin-top: -45px;
	border-bottom:2px solid #005269;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
	
.mr-rotato-prev:hover, .mr-rotato-next:hover {background-color:#0095bf; }

/*=================================================*/
/* Toogle List 
/*=================================================*/
#accordion_1{ float:left; width:100%; margin-bottom:40px;}
#accordion_1 div.first{ width:100%; float:left;}
#accordion_1 div.first h4{ font-size:14px; margin-bottom:1px; padding:7px 20px; background-color:#fff;
	position:relative;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#CFCFCF;
	border: solid 1px #d7d7d7;
}
#accordion_1 div.first h4:hover{ cursor:pointer; text-decoration:none;}
#accordion_1 div.first h4 a{ color:#CFCFCF; font-size:12px; text-transform:uppercase;}
#accordion_1 div.first div{ border:1px solid #d7d7d7; padding:20px 20px; margin-bottom:1px;}
#accordion_1 div.first div img{ float:left; margin-right:25px; margin-top:4px;}

/*================================================= */
/* Contact Form Styles 
================================================== */
#google_map {padding: 0 0 40% 0;}
.page_content {margin-bottom: 25px;}

.page_content span.no_error {
	display: block;
	color: #458e4b;
	font-weight: normal;
	background-color: #defbc7;
	border: 1px solid #abcf9d;
    font-size: 12px;
	text-align: center;
	height: 0;
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);		
	overflow:hidden;
	width: 100%;
}

.contact_submit {
	margin: 10px 0 0 0;
	padding: 7px 14px;
	display: inline-block;
	border: 0px;
	font-family: 'Open Sans', arial, sans-serif;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact_submit.medium {padding: 8px 20px; font-size: 14px; border-bottom:3px solid #00607a;}
.contact_submit.blue{color:#fff; background:#00aedf;}
.contact_submit.blue:hover {background:#0095bf;}

.contact_text {
	width: 280px;
	max-width: 100%;
	border: 1px solid #00AEDF;
	color: #888;
	font-size: 12px;
	font-family: 'Open Sans', arial, sans-serif;
	padding: 9px;
	background-color: #222;
	outline: none;
}

.contact_form label {
	display: block;
    margin: 20px 0 5px 0;
}

.contact_form label span {color: #ff0000;}

.contact_textarea {	
	width: 100%;
	max-width: 100%;
	height: 140px;
	border: 1px solid #00AEDF;
	color: #888;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Open Sans', arial, sans-serif;
	padding: 10px;
	background-color: #222;
	outline: none;
}

.input_error {background: #ffeceb; border: 1px solid #f2c4c2;}
.input_noerror {background: #fff; border: 1px solid #d8d8d8;}

.contact_text:focus, .contact_textarea:focus {
	border: 1px solid #cbcbcb;
	-webkit-box-shadow: 0 0 3px #e8e8e8;
	-moz-box-shadow: 0 0 3px #e8e8e8;
	box-shadow: 0 0 3px #e8e8e8;
}

.address_contact {color:#FCFCFC; font-family: 'Open Sans', arial, sans-serif; font-size:16px; padding-bottom:12px; line-height: 20px;}
.address_contact  img{float:left; padding-right:7px}
.address_contact  strong{font-weight:bold; color:#FCFCFC; display:block; float:left; padding-bottom:8px; padding-right:4px; font-family: 'Open Sans', arial, sans-serif;}
.address_contact  a{color:#00aedf}
.address_contact  a:hover{color:#888}

/*================================================= */
/* Portfolio Styles
================================================== */

#filters {
	float: left;
	margin-top: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #00AEDF;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#filters ul li {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
	background:url(../images/images_framework/filter_divider.png) no-repeat 100% 50%;
}

#filters li:last-child  {background: none;}

#filters a {
	color: #00AEDF;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	padding: 7px 10px;
}

#filters a:hover {
	color: #fff;
	background: #00aedf;
	padding: 7px 10px;
	border-bottom:2px solid #005269;
}

.selected {background: #0095bf; color: #fff !important; border-bottom:2px solid #005269;}
.selected:hover {background: #0095bf!important;}

.portfolio-item {margin-bottom: 20px;}

.portfolio-item-meta h4 {
	color: #00AEDF;
	font-size: 16px;
	font-family: 'Open Sans', arial, sans-serif;
	line-height: 16px;
	padding: 12px 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #00AEDF;
}

.portfolio-item-meta a:hover {color:#BAF3FF;}
.portfolio-item-meta p {color: #00AEDF;}

/*================================================= */
/* Isotope Styles
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	 transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}

/**** Disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	 transition-duration: 0s;
}


/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/*================================================= */
/* About
================================================== */
.clients {border: 1px solid #e1e1e1; background: #fff; width: 100%; margin: 0 0 20px 0;}
.team_img {border: 1px solid #e1e1e1; margin-bottom:15px;}
.team {margin-bottom: 30px}
.team h4 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #CFCFCF;
	line-height: 17px;
}

.team span {color: #777;}
.team p {padding-top: 8px;}

/*================================================= */
/* Footer
================================================== */
#footer {background:url(../images/images_framework/footerbackground.png) repeat; color:#bbbbbb; padding: 0px; }
#footer p {line-height: 20px;}
#footer H2 {color:#43D5FF; padding-bottom:10px;}
#footer_bottom {background: #3a3a3a; border-top: 1px solid #484848; height:50px;}

#footer_bottom ul.social_wrapper {width:100%;}

#footer h4 {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	border-bottom:solid 1px #484848;
	letter-spacing: -0.5px;
	display: block;
	padding: 10px 0;
	margin: 5px 0 15px 0;
}

.copyright {float:right; position: relative; margin: 0;}
.copyright, .author-info {line-height: 50px; color: #00AEDF;}
.copyright a, .copyright span, .author-info a, .author-info span {color:#ffffff;}
.author-info {float: right;}
.ft_social_icons { float:right; top:0px; width:100%;}


/*================================================= */
/* Footer - Address
================================================== */
.address{color:#bbb; font-family: 'Open Sans', arial, sans-serif; line-height: 22px; float:left;width:260px;}
.address img{float:left; padding-right:7px;}
.address strong{font-weight:bold; color:#fff; float:left; padding-bottom:8px; padding-right:4px; font-family: 'Open Sans', arial, sans-serif;}
.address a{color:#00aedf;}
.address a:hover{color:#bbb;}

/*================================================= */
/* Footer - Twitter Widget
================================================== */
#twitter {
	font-size: 12px;
	font-family: 'Open Sans', arial, sans-serif;
	float: left;
	display: block;
	color: #bbb;
	margin-bottom: 20px;
}
#twitter b a {color: #6b6b6b}
#twitter li {line-height: 18px;}
#twitter li:last-child {padding: 0; margin: 0;}
#twitter a {color: #00aedf;}
#twitter a:hover {color: #0095bf;}

/*================================================= */
/* Footer - Flickr Widget
================================================== */
.flickr-widget {margin-right: -6px}

.flickr-widget a {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 3px solid #6b6b6b;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flickr-widget img {display: block;width: 100%;}
.flickr-widget a:hover {border-color: #0095bf;}

/*================================================= */
/* Back To Top
================================================== */
#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom: 0px;
	margin: 0 20px 0 0;
}

#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:90px;
	height:210px;
	background: url(../images/images_framework/backtotop.png) no-repeat 50% 50%;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#backtotop a:hover {}

/*--------------------------------------------------
			PAGINATION 
---------------------------------------------------*/
.pagenavi {
	float: left;
	position:relative;
	margin:20px 0;
}
.pagenavi span.current {
	background-color: #00aedf;
    padding: 7px 12px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	float:left;
}
.pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
	background-color: #f8f8f8;
    display: inline-block;
    float: left;
	color: #676767;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
    padding: 7px 12px;
    text-transform: uppercase;
}
.pagenavi a:hover {
	color: #fff;
	background-color: #444;
}
.pagenavi span.current {
	color: #fff;
}