a, input, select, textarea {
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
textarea {
	resize: none;
}
a {
	color:#cc0003;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
	text-decoration:none;
	color:#cc0003;
}
body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
  	font-weight:400;
	font-size: 14px;
	line-height: 24px;
	color: #777;
	background-attachment: fixed;
	background-image:url(../images/bg.jpg);
     background-position: 0 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar {margin:0;
}
.box_shadow {
	background:#fbfbfb;
	padding:0 20px;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.header {
	padding: 0 20px;
	margin: 0 -20px;
	background:#fff;
}

.fleft {float:left;
}
.logo{ padding:7px 0 5px;}
.fright {float:right;
}
.clear {
	height:0;
	clear:both;
	font-size:0;
}
img {
	outline:0;
	vertical-align:top;
}
.logo img {max-width:100%;
}

.top_line {
	margin:0 -20px;
	height:5px;
	background:#cc0003;
}

/* _______________________ Top info _______________________ */
.email_block,
.phone_block {
	margin:34px 0 0 15px;
	padding:0 0 0 25px;
	line-height:23px;
 	color:#000;
}
.email_block {background:url(../images/email_block.png) no-repeat;
}
.phone_block {background:url(../images/phone_block.png) no-repeat;
}
.email_block a,
.phone_block span {
	font-size:14px;
	color:#cc0003;
}

/* ______________________ //Top info ______________________ */

/*nav*/
.container.menu_bg {
	border-top:1px solid #e8e8e8;
	background:#05a8e7 ;
}
.menu_wrap .nav li {
	margin: 0;
	padding: 0;
	position: relative;
	display:inline-block;
}
.navbar .nav {
    display: block;
    float: left;
    left: 0;
    margin: 0px 10px 0 15px;
    position: relative;
}
.menu_wrap .nav li:first-child {
	border-left: 0;
	padding-left:0;
}
#main_menu select {
	display: none;
	background-color: #f5f5f5;
	border: 1px solid #d7d7d7;
	color:#959595;
}
.menu_wrap .nav li:first-child a:focus,
.menu_wrap .nav li:first-child a {
	padding-left:0;
}
.menu_wrap .nav li a:focus,
.menu_wrap .nav li a {
	position:relative;
	z-index:10;
	padding:0 20px;
 	line-height:47px;
	color: #fff;
	font-size:15px;
	text-align:left;
	text-shadow: none;
}

.menu_wrap .nav li:hover a,
.menu_wrap .nav li.current:hover a,
.menu_wrap .nav li.current a {
	color:#fff;
}

.sub-menu > a {position: relative;
}

.menu_wrap .nav ul {
	position: absolute;
	display: none;
	width: 160px;
	left: 0;
	top: 45px;
	list-style: none;
	z-index: 25;
	padding: 0;
	margin: 0;
	border:1px solid #e0e0e0;
	border-top:2px solid #cc0003;
}

.menu_wrap .nav  .sub-menu li  {
	margin:0;
	padding:0;
	width:100%;
	border-top: 1px solid #e0e0e0;
}
.menu_wrap .nav  .sub-menu li:first-child  {
	border-top: 0;
}
.menu_wrap .nav  .sub-menu li:first-child a {
	padding-left:25px;
}
.menu_wrap .nav ul li a:focus,
.menu_wrap .nav ul li a {
	display: block;
	margin: 0 !important;
	padding: 7px 10px 7px 25px;
	text-transform: none;
	font-size: 12px;
	font-weight:400;
	color:#000 !important;
	line-height: 18px;
	background:#fff !important;
	text-shadow: none;
	border: 0 !important;
}
.menu_wrap .nav ul li a span {display:none;
}
.menu_wrap .nav > li > ul li > a:hover,
.menu_wrap .nav > li > ul li.current > a {
	text-decoration: none;
	color:#cc0003 !important;
}

.menu_wrap .nav ul ul {
  position: absolute;
  display: none;
  width: 133px;
  left: 133px;
  top: -6px;
  height: auto;
  list-style: none;
  z-index: 111;
  padding: 14px 0 7px 0;
  margin: 0;
  border-top:0;
}
.page_container {
 }
.block {
	padding-bottom:50px;
}

/* _________________________ Top Search _________________________ */
.top_search {
	background-image:url(../images/search_bg.png);
	background-repeat:no-repeat;
	background-size:389px 47px;
	margin:0;
	padding:0;
}
.top_search input:focus,
.top_search input {
	border: 0;
	box-shadow:none;
	background:none;
	margin:0;
	width:271px;
	padding:14px 0 13px 68px;
	line-height:20px;
}
.top_search button {
	width:47px;
	height:47px;
	background:url(../images/search_btn.png) no-repeat;
	border:0;
	box-shadow:none;
}


/* ________________________ //Top Search ________________________ */


/* _________________________ Planning Block _________________________ */
.planning {
	margin:0 0 33px;	
	padding:0;
}
.planning a {
	overflow:hidden;
	float:left;
	position:relative;
}

.service_block {
	position:relative;
	z-index:10;
	display:block;
	margin: 0 0 37px 58px;
	padding:11px 0 16px;
	border-radius:4px;
	border:1px solid #f3f3f3;
	text-align:right;
	color:#959595;
	background:url(../images/caption_bg.png) repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.service_block:before {
	content:'';
	position:absolute;
	left:0;
	bottom:-10px;
	width:100%;
	height:10px;
	background:url(../images/service_block_shadow.png) no-repeat;
}
.planning a:hover .service_block {
	z-index:1;
}

.planning a .icon_in {
	position:absolute;
	left:0;
	bottom:0;
	border-radius:50%;
	border:1px solid #f3f3f3;
	background:#fff;
	padding:6px;
	z-index:1;
}
.planning a img.icon_block {
	display:block;
	margin: 0;
	width:99px !important;
	height:99px !important;
	max-width:99px !important;
	border-radius:50%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.planning a:hover .icon_in {
	z-index:10;
	-webkit-animation: moveFromBottom2 500ms ease;
	animation: moveFromBottom2 500ms ease;
}

.planning a .link_title {
	display:block;
	margin:0 0 13px;
	padding: 0 17px 0 0;
 	line-height:31px;
	font-size:16px;
	color:#000;
	background:url(../images/planning_title_bg.png) no-repeat right bottom;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.planning a .link_title span {
	font-size:29px;
	color:#cc0003;
}
.planning a:hover .link_title {
	color:#cc0003;
	background:url(../images/planning_title_bg_h.png) no-repeat right bottom;
}
.service_txt {
	display:block;
	padding:0 10px 0 72px;
	font-size:12px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}


@-webkit-keyframes moveFromBottom2{from {-webkit-transform: translateY(500px);}to {-webkit-transform: translateY(0);}}
@-moz-keyframes moveFromBottom2{from {-moz-transform: translateY(500px);}to {-moz-transform: translateY(0);}}
@-ms-keyframes moveFromBottom2{from {-ms-transform: translateY(500px);}to {-ms-transform: translateY(0);}}


/* ________________________ //Planning Block ________________________ */

/* _________________________ Welcome Block _________________________ */
.welcome_block {
	position:relative;
	display:block;
	margin-bottom:44px;
	padding:28px 19px 25px;
	font-style:italic;
	text-align:right;
	line-height:41px;
	font-size:22px;
	color:#000;
	border-radius:4px;
	background-image:url(../images/welcome_bg.png);
	background-color:#f3f3f3;
	background-repeat:no-repeat;
	background-size:auto 100%;
	-webkit-background-size:auto 100%;
}
.welcome_block:before {
	content:'';
	position:absolute;
	left:0;
	bottom:-25px;
	width:100%;
	height:25px;
	background-image:url(../images/welc_shadow.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.welcome_block span {
	text-transform:uppercase;
	font-weight:bold;
	color:#cc0003;
}
.welcome_block a.welc_btn {
	display:inline-block;
	margin-left:18px;
	padding:0 26px;
	background-image:url(../images/welc_btn.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	-webkit-background-size:auto 100%;
	line-height:41px;
	font-style:italic;
	font-size:15px;
	color:#fff;
	text-shadow:1px 0 0 rgba(177,0,3,0.65);
}


/* ________________________ //Welcome Block ________________________ */

/* ________________________ //Post_prev Block ________________________ */
.post_prev a.post_img {
	position:relative;
	display:block;
	float:left;
	margin:0 30px 20px 0;
	background:#000;
	border-radius:4px;
}
.post_prev a.post_img:before {
	content:'';
	position:absolute;
	left:0;
	bottom:-25px;
	width:170px;
	height:25px;
	background:url(../images/post_prev_shadow.png) no-repeat;
}
.post_prev a.post_img img {border-radius:4px;
}
.post_prev_inf {
	display:block;
	margin:0 0 19px 200px;
	background:url(../images/post_prev_txt.png) no-repeat left top;
}
.post_prev a.title {
	display:block;
	margin:0 0 2px 60px;
	padding:0;
 	line-height:14px;
	font-size:14px;
	color:#000;
}
.post_prev:hover a.title {color:#cc0003;
}
.post_prev span.post_prev_date {
	padding-left:60px;
	text-transform:uppercase;
	font-style:italic;
	line-height:14px;
	font-size:12px;
	color:#555;
}
.post_prev span.post_prev_comm {
	padding-left:20px;
	font-style:italic;
	line-height:14px;
	font-size:12px;
	color:#b8b8b8;
}


/* ________________________ //Post_prev Block ________________________ */

h1, h2, h3, h4, h5, h6 {
	color:#000;
 	font-weight:400;
}
h2.title {
 	line-height:25px;
	font-size:18px;
}
h2.title span {
	padding:3px 20px 4px 0;
	background:url(../images/h2_bord.png) no-repeat right bottom;
}

h2.post_title a {
	font-size:18px;
	line-height:25px;
	color:#000;
	text-transform:none;
}
h2.post_title a:hover {
	color:#cc0003;
	text-decoration:none;
}
.post h2.title {
	background:none;
}
.post h2.title span {
	margin:0;
	padding:0;
	background:none;
}
.post h2.title span:before {
	display:none;
}
p.last {margin-bottom:15px;
}
[class*="span"] {margin-bottom:10px;
}
[class*="span"] img, [class*="span"] iframe {max-width:100%;
}
.grey {color:#9d9d9d;
}
.block ul.the-icons {
	margin-left:0;
	margin-bottom:5px;
}
.upper {text-transform:uppercase;
}
h2.upper {
	margin-bottom:12px;
	margin-top:0;
}

/* _________________________ Recent Gallery _________________________ */
.recent_gal_block {margin-bottom:35px;
}
.proj_block {
	position:relative;
	background:#000;
	border-radius:4px;
 }
.proj_block:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:-25px;
	height:25px;
	width:100%;
	background:url(../images/proj_block_shadow.png) no-repeat 100% 100%;
}
.proj_block img {
	border-radius:4px;
}
.proj_block a {
	display:inline-block;
}
.portfolio_zoom1 {
	position:absolute;
	top:20%;
	left:29%;
	display:inline-block;
	height:30px;
	margin-top:-15px;
	padding:0 29px;
	background-repeat:no-repeat;
	background-image:url(../images/zoom.png);
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	line-height:30px;
	font-style:italic;
	font-size:15px;
	color:#fff;
	text-shadow:1px 0 0 rgba(177,0,3,0.65);
	z-index:2;
	opacity:0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.proj_block:hover .portfolio_zoom1 {
	top:50%;
	opacity:1;
	filter: alpha(opacity=100);
}


/* ________________________ //Recent Gallery ________________________ */



.news_block {margin-bottom:5px;
}

.block:last-child {padding-bottom:0;
}
ul, .follow_us ul, #footer ul {
	padding:0;
	margin:0;
	list-style:none;
}
.block li, #footer li {
}

#footer {
 	position:relative;
  	color:#9c9c9c;
}
#footer a {
	color:#cc0003;
}
#footer h2.title {
	margin-bottom:20px;
	border-bottom: 0;
	line-height:25px;
	color:#000;
	font-size:17px;
}
#footer h2.title span {
}
#footer h2.title span:before {
	display:none;
}

#footer p {margin-bottom:21px;
}

a.foot_logo {
	display:inline-block;
	margin:0 0 16px;
}

ul.twitter_list li {
	padding:0 0 10px 30px !Important;
	margin-bottom:15px !important;
	list-style:none;
	background:url(../images/twitter.png) no-repeat left top;
}

span.tweet_time {display:none !important;
}
ul.twitter_list,
ul.tweet_list {margin-left:0;
}

#footer li {
	padding:0 0 15px 0;
	margin-bottom:15px;
	line-height:16px;
}
#footer li:last-child {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}

.page_container textarea,
.page_container input[type="text"],
.page_container input[type="password"],
.page_container input[type="datetime"],
.page_container input[type="datetime-local"],
.page_container input[type="date"],
.page_container input[type="month"],
.page_container input[type="time"],
.page_container input[type="week"],
.page_container input[type="number"],
.page_container input[type="email"],
.page_container input[type="url"],
.page_container input[type="search"],
.page_container input[type="tel"],
.page_container input[type="color"],
.page_container input {
	padding: 3px 6px;
	font-size: 12px;
	color: #9a9a9a;
	font-style:normal;
	border-radius: 0;
	box-shadow: none;		  
}
.page_container textarea:focus,
.page_container input[type="text"]:focus,
.page_container input[type="password"]:focus,
.page_container input[type="datetime"]:focus,
.page_container input[type="datetime-local"]:focus,
.page_container input[type="date"]:focus,
.page_container input[type="month"]:focus,
.page_container input[type="time"]:focus,
.page_container input[type="week"]:focus,
.page_container input[type="number"]:focus,
.page_container input[type="email"]:focus,
.page_container input[type="url"]:focus,
.page_container input[type="search"]:focus,
.page_container input[type="tel"]:focus,
.page_container input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	border:1px solid #706242;
}

#footer textarea,
#footer input[type="text"] {
	float:left;
	margin:0 7px 7px 0;
	padding: 3px 6px;
 	font-size: 12px;
	color: #9a9a9a;
	font-style:normal;
	border-radius: 0px;
  	box-shadow: none;		  
}
#footer textarea {
	min-height:99px !important;
	width:362px;
	overflow:hidden;
	resize: none;
}

#footer textarea:focus,
#footer input[type="text"]:focus,
#footer input[type="password"]:focus,
#footer input[type="datetime"]:focus,
#footer input[type="datetime-local"]:focus,
#footer input[type="date"]:focus,
#footer input[type="month"]:focus,
#footer input[type="time"]:focus,
#footer input[type="week"]:focus,
#footer input[type="number"]:focus,
#footer input[type="email"]:focus,
#footer input[type="url"]:focus,
#footer input[type="search"]:focus,
#footer input[type="tel"]:focus,
#footer input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	border: 1px solid #e8e8e8;
}

.contact_btn {
	position:relative !important;
	padding:6px 13px !important;
	background-image:url(../images/welc_btn.png);
	background-color:none !important;
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	border: 0 !important;
	border-radius: 4px;
	box-shadow: none;
	text-decoration:none;
	font-style:italic;
	font-family: 'Georgia', sans-serif;
	font-weight:400;
	line-height:16px;
	text-shadow:1px 0 0 rgba(177,0,3,0.65);
	font-size:13px !important;
	color:#fff !important;
	transition: none;
	-webkit-transition: none;
}
.contact_btn:hover {
	background-color:#f3f3f3 !important;
	background-image:none;
	color:#717171 !important;
	text-shadow:none;
}

.footer_bottom {
	background-image:url(../images/footer-bg.jpg);
	margin:0 -20px;
	border-top:1px solid #e8e8e8;
	padding:13px 0 16px;
	height:290px;
}
.copyright {
	padding:0;
 	font-size:12px;
	color:#fff;
}

.breadcrumb {
	border-radius: 0;
	background: none;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	padding: 12px 0;
	margin:0 -20px 20px;
	list-style:none;
	font-style:italic;
	color:#9c9c9c;
}
.breadcrumb span {
	color:#000;
	padding:0 5px;
}
.breadcrumb a {
	padding-left:20px;
	color:#000;
}

.profile {text-align:center;
}
.profile_title {
	font-size: 14px;
    margin:-5px 0 10px;
	font-family: 'Georgia', sans-serif;
	font-weight:400;
}
.profile img {
	margin:10px auto 15px auto;
	width:169px;
	border-radius:3px;
}
legend {
	font-family: 'Georgia', sans-serif;
	font-weight:400;
}

/* Portfolio */
.height_2column {min-height:312px;
}
.height_3column {min-height:240px;
}
.height_4column {min-height:200px;
}

.projects .hover_img {
	position:relative;
}

.portfolio_zoom, .portfolio_link {
	display:none;
	width:30px;
	height:30px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-15px 0 0 -30px;
	background-image:url(../images/zoom1.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color: #505050;
	z-index:2;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.portfolio_link {
	margin-left: 1px;
	background-image:url(../images/link.png);
}
.portfolio_zoom:hover, .portfolio_link:hover {
	background-color: #cc0003;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link, .hover_img:hover .item_description { display:block;
}

.item_description {	
	text-align:center;
}
.item_description h6 a {
	margin:10px 0 10px 0;
	text-transform:none;
	font-style:italic;
	font-size:16px;
	color:#000;
}
.item_description h6 a:hover {
	color:#cc0003;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  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;
}

.preloader {
	background:url(../images/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: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border: 0;
	background:url(../images/slider_prev.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#959595;
	outline:none;
	border-radius:0;
	opacity:0.7;
	filter: alpha(opacity=70);
	transition: none;
	-webkit-transition: none;
}
#portfolio_carousel .carousel-control.right {
	background-image:url(../images/slider_next.png);
	left:auto;
	right:10px;
}
#portfolio_carousel .carousel-control.right:hover {
	background-position:0 0;
}
#portfolio_carousel .carousel-control:hover {
	background-position:0 0;
	opacity:1;
	filter: alpha(opacity=100);
}
.pad25 { padding-top:25px;
}
.pad5 { padding-top:5px;
}
.marg20 { margin-top:20px !important;
}

.post {padding-bottom:40px;
}
.post h2.title {margin-bottom:21px;
}

ul.links {margin-bottom:15px;
}
ul.links li {
	padding:0 0 3px 17px;
	margin:0;
	color:#cc0003;
	background:url(../images/li_arrow.png) no-repeat left top;
}
ul.links li a {	color:#474747;
}
ul.links li a:hover {
	text-decoration:none;
	color:#cc0003;
} 

.post img {
	margin-bottom:18px;
	max-width:100%;
}

.post_info {
	padding:5px 0;
	border-bottom:1px #cc0003 dotted;
	border-top:1px #cc0003 dotted;
	margin-bottom:12px;
	color:#555;
}
.post_info a {color:#202020;
}
.post_info a:hover {color:#cc0003;
}
.post_info span {color:#202020;
}
.post img {border-radius:3px;
}
.sidebar { padding-top:9px;
}
.sidebar .tweet_arrows {display:none;
}
.widget { margin-bottom:25px;
}
.sidebar h2.title {
	text-transform:none;
	margin-bottom:18px;
	font-style:italic;
	font-size:16px;
}
ul.recent_post, ul.twitter_list, ul.links {
	padding:0;
	margin:0;
	list-style:none;
}
ul.recent_post li {
	padding:0 0 8px 0;
	margin-bottom:13px;
	border-bottom:1px #dadada dotted;
	color:#555;
}
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:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
ul.recent_post div {padding:3px 0 2px 0;
}
ul.recent_post div a {color:#474747;
}
ul.recent_post div a:hover {color:#cc0003;
}

#filters li {
	display:inline-block;
}
#filters li a,
.tags a {
	display:inline-block;
	margin:0 0 4px 0;
	padding:0 11px;
	height:28px;
	line-height:28px;
	background-image:none;
	background-color:#f3f3f3;
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	border-radius:4px;
	line-height:28px;
	font-style:italic;
	font-size:13px;
	color:#707070 !Important;
	transition: none;
	-webkit-transition: none;
}
#filters li a:hover,
#filters li a.selected,
.tags a:hover {
	background-image:url(../images/welc_btn.png);
	text-decoration:none;
	color:#fff !important;
	text-shadow:1px 0 0 rgba(177,0,3,0.65);
}

.form-search .send_btn {
	margin:-6px 0 0;
	padding:3px 10px;
}

#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:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}
.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:160px !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;
}

/* ___________________________________ Bootstrap style ___________________________________ */
.show-grid [class*="span"] {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.btn.disabled {
	color:#333 !important;
}

.nav-list .active a,
.nav-list .active a:hover,
.nav-list .active a:focus {
	background-color:#cc0003;
}

.nav li a:hover,
.nav li a:focus,
.nav-tabs .active a,
.nav-tabs .active a:hover,
.nav-tabs .active a:focus,
.nav-pills .active a,
.nav-pills .active a:hover,
.nav-pills .active a:focus,
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-submenu:hover a,
.dropdown-submenu:focus a {
	background-color: #cc0003;
	background-image: none;
}

.input-append .btn,
.input-append .add-on,
.input-prepend .add-on {
	padding:3px 5px;
}

.nav li a:hover, .nav li a:focus,
.nav-tabs .active a,
.nav-tabs .active a:hover,
.nav-tabs .active a:focus,
.nav-pills .active a,
.nav-pills .active a:hover,
.nav-pills .active a:focus,
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-submenu:hover a,
.dropdown-submenu:focus a,
.nav-tabs.nav-stacked li a,
.nav-tabs .active a,
.nav-tabs .active a:hover,
.nav-tabs .active a:focus,
.tabs-right .nav-tabs,
.tabs-right .nav-tabs .active a,
.tabs-right .nav-tabs .active a:hover,
.tabs-right .nav-tabs .active a:focus,
.tabs-left .nav-tabs,
.tabs-left .nav-tabs .active a,
.tabs-left .nav-tabs .active a:hover,
.tabs-left .nav-tabs .active a:focus,
.tabs-below .nav-tabs,
.tabs-below .nav-tabs .active a,
.tabs-below .nav-tabs .active a:hover,
.tabs-below .nav-tabs .active a:focus {
	border-color:#cc0003;
	color:#fff;
}

.nav-tabs.nav-stacked li a {
	color:#242424;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret,
.nav .dropdown-toggle .caret {
	border-bottom-color: #cc0003;
    border-top-color: #cc0003;
}

.nav-tabs li a,
.nav-pills li a {
	padding-left:9px;
	padding-right:9px;
}


/* __________________________________ //Bootstrap style __________________________________ */

.welcome {
    background-color: #18877a;
    margin: 0 auto;
    padding: 10px 6px;
 }

.welcome h4 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

.welcome p {
    color: #ffffff;
    font-size: 15px;
    padding: 4px 10px;
	text-align:justify;
  }




.ticker {
 	height: 40px;
	overflow: hidden;
	border: 1px solid #DDD;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 5px;
 }

#ticker_02 {
	height: 400px;
}

.ticker li {
	height: 30px;
	border-bottom: 1px dotted #DDD;
	padding: 5px;
	margin: 0px 5px;
}

 
.border-form{ border:1px solid #ddd; padding:10px 0 0 10px; border-radius:5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);} 

input, textarea, .uneditable-input {
    width: 260px;
}


.form-horizontal .controls {
    margin-left: 80px;
}

 


h5.title span {
    background: rgba(0, 0, 0, 0) url("../images/h2_bord.png") no-repeat scroll right bottom;
    padding: 3px 20px 4px 0;
}


h5.title {
    font-size: 16px;
    line-height: 25px;
	text-align:center;
}








