a, input, select, textarea {outline:none !important;
}

.font {
	font-family: 'Suorce Sans Pro', sans-serif;
	font-weight:400; /*Normal*/
	font-weight:700; /*Bold*/
}
.fleft {float:right;
}
.fright {float:right;
}
.clear {
	height:0;
	clear:both;
	font-size:0;
}
img {
	outline:0;
	vertical-align:top;
}

.last_line {height: 16px; background:#000;}

.wrapper {
}
.main_shadow {
position:relative;
	box-shadow:0 0 6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
}

.main_shadow_foot {
	position:relative;
-moz-box-shadow: 0 40px 100px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 40px 100px rgba(0,0,0,0.5);
    box-shadow: 0 40px 100px rgba(0,0,0,0.5);
}


.header_bg {
	border-top:3px solid #f26321;
}

.container {
	padding-right:20px;
	padding-left:20px;
}
.page_full {
	margin-right:-20px;
	margin-left:-20px;
	border-radius:0 0 0 0;
}

.header_top {z-index:10;
}
.logo {
	padding-top:10px;
	z-index: 10000;
	position: relative;
}
.logo_little {
	padding:0 18px 5px 0;
	display:block;
	margin-right:20px;
	float:left;
}
.logo_little img {max-width:100%; float:left;
}

.phone {
	margin:0;
	padding:23px 10px 0 0;
	font-size:14px;
	color:#000;
	font-family: 'Signika', sans-serif;
	font-weight:400;
	text-align:right;
}
.slogan {
	float:left;
	padding:21px 0 0 0;
	font-size:11px;
	color:#000;
}

.content_container {
	padding-top: 20px;
}

.block {padding-bottom:45px;
}
.white_bg {background:#fff;
}
.wrap {
}
#top_menu {
	margin:0;
	z-index:50;
}
/* ___________________________ HEADER_SHADOW _______________________ */
.shadow_opt {position:relative;
}
.header_shadow {
	position:absolute;
	left:0;
	right:0;
	bottom:-5px;
	background:url(../img/header_shadow.png) repeat-x;
	height:5px;
	z-index:99;
}

/* __________________________ //HEADER_SHADOW _______________________ */

/*nav*/

/* _______________________________ HOVER_MENU _____________________________ */
.menu_hover {
	position:absolute;
	top:-100px;
	left:0;
	right:0;
	margin:0;
	padding:0;
	height:100px;
	background:#f26321;
	z-index:1;
	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;
}
li.current .menu_hover,
.menu_wrap li:hover .menu_hover {
	top:0;
	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;
}

/* ______________________________ //HOVER_MENU ____________________________ */
#main_menu {position: relative;
}

img.menu_prbl {margin-top: 6px;}

.menu_wrap li {
  margin: 0 10px 0 0;
  padding-top:71px;
  position: relative;
  display:inline-block;
  zoom: 1;
  z-index:100;
}

#main_menu select {
	display: none;
	font-family:Arial;
	font-size:14px;
}
.menu_wrap .nav li a {
  position:relative;
  line-height:22px;
  color: #665850;
  font-family: 'PT Sans', sans-serif;
  font-weight:400;
  font-size:16px;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding:0 15px 0 15px; 
  z-index:100;
  transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}
.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:none !important;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}

.sub-menu > a {position: relative;
}

.menu_wrap .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 5px;
  height: 4px;
  right: 10px;
  top: 10px;
  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:120%;
  left: 0px;
  right:0;
  top: 100px;
  list-style: none;
  zoom: 1;
  z-index: 9999 !important;
  background:#505050;
  border-top:3px #505050 solid;
  padding: 13px 0 17px 11px !important;
  margin: 0;
}
.sub-menu ul li {
	padding-top:0;
	display: block;
	margin: 0px;
}

.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-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color:#fff;
  line-height: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 2px;
}
.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:#f26321;
}
.menu_wrap .nav > li > ul li > a:hover:before,
.menu_wrap .nav > li > ul li.sfHover > a:before { background: none;  color:#f26321 !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: 13px 0 8px 0;
  margin: 0;
  border-top:0;
}


li.sub-menu ul li:hover a {color:#f26321 !important;}

/* _____________________________________ PICTURES  __________________________________ */
.pictures img {
	float: left;
	margin-bottom: 10px;
}
 
/* __________________________________ SLIDER and FORM _______________________________ */
#main_slider {
	float:left;
	width:700px;
	height:385px;
}
#registration_form {
	float:left;
	width:230px;
	height:352px;
	background:#f2f2f2;
	margin-bottom:51px;
	padding:20px 25px 13px 25px;
}
.form_block h1 {
	padding:8px 32px;
	margin:0 0 15px 0;
	background:#505050;
	color:#f1f1f1;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:400;
}
.form_block_inside p {
	padding:0 0 6px 0;
	margin:0;
	color:#7a7a7a;
	font-size:16px;
	line-height:18px;
}
#username, #password {
	background:#f5f5f5;
	margin-bottom:10px;
	padding:6px 10px 5px 10px;
	border:1px solid #d7d7d7;
	width:180px;
	color:#7a7a7a;
	font-size:16px;
	line-height:20px;
}
.form_block_btns .log_in {
	cursor: pointer;
	margin:15px 0 10px 0;
	padding:9px 29px 8px 29px;
	background:#f26321;
	border:none;
	text-transform:uppercase;
	font-family:'PT Sans';
	color:#fff;
	font-size:18px;
	line-height:18px;
	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;
}
.form_block_btns .log_in:hover {
  text-decoration: none;
  background-color: #a2a2a2;
  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;
}
.form_block_btns .log_in:active {
	padding:9px 27px 8px 31px;
}

a.create_ac {
	display:block;
	width:176px;
	margin:0 0 17px 0;
	padding:13px 13px 12px 13px;
	background:#a2a2a2;
	text-transform:uppercase;
	font-family:'PT Sans';
	font-weight:400;
	color:#fff;
	font-size:18px;
	line-height:18px;
	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;
}
a.create_ac:hover {
  text-decoration: none;
  background-color: #f26321;
  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;
}
a.create_ac:active {
	padding:13px 11px 12px 15px;
}
a.forgot_pas {
	color:#7a7a7a;
	font-size:16px;
	line-height:18px;
}
a.forgot_pas:hover {text-decoration:none;color:#f26321;}
/* _________________________________ //SLIDER and FORM ______________________________ */

/* ___________________________________ FLIGHTS ______________________________________ */

.search {
  margin: 50px 0;
  position: relative;
}
.search.well {
  padding-top: 13px;
}
.search label {
  display:inline;
  margin-top: 10px;
  margin-right: 5px;
  color:#696969;
}
.search legend {
  position: absolute;
  top: -48px;
  left: -1px;
  line-height: 48px;
  text-transform: uppercase;
  width: auto;
  padding: 0 30px;
  border-bottom: 0;
}
.search button {
  float: right;
  margin: 10px 0 10px 20px;
}
.search div {
  margin-top: 20px;
}
.search input,
.search select {
  margin-right: 10px;
  margin-top:5px;
}
.search ul {
  vertical-align: top;
  display: inline-block;
  margin: 0;
  list-style: none;
}
.search ul li {
  float: left;
  margin-right: 5px;
}
.search ul li select {
  width: 127px;
}
.search ul .help-block {
  margin: 5px 0 0;
  text-align: center;
  color: #b9b9b9;
}
.search .pull-right {
  float: right !important;
}
.search .input-medium {
  width: 170px;
}
.search .input-small {
  width: 100px;
}
.search .input-mini {
  width: 74px;
}
.search .space-right {
  margin-right: 30px;
}
/* _____________ CATEGORIES ______________ */
.sidebar-heading {
    background-color: #555555;
    color: #FFFFFF;
    font: 17.5px/43px 'PT Sans',sans-serif;
    height: 43px;
    margin-bottom: 15px;
    padding: 0 30px;
    text-transform: uppercase;
}
.categories {
    margin-bottom: 72px;
    padding-bottom: 0;
}
.categories {
  padding-bottom: 0;
  margin-bottom: 72px;
}
.categories li {
  border-top: 1px solid #e0e0e0;
}
.categories li:first-child {
  border-top: none;
}
.categories a {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: relative;
  line-height: 30px;
  padding-left: 30px;
  font-size:14px;
}
.categories a:before {
  content: "";
  background: url('../img/sprite.png') no-repeat -43px 0;
  width: 8px;
  height: 9px;
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  margin-left: -20px;
}
.categories a:hover {
  background-color: transparent !important;
  padding-left: 50px;
  text-decoration:none;
}
.categories a:hover:before {
  background-position: -43px -19px;
}
/* __________________________________ //FLIGHTS _____________________________________ */

/* ______________________________ WELCOME_BLOCK _____________________________________ */
#welcome_block {margin:0 0 50px 0;
}
#welcome_block img {
	float:left;
	margin:0 30px 0 0;
}

#welcome_block h4 {
	margin:0;
	padding:15px 0 9px 0;
	font-family:'PT Sans';
	font-weight:400;
	color:#232323;
	font-size:18px;
	line-height:22px;
}

/* _____________________________ //WELCOME_BLOCK ____________________________________ */

/* _____________________________ FEATURED ___________________________________________ */
#featured_block {

}
.featured_cont {margin-bottom:9px;
}
.featured_cont img {
	float:left;
	margin:0 21px 5px 0;
}
.featured_cont span {
	float:left;
	display:block;
	padding:6px 11px;
	margin-bottom:12px;
	background:#505050;
	color:#fff;
	font-size:14px;
	line-height:20px;
}
.featured_cont p {float:left;margin-top:-70px;padding-left:140px;}

.featured_cont a {
	color:#f26321;
	padding-left:3px;
}
.featured_cont a:hover {text-decoration:underline;
}
/* ____________________________ //FEATURED __________________________________________ */

/* _____________________________ Popular Destinations _____________________________________ */
#mycarousel li {
	background:#f2f2f2;
	border:1px solid #e0e0e0;
}

.carousel_block {padding-bottom:58px;}
.mycarousel_first {position:relative;margin-bottom:55px;}
.hover_img a {display:block;}
.hover_img a:hover {text-decoration:none;}

.hover_img {
	position:relative;
	background-color:#f35e1f;
	margin:10px;
}
.hover_img:hover {
	background-position:left bottom;
	background-repeat:repeat-x;
}

.recent_text {padding:0 10px;}
.recent_text a {
	display:block;
	border-bottom:1px solid #dfdfdf;
	padding:0 0 10px 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #232323;
}
#mycarousel li:hover a {color:#f35e1f;text-decoration:none;}

.recent_text p {
	font-size: 14px;
	line-height: 20px;
	color: #878787;
}
p.hot_town {
	float:left;
	margin:10px 0 0 0;
	padding: 0 0 10px 14px;
	background:url(../img/hot_town_bg.png) no-repeat;
}
p.hot_date {
	float:right;
	margin:10px 0 0 0;
	padding:0;
}

/* ____________________________ //Popular Destinations ____________________________________ */

h2.title {
	padding:0;
	margin:0 0 20px 0;
	line-height:26px;
	color:#232323;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-size: 25px;
}

h2.title a {
	font-size:25px;
	color:#232323;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
}
h2.title a:hover {text-decoration:none; color: #f35e1f;
}
.upper {text-transform:uppercase;
}
h2.upper {
	margin-bottom:25px;
	margin-top:0;
}
p.last {
	margin-bottom: 7px;
	color: #707070;
	line-height: 20px;	
}
.block [class*="span"] {margin-bottom:45px;
}
[class*="span"] img, [class*="span"] iframe {max-width:100%;
}
.grey {
}

.separator {
	height:7px;
	font-size:0;
	margin-top:7px;
	background:url(../img/points_h.png) repeat-x left top;
}

.line_inside {
	margin: 60px 20px 15px 20px;
	background: url(../img/menu_prbl2.png) repeat-x;
	height: 5px;
}


.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;
}

.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:25px;
	height:26px;
	margin:-13px 0 0 -12px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(../img/zoom.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 a, .portfolio_link a {
	display:block;
	width:25px;
	height:26px;
	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: 'Signika', sans-serif;
	font-weight:400;
	color:#5b5b5b;
}
.post_carousel .title_t a {
	font-size:16px;
	font-family: 'Signika', sans-serif;
	font-weight:400;
	color:#5b5b5b;
}
.post_carousel .title_t a:hover {
	text-decoration:none;
	color:#ed6451;
}
.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:#ed6451;
	text-decoration:none;
}

.arrow_link {color:#312e30;
}
.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:#7a7a7a;
	background:url(../img/li_arrow.png) no-repeat left top;
}
ul.links li a {	color:#7a7a7a;
}
ul.links li a:hover, ul.links li:hover a {color:#f35e1f;
} 
ul.links li:hover {
	color:#f35e1f;
	background:url(../img/li_arrow_h.png) no-repeat left top;
}

/* ____________ Latest from the Blog _____________________ */
.latest_form_block {margin-bottom: 20px;}

.latest_form_block img {
	float:left;
	margin: 0 20px 20px 0;
	border-radius: 4px;
}

.latest_form_block a {
	font-family: 'Suorce Sans Pro' sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #5f5f5f;
}
.latest_form_block a:hover {text-decoration:none; color: #23abb8;}

.latest_form_block p {
	font-size: 12px;
	line-height: 20px;
	color: #7f7f7f;
}

/* ___________ end Latest from the Blog __________________ */

/* ____________________ client logo ___________________________ */

.clients {
  padding-bottom: 64px;
  margin-right:-20px;
  margin-bottom:0 !important;
  margin:0 auto;
  text-align:center;
  width:600px;
}
.clients ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.clients li {
    float: left;
    margin: 0 30px 30px 0;
    text-align: center;
}

.clients a {
  display:block;
  position: relative;
  z-index: 1;
}
.clients a img {
  border: 1px solid #ffffff;
  position: relative;
  z-index: 2;
}
.clients a .img-hover {
  position: absolute;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.clients a:hover .img-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #bbbbbb;
}

/* ____________________ end client logo _______________________ */

.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:#ed6451;
}
.author span {
	display:block;
	padding-top:10px;
}


#footer {
	color:#616161;
	font-size:14px;
	line-height:20px;
}

#footer h2.title {
	font-family:'Suorce Sans Pro', sans-serif;
	color:#fff;
	font-size:22px;
	font-weight:600;
	background:none;
}
#footer .span3 { padding-bottom:18px;
}

.footer_bg {
	margin-left:-20px;
	padding:18px 20px 22px;
	background: #000;
}
img.foot_logo {margin-bottom: 3px;}


#footer li {
	padding:0 0 15px 0;
	margin-bottom:15px;
	
}
#footer li:last-child {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}

.copyright {padding-bottom:0px;
}
.copyright a {
	color:#f26321;
	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;
	font-size:14px;
}
.foot_menu li a:hover, .foot_menu li a.current {
	color:#f26321 !important;
	text-decoration:none;
}

/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 39px;
  height: 39px;
  overflow: hidden;
  background:url(../img/back_top.png) #505050;
  background-repeat:no-repeat;
  position: fixed;
  margin-right: -662px !important;
  right: 50%;
  bottom: 64px;
  z-index: 999;
  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;
}
#toTop:hover {
	background:url(../img/back_top.png) #f35e1f;
	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;
}

.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 31px 0 11px;
	border-left:1px #505050 solid;
	color:#fff;	
}
.tags a:hover {
	background-position:100% -33px;
	border-left:1px #f35e1f solid;
	text-decoration:none;
}

.page_in .container {
	padding-left:0 !important;
	padding-right:0 !important;
}
.page_in {padding-bottom:50px;
}

.blog_with_right_sidebar {
	display:block;
}

.breadcrumb {
  padding: 29px 0 33px 0;
  border-bottom:1px #e8e8e8 solid;
  margin: 0 20px 20px 20px;
  list-style: none;
  color:#f35e1f;
  font-size:12px;
}
.breadcrumb span {
  color:#7f7f7f;
  padding:0 5px;
}
.breadcrumb a {
  padding-left:3px;
  color:#7f7f7f;
  font-size:14px;
}
.breadcrumb_title {
	font-size:45px;
	text-transform:uppercase;
	color:#f35e1f;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	line-height:45px;
	padding-bottom:2px;
	letter-spacing:-1px;
}

.profile {text-align:center;
}
.profile h4 {
	margin:0;
	padding:0;
}
.profile_title {
	font-size: 14px;
    margin-bottom:5px;
	font-family: 'Signika', sans-serif;
	font-weight:400;
	color:#454545;
}
.profile img {
	border-radius: 4px;
	margin:10px auto 15px auto;
	width:169px;
}
legend {
	font-family: 'Signika', sans-serif;
	font-weight:400;
}

.item_description {	
	text-align:center;
	color:#5b5b5b;
}
.item_description h6 {
	margin:0;
	padding:0;
}
.item_description h6 a {
	font-family:'PT Sans', sans-serif;
	color: #232323 !important;
	font-size: 16px !important;
	font-weight:400;
	margin:10px 0 10px 0;
	text-transform:uppercase;
}

.item_description h6 a:hover {text-decoration:none !important;color:#f35e1f !important;}

/**** 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:#f35e1f;
	text-decoration:none;
	border-color:#f35e1f;
}
.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: 30px;
  height: 31px;
  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:-38px 0; 
	left:auto;
	right:0; 
}
#portfolio_carousel .carousel-control.right:hover {
	background-position:-38px -31px;  
}
#portfolio_carousel .carousel-control:hover {background-position:0 -31px;
}
.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 #e8e8e8 solid;
	border-top:1px #e8e8e8 solid;
	margin-bottom:12px;
	color:#5a5a5a;
}
.post_info span {color:#5b5b5b;
}
.post img {
}
.sidebar { padding-top:9px;
}
.sidebar .tweet_arrows {display:none;
}
.widget { margin-bottom:25px;
}
.sidebar h2.title {
	font-family:'PT Sans';
	font-size:25px;
	line-height:22px;
	color:#232323;
	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 #e8e8e8 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:#7f7f7f;
}
ul.recent_post div a:hover {color:#f35e1f;
}

.sidebar  input.search-query {
  padding:5px 6px 5px 6px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
.search_blog {width:195px;height:24px;}

#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;
}


