.fonts {
	font-family: 'Open Sans', sans-serif;	
}

/* GRID */
body, html {
    padding: 0;
    margin: 0;
	overflow-x:hidden !important;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container:before,
.container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before,
.row:after {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
	border:0;
	outline:none;
	vertical-align:top;
	max-width:100%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
iframe {border:0;
}
input,
textarea {
	outline:none !important;
	resize:none;
	-webkit-appearance: none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
.fleft {float:left;
}
.fright {float:right;
}

.color {color:#f64747;
}
.dark {
	color:#2d2e2e;
}

/** MAIN **/
body {
	color: #666666;
	background: #fff;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:21px;
	margin: 0;
	padding: 0;	
}
html {font-size: 100%;
}
::selection{
	background: #f64747;
	color: #ffffff;
}
::-moz-selection {
	background: #f64747;
	color: #ffffff;
}
.wrapper {overflow:hidden;
}
a {
	color: #f64747;
	text-decoration:none !important;
}
a:hover { color: #666666;
}
strong { font-weight: 700;
}
.center {text-align: center;
}
.justify {text-align: justify;
}
p {
	padding:0;
	margin:0 0 10px 0;
}

/** HEADER **/
.tagline {
	background:#81cee8;
	font-size:13px;
	line-height:20px;
	color:#fff;
	padding:7px 0 8px 0;
}
.tagline span {
	padding-right:60px;
}

#top {
	background:#fff;
	border:none;
	position:absolute;
	left:0;
	top:0;
	width:100%!important;
	z-index:999;
}
#top header,
.fixed-menu-wrapper {
	padding: 22px 0;
}
.fixed-menu {
	border:none;
	position:fixed;
	left:0;
	top:-100px;
	background:#fff;
	z-index:9999;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width:100% !important;
	transition: all 250ms;
	-webkit-transition: all 250ms;
}
.fixed-menu.fixed_show {
	top:0;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* Logo */
#logo {
	float:left;
	vertical-align:top;
}

/*Menu*/
.navmenu{
	margin: 0;
	padding:0;
	float:right;
}
.navmenu ul li {
	display: inline-block;
	vertical-align:top;
	list-style: none;
    margin: 0 17px 0 19px;
    position: relative;
}
.navmenu ul li a {
	display: inline-block;
	color: #2d2e2e;
	font-size: 14px;
	padding: 0;
	font-weight:400;
	text-decoration:none !important;
	outline:none;
	text-transform:none;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	position:relative;
	opacity:0.7;
}
.navmenu li a:hover,
.navmenu li.active a {
    color: #2d2e2e;
	opacity:1;
}
a.menu_toggler {display:none;
}
.mobile_menu_wrapper {display:none;	
}
.navmenu ul li:last-child {margin-right:0;
}

.stretch {
	background-position:center center;
	background-size:cover;
	-webkit-background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

/* Main Slider */
.full_slider {
	background-position:center center;
	background-repeat:no-repeat;
}
.full_slider.preloader {
	background-image:url(../img/preloader.gif);
}
.full_slider_caption {
    position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	color: #2d2e2e;
    margin: 0;
    text-shadow: none;
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
	float:none;
	padding-top:42px;
	padding-bottom:40px;
}
.full_slider_caption:before {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:50%;
	background:rgba(255,255,255, 0.8);
	content:'';
	z-index:1;
}
.full_slider_caption img {
	width:auto !important;
	margin:0 auto;
}
.full_slider_caption .container {
	position:relative;
	z-index:5;
}
.full_slider_caption h1 span {
	display:block;
}
.full_slider_caption p {
	margin-bottom:23px;
}

.shortcode_button { 
	display:inline-block;
	margin:0 10px 10px 0;
	text-decoration:none;
	border:1px #f64747 solid;
	background-color:#f64747;
	color:#ffffff;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	line-height:21px;
	font-size:14px;
	padding:6px 20px;
	font-weight:400;
	text-transform:none;
	vertical-align:top;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.shortcode_button:hover {
	background-color:transparent;
	color:#2d2e2e;
	border-color:#2d2e2e;
}

h1 {
	line-height:44px;
	color:#2d2e2e;
	font-weight:400;
	font-size:36px;
	margin:0;
	padding:0 0 16px 0;	
	text-transform:none;
}
h1 span {
	font-weight:700;
}
h2 {
	line-height:44px;
	color:#2d2e2e;
	font-weight:700;
	font-size:36px;
	margin:0;
	padding:0 0 18px 0;	
	text-transform:none;
}
h3 {
	line-height:32px;
	color:#2d2e2e;
	font-weight:400;
	font-size:26px;
	margin:0;
	padding:0 0 12px 0;	
	text-transform:none;
}
h4 {
	line-height:25px;
	color:#2d2e2e;
	font-weight:700;
	font-size:20px;
	margin:0;
	padding:0 0 10px 0;	
	text-transform:none;
}
h5 {
	padding:0 0 9px 0;
	margin:0;
	line-height:31px;
	color:#2d2e2e;
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
}
h6 {
	line-height:21px;
	color:#2d2e2e;
	font-weight:700;
	font-size:18px;
	margin:0;
	padding:0 0 10px 0;	
	text-transform:none;
}

/* Margin & Padding */
/* Bottom */
.mb100 {
	margin-bottom:100px;
}
.mb95 {
	margin-bottom:95px;
}
.mb90 {
	margin-bottom:90px;
}
.mb85 {
	margin-bottom:85px;
}
.mb80 {
	margin-bottom:80px;
}
.mb75 {
	margin-bottom:75px;
}
.mb70 {
	margin-bottom:70px;
}
.mb65 {
	margin-bottom:65px;
}
.mb60 {
	margin-bottom:60px;
}
.mb55 {
	margin-bottom:55px;
}
.mb50 {
	margin-bottom:50px;
}
.mb45 {
	margin-bottom:45px;
}
.mb40 {
	margin-bottom:40px;
}
.mb35 {
	margin-bottom:35px;
}
.mb30 {
	margin-bottom:30px;
}
.mb25 {
	margin-bottom:25px;
}
.mb20 {
	margin-bottom:20px;
}
.mb15 {
	margin-bottom:15px;
}
.mb10 {
	margin-bottom:10px;
}
.mb5 {
	margin-bottom:5px;
}
.mb0 {
	margin-bottom:0;
}
.pb100 {
	padding-bottom:100px;
}
.pb95 {
	padding-bottom:95px;
}
.pb90 {
	padding-bottom:90px;
}
.pb85 {
	padding-bottom:85px;
}
.pb80 {
	padding-bottom:80px;
}
.pb75 {
	padding-bottom:75px;
}
.pb70 {
	padding-bottom:70px;
}
.pb65 {
	padding-bottom:65px;
}
.pb60 {
	padding-bottom:60px;
}
.pb55 {
	padding-bottom:55px;
}
.pb50 {
	padding-bottom:50px;
}
.pb45 {
	padding-bottom:45px;
}
.pb40 {
	margin-bottom:40px;
}
.pb35 {
	padding-bottom:35px;
}
.pb30 {
	padding-bottom:30px;
}
.pb25 {
	padding-bottom:25px;
}
.pb20 {
	padding-bottom:20px;
}
.pb15 {
	padding-bottom:15px;
}
.pb10 {
	padding-bottom:10px;
}
.pb5 {
	padding-bottom:5px;
}
.pb0 {
	padding-bottom:0;
}
/* Top */
.mt100 {
	margin-top:100px;
}
.mt95 {
	margin-top:95px;
}
.mt90 {
	margin-top:90px;
}
.mt85 {
	margin-top:85px;
}
.mt80 {
	margin-top:80px;
}
.mt75 {
	margin-top:75px;
}
.mt70 {
	margin-top:70px;
}
.mt65 {
	margin-top:65px;
}
.mt60 {
	margin-top:60px;
}
.mt55 {
	margin-top:55px;
}
.mt50 {
	margin-top:50px;
}
.mt45 {
	margin-top:45px;
}
.mt40 {
	margin-top:40px;
}
.mt35 {
	margin-top:35px;
}
.mt30 {
	margin-top:30px;
}
.mt25 {
	margin-top:25px;
}
.mt20 {
	margin-top:20px;
}
.mt15 {
	margin-top:15px;
}
.mt10 {
	margin-top:10px;
}
.mt5 {
	margin-top:5px;
}
.mt0 {
	margin-top:0;
}
.pt100 {
	padding-top:100px;
}
.pt95 {
	padding-top:95px;
}
.pt90 {
	padding-top:90px;
}
.pt85 {
	padding-top:85px;
}
.pt80 {
	padding-top:80px;
}
.pt75 {
	padding-top:75px;
}
.pt70 {
	padding-top:70px;
}
.pt65 {
	padding-top:65px;
}
.pt60 {
	padding-top:60px;
}
.pt55 {
	padding-top:55px;
}
.pt50 {
	padding-top:50px;
}
.pt45 {
	padding-top:45px;
}
.pt40 {
	padding-top:40px;
}
.pt35 {
	padding-top:35px;
}
.pt30 {
	padding-top:30px;
}
.pt25 {
	padding-top:25px;
}
.pt20 {
	padding-top:20px;
}
.pt15 {
	padding-top:15px;
}
.pt10 {
	padding-top:10px;
}
.pt5 {
	padding-top:5px;
}
.pt0 {
	padding-top:0;
}

.mb24 {
	margin-bottom:24px;
}

.round_img {
	border-radius:4px;
	-webkit-border-radius:4px;
	display:block;
}

.divider {
	display:inline-block;
	width:32px;
	height:26px;
	margin-bottom:26px;
	background-image:url(../img/sprite.png);
	background-position:-263px -64px;
	background-repeat:no-repeat;
	position:relative;
}
.divider:before,
.divider:after {
	width:200px;
	height:1px;
	position:absolute;
	right:52px;	
	top:13px;
	background:rgba(45,46,46, 0.1);
	content:'';
}
.divider:after {
	right:auto;
	left:52px;
}

/* Icon Box */
.icon_box {
	min-height:88px;
	padding:28px 0 48px 156px;
	position:relative;	
}
.icon_box h4 {
	font-weight:700;	
}
.icon_img {
	position:absolute;
	left:0;
	top:5px;
	width:125px;
	height:125px;
	border:1px #2d2e2e solid;
	border-radius:50%;
	-webkit-border-radius:50%;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.icon_img img {
	width:100%;
	height:auto;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.icon_box a p {
	color:#666666;	
}
.icon_box a h4 {
	transition: color 300ms;
	-webkit-transition: color 300ms;
}
.icon_box a:hover h4 {
	color:#f64747;	
}
.icon_box a:hover .icon_img {
	border:3px #f64747 solid;
}

/* About bg */
.about_bg {
	padding:155px 0;
	background-image:url(../img/bgs/1.jpg);
	color:#fff;
}
.about_bg h2 {
	color:#fff;
}
.about_bg h2 span {
	font-weight:400;
}
.about_bg p {
	margin-bottom:22px;
	color:#fff;
}
.about_bg .shortcode_button:hover {
	color:#fff;
	border-color:#fff;
}

/* Team */
.team_wrap {
	padding-bottom:40px;
	text-align:center;
}
.team {
	margin-bottom:30px;
	color:#2d2e2e;
}
.team_avatar {
	position:relative;
	margin-bottom:17px;
}
.team_avatar a {
	display:block;
}
.team_avatar img {
	width:100%;
	height:auto;
}
.fade {
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	z-index:5;
	width:0;
	height:0;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	background:rgba(0,0,0, 0.7);
	border-radius:4px;
	-webkit-border-radius:4px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.team_avatar a:hover .fade,
.hover_img a:hover .fade {
	left:0;
	top:0;
	width:100%;
	height:100%;
	transform:rotate(0);
	-webkit-transform:rotate(0);
}
.team_info {
	display:block;
	position:absolute;
	left:15px;
	right:15px;
	top:50%;
	z-index:10;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	color:#fff;
	opacity:0;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}
.team_avatar a:hover .team_info {
	opacity:1;
}

/* Socials */
.socials {
	padding-top:14px;
}
.socials li {
	padding:0;
	margin:0 2px 10px 4px;
	display:inline-block;
	vertical-align:top;
}
.socials a {
	width:26px;
	height:26px;
	display:block;
	text-indent:9999px;
	background-image:url(../img/sprite.png);
	background-repeat:no-repeat;
	transition: margin 200ms;
	-webkit-transition: margin 200ms;
}
.socials a:hover {
	margin:-3px 0 0 0;
}
.socials a.fb_icon {
	background-position:0 0;
}
.socials a.tweet_icon {
	background-position:-36px 0;
}
.socials a.google_icon {
	background-position:-72px 0;
}
.socials a.mail_icon {
	background-position:-108px 0;
}

/* Promo Text */
.promo_text {
	padding:23px 30px 14px 30px;
	margin:0 0 75px 0;
	background:#f6f6f6;
	border-radius:4px;
	-webkit-border-radius:4px;
}
.promo_text h3 {
	font-size:24px;
	padding-bottom:7px;
}
.promo_text h3 span {
	font-weight:700;
}
.promo_text .fright {
	padding:14px 0 0 20px;
}
.promo_text .fright a {
	margin-right:0 !important;
}

.tabs_testimonials h3 {
	padding-bottom:32px;
}

/* Testimonials */
.tabs_testimonials .testimonials_wrap {
	padding-left:70px;
}
.testimonial {
	margin-bottom:25px;
}
.author {
	padding:17px 30px 0 30px;
	color:#2d2e2e;
	font-style:italic;
	text-align:right;
}
.testimonial.even .author {
	text-align:left;
}
.testimonial_in {
	position:relative;
	background:#f6f6f6;
	border-radius:4px;
	-webkit-border-radius:4px;
	padding:27px 30px 12px 30px;
}
.testimonial_in:before {
	position:absolute;
	right:60px;
	bottom:-11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 0;
	border-color: transparent #eaeaea transparent transparent;
	content:'';
}
.testimonial.even .testimonial_in:before {
	left:60px;
	right:0;
	border-width: 12px 12px 0 0;
	border-color: #eaeaea transparent transparent transparent;
}

.tabs_wrap,
.testimonials_wrap {
	margin-bottom:25px;
}

/*Tabs*/
.tabs_testimonials .tabs_wrap {
	margin-right:-30px;
}
.all_heads_cont {
	display:block;
	clear:both;	
}
.shortcode_tab_item_title {
	background:#aaaaaa;
	display:inline-block;
	vertical-align:top;
	margin:0 5px 0 0;
	cursor:pointer;
	padding:8px 23px 6px 23px;
	font-size:14px;
	line-height:21px;
	position:relative;
	z-index:10;
	color:#ffffff;
	font-weight:400;
	border:0;
	text-transform:none; 
	border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.shortcode_tab_item_title:hover,
.shortcode_tab_item_title.active {
	background:#f8f8f8;
	color:#2d2e2e;
}
.shortcode_tab_item_title.active {
	cursor:default;
	background:#f8f8f8 !important;
	color:#2d2e2e;	
}
.all_body_cont {
	position:relative;
	padding:30px 30px 10px 30px;
	background:#f6f6f6;
	border-radius:0 4px 4px 4px;
	-webkit-border-radius:0 4px 4px 4px;
}
.shortcode_tab_item_body {
	display:none;	
}
.shortcode_tab_item_body.active {
}

.img_box {
	margin-bottom:30px;
	padding-bottom:18px;
	border-bottom:1px #eaeaea solid;	
}
.img_box.last {
	margin-bottom:0;
	border-bottom:none;	
}
.img_box img {
	float:left;
	margin:0 30px 10px 0; 
}
.img_box h6 {
	font-weight:600;
	padding:2px 0 13px 0;
}
.img_box h6 a {
	color:#2d2e2e;
}
.img_box h6 a:hover {
	color:#f64747;
}

/* Video_box */
.video_box {
	border-radius:4px;
	-webkit-border-radius:4px;
	overflow:hidden;
	position:relative;	
}
.video_preview {
	position:absolute;
	left:0;
	top:0;
	z-index:50;	
}
.btn-load-video {
	position:relative;
	display:block;	
}
.see_video {
	position:absolute;
	top:50%;
	left:20px;
	right:20px;
	text-align:center;
	z-index:55;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	display:block;	
}
.video_preview .video_title {
	color:#fff;
	line-height:44px;
	font-weight:700;
	font-size:36px;
	margin:0;
	padding:0 0 44px 0;	
	text-transform:none;
	display:block;
}
.video_preview .video_descr {
	color:#fff;
	font-weight:400;
	font-size:14px;
	padding:0 0 14px 0;	
	line-height:21px;
	margin:0;
	text-transform:none;
	display:block;
}
.play_icon {
	width:44px;
	height:44px;
	display:inline-block;
	margin:0 auto;
	background-position:0 -106px;
	background-repeat:no-repeat;
	background-image:url(../img/sprite.png);
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
}
.btn-load-video:hover .play_icon {
	opacity:0.5;
}

/*Price Table*/
.price_table_wrap {	
}
.price_item_wrapper {
	margin-bottom:30px;
	background:#f6f6f6;
	text-align:center;
	padding:0 30px 20px 30px;
	border-radius:4px;
	-webkit-border-radius:4px;
	overflow:hidden;
}
.price_item_title {
	margin:0 -30px 29px -30px;
	padding:11px 10px 12px 10px;
	background:#aaaaaa;
}
.most_popular .price_item_title {	
	background:#f64747;
}
.price_item_title h5 {
	padding:0;
	margin:0;
	line-height:27px;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
}
.price_item_cost {
	padding:0 0 3px 0;
	text-align:center;	
}
.price_item_cost h3 {
	line-height:50px;
	margin:0;
	padding:0;
	color:#2d2e2e;
	font-size:36px;
	font-weight:700;
	vertical-align:top;
}
.price_item_cost h3 span {
	line-height:16px;
	display:inline-block;
	vertical-align:top;
	padding-top:0;	
	font-size:14px;
}
.price_item_text {
	text-align:center;	
	padding:9px 10px 10px 10px;
	font-size:14px;
	color:#666666;
	border-bottom:1px #eaeaea solid;
}
.price_item_btn {
	padding-top:24px;
	border-top:1px #f6f6f6 solid;
	margin-top:-1px;
}
.price_item_btn a {
	margin-right:0
}

/**** 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;
}

/* Filter */
.filter_block {
	text-align:center;
	padding-bottom:20px;
}
.filter_navigation {
	margin:0 auto !important;
	text-align:center;
	display:inline-block;
	padding:0;
	position:relative;
	overflow:hidden;
	vertical-align:top;	
}
.filter_navigation ul, .filter_navigation ul li ul { 
	padding:0 !important;
	margin:0 !important;
	list-style:none!important;
}
.filter_navigation ul li, .filter_navigation ul li ul li { 
	padding:0 !important;
	margin:0 !important;
}
.filter_navigation ul li:before,
.filter_navigation ul li ul li:before { 
	content:'' !important;
	padding:0 !important;
}
.filter_navigation ul li ul li {
	display:inline-block;
	position:relative;
	margin:0 7px 20px 10px !important;
	vertical-align:top;
}
.filter_navigation ul li ul li a {
	display:block;
	margin:0;
	text-decoration:none;
	line-height:21px;
	font-size:14px;
	padding:6px 20px;
	font-weight:400;
	text-transform:none;
	vertical-align:top;
	text-align:center;
	color:#2d2e2e;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	border:1px #2d2e2e solid;
	border-radius:3px;
	-webkit-border-radius:3px;	
}
.filter_navigation ul li ul li.selected a,
.filter_navigation ul li ul li a:hover {
	color:#fff;
	border-color:#f64747;
	background:#f64747;
}

/* Portfolio */
.image-grid {
	margin:0 -5px 0 0;	
}
.image-grid .element { 
	background:none; 
	overflow:hidden; 
	display:inline-block; 
	margin:0 0 0 0; 
	width:calc(25% - 1px);
}
.hover_img {
	position: relative;
	overflow:hidden;
}
.hover_img img {
	width:100%;
	height:auto;
	padding:0; 
	margin:0; 
	display:block;	
}
.hover_img a {
	display:block;
	position:relative;
}
.hover_img a .fade {
	border-radius:0;
	-webkit-border-radius:0;
}
.portfolio_block .hover_img a img {
	transition: all 500ms;
	-webkit-transition: all 500ms;
}
.portfolio_block .hover_img a:hover img {
	transform:scale(1.1) rotate(2deg);
	-webkit-transform:scale(1.1) rotate(2deg);
}
.zoom {
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	z-index:20;
	width:44px;
	height:44px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	margin:-22px 0 0 -22px;
	opacity:0;	
	background-image:url(../img/sprite.png);
	background-position:-145px 0;
	background-repeat:no-repeat;
}
.portfolio_block .hover_img a:hover .zoom {
	opacity:1;
}

/* Blog */
.blog_section {
	padding-bottom:83px;
}
.post_preview {
	margin-bottom:40px;	
}
.post_preview img,
.post_preview iframe {
	margin:0;
	width:100%;
	border-radius:4px;
	-webkit-border-radius:4px;
	display:block;
}
.post_preview .hover_img {
	margin-bottom:21px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
.post_preview .hover_img a .fade {
	border-radius:4px;
	-webkit-border-radius:4px;
}
.post_info {
	padding:0 0 18px 65px;
	position:relative;
	min-height:60px;
}
.post_info a {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#2d2e2e;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.post_info a:hover {
	color:#f64747;
}
.post_date {
	position:absolute;
	left:0;
	top:-1px;
	width:45px;
	height:45px;
	background:#f8f8f8;
	border-radius:4px;
	-webkit-border-radius:4px;
	padding-top:8px;
	text-align:center;
	line-height:18px;
	font-size:19px;
	font-weight:400;
	color:#2d2e2e;
}
.post_date span {
	display:block;
	line-height:11px;
	font-size:10px;
	text-transform:uppercase;
}

/* Contact Section */
#contact,
.footer {
	background:#2d2e2e;
}

.info_box {
	position:relative;
	margin-bottom:57px;
	background:#f64747;
	padding:34px 15px 25px 15px;
	width:33.3333%;
	display:inline-block;
	vertical-align:top;
	margin-right:-4px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	line-height:21px;
	text-align:center;
}
.info_box h5 {
	color:#ffffff;
	text-align:center;
}
.info_box_icon {
	width:60px;
	height:60px;
	background:#f64747;
	border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	left:50%;
	top:-30px;
	margin-left:-30px;
	display:block;
	line-height:60px;
	text-align:center;
}
.info_box_icon i {
	font-size:30px;
	color:#fff;
	line-height:60px;
	text-align:center;
	font-weight:normal;
}

.info_box.last,
.info_box.first,
.info_box.last .info_box_icon,
.info_box.first .info_box_icon {
	background:#ff6c6c;
}

#contact {
	padding-bottom:40px;
}
#contact h6 {
	color:#f0f5f7;
	font-weight:600;
	padding:0 0 20px 0;
}
#contact p,
.recent_tweets li {
	color:#9ba0aa;
}

/* Recent Tweets */
.recent_tweets li {
	padding-bottom:20px;
}
.recent_tweets a {
	color:#f0f5f7;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}
.recent_tweets a.time {
	color:#7f828a;
}
.recent_tweets a:hover,
.recent_tweets a.time:hover {
	color:#f64747;
}

/* Subscribe Form */
.subscribe_form {
	padding:14px 0 6px 0;
}
.subscribe_form form {
	position:relative;
}
form input[type="text"],
form textarea {
	background: #53565c;
	margin: 0 0 10px 0;
	padding: 6px 73px 7px 14px;
	width: 100%;
	border:0;
	outline:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:none;
	font-size:14px;
	color:#9ba0aa;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:22px;
}
form textarea {
	height:150px;
}
input.send_btn {
	cursor: pointer;
	background: #f64747 !important;
	color: #fff !important;
	margin: 0 0 10px 0 !important;
	border-radius: 3px !important;
	-webkit-border-radius:3px !important;
	display: inline-block;
	padding: 0 20px !important;
	height:35px;
	line-height:34px;
	font-size: 14px !important;
	font-weight: 400 !important;
	width: auto;
	font-family: 'Open Sans', sans-serif;
	vertical-align:top;
	-webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
	border:0 !important;
	text-transform:none;
}
input.send_btn:hover {
    background-color:#f86060 !important;
    text-decoration: none;
	color:#fff !important; 
}
.subscribe {
	position:absolute;
	right:0;
	top:0;
}

#contact .socials li {
	padding:0;
	margin:0 6px 20px 0;
}
#contact .socials a:hover {
	margin:0;
}
#contact .socials a.fb_icon {
	background-position:0 -30px;
}
#contact .socials a.tweet_icon {
	background-position:-36px -30px;
}
#contact .socials a.google_icon {
	background-position:-72px -30px;
}
#contact .socials a.mail_icon {
	background-position:-108px -30px;
}
#contact .socials a.fb_icon:hover {
	background-position:0 0;
}
#contact .socials a.tweet_icon:hover {
	background-position:-36px 0;
}
#contact .socials a.google_icon:hover {
	background-position:-72px 0;
}
#contact .socials a.mail_icon:hover {
	background-position:-108px 0;
}

/* Address Details */
.address_details {
	padding-top:22px;
}
.address_details li {
	border-bottom:1px #4a4c52 solid;
	color:#9ba0aa;
	padding:7px 0;
}
.address_details li:last-child {
	border-bottom:none;
}
.address_details a {
	color:#9ba0aa;
}
.address_details a:hover {
	color:#f64747;
}

/* Placeholder */
::-webkit-input-placeholder {
    opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
   opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1 !important;
}

:-ms-input-placeholder {
    opacity: 1 !important;
}

/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

/* Footer */
.copyright {
	padding:24px 0 29px 0;
	padding-bottom:29px;
	border-top:1px #4a4d52 solid;
	line-height:21px;
	font-size:14px;
	color:#9ba0aa;
}

/* Responsive changes */
@media only screen and (max-width: 767px) {
	#top header {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0;
		left:0;
		background:#fff;
	}
	#top header nav {
		display: none !important;
	}	
	a.menu_toggler {
		display:inline-block;
		float:right;
		margin:-17px 20px 0px 0;
		border:#cfcfcf 1px solid;
		border-radius:4px;
		box-shadow:inset #fbfbfb 0 1px 0;
		width:34px;
		height:34px;
		position:absolute;
		overflow:hidden;
		right:0;
		top:50%;
	
		background-color:#efefef;
		background-image: linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	}
	a.menu_toggler:hover {
		background-color:#f5f5f5;
		background-image: linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -o-linear-gradient(top, #e9e9e9, #f5f5f5);	
	}
	a.menu_toggler:before {
		content:'';
		display:block;
		position:absolute;
		left:7px;
		top:7px;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		background:url(../img/sprite.png) no-repeat -160px -70px;		
	}
	.fixed-menu,
	.fixed-menu:before,
	.fixed-menu:after {
		display:none!important;
	}
	.mobile_menu_wrapper {
		display:block;
		background:#2d2e2e;
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 80px;
		left:0;
		padding:15px 40px 20px 20px;
	}
	.mobile_menu_wrapper a {
		color:#fff;
		font-size:13px;
	}
	.mobile_menu_wrapper a:hover {color:#f64747;
	}
	
	.tagline {
		display:none;
	}
	
	.full_slider_caption:before {
		width:100%;
	}
	
	.divider:before,
	.divider:after {
		width:105px;
	}
	.tabs_testimonials .testimonials_wrap {
		padding-left:0;
	}
	.tabs_testimonials .tabs_wrap {
		margin-right:0;
	}
	
	.image-grid .element { 
		width:calc(50% - 1px);
	}	
	
	.video_preview .video_title {
		color: #fff;
		padding-bottom: 15px;
		line-height:30px;
		font-size:22px;
	}
	.video_preview .video_descr {
		display:none;
	}
	
	.info_box {
		width:100%;
		display:block;
		margin-right:0;
		color:#fff;
	}
	
}

@media only screen and (max-width: 550px) {
	.image-grid .element { 
		display:block; 
		width:100%;
	}
	
	.full_slider_caption {
		display:none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Grid */
	.container {
        width: 760px;
    }	
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-12 {
        width: 100%;
    }
	
	.tagline .fleft,
	.tagline .fright {
		float:none;
	}
	.tagline span {
		padding:0;
		display:block;
	}		
}

@media (min-width: 992px) {
	/* Grid */
	.container {
        width: 990px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }	 
}

@media (max-width: 1199px) {
	.promo_text .fleft,
	.promo_text .fright {
		float:none;
		padding-left:0;
		padding-right:0;
	}
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }			
}
