body{
	font-family: 'Droid Serif',Helvetica,Arial,sans-serif;
	font-size:16px;
	color:#919191;
	background-color:#faf8f2;
	line-height: 24px;
}
a, a:hover, a:focus{
	outline:none;
	color:#df4931;
}
p {
    margin: 0 0 50px;
}
h1, h2, h3, h4, h5, h6{
	color:#000;
	margin: 30px 0;	
	font-family: 'Montserrat',Arial,sans-serif;
}
h1{
	font-weight:normal;
}
h1 small{
	font-size:14px;	
	font-family:'Montserrat',Arial,sans-serif;
	position: relative;
    top: -14px;
}
h1 small.pull-right{
	position: static;
    margin-top: 40px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus{
	border-color: rgba(221, 74, 56, 0.9);
	outline: 0;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 74, 56, 0.2);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 74, 56, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 74, 56, 0.2);
}

.tac{text-align:center}

.heading .page-header{
	border-bottom:0;
}
.heading .page-header h1{
	font-size:72px;
	line-height:80px;
	color:#fff;
	font-weight:normal;
	text-align: center;
}
.heading .page-header h1 small{
	font-size:72px;
	line-height:80px;
	color:#ff526a;
	font-family:'Life+Savers',Arial,sans-serif;;
	top:0;
}
.page-header{
	border-bottom: 0 none;
    margin: 0 0 30px;
    padding-bottom: 0;
}

.heading{
	position:relative;
	height:auto;
	background:url('header_bg.jpg') no-repeat fixed center top #8d5a72;
}
.heading.page-item-class{
	padding:0;
}
.heading_pattern{
	background:url('header_pattern.png') repeat-x scroll left bottom transparent;
	min-height:945px;
}
.navigation_main{

}
.nav a{
	outline:none;
}
.navigation_main.navbar-fixed-top{
	background: url(pattern2.png) repeat-x scroll left bottom transparent;
	left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.container.navbar_container{
	/*min-height:86px;*/
}
.navigation_main .container-fluid{
	background-color:#fff;
	/*min-height:106px;*/
	min-height:86;
}
.navigation_main .navbar {
	margin-bottom: 21px;
    margin-top: 25px;
    max-width: 900px;
}
.navigation_main .navbar-inner{
	background:none;
	border:none;
	box-shadow:none;
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
	filter:none;
}
.navigation_main.navbar-fixed-top .navbar-inner{padding: 0 20px;}
.navigation_main.navbar-fixed-top{
	padding-bottom:16px;
}
.navigation_main .navbar .nav > .active > a,
.navigation_main .navbar .nav > .active > a:hover,
.navigation_main .navbar .nav > .active > a:focus {	
	background:none;
	border:none;
	box-shadow:none;
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
	color:#df4931;
	text-decoration:underline;
}

.navigation_main .navbar .nav li.dropdown.open > .dropdown-toggle, 
.navigation_main .navbar .nav li.dropdown.active > .dropdown-toggle, 
.navigation_main .navbar .nav li.dropdown.open.active > .dropdown-toggle{
	background:none;
	border:none;
	box-shadow:none;
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
	color:#df4931;
	text-decoration:underline;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu .active > a, .dropdown-menu .active > a:hover{
	background:#DF4931 !important;
	background-image: none;
	filter: none;
}
.navbar .nav > li > a{
	color:#313440;
}
.dropdown .caret{
	margin-left:7px;
}
.logo{
	text-align: center;
	min-height:260px;
}
.logo img{
	margin-top:115px;
}
.logo2{
	margin-top:10px;
}
.navigation_main_wrapper{
	/*min-height:106px*/
	min-height:86px;
	margin-bottom:30px;
}
/* Collapsed menu classes */
	.navigation_main_wrapper.menu_collapsed{
		height:50px;
		min-height:50px;
		position: relative;
		z-index: 1000;
		top:-4px;
	}
	.mobile_menu_logo{
		display:none;
		margin-left:20px;
	}
	.navigation_main_wrapper.menu_collapsed .mobile_menu_logo{
		display:block;
	}
	.menu_collapsed .navigation_main.navbar-fixed-top{
		background:none;
		padding:0;
	}
	.menu_collapsed .navigation_main .container-fluid{
		background-color:#232527;
		min-height:50px;
	}
	.menu_collapsed .navigation_main .navbar{
		margin-top:0;
		margin-bottom:0;
		float:none;
		width:100%
	}
	.menu_collapsed .nav-collapse .nav > li{
		background:none;
	}
	.menu_collapsed .nav-collapse .nav > li a{
		border-top:solid 1px #313335;
		background:none;
		color:#555555;    
		text-shadow: none;
	}
	.menu_collapsed .nav-collapse .nav > li.active:first-child a,
	.menu_collapsed .nav-collapse .nav > li:first-child a{
		border:none;
	}
	.menu_collapsed .nav-collapse .nav > li a:hover{
		color:#fff;    
	}
	.menu_collapsed .nav-collapse .nav > li.active a,
	.menu_collapsed .nav-collapse .nav > li.active a:focus,
	.menu_collapsed .nav-collapse .nav > li.active a:hover{
		border-top:solid 1px #313335;
		color:#fff;    
	}
	
	#collapse_button{
		background: none repeat scroll 0 0 transparent;
		border: medium none;
		box-shadow:none;
		-webkit-box-shadow: none;
		 -moz-box-shadow: none;
		display: none;
		margin: 10px 30px 0 0;
	}
	#collapse_button .icon-bar{
		height:3px;
		background:#fff;
		margin-bottom:3px;
		display:block;
		width:24px;
	}
	.menu_collapsed .navbar_container{
		width: auto !important;
		min-height:auto !important;
	}
	.menu_collapsed .logo2{
		display:none;
	} 
/* Collapsed menu classes END*/

.tabbable li a{
	color:#929292;
}
.tabbable li.active a{
	background:none;
	color:#DD4A38;
}

.tablet_drop_down{display:none;}
.hello_block{text-align:center;font-size:14px;color:#fff;padding-top:14px;padding-bottom:34px;font-family:'Montserrat',Arial,sans-serif;}

.decorative_line{
	display: inline;
	position:relative;
}
.decorative_line h3,
.decorative_line h4,
.decorative_line h5,
.decorative_line h6{
	display:inline;
}
.decorative_line .decorative_line_pre,
.decorative_line .decorative_line_after{
	background-color: #e8e5dd;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
}

#comments-title.decorative_line{
	clear: both;
    display: inline-block;
    text-align: center;
}
#comments-title.decorative_line .decorative_line_pre,
#comments-title.decorative_line .decorative_line_after{
	right:0;
    left: 0;
	width:310px;
}


.header_arrow_button{
	
	background: url("header_arrow_button.png") repeat scroll 0 0 transparent;
    height: 91px;
    margin: 0 auto;
    width: 92px;
	display:block;
	outline:none;
}
.header_arrow_button:focus{
	outline:none;
}
.page-header h1{
	font-family: 'Life+Savers',Arial,sans-serif;
	font-size:72px;
	line-height:80px;
	margin-top:0;
}
.flexslider{
	border:none;
	background:none;
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
	box-shadow:none;
	min-height:600px;
}
.flexslider{max-width:800px;margin:0 auto;}
.flex-viewport{overflow:visible !important}
.flex-direction-nav{}
.has_slider{overflow:hidden;padding-bottom: 110px !important;}

.flexslider .slides > li{position:relative;}
.flex-caption{
	opacity:0;
	background-color: #353739;
	background-color:rgba(0, 0, 0, 0.6);
	color:#fff;
    bottom: 20px;
    left: 3%;
	width:94%;
    position: absolute;
}
.flex-caption .btn{
	position: relative;
    text-shadow: none;
	color:#fff;
    top: -4px;
}
.flex-caption .btn:hover i {
	text-decoration:none;
}
.caption_inner{padding: 20px 30px;min-height:20px;}
.caption_inner i{margin-left:5px;}
.flex-direction-nav .flex-next{
	background-image: url("slider_btn_right.png");
    background-position: center center;
    height: 92px;
    margin-top: -46px;
    width: 92px;
}
.flex-direction-nav .flex-prev{
	background-image: url("slider_btn_left.png");
    background-position: center center;
    height: 92px;
    margin-top: -46px;
    width: 92px;
}
.container.has_masonry{
	margin-left: -15px;
    margin-right: -15px;
	width:auto !important
}

.format_gallery .flex-direction-nav .flex-next{	
    right: 0;
}
.format_gallery .flex-direction-nav .flex-prev{	
    left: 0;
}
.format_gallery .flex-direction-nav .flex-next,
.format_gallery .flex-direction-nav .flex-prev{
	text-decoration:none;
}
.format_gallery .flex-direction-nav .flex-next,
.format_gallery .flex-direction-nav .flex-prev{
	background-image: none;
    color: #FFFFFF;
    font-size: 50px;
    text-indent: 0;
}
.format_gallery .flex-direction-nav .flex-next i,
.format_gallery .flex-direction-nav .flex-prev i{
	margin-left: 16px;
    margin-top: 17px;
}

.event_block h2{
	font-size:36px;
	font-family:'Life+Savers',Arial,sans-serif;
	font-weight:normal;
	margin-bottom:30px;
	line-height:40px;
}
.event_block{
	background-color:#3bd072;
	color:#fff;
	padding: 15px 10px 60px 10px;
}
.event_block2{	background-color:#08ac67;}
.event_block3{	background-color:#1d7c80;}
.event_block4{	background-color:#2b4664;}

.isotop_item{overflow:hidden;position:relative;}
.isotop_item.horizontal{min-height:630px;}

.isotop_item img{display:block;max-width: auto;}
.isotop_item .isotope-item{margin:5px;}
.isotop_item.horizontal .isotope-item{cursor:e-resize}
.isotop_item.vertical{ /*margin-left : -20px; margin-right:-20px;*/}

.isotop_item_inner{
	border:none;
}
.horizontal .isotop_item_inner{
	height: 630px !important;
}

.tabbable{
	margin-bottom:50px;
}

.google_map{
	position:relative;
	/*margin-bottom:50px;*/
	margin: 0 -20px; /* google map adoptation for full-width container */
}
.has_map.container{
	width:auto !important;
	margin-bottom: 50px;
}
.gmap_iframe{
	
}
.google_map .form_container{
	width: 290px;
	background-color:#dd4a38;
	padding:40px;
	color:#fff;
	position:absolute;
	min-height:540px;
}
.google_map .form_container legend{
	border:none;
	color:#fff;
	margin-bottom: 30px;
    padding-top: 20px;
	font-size:40px;
	font-family: 'Life+Savers',Arial,sans-serif;;
}
.google_map .form_container span{
	margin-bottom:5px;
	display: block;
	font-family: 'Montserrat',Arial,sans-serif;
}
.google_map .form_container label{
	margin-bottom:20px;
}
.google_map .form_container input,
.google_map .form_container textarea{
	resize:none;
	width:276px;
	border: 1px solid #b82b1a;
	-webkit-box-shadow: inset 0 0 1px rgba(184, 43, 26, 0.075);
		 -moz-box-shadow: inset 0 0 1px rgba(184, 43, 26, 0.075);
			  box-shadow: inset 0 0 1px rgba(184, 43, 26, 0.075);
	  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
		 -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
		   -o-transition: border linear 0.2s, box-shadow linear 0.2s;
			  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.google_map .form_container input:focus,
.google_map .form_container textarea:focus{
	-webkit-box-shadow: inset 0 1px 1px rgba(184, 43, 26, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
		 -moz-box-shadow: inset 0 1px 1px rgba(184, 43, 26, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
			  box-shadow: inset 0 1px 1px rgba(184, 43, 26, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
.google_map .form_container .form_close_elements{
	height: 42px;
	margin-top:-20px;
    position: absolute;
    right: -42px;
    top: 50%;    
	line-height: 42px;
    width: 42px;
	cursor:pointer;    
	background-color: #DD4A38;
}

.google_map .form_container .form_close_elements i{
	margin: 0px 0 0 13px;
}
.google_map .form_container .form_close_elements i.icon-chevron-right{
	display:none;
}
.google_map .form_container.is_closed .form_close_elements i.icon-chevron-right{
	display:inline-block;
}
.google_map .form_container.is_closed .form_close_elements i.icon-chevron-left{
	display:none;
}
.google_map iframe{
	border: medium none;
    height: 620px;
    margin: 0;
    width: 100%;
}

.follow_element a{
	background-repeat: no-repeat;
    display: block;
    height: 145px;
    width: 145px;
	background-image:url(follow_us_icons.png);
}
.follow_element a:hover{	
	-webkit-transition: background linear 0.4s;
		 -moz-transition: background linear 0.4s;
		   -o-transition: background linear 0.4s;
			  transition: background linear 0.4s;
}

.forrst{background-position: -8px -7px;}
.forrst:hover{background-position: -8px -187px;}

.digg{background-position: -208px -7px;}
.digg:hover{background-position: -208px  -187px;}

.twitter{background-position: -408px -7px;}
.twitter:hover{background-position: -408px  -187px;}

.flikr{background-position: -607px -7px;}
.flikr:hover{background-position: -607px  -187px;}

.facebook{background-position: -808px -7px;}
.facebook:hover{background-position: -808px -187px;}

.linkedin{background-position: -1008px -7px;}
.linkedin:hover{background-position: -1008px  -187px;}

.follow_us_block{
    margin-top: 50px;
    overflow: hidden;
}
.follow_element{
	float: left;
	margin-left: 48px;
}

	/* ie8 hack */
    @media \0screen { 
		.follow_element{ 
			margin-left: 10px;
		}
		.follow_element:first-child {
			margin-left: 0 !important;
		}
    }  

.follow_element:first-child{
	margin-left:28px
}

.the_btn{
	background-color: #DF4931;
    border: 1px solid #DF4931;
    border-radius: 4px 4px 4px 4px;
	text-align:center;
    color: #FFFFFF;
    font-size: 14px;
	line-height: 20px;
    padding: 4px 12px;
	font-family:'Montserrat',Arial,sans-serif;
	display: inline-block;
	
	-webkit-transition: background-color linear 0.4s, color linear 0.4s;
		 -moz-transition: background-color linear 0.4s, color linear 0.4s;
		   -o-transition: background-color linear 0.4s, color linear 0.4s;
			  transition: background-color linear 0.4s, color linear 0.4s;
}
.the_btn:hover{
	color:#DF4931;	
	background-color: #FFFFFF;
	text-decoration:none;	
}
.the_btn.btn-large{
    border-radius: 6px;
    font-size: 17.5px;
    padding: 11px 19px;
}
.the_btn.btn-small {
    border-radius: 3px;
    font-size: 11.9px;
    padding: 2px 10px;
}
.the_btn.btn-mini {
    border-radius: 3px;
    font-size: 10.5px;
    padding: 0 6px;
}
.the_btn.btn-block{
	display: block;
	  width: 100%;
	  padding-right: 0;
	  padding-left: 0;
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
}

.the_btn.dark{
	background-color:#33353e;
	border-color:#33353e;
}
.the_btn.dark:hover{
	color:#fff;	
	background-color: transparent;
	text-decoration:none;	
	border-color:#fff;
}
.the_btn.light{
	color:#000;	
	background-color:#fff;
	border-color:#fff;
}
.the_btn.light:hover{
	color:#fff;	
	background-color: transparent;
	text-decoration:none;	
	border-color:#fff;
}

.footer{
	background: url(footer_pattern.png) repeat-x;
	border:none;
	padding-top:9px;
	padding-bottom:0px;
	color:#d6d6d9;
	font-style: normal;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6{
	color:#d6d6d9;
}
.footer_inner{
	background-color:#fff;
	padding-bottom:9px;
	min-height:84px;
}
.footer h5{
	font-style:normal;
	margin-top:41px
}
.back_top_top{
	margin-top: 36px;
	color:#D6D6D9;
}
.back_top_top i{
	margin-left:10px;
}
.back_top_top:hover{
	color:#313440;
}
.back_top_top:hover i{
	text-decoration:none;
}
.page-item-class{
	padding-bottom:70px;
	padding-top:55px;
	background-attachment: fixed;
	overflow:hidden;
}
.image_hover_zoom_element{
	/*background: url(zoom_element.gif) no-repeat right bottom;*/
	width:60px;
	height:61px;
	display:none;
	position:absolute;
	z-index: 1000;
	border: solid 11px white;
}
.image_hover_zoom_element a{
	background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    color: #919191;
    cursor: pointer;
    display: block;
    font-size: 19px;
    height: 61px;
    line-height: 69px;
    position: absolute;
    right: 0;
    text-indent: 9px;
    width: 60px;
}
.image_hover_zoom_element a:hover{
	text-decoration:none;
}
.styled_element{
	text-align:center;
}
.btn.btn-orange, .btn.btn-orange:hover{  
  color: #ffffff;
  text-shadow: none;
  
  background-color: #dd4a38;
  *background-color: #dd4a38;
  background-image: -moz-linear-gradient(top, #dd4a38, #dd4a38);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4a38), to(#dd4a38));
  background-image: -webkit-linear-gradient(top, #dd4a38, #dd4a38);
  background-image: -o-linear-gradient(top, #dd4a38, #dd4a38);
  background-image: linear-gradient(to bottom, #dd4a38, #dd4a38);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #dd4a38 #dd4a38 #dd4a38;
  border-color: rgba(221, 74, 56, 0.1) rgba(221, 74, 56, 0.1) rgba(221, 74, 56, 0.25);
  border-bottom-color: #dd4a38;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4a38', endColorstr='#dd4a38', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  -webkit-box-shadow: inset 0 1px 0 rgba(221, 74, 56, 0.2), 0 1px 2px rgba(221, 74, 56, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(221, 74, 56, 0.2), 0 1px 2px rgba(221, 74, 56, 0.05);
          box-shadow: inset 0 1px 0 rgba(221, 74, 56, 0.2), 0 1px 2px rgba(221, 74, 56, 0.05);
}

.btn{
	font-family:'Montserrat',Arial,sans-serif;
}

.divider{height:30px;clear:both;}
.divider5{height:5px}
.divider10{height:10px}
.divider15{height:15px}
.divider20{height:20px}
.divider25{height:25px}
.divider30{height:30px}
.divider50{height:50px}

.line ,
.line5 ,
.line10,
.line15,
.line20,
.line25,
.line30,
.line50 {height:1px !important; min-height:1px !important;background-color:#E8E5DD;clear:both;margin-top:40px;position:relative;}

.line_ontop{
	cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -25px;
}

/* Blog */
.sidebar{}
.sidebar #searchform{position:relative;}
.sidebar #searchform label{ display:none; }
.sidebar #searchform #s{
	background-image: url("search_icon.gif");
    background-position: 193px 10px;
    background-repeat: no-repeat;
}
.sidebar #searchform #searchsubmit{
	height: 30px;
    opacity: 0;
    position: absolute;
    right: 50px;
    top: 0;
    width: 50px;
}
.sidebar h3{font-size:14px;margin-top:0;}
.widgets_set{
	padding-top:30px;
}
.widgets_set:first-child{
	padding-top:0px;
}
.widgets_set #searchform{
	margin:0;
}
.sidebar ul{
	list-style:none;
	margin-left:0;
}
.sidebar ul li{
	border-top: 1px solid #E8E5DD;
    color: #929292;
    padding: 15px 0;
}
.sidebar ul li:first-child{
	border:none;
	padding-top:0;
}
.sidebar ul li a{
	color:#929292;
}
.sidebar ul li a:hover{
	color:#DF4931;
}
.sidebar .sub-menu{
	border-top: 1px solid #E6E6E6;
    margin-left: 15px;
    margin-top: 15px;
    padding-top: 15px;
}
.sidebar #wp-calendar{
	width: 170px;
}
.sidebar #wp-calendar td{
}

.post_data{}
.blog_post_title{
	font-size:50px;
	font-family: 'Life+Savers',Arial,sans-serif;
}
.blog_post_title a{
	font-family: 'Life+Savers',Arial,sans-serif;
}
.blog_post_title a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#DD4A38;
}
.blog_post_title.mobile{
	display:none;
}
.block_blog_post{
	padding-top:50px;
	border-top:solid #e8e5dd 1px;
	margin-top:50px;
	width:700px;
}
.block_blog_post:first-child{	
	padding-top:0px;
	border-top:0px;
	margin-top:0px;
}

.block_blog_post .post_format_image{
	float: left;
    text-align: center;
    width: 140px;
}
.block_blog_post.quote .format_quote_main{
	border: 0 none;
    color: #DD4A38;
    font-size: 36px;
    font-style: italic;
    line-height: 40px;
    padding: 0;
}
.block_blog_post .post_format_image .post_format_icon{
    background: none repeat scroll 0 0 #EAEAEA;
    border-radius: 40px 40px 40px 40px;
    font-size: 30px;
    height: 80px;
    margin: 0 auto 15px;
    width: 80px;
}
.block_blog_post .post_format_image .post_format_icon a{
	display:block;
    height: 80px;
    width: 80px;
	color:#929292;
}
.block_blog_post .post_format_image .post_format_icon a:hover{
	text-decoration:none;
	color:#DD4A38;
}
.block_blog_post .post_format_image .post_format_icon:hover{
	color:#dd4a38;
	background-color:#ffffff;
}
.block_blog_post .post_format_image .post_format_icon i{
	position: relative;
    top: 24px;
}
.block_blog_post .post_format_image .comments_number i,
.block_blog_post .post_format_image .comments_number a{
	color:#232323;
	font-weight:bold;
	font-size:14px;
}
.block_blog_post .post_format_image .comments_number a i{
	color:#DD4A38;
	position: relative;
	left: -4px;
    top: -1px;
}
.block_blog_post .post_format_image .comments_number a:hover{
	color:#DF4931;
}
.block_blog_post .post_format_image .comments_number a:hover i{
	text-decoration:none;
}
.comments_number.mobile{
	display:none;
	float: right;
}
.comments_number.mobile .icon-comment{
	position:relative;
	top:-1px;
	left:-3px;
}
.comments_number.mobile a:hover .icon-comment{
	text-decoration:none;
}
.nocomments{
	text-align:center;
}
#cancel-comment-reply{
	float:left;
}
#comments-reply-title a{
	font-weight:normal
}

.post_item_content{
	float: left;
    width: 560px;
}

.post_format_container{
	margin-bottom:30px;
}
.format_link_main{
	font-size:48px;
	line-height:80px;
	padding: 0 8px;
	text-decoration:underline;
}
.format_link_main:hover{
	background-color:#dd4a38;
	color:#fff;
	text-decoration:none;
}
.format_quote_main{
	margin-top:30px;
	margin-bottom:50px;
}

.format_gallery{
	margin-bottom:35px;
}
.format_flexslider{
	position:relative;
	width:700px;
	overflow:hidden
}
.format_flexslider .flex-control-nav{
	bottom:10px;
	text-align:left;
}
.format_flexslider .flex-control-paging li a{
	background:transparent;
	border:solid 2px #fff;
}
.format_flexslider li img{
	width:854px;
	/*height:325px*/
	height:auto;
}
.format_flexslider .flex-control-nav li a.flex-active{
	background:#fff;
}
.format_flexslider .flex-control-nav li:first-child{
	margin-left:20px;
}
.format_flexslider:hover .flex-direction-nav .flex-prev,
.format_flexslider:hover .flex-direction-nav .flex-next{
	opacity:1;
}
.format_flexslider .flex-direction-nav .flex-prev{
	
}

.format_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 30px;
}
.format_video iframe,
.format_video object,
.format_video embed  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.comments_icon{
	background: none repeat scroll 0 0 #EAEAEA;
    border-radius: 40px 40px 40px 40px;
    font-size: 30px;
    height: 80px;
    margin: 0 auto 15px;
    width: 80px;
	text-align: center;
}
.comments_icon i{
	position: relative;
    top: 24px;
}
/*.comments_icon:hover{
	color:#dd4a38;
	background-color:#ffffff;
}*/

.tagline{}
.tagline i{
	margin-right:8px;
}

/* Blog END*/

/* Comments */
.block_comments{
	margin-bottom:50px;
}
.comments_title{
	text-align:center;
}
.block_comments .nopassword{
	text-align:center;
}
.block_comments .user_avatar {
	float: left;
    text-align: center;
    width: 140px;
	min-height: 50px;
}
.block_comments .user_avatar img{
	border-radius: 25px 25px 25px 25px;
}
.comment_author{
	color: #000000;
    font-size: 12px;
    text-transform: uppercase;
	float: left;
}
.comments_list{}
.comments_list .comment{
	border-top:solid 1px #f0efeb;
	margin-top: 50px;
    padding-top: 50px;
}
.comments_list .comment:first-child{
	border-top:0;
	margin-top: 0px;
}
.comment_date{
	float: right;
	font-style:italic;
	font-size:12px;
	color:#bbbbbb;
	text-align: right;
}
.comment_date a{
	color:#000
}
.comment_date a:hover{
	color:#dd4a38;
	text-decoration:underline;
}
.comment_content{
	float: left;
	width: 540px;
}
.comment_text{
	margin-top:20px;
}
.comment_top{
	overflow: hidden;
}
.comments_list .comment .comment{
	margin-left:140px;
}
.comments_list .comment .comment .comment_content{
	/*width: 380px;	*/
	width: 530px;	
}
.comments_list .comment .comment .comment .comment_content{
	/*width: 220px;	*/
	width: 360px;	
}
.comments_list .comment .comment .comment .comment_date{
	/*float:left*/
	float:none;
	text-align:left
}
.comments_list .comment .comment .comment .comment_text{
	text-indent: 3px;
}
.comments_list .comment .comment .comment .comment_author{
	text-indent: 3px;
	float:none
}
.comments_list .comment .comment .comment .comment .user_avatar{
	text-align:left
}
/* Comments END */

/* Comment Form */
#respond{
	padding-top:70px;
	border-top:1px solid #E8E5DD;
}
#respond h3{
	font-size:48px;
	line-height:80px;
	margin:0;
	font-family: 'Life+Savers',Arial,sans-serif;
	font-weight:normal;
}

#commentform{
	margin-left:140px;
	margin-top:35px;
}
#commentform textarea{
	padding: 15px 20px;
	width:518px;
	resize:none;
}
#commentform .field {
	height:70px;
	margin:0;
}
#commentform .field_textarea {	
	margin-bottom:10px;
}
#commentform .field input{
	padding: 15px 20px;
    width: 430px;
}
.leave_comment_title{
	overflow:hidden
}
.icon_leave_comment{
	float: left;
    width: 140px;
}
.reply_title_block{
	float: left;
	width:560px;
}
.comment_form_pre_text{
	margin-bottom:35px;
	text-align:right;
	float:right;
}
/* Comment Form END*/


.social_shares{
	margin-top: 30px;
    text-align: left;
	margin-left:140px;
}
.social_shares ul{    
	display: inline-block;
	margin:0;
    overflow: hidden;
}
.social_shares li{
	list-style:none;
	float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.social_shares img{display:block;}

.sending_status{display:none;}

.rotate:hover{
	-moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

@media (min-width: 1200px) {
	.block_blog_post .post_format_image{
		width:170px;
	}
	.post_item_content{
		width:670px;
	}
	.block_blog_post{
		width:870px;
	}
	.format_flexslider{
		width:854px;
	}
	.comment_content {
		width: 700px;
	}
	.comments_list .comment .comment{
		margin-left:170px;
	}
	.block_comments .user_avatar{
		width:170px;
	}
	#commentform{
		margin-left:170px;
	}
	#commentform textarea{
		width:658px;
	}
	.icon_leave_comment{
		width: 170px;
	}
	.social_shares{
		margin-left:170px;
	}
	#cancel-comment-reply{
	}
	.reply_title_block{
		float: left;
		width:700px;
	}
	
}
@media (max-width: 1200px) {
	.follow_element {
		float: left;
		margin-left: 10px;
	}
	.follow_element:first-child {
		margin-left: 0;
	}	
}

@media (min-width: 768px) and (max-width: 979px) {
	body{
		padding:0;
	}
	h1 , .page-header h1{
		font-size:50px;
		line-height:60px;
	}
	.heading .page-header h1{
		font-size:50px;
		line-height:60px;
	}
	.heading .page-header h1 small{
		font-size:50px;
		line-height:60px;
		display:inline;
	}
	h1 small.pull-right{
		margin-top:0;
		float:left;
	}
	h1 small{
		position:static;
		display:block;
	}
	.event_block h2{
		font-size: 20px;
		line-height: 24px;
	}
	
	.block_blog_post .post_format_image{
		width:104px;
	}
	.post_item_content{
		width:414px;
	}
	.block_blog_post{
		width:538px;
	}
	
}

@media (max-width: 979px) { /* 724 container */

	.follow_element a{
		background-image:url("follow_us_icons_small.png");
		height: 106px;
		width: 106px;
	}
	.follow_element {
		margin-left: 15px;
	}
	.follow_element:first-child{
		margin-left: 10px;
	}

	.forrst{background-position: -15px -7px;}
	.forrst:hover{background-position: -15px -166px;}

	.digg{background-position: -215px -7px;}
	.digg:hover{background-position: -215px  -166px;}

	.twitter{background-position: -415px -7px;}
	.twitter:hover{background-position: -415px  -166px;}

	.flikr{background-position: -614px -7px;}
	.flikr:hover{background-position: -614px  -166px;}

	.facebook{background-position: -815px -7px;}
	.facebook:hover{background-position: -815px -166px;}

	.linkedin{background-position: -1015px -7px;}
	.linkedin:hover{background-position: -1015px  -166px;}
	
	.format_flexslider{
		width:538px;
	}
	
	.comments_list .comment .comment{		
		margin-left:102px;
	}
	.comment_content {
		width: 414px;
	}
	.block_comments .user_avatar{
		width: 104px;
	}
	.comments_list .comment .comment .comment_content{
		width: 290px;
	}
	.comments_list .comment .comment .comment .comment_content{
		width: auto;
	}
	
	#commentform{
		margin-left:104px;
	}
	#commentform textarea{
		width:393px
	}
	#commentform .field input{
		width:393px
	}
	.social_shares{
		margin-left:104px;
	}
	#cancel-comment-reply{
	}
	
	.navbar-inner{
		padding:0 !important;
	}
	.navbar .nav > li > a{
		padding: 10px 8px;
	}
	.sidebar #searchform #s{
		width:144px;
		background-position: 135px 10px;
	}
	.sidebar #searchform #searchsubmit{
		right: 7px;
	}
}

@media (max-width: 767px) { /* without columns */
	body{
		padding:0;
	}
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top{
		margin-right:0;
		margin-left:0;
	}
	p{	
		margin-left:20px;
		margin-right:20px;
	}
	h1 , .page-header h1{
		font-size:36px;
		line-height:45px;
	}
	.page-header{
		margin-left:20px;
		margin-right:20px;
		text-align: center;
	}
	.event_block h2{
		line-height: 36px;
	}
	.heading .page-header h1{
		font-size:36px;
		line-height:45px;
	}
	.heading .page-header h1 small{
		font-size:36px;
		line-height:45px;
		display:inline;
	}
	.logo img {
		margin-top: 50px;
	}
	.logo {
		min-height: 150px;
	}
	.heading_pattern{
		min-height:560px;
		padding-bottom: 30px;
	}
	.page-item-class{
		/*background-image:none !important;*/
	}
	.flexslider{
		min-height:456px;
	}
	.isotop_item{
		min-height:420px ;
	}
	h1 small.pull-right{
		float: none;
		margin-top: 0;
	}
	.back_top_top{
		margin-top:0;
	}
	.footer{
		text-align:center;
	}
	.follow_us_block {
		margin: 50px auto 0;
		width: 365px;
	}
	.follow_element a{
	}

	.follow_element {
		margin-left: 8px;
		margin-bottom:8px;
	}
	.follow_element:first-child{
		margin-left: 10px;
	}
	
	.post_item_content p{
		margin-left:0;
		margin-right:0;
	}
	
	.block_blog_post{
		margin: 0 20px 0 20px;
	}
	.block_blog_post .post_format_image{
		display:none
	}
	.post_item_content{
		width:auto;
		float:none;
	}
	.block_blog_post{
		width:auto;
	}
	.comments_number.mobile{
		display:block
	}
	
	.tagline {
		margin-bottom: 50px;
	}
	
	.sidebar{
		margin: 0 20px !important;
		width: auto !important;
	}
	
	.block_blog_post.video .blog_post_title,
	.block_blog_post.image .blog_post_title,
	.block_blog_post.gallery .blog_post_title{
		display:none
	}
	.block_blog_post.video .post_meta,
	.block_blog_post.image .post_meta,
	.block_blog_post.gallery .post_meta{
		margin-bottom:30px;
	}
	.block_blog_post.video .blog_post_title.mobile,
	.block_blog_post.image .blog_post_title.mobile,
	.block_blog_post.gallery .blog_post_title.mobile{		
		display:block;
		margin-top: 0;
	}
	
	.format_flexslider{
		width: 100%;
	}
	
	.pagination{
		margin:0 20px;
	}
	
	.comments_list .comment .comment{		
		margin-left:20px;
	}
	.comment_content {
		width: 100%;
	}
	.block_comments .user_avatar{
		width: 100%;    
		text-align: left;
	}
	.comments_list .comment .comment .comment_content{
		width: 100%;
	}
	
	#commentform p{
		margin-left:0;
	}
	#commentform{
		margin-left:0px;
	}
	#commentform textarea {
		width: 95%;
	}
	#commentform .field input{
		width:92%;
	}
	.comments_title .span2{
		display:none;
	}
	.social_shares{
		margin-left:0px;
		text-align:center
	}
	#cancel-comment-reply{
	}
}

@media (max-width: 480px) {
	.flexslider{
		min-height:295px;
	}
	.form_container{
		
	}
	.isotop_item{
		min-height:295px ;
	}
	.google_map {
		padding: 0 20px;
	}
	.google_map .form_container {
		position: static;
		width: auto;    
		margin-bottom: 50px;
	}
	.form_close_elements{
		display:none;
	}
	.google_map iframe {
		height: 300px;
	}
	.google_map .form_container input, .google_map .form_container textarea{
		width:206px;
	}
	.follow_us_block {
		margin: 50px auto 0;
		width: 234px;
	}
	
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .page-item-class { background-attachment: scroll !important; }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .page-item-class { background-attachment: scroll !important; }
}
@media all and (max-width: 768px) and (orientation:portrait) {
  .page-item-class { background-attachment: scroll !important; }
}
@media all and (max-width: 768px) and (orientation:landscape) {
  .page-item-class { background-attachment: scroll !important; }
}