a, input, select, textarea {
	outline:none !important;
}

body { overflow-x:hidden;
}
.font {
	font-family: 'PT Sans', sans-serif;
	font-weight:400; /*Normal*/
	font-weight:700; /*Bold*/
}
.fleft {float:left;
}
.fright {float:right;
}
.clear {
	height:0;
	clear:both;
	font-size:0;
}
img {
	outline:0;
	vertical-align:top;
}

/* ------------------------------
HEADER
------------------------------ */

.header {
	background: #0061a0 url(../img/bg-header02.jpg) no-repeat center top;
}

.header_in {
	border-top: solid 8px #005993;
	background: none;
	padding-top:0;
}
.container {
	padding-right:20px;
	padding-left:20px;
}

.page_full {
	margin-right:-20px;
	margin-left:-20px;
	border-radius:0 0 3px 3px;
}

.header_top {
	padding: 30px 0 0 0;
	background:;
	z-index:10;
}

.logo {
	padding:0;
	display:inline-block;
}

.logo a {display: block;}

.logo a img {
	width: 220px;
	max-width: 100%;
}

.drop-shadow {
	position:relative;
}

#userInfoArea {
	padding-top: 5px;
}

#userInfoArea a {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 2px 15px;
	background-color: #eaeaea;
	border: solid 1px #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.7s ease;
}

#userInfoArea a:hover {
	background-color: #3e3e3e;
	color: #ffffff !important;
	border: solid 1px #333333;
}

.follow_us {
	text-align:right;
	padding-bottom:11px;
}
.follow_us ul li {
	padding:0;
	margin:7px 0 10px 9px;
	display:inline-block;
}
.follow_us ul li:first-child {margin-left:0;
}
.follow_us a {
	background-image:url(../img/top_socials.png);
	background-repeat:no-repeat;
	height:26px;
	width:26px;
	display:block;
	text-indent:-9999px;
	text-align:left;	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.follow_us a.facebook {background-position:0 0;
}
.follow_us a.facebook:hover {background-position:0 -26px;
}
.follow_us a.twitter {background-position:-41px 0;
}
.follow_us a.twitter:hover {background-position:-41px -26px;
}
.follow_us a.flickr {background-position:-82px 0;
}
.follow_us a.flickr:hover {background-position:-82px -26px;
}
.follow_us a.dribbble {background-position:-123px 0;
}
.follow_us a.dribbble:hover {background-position:-123px -26px;
}
.follow_us a.rss {background-position:-164px 0;
}
.follow_us a.rss:hover {background-position:-164px -26px;
}
.header p {
	margin:0;
	padding:0;
	font-size:14px;
	color:#454545;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	text-align:right;
}

#top_menu {
	margin: 30px 0 0;
	padding: 0;
	z-index :50;
	background-color: rgba(50,50,58,0.95);
}

#top_menu .nav {
	margin-bottom:0 !important;
}

#top_menu #cssmenu {
	top: 0px !important;
	height: 50px;
	border-bottom: none;
}

#top_menu #cssmenu a {
	color: #ffffff;
	line-height: 50px;
	padding: 0 20px;
	transition: all 0.5s ease;
}

#top_menu #cssmenu .has-sub ul {
	padding-top: 0;
}

#top_menu #cssmenu .has-sub ul li a {
	background: none repeat scroll 0 0 #0065a1;
	border-bottom: 1px solid #005486;
	display: block;
	filter: none;
	font-size: 12px;
	line-height: 40px;
}

#top_menu #cssmenu .has-sub ul li a:hover {
	background-color: #2a2a2a;
	border-bottom: 1px solid #111111;
	color: #ffffff !important;
}

#top_menu #cssmenu > ul > li:first-child > a,
#top_menu #cssmenu > ul > li:last-child > a {
    border-radius: 0;
}


#top_menu #cssmenu .has-sub ul li:last-child a {border-bottom: none;}

/* --- LOGIN --- */

input[type="text"] {
	background-color: #fafafa;
	border: 1px solid #e1e1e1;
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.05);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.05);
	box-sizing: border-box;
	transition: all 0.5s ease;
}

input[type="text"]:focus {
	outline: 0;
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
	-moz-box-shadow: inset 0px 0px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 7px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 7px rgba(0,0,0,0.2);
}

input.textinput {
	font-family: Arial;
	font-size:13px;
	color:#5a5a5a;
	background-color: #eeeeee;
	border: 1px solid #f9f9f9;
	-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.15);
	width: 220px;
	height: 30px;
	padding: 5px 10px;
	margin:0;
	box-sizing: border-box;
	transition: all 0.5s ease;
}

input.textinput:focus {
	outline: 0;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
}

.loginform {
	margin: -5px 0 5px;
	padding: 5px;
	background: #005b9a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.loginform td {
	vertical-align: middle;
}

.loginform input.textinput {
	margin: 0 5px 0 0;
	width: 110px;
}

.loginform label {
	margin: 0 5px;
	padding: 0;
	color: #5cb8e0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
}

p.logininfo {
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
}

p.logininfo ing {vertical-align: middle;}

p.logininfo #forgotPassword {
	border-left: solid 1px #154567;
	padding: 0 0 0 15px;
	margin: 0 5px 0 15px;
	color: #ffffff;
}

p.logininfo #forgotPassword:hover {
	 text-decoration: underline;
}



/* --- SEARCH --- */


.top_search {
	width: auto;
	padding:10px 40px 10px 15px;
	height: 30px;
	position:relative;
}

.search_btn {
	width:35px !important;
	height:30px !important;
	background: url(../img/search_btn.png) 0px 0px no-repeat;
	background-color: #7e7e7e;
	border: 1px solid #8e8e8e;
	cursor:pointer;
	padding:0;
	margin:0;
	display:block;
	cursor:pointer;
	position:absolute;
	left:245px;
	top:10px;
	transition: all 0.5s ease;
}

.search_btn:hover {
	background-color: #0061a0;
	border: 1px solid #1373b1;
}

.search_btn2 {
	width:33px !important;
	height:33px !important;
	background: url(../img/search_btn.png);
	background-position:0 0;
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
	padding:0;
	margin:0;
	display:block;
	cursor:pointer;
}

.search_btn2:hover {
	background-position:0 -36px;
}

/* ------------------------------
MAIN
------------------------------ */

#mainBodyArea {
	background-image: none;
	background-color: #f4f6f7;
}

.page_container {
	padding-top: 20px;
	padding-bottom: 35px;
}

.separator {}
.block {padding-bottom:45px;}
.text_block {padding-bottom:25px !important;}
#main_slider {padding-bottom:50px;}

.white_bg {
	background:f3f3f3;
}

.wrap { 
	padding:0 20px;
}


/* --- MAIN MENU --- */

#main_menu {
	position: relative;
}

.menu_wrap {
	padding: 0;
}

.menu_wrap .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.menu_wrap .nav > li {
  padding: 0 2px 0 0;
  background:url(../img/menu_li.png) repeat-y right top;
  display:inline-block;
  margin-right:-3px;
}
#main_menu select {
	display: none;
	font-family:Arial;
	font-size:14px;
}
.menu_wrap .nav li a {
  line-height:56px;
  color: #454545;
  font-family: 'PT Sans', sans-serif;
  font-weight:400;
  font-size:14px;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding:0 27px 0 27px; 
  text-align:left;
}
.menu_wrap .nav > li.sfHover > a,
.menu_wrap .nav > li.sfHover > a:hover,
.menu_wrap .nav > li > a:hover,
.menu_wrap .nav > li.current > a,
.menu_wrap .nav > li.current > a:hover {
	color: #fff;
	background:#707070;
}
.sub-menu > a {position: relative;
}

.menu_wrap .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 5px;
  height: 4px;
  right: 19px;
  top: 27px;
  margin: 0 -3px 0 0;
  background: url('../img/li-marker.png') left top no-repeat;
}
.menu_wrap .nav > li.sfHover > a:before,
.menu_wrap .nav > li.sfHover > a:hover:before,
.menu_wrap .nav > li > a:hover:before,
.menu_wrap .nav > li.current > a:before,
.menu_wrap .nav > li.current > a:hover:before { background: url('../img/li-marker_a.png') left top no-repeat;
}
.menu_wrap .nav ul {
  position: absolute;
  display: none;
  width: 133px;
  left: 0px;
  top: 60px;
  list-style: none;
  zoom: 1;
  z-index: 25;
  background:#303030;
  border-top:3px #d15d5d solid;
  padding: 13px 0 8px 0;
  margin: 0;
}
.menu_wrap .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 7px;
  height: 6px;
  right: 10px;
  top: 13px;
}
.menu_wrap .nav ul li a {
  display: block;
  text-transform: none;
  font-size: 12px;
  color:#d2d2d2;
  line-height: 20px;
  padding: 0 10px 4px 19px;
  background: none;
}
.menu_wrap .nav ul li a span {display:none;
}
.menu_wrap .nav > li > ul li > a:hover,
.menu_wrap .nav > li > ul li.sfHover > a,
.menu_wrap .nav > li > ul li.current > a {
  text-decoration: none;
  color:#d15d5d;
}
.menu_wrap .nav > li > ul li > a:hover:before,
.menu_wrap .nav > li > ul li.sfHover > a:before { background: none;  
}
.menu_wrap .nav ul ul {
  position: absolute;
  display: none;
  width: 133px;
  left: 133px;
  top: -6px;
  height: auto;
  list-style: none;
  z-index: 111;
  padding: 13px 0 8px 0;
  margin: 0;
  border-top:0;
}


/* --- CONTENT ELEMENT --- */

#lightbox {
	padding: 5px 15px;
	border: none !important;
}

#mainBodyContent h1 {
	margin: 0 0 15px;
	padding: 0 2px 15px;
	color: #64646c;
	font-size: 28px;
	font-weight: 300;
	font-family: 'PT Sans', sans-serif;
	border-bottom: solid 2px #d6dadd;
	text-shadow: 1px 1px 0px #ffffff;
}

#mainBodyContent h2 {
	margin:0 0 25px;
	padding: 0 2px 10px;
	font-family: 'PT Sans', sans-serif;
	font-size: 21px;
	line-height: 28px;
	border-bottom: solid 1px #d6dadd;
}

.upper {
	text-transform:uppercase;
}

h2.upper {
	margin-bottom:25px;
	margin-top:0;
}

/* --- REAL TALK --- */

table#realTalkTable {
	padding: 0;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

table#realTalkTable th {
	padding: 7px 10px;
	height: 30px;
	background-color: #4b4f52;
	color: #ffffff;
	border: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

table#realTalkTable td {
	padding: 10px 8px;
	background-color: #eeeeee;
	vertical-align: middle;
	border: none;
}

table#realTalkTable td#realTalk_set {
	padding: 10px;
	font-size: 12px;
	line-height: 1.3em;
}

/* --- TAB CONTENT --- */

.ui-tabs {
	padding: 0;
	border: none;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}

.ui-tabs .ui-tabs-nav {
	padding: 5px 5px 0;
}

.ui-widget-header {
	background: none;
	background-color: #4b4f52;
	border: none;
	color: #ffffff;
	font-weight: bold;	
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.ui-tabs .ui-tabs-nav li {
	margin: 0 5px 0 0;
	border: none;
	background: none;
}

.ui-tabs .ui-tabs-nav li a {
	padding: 7px 15px;
	background-color: #35393c;
	color: #ffffff;
	font-size: 12px;
	border: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	transition: all 0.5s ease;
}

.ui-tabs .ui-tabs-nav li a:hover {
	background-color: #0061a0;
	color: #ffffff !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #0061a0;
	background-color: #ffffff;
	cursor: default;
}

/* --- OTHER CONTENT --- */

.fiveCol div {
	padding: 5px;
	width: 20%;
	box-sizing: border-box;
}

.fiveCol div:not(:nth-child(5n+1)) {
    margin-left: 0 !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 10px 0;
	vertical-align: middle;
}

.planning {padding-bottom:45px;}

.planning a {
	display:block;
	margin-bottom:15px;
	padding:26px 10px 20px 10px;
	color:#7f7f7f;
	background:#fafafa;
	border-radius:3px;
	line-height:20px;
	position:relative;
	border:1px #e4e4e4 solid;
	text-align:center;
}
.planning a:hover {
	text-decoration:none;
	background:#eaeaea;
}
.planning a span.link_title {
	display:block;
	line-height:20px;
	font-size:18px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	padding:0 0 13px 0;
	color:#5b5b5b;	
}
.planning a span.img_icon {
	display:block;
	width:60px;
	height:60px;
	margin:0 auto 14px auto;
}
.planning a span.icon1 {
	background-image:url(../img/icon1.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.planning a span.icon2 {
	background-image:url(../img/icon2.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.planning a span.icon3 {
	background-image:url(../img/icon3.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.planning a span.icon4 {
	background-image:url(../img/icon4.png);
	background-position:left top;
	background-repeat:no-repeat;
}


p.last {margin-bottom:15px;
}
.block [class*="span"] {margin-bottom:15px;
}
[class*="span"] img, [class*="span"] iframe {max-width:100%;
}

.grey {
}

.hover_img, .hover_home, .hover_link {
	position:relative;
	background-color:#fff;
}
.hover_home {overflow:hidden;
}
.entry-title {
	position:absolute;
	left:0;
	right:0;
	top:-200px;
	padding:11px 0 12px 0;
	background:url(../img/caption.png) repeat;	
	line-height:20px;
	font-size:16px;
	color:#dddddd;
}
.entry_cats {
	padding:0 17px 6px 17px;
	color:#c3c3c3;
	font-size:14px;	
}
.entry_cats a {
	color:#c3c3c3;
	font-size:14px;	
}
.entry_cats a:hover {color:#FFF;
}
.entry_info {padding:0 17px;
}
.portfolio_zoom1 {
	display:none;
	width:37px;
	height:37px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-7px 0 0 -18px;
	background-image:url(../img/zoom1.png);
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_zoom1 a {
	display:block;
	width:37px;
	height:37px;
}
.portfolio_zoom1:hover {background-position:0 -37px;
}
.entry-link {
	position:absolute;
	left:0;
	right:0;
	bottom:-100px;
	padding:15px 0 11px 0;
	background:url(../img/caption.png) repeat;		
}
.entry-link_in {padding:0 17px;	
}
.entry-link_in a {
	display:block;
	width:13px;
	height:13px;
	background-image:url(../img/entry_link.png);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.entry-link_in a:hover {background-position:0 -13px;
}

/* Portfolio */
.portfolio_zoom, .portfolio_link {
	display:none;
	width:37px;
	height:37px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-16px 0 0 -39px;
	background-image:url(../img/zoom1.png);
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_link {
	margin:-16px 0 0 2px;
	background-image:url(../img/link.png);
}
.portfolio_zoom:hover, .portfolio_link:hover {background-position:0 -37px;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:37px;
	height:37px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link, .hover_link:hover .portfolio_link {display:block;
}
.link1 {margin:-16px 0 0 -16px !important;
}
.post_carousel {color:#7f7f7f;
}
.post_carousel .title_t {
	line-height:20px;
	padding:7px 0 3px 0;
	font-size:16px;
	margin-top:19px;
	border-top:1px #d9d9d9 solid;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	color:#5b5b5b;
}
.post_carousel .title_t a {
	font-size:16px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	color:#5b5b5b;
}
.post_carousel .title_t a:hover {
	text-decoration:none;
	color:#0065a1;
}
.post_meta {
	color:#b1b1b1;
	padding-bottom:6px;
	margin-bottom:7px;
	border-bottom:1px #d9d9d9 solid;
}
.post_meta span {padding:0 7px;
}
.post_meta a {color:#b1b1b1;
} 
.post_meta a:hover {
	color:#0065a1;
	text-decoration:none;
}

.arrow_link {color:#0065a1;
}
.arrow_link:hover {
	text-decoration:none;
	color:#7f7f7f;	
}
.block ul, .follow_us ul, #footer ul, .clients_logo ul {
	padding:0;
	margin:0;
	list-style:none;
}
.block li, #footer li, .clients_logo li {
	padding:0;
	margin:0;
}

ul.links {margin-bottom:15px;
}
ul.links li {
	padding:0 0 3px 27px;
	margin:0;
	color:#7f7f7f;
	background:url(../img/li_arrow.png) no-repeat left top;
}
ul.links li a {	color:#7f7f7f;
}
ul.links li a:hover, ul.links li:hover a {color:#0065a1;
} 
ul.links li:hover {
	color:#0065a1;
	background:url(../img/li_arrow_h.png) no-repeat left top;
}

.clients_logo {	margin-right:-32px;
}
.clients_logo li {
	float:left;
	margin:0 29px 20px 0;
}
.clients_logo a {
	width:168px;
	line-height:46px;
	text-align:center;
	background:#efefef;
	display:block;
	color:#afafaf;
	border:1px #e3e3e3 solid;
	border-radius:3px;
}
.clients_logo a:hover {
	color:#fff;	
	background:#707070;
	text-decoration:none;
}
.clients_logo a.lobster {
	font-family: 'Lobster', cursive;	
	font-size:25px;
}
.clients_logo a.allura {
	font-family: 'Allura', cursive;	
	font-size:29px;
}
.clients_logo a.oswald {
	font-family: 'Oswald', sans-serif;
	font-size:20px;
}
.clients_logo a.cookie {
	font-family: 'Cookie', cursive;
	font-size:34px;
}
.clients_logo a.yanonekaffeesatz {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:30px;
}
.clients_logo a.anton {
	font-family: 'Anton', sans-serif;
	font-size:22px;
}

.testimonial {
	margin-bottom:25px;
	position:relative;
	background:#eaeaea;
	padding:14px 17px;
	color:#5b5b5b;
}
.testimonials_arrow {
	width:19px;
	height:11px;
	background:url(../img/testimonials_arrow.png) no-repeat left top;
	position:absolute;
	left:0;
	bottom:-11px;
	display:block;
}
.author {
	font-size:13px;
	color:#616161;
}
.author img {
	float:left;
	margin-right:15px;
}
.author a {	color:#505050;
}
.author a:hover {color:#0065a1;
}
.author span {
	display:block;
	padding-top:10px;
}

#footer {
	color:#9e9e9e;	
	background-color: #313436;
	padding-top: 30px;
}

#footer a {color:#0065a1;	
}

#footer h2.title {
	color:#dadada;
	font-size:20px;
	font-weight:400;
	background:none;
}

#footer .span3 { padding-bottom:18px;}

ul.tweets li {
	padding:0 0 15px 39px !important;
	margin-bottom:15px;
	border-bottom:1px #353535 solid;
	background:url(../img/twitter.png) no-repeat left top;
	font-style:italic;
}

.sedebar ul.tweets li {border-bottom:1px #d9d9d9 solid !important;
}
ul.tweets li a {
	font-style:italic;
	color:#0065a1;
}
ul.tweets li a:hover {text-decoration:underline;
}
#footer li {
	padding:0 0 15px 0;
	margin-bottom:15px;
	border-bottom:1px #353535 solid;
}
#footer li:last-child {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
.flickrs {margin-right:-10px;
}
.FlickrImages li {
	margin:0 6px 6px 0 !important;
	padding:0 !important;
	float:left;	
	border:0 !important;
}
.FlickrImages li a {
	display:block;
	width:63px !important;
	height:63px !important;
	overflow:hidden;
	float:left;
}
.FlickrImages li a img {
	width:63px !important;
	height:63px !important;
	border:0;
}
#footer input[type="text"] {
	margin:0 0 20px 0 !important;
	padding: 10px 6px !important;
	font-size: 14px;
	color: #787878;
	-webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;	
	background: #2a2a2a;
	border: 1px solid #2b2b2b;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	  box-shadow: none;		  
}
#footer input[type="text"]:focus {
  border-color: rgba(209, 93, 93, 1);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: 0 0 1px rgba(209, 93, 93, 1);
     -moz-box-shadow: 0 0 1px rgba(209, 93, 93, 1);
          box-shadow: 0 0 1px rgba(209, 93, 93, 1);
		  color:#d15d5d;
}

.footer_bottom {
	background: #26282a;
	margin-top: 0;
	padding: 30px 0 10px;
}
.copyright {
	color:#a8acb1;
	font-size: 11px;
}

.copyright a {
	color:#0065a1;
	text-decoration:underline;
}
.copyright a:hover {text-decoration:none;
}
.foot_menu {text-align:right;
}

.foot_menu li {
	display:inline-block;
	padding:0 14px 0 0 !important;
	border:0 !important;
	margin:0 10px 0 0 !important;
	background:url(../img/foot_menu_separator.png) no-repeat right center;
}
.foot_menu li:last-child {
	padding:0 !important;
	margin:0 !important;
	background:none;
}
.foot_menu li a {
	text-transform:uppercase;
	color:#9e9e9e !important;
	font-size:12px;
}
.foot_menu li a:hover, .foot_menu li a.current {
	color:#0065a1 !important;
	text-decoration:none;
}

.tags a {
	display:inline-block;
	margin:0 14px 16px 0;
	height:33px;
	line-height:33px;
	background-image:url(../img/tag_bg.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	padding:0 26px 0 11px;
	border-left:1px #e3e3e3 solid;
	color:#646464;	
}
.tags a:hover {
	background-position:100% -33px;
	border-left:1px #0065a1 solid;
	color:#fff;
	text-decoration:none;
}

.page_in .container {
	padding-left:0 !important;
	padding-right:0 !important;
}
.page_in {padding-bottom:50px;
}

.breadcrumb {
  padding: 29px 0 33px 0;
  border-bottom:1px #d9d9d9 solid;
  margin: 0 0 20px 0;
  list-style: none;
  color:#0065a1;
  font-size:12px;
}
.breadcrumb span {
  color:#7f7f7f;
  padding:0 5px;
}
.breadcrumb a {
  color:#7f7f7f;
  font-size:12px;
}
.breadcrumb_title {
	font-size:45px;
	text-transform:uppercase;
	color:#0065a1;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	line-height:45px;
	padding-bottom:2px;
	letter-spacing:-1px;
}

.profile {text-align:center;
}
.profile_title {
	font-size: 14px;
    margin-bottom:5px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	color:#454545;
}
.profile img {
	margin:10px auto 15px auto;
	width:169px;
}
legend {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
}

.item_description {	
	text-align:center;
	color:#454545;
}
.item_description h6 {
	font-weight:400;
	margin:10px 0 10px 0;
	text-transform:uppercase;
}

/**** 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;
          transition-duration: 0.8s;
}

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

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, 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;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element {
  overflow: hidden;
  position: relative;
  margin-bottom:20px;
}
.element img {max-width:100%;
}

#options {padding:0 0 10px 0;
}
#filters {
	position: relative;
	padding:0;
	margin:25px 0 0 0;
}
#filters li {
	display: block;
	margin:0 10px 10px 0;
	float: left; 
	padding:0;
	list-style:none;
}
#filters li a.selected {
	color: #fff;
	background:#0065a1;
	text-decoration:none;
	border-color:#0065a1;
}
.preloader {
	background:url(../img/preload_img.gif) center center no-repeat;
	display:block;
}

#portfolio_carousel {margin-bottom:20px;
}
#portfolio_carousel img {border-radius:3px;
}
#portfolio_carousel .carousel-control {
  position: absolute;
  top: 50%;
  left: 0;
  width: 51px;
  height: 58px;
  margin-top: -21px;
  background-image:url(../img/slider_nav.png);
  background-position:0 0;
  background-repeat:no-repeat; 
  outline:none;
}
#portfolio_carousel .carousel-control.right {
	background-position:-51px 0; 
	left:auto;
	right:0; 
}
#portfolio_carousel .carousel-control.right:hover {
	background-position:-51px -58px;  
}
#portfolio_carousel .carousel-control:hover {background-position:0 -58px;
}
.pad25 { padding-top:25px;
}
.pad5 { padding-top:5px;
}
.marg20 { margin-top:20px !important;
}

.post {padding-bottom:40px;
}
.post h2.title {margin-bottom:21px;
}
.post img {
	margin-bottom:18px;
	max-width:100%;
}

.post_info {
	padding:5px 0;
	border-bottom:1px #d9d9d9 solid;
	border-top:1px #d9d9d9 solid;
	margin-bottom:12px;
	color:#454545;
}
.post_info span {color:#0065a1;
}
.post img {
}
.sidebar { padding-top:9px;
}
.sidebar .tweet_arrows {display:none;
}
.widget { margin-bottom:25px;
}
.sidebar h2.title {
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:18px;
}
ul.recent_post, ul.tweets, ul.links {
	padding:0;
	margin:0;
	list-style:none;
}
ul.recent_post li {
	padding:0 0 8px 0;
	margin-bottom:13px;
	border-bottom:1px #d9d9d9 solid;
	color:#454545;
}
ul.recent_post li:last-child {
	border-bottom:0;
	margin-bottom:18px;
}
ul.recent_post li img {
	float:left;
	margin-right:15px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
ul.recent_post div {padding:3px 0 2px 0;
}
ul.recent_post div a {color:#454545;
}
ul.recent_post div a:hover {color:#0065a1;
}

.sidebar  input.search-query {
  padding:5px 6px 5px 6px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

#comments {
	padding:0 0 7px 0;
	margin-bottom:25px;	
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.avatar {
	float:left;
	margin-right:11px;
	
}
.avatar img {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;	
}
.comment_right {display:table;	
}

.comment_info {padding-bottom:7px;
}
.comment_info span {padding:0 12px;
}
#comments ol li ul li {
	padding:23px 0 0 30px;
	margin:0;
}
#map {
	margin:0 0 15px 0;
	padding-top:6px;
}
.contact_form { padding-top:6px;
}
.contact_form textarea { min-height:260px !important;
}
.notification_error {
	color: #b94a48;
	background-color: #f2dede;
	border:1px #eed3d7 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #3a87ad;
	background-color: #d9edf7;
	border:1px #bce8f1 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: center;
}


