/*
Theme Name: Concept Blog
Version: 1.0.0
Theme URI: -
Text Domain: concept-blog
Description: Responsive Multipurpose WordPress Theme from Fragrance for Blog
Author: Fragrance
Author URI: fragrancetheme.com
License: NU General Public License version 3.0
License URI: -
*/


/* Table of Content
==================================================
1. Basic Styles
2. Header
3. Menu
4. Services
5. Fun Fucts
6. Portfolio
7. Features
8. Converse
9. Quote
10. 'From the Blog' section
11. Blog
12. Sidebar
13. Page Navigation
14. Testimonials
15. Team Section
16. Subpages
17. Showcase
18. Clients
19. Footer
20. Contact
21. Pricing Table
22. Responsive

*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: none; outline:0; font-size: 100%; vertical-align: baseline; background: transparent; }

ul li ul, ol li ol{
	margin-left: 20px;
}
ol{
	list-style-type: decimal;
}
blockquote, q {
	quotes: none;
}
blockquote h4{
	text-transform: none;
}
blockquote p, q {
    font-size: 22px !important;
    font-style: italic !important;
    line-height: 1.8;
    position: relative;
}

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; display: block; margin-bottom: 20px; }
td, th, thead, tbody { border: 1px solid #ededed; padding: 5px 10px !important;}
th a{ color: #8F8F8F; }


/* code for animated blinking cursor */
.typed-cursor{
	opacity: 1;
	font-weight: 100;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-ms-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}

.type-wrap{
	color: #fff;
	text-align: center;
}
.type-wrap h1{
	margin-bottom: 0;
	font-weight: 500;
	text-transform: uppercase;
}

/* SCROLL DOWN */
.fr_mouse_wrap{
	position: absolute;
	margin: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	bottom: 50px;
}
.fr_mouse_wrap span{
	display: block;
	width: 5px;
	height: 5px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);

	border-right: 2px solid white;
	border-bottom: 2px solid white;
	margin: 0 0 2px 6px;
}
.unu{
	margin-top: 4px;
}
.unu, .doi, .trei{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}
.unu{
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
}
.doi{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
}
.trei{
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-direction: alternate;
}
.mouse{
	height: 21px;
	width: 14px;
	border-radius: 10px;
	transform: none;
	border: 2px solid white;
	top: 170px;
}
.wheel{
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: white;
	position: relative;
}
.wheel{
	-webkit-animation: mouse-wheel 1.2s ease infinite;
	-moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel{
	0% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
100% {
	opacity: 0;
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	}
}
@-moz-keyframes mouse-wheel{
	0% { top: 1px; }
	50% { top: 2px; }
	100% { top: 3px;}
}
@-webkit-keyframes mouse-scroll {
	0%   { opacity: 0;}
	50%  { opacity: .5;}
	100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}

/*****************************************/
/************* BASIC STYLES **************/
/*****************************************/

body {
	line-height: 1.7;
	font-family: PT Serif, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666d70;
	background-color: #fff;
	text-rendering: optimizelegibility;
	background-attachment: fixed;
	background-size: cover;
}
a, #reply-title a {
	text-decoration: none !important;
	color: #E6AE48;
	letter-spacing: 1px;
}
a:hover {
	text-decoration:none;
	color: #777;
	transition: all 0.3s ease;
}
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #3b3d40;
    font-family: Montserrat,Helvetica,Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.08em;	
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: Montserrat, Helvetica, Arial,sans-serif;
	color: #3b3d40;
}

h1 { font-size: 42px; }
h2 { font-size: 30px; }
h3 { font-size: 21px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p {
	line-height: 26px;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
}


body {
	font-size: 15px !important;
	line-height: 1.8571428571428572em;
	margin: 0; padding: 0
}
h1 {
	margin: 0;
	font-size: 1.5714285714285714em;
	line-height: 1.1818181818181819em;
	margin-bottom: 1.1818181818181819em;
}
h2 {
	margin: 0;
	font-size: 1.4285714285714286em;
	line-height: 1.3em;
	margin-bottom: 1.3em;
}
h3 {
	margin: 0;
	font-size: 1.2857142857142858em;
	line-height: 1.4444444444444444em;
	margin-bottom: 0.8em !important;
}
h4 {
	margin: 0;
	font-size: 1.1428571428571428em;
	line-height: 1.625em;
	margin-bottom: 1.625em;
}
p, ul, blockquote, pre, td, th, label, span{
	margin: 0;
	font-size: 1em;
	line-height: 1.8571428571428572em;
	margin-bottom: 1.8571428571428572em;
}
p.small {
	margin: 0;
	font-size: 0.8571428571428571em;
	line-height: 2.1666666666666665em;
	margin-bottom: 2.1666666666666665em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.8571428571428572em;
}



strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
    font-size: inherit;
}
pre, code {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 5px; 
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}
ins { text-decoration: none; }
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	 vertical-align: baseline;
}
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
hr{
	color: #ccc;
	background-color:#ccc;
	border:0px none;
	height:1px;
	clear:both;
}

input[type=text],input[type=FR_EMAIL],input.text, input.title, textarea, select {
    border: 1px solid #eee;
	padding: 2px;
	color: #777;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#2D3940;
}
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding: 4px; }

img#about-image {
	float: left;
	margin: 3px 8px 8px 0px;
}
img{ max-width: 100%; height: auto; }

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

.gallery-caption, .bypostauthor{ font-family: inherit;}
div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { text-align: center; background-color: #f3f3f3; margin-bottom: 10px;  max-width: 100% !important; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
.alignright { float: right; }
.alignleft { float: left }
img.alignleft { display:inline; float:left; margin-right:15px;}
img.alignright { display:inline; float:right; margin-left:15px;  }

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.fullwidth.sizers{ width: 100%; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width:65.32%; }
.one_fourth { width:22%; }
.one_fifth { width:16%; }
.one_sixth { width:13%; }
.three_fourth { width:74%; }
.one_half, .one_third, .two_third, .one_fourth , .three_fourth, .one_fifth, .one_sixth {
	float:left;
	margin-right:4%;
	position:relative;
}
.last { margin-right: 0px !important; clear:right; }

.one_half img, img.aligncenter{ max-width: 100%; }

.aligncenter{ margin: 0 auto 30px; display: block; }

.fr_anchor_one_page{
	text-transform: none !important;
}
.fr_left{
	float: left;
}
.fr_right{
	float: right;
}
.separator{
	background-color: #303030;
	height: 3px;
	position: relative;
	width: 15px;
	display: block;
	margin: 30px auto;
}
.separator.small.left {
	margin: 10px 0 20px 0;
}
.separator.small.right {
	margin: 10px 0 20px auto;
}
.ads{
	margin-bottom: 50px;
}
.ads_link{
	display: block;
	text-align: center;
}
.archive_box{
	border: 1px solid #ebebeb;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 60px;
	font-size: 17px;
}
.archive_box span{
	display: inline-block;
    color: #999;
    margin-right: 6px;
	margin-bottom: 0;
}
.page_header{
	padding-top: 70px;
	background-color: #333;
	line-height: 5;
}
.archive .entry .main_title a{
	font-size: 24px;
	line-height: 1.5;
}
.archive .featured_box{
	width: 27%;
	float: left;
}
.archive .post-content{
	width: 70%;
    float: left;
    text-align: left;
    margin-left: 20px;
}
.archive  .entry-header{
	text-align: left;
}
.archive .entry_content{
	padding: 0;
}
.archive .readmore{
	margin-top: 0;
}
.archive .meta_line{
	clear: both;
}
.archive .format-image, .archive .format-image.entry .main_title a, .format-quote, .format-quote p, .format-quote .fr_social_share a{
	color: inherit;
}


/*****************************************/
/***************** MENU ******************/
/*****************************************/

#menu .social-icons{
	float: right;
	line-height: 3;
}
#menu .social-icons a{
	color: inherit;
	margin-right: 15px;
}
#menu .social-icons a:last-child{
	margin-right: 0;
}
#menu {
    width: 100%;
    z-index: 1000;
	background-color: #000000 !important;
}
#menu #main-menu {
    width: 1170px;
	margin: 0 auto;
}
#menu .nav{
	float: left;
}
#menu .nav li {
	float:left;
	border-right: none;
}
#menu .nav a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
	color: #fff !important;
}
#main-menu .sub-menu{
	display: none;
}
#menu ul.sub-menu a{
	border-bottom: 1px solid #555;
    color: #ccc !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}
#menu ul.sub-menu li:last-child a{
	border-bottom: 0;
}
#menu .sub-menu li{
	margin-right: 0;
}
#menu .nav li:last-child  {
	margin: 0;
}
#menu ul.nav ul, ul#mobile_menu {
	background-color: #212121;
    padding: 10px 20px;
}
#menu .nav ul li { border: none; }
#menu .nav ul li:hover, #menu .nav a:hover{
	background-color: transparent !important;
}
#menu .nav ul a, ul#mobile_menu a {
	padding: 10px 0 10px 0;
	height: auto;
	overflow: visible;
	width: 195px;
	font-weight: 500;
}
#menu .nav ul a:hover, ul#mobile_menu a:hover {
	color: #ccc;
	text-decoration: none;	
}
#menu .nav ul a:active, nav li a:focus{
	background-color: transparent !important;
}
ul#mobile_menu a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
	color: inherit;
}
ul#mobile_menu .sub-menu li, ul#mobile_menu .one_page li{ margin-right: 0; }
.sf-with-ul > ul{
	transition: all o.3s ease;
	display:block !important;
}
#menu .sub-menu .sub-menu{
	opacity: 1;
	position: absolute;
	left: 225px;
	top: 0;
}
.nav li ul {
    z-index: 1000;
	position: absolute;
	top: 50px;
}
#menu ul.nav ul a{
	line-height: 1.3;
	border-radius: 0;
	position: relative;
}
#menu ul.nav ul li a:hover{
	color: #fff !important;
}
#mobile_nav { display: none; }
ul#mobile_menu {
	display: none;
    margin-right: -52px;
    position: absolute;
    right: 100%;
    top: 44px;
    width: 225px;
    z-index: 1000;
}
#mobile_nav.opened {
	background: #fff;
	color: #444;
	border-left: 1px solid #f6f6f6;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

#menu.fr_opening_menu, #menu.fr_left_menu{
	margin-top: 0;
}
.fr_opening_menu #logo{
	float: none;
    left: 0;
    top: 40px;
    position: absolute;
	z-index: 1001;
}
.fr_left_menu_page #menu.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f5f5;
}
#menu .fr_menu_inner, #menu .fr_menu_inner #main-menu ul{
	float: none;
}
.fr_menu_btn{
	position: absolute;
	top: 40px;
	right: 40px;
	color: #fff;
	z-index: 1001;
}
.fr_opening_menu .fr_menu_inner{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(31,187,166,0.5);
	background-color: #ffe6b0;
}
#menu.fr_opening_menu.fr_menu_inner #main-menu{
	position: absolute;
	height: 60px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    z-index: 21;
	top: 260px;
}
#menu .fr_menu_inner .nav a{
	color: #212121;
    font-size: 14px;
}
.fr_menu_inner #main-menu .nav li{
	float: none;
	display: inline-block;
}
#menu .fr_menu_inner ul.nav ul{
	background-color: #fff;
	border-top: 2px solid red;
}
#menu .fr_menu_inner ul.sub-menu a{
	color: #212121 !important;
}
#menu .fr_menu_inner ul.sub-menu a:hover{
	color: #ccc !important;
}
#menu.fr_opening_menu .fr_menu_inner #social-icons{
	display: block;
	text-align: center;
	position: relative;
	top: 320px;
}
#menu .fr_menu_inner #social-icons a{
	font-size: 12px;
	text-transform: uppercase;
	color: #212121;
}

#menu.fr_left_menu{
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 16.6667%;
}
.fr_left_menu #logo{
    float: none;
}
#menu.fr_left_menu .fr_menu_inner #main-menu{
    width: auto;
	border-bottom: 0;
}
#menu.fr_left_menu #main-menu .nav li{
	width: 100%;
}
#menu.fr_left_menu .nav a{
	line-height: 2;
	padding: 5px 0;
}
#menu.fr_left_menu .fr_menu_inner ul.nav ul{
    position: static;
	background: transparent;
    width: 225px;
	border: 0;
}
#menu.fr_left_menu ul.nav ul, #menu.fr_left_menu .sub-menu li{
	padding: 0;
}
#menu.fr_left_menu ul.sub-menu a{
	text-transform: none;
	color: inherit !important;
    font-size: 13px !important;
    line-height: 2 !important;
    margin-left: 20px;
	border: 0;
}
#menu.fr_left_menu .fr_menu_inner #social-icons{
	position: absolute;
	bottom: 40px;
}
#menu.fr_left_menu .fr_menu_inner #social-icons a i{
	border-radius: 50%;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

#menu.dark .fr_menu_inner .nav a, #menu.dark .fr_menu_inner ul.sub-menu a{
	color: #ccc !important;
}
#menu.dark #social-icons a{
	color: #fff;
}

/*.fr_left_menu_page #content, .fr_left_menu_page #footer{
	width: 80%;
	float: right;	
}
.fr_left_menu_page #footer{
	padding: 0 5%;
    width: 72%;
}
.fr_left_menu_page #footer .sizers{
	width: 100%;
}
.fr_left_menu_page .sizers{
	width: 85%
}
.fr_left_menu_page .page_header {
    padding-top: 0 !important;
}*/
/*.fr_left_menu_page #blog_wrapper{
	padding: 60px 60px 0;
}
.fr_left_menu_page .fullwidth #blog_wrapper{
	padding: 60px 0 0;
}*/
/*.fr_left_menu_page #left_area{
	width: 65%;
}
.fr_left_menu_page #sidebar{
	width: 30%; 
}
.fr_left_menu_page .masonry_layout #blog_wrapper{
	padding: 60px 40px 0;
}
.fr_left_menu_page .masonry_layout.fullwidth #left_area, .fr_left_menu_page .fullwidth .masonry .entry{
	width: 95%;
}
.fr_left_menu_page .pagenavi, .pagination{
	padding: 0 40px 40px !important;
}*/


/*****************************************/
/**************** HEADER *****************/
/*****************************************/

#logo{
	text-align: center;
	padding-top: 0 !important;
padding-bottom: 60px !important;
}
.head-parallax{
	padding-top: 30px;
	height: 180px;
	overflow: hidden;
	background-color: #1b1f23;
}
.head-parallax li{
	text-align: center;
    display: block
}
.fr_left_menu_page .head-parallax{
	padding-top: 0 !important;
	height: 160px;
}

/* HOME IMAGE */

#main_header.image_header{
	margin-bottom: 30px;
	background-size: cover;
	position: relative;
	clear: both;
	overflow: hidden;
}
#head_inner{
	position: absolute;
	top: 20%;
	width: 100%;
}
#head_wrap img{
	border-radius: 3px;
	display: block;
    margin: 0 auto;
    position: relative;
}
#head_inner h1{
	font-size: 70px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 30px;
}
#head_inner h1:after{
	background-color: #fff;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}
#head_inner p{
	font-size: 20px;
}

.fr_left_menu_page #main_header.image_header{
	padding: 0;
}
.fr_left_menu_page #head_wrap img {
    border-radius: 0;
}

/* HOME SLIDER */
	
#main_header{
	/*padding: 60;*/
	clear: both;	
}
.fr_slide_image{
	background-size: cover;
	padding: 0 15px;
}

/*****************************************/
/*************** CAROUSEL ****************/
/*****************************************/

#carousel_header {
	width: 100%;
	background-image: url('images/header-bg.png');
	position: relative;
}
#carousel_header li{
	float:left;
	display: block;
	line-height:0;
	position: relative;
	height: 280px;
	width: 33.3%;
}
#carousel_header .text-holder{
	position: absolute;
	z-index: 999;
	top: 50px;
	text-align: center;
	color: #fff;
   margin-left: 5%;
}
#carousel_header .fr_category a {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid;
    padding: 0 0 0.5em;
    color: #fff;
}
#carousel_header .thumb p{
	line-height: 1.5 !important;
    color: #fff;
    margin: 0 auto;
    width: 63%;
    padding-top: 10px;
}
#carousel_header .thumb .portfolio_overlay {
    display: block;
}
#carousel_header .thumb p:nth-child(2){
	display: none;
}
#carousel_header .thumb a iframe{ 
	width: 100%;
	height: 175px;
	border-radius:5px;
	padding: 0;
}
#carousel_header .thumb .portfolio_overlay{
    background-color: rgba(0,0,0,0.5);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#carousel_header .last { margin-right:0; }
#carousel_header_thumbs .format-image, #carousel_header_thumbs .format-quote{
	padding: 0;
}
#carousel_header_thumbs .format-video{
	padding-bottom: 0;
}
#carousel_header_thumbs .format-video .featured_box{
	padding: 0;
	height: auto;
	position: static;
	margin: 0;
}
#carousel_header_thumbs .format-video p, #carousel_header_thumbs .format-video .more-link{
	display: none;
}
#carousel_header  #fr_prev, #carousel_header  #fr_next{
	position: absolute;
    top: 50%;
    margin-top: -20px;
    color: #fff;
    outline: 0;
    z-index: 999;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    transition: all .3s ease-in-out;
    background: rgba(34, 34, 34, 0.3);
	text-indent: -99999px;
	opacity:0;
	display: none;
	cursor: pointer;	
}
#carousel_header  #fr_prev{
	left: 20px;
    background-image: url(images/control-left.png);
    background-repeat: no-repeat;
    background-position: center;
}
#carousel_header  #fr_next{
	right: 20px;
    background-image: url(images/control-right.png);
    background-repeat: no-repeat;
    background-position: center;
}
#carousel_header:hover #fr_prev{
	left: 22px;
    opacity:1;
	display: block !important;	
	visibility: visible !important;
}
#carousel_header:hover  #fr_next {
	right: 22px;
    opacity:1;
	display: block !important;
	visibility: visible !important;
}
#carousel_header .text-holder{
	z-index:998;
}
#carousel_header .fr_category a {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid;
    padding: 0 0 0.5em;
    color: #fff;
}
#carousel_header .portfolio_title a {
	color: #fff;
    letter-spacing: 0;
}

/*****************************************/
/************** PROMO ITEM ***************/
/*****************************************/
#promo-bloks{
	margin-top: 30px;
	overflow: hidden;
}
.promo-item {
    display: table;
    width: 100%;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 16px;
    position: relative;
    z-index: 5;
}
.promo-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display:block;
	content:"<meta http-equiv="refresh" content="0; URL='http://new-website.com'" />";
}


/*****************************************/
/***************** BLOG ******************/
/*****************************************/

#page_header{
	background-color: #f5f5f5;
	background-image: url("images/bg5.jpg");
	background-attachment: fixed;
	width: 100%;
	height: 270px;
}
.page_header, .blog_page_wrap .page_header, .contact_page .page_header{
	height: 70px;
}
.page_title{
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 0;
	color: #fff;
	text-transform: uppercase;
}
#page_header h1{ 
	padding-top: 125px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 1px;
	color: #fff;
}
#breadcrumbs{
	color: #fff;
	font-weight: 300;
}
.home #blog-content{
	padding-top: 60px;
}
.left_sidebar #left_area {
	float: right;
}
#area {
	width: 553px;
	float: left;
	margin-right: 80px;
}
article{
	margin-bottom: 50px;
}
.entry-header, .home .post-content, .page-template-page-standart-layout .post-content{
	text-align: center;
}
.page .main_title{
	text-align: center;
}
h1.main_title a { color: #656464; }
h1.main_title a:hover {
	color: #111;
	text-decoration: none;
}
.single .entry h2{
	margin: 20px 0;
}
.entry .main_title a{
	color: #212121;
    font-size: 54px;
	line-height: 62px;
	letter-spacing: 0;
}
.entry.col-sm-6 .main_title a, .entry.col-sm-4 .main_title a{
	color: #212121;
    font-size: 30px;
}
.fr_post_sticky_wrap{
	width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    /*left: 0px;*/
    z-index: 1;
}
.fr_post_sticky{
	background-color: #c69f73;
    color: #fff;
    font-style: italic;
    left: -100px;
    padding: 15px;
    position: absolute;
    text-align: center;
    top: 10px;
    transform: rotate(-45deg);
    width: 270px;
}
.post-content h2{
	margin: 10px 0 16px;
}
.post-meta{
	padding-top: 30px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.meta{
	color: #b3b3b3;
    font-size: 13px;
	font-style: normal !important;
    margin-bottom: 16px;
    padding: 0;
}
.meta span{
	letter-spacing: 1px;
    margin: 0 1em 0 0;
    text-transform: uppercase;
}
.meta span:last-child{
	margin: 0;
}
.meta_line .fr_right{
	float: right !important;
	text-align: right;
}
.meta_line span{
	display: inline-block;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 0;
}
.meta_line span:first-child{
	margin-left: 0;
}
.meta_line span, .meta_line span a{
	color: #b3b3b3;
    font-size: 12px;
    letter-spacing: 0;
}
.featured_box{
	margin: 2em 0 0 0;
	position: relative;
}
.entry_content{
	padding: 2em 0 1em;
	text-align: left;
}
.format-video .post-content p{
	padding-top: 2em !important;
	text-align: left;
	padding-bottom:0;
	margin-bottom:0;
}
.format-video p.post-meta, .format-video p.meta{
	text-align: center ;
	padding-top: 0 !important;
}
.format-video .post-content .more-link{
	margin-top: 50px;
	margin-left: 35%;
	text-align: center;
}
.entry_content p:first-letter, .format-video .post-content .featured_box + p:first-letter{
	float: left;
    font-size: 53px;
    padding: 0px;
    line-height: 1;
    display: block;
    text-align: center;
    margin-right: 8px;
    margin-top: 12px;
}
/*.entry_content p{
	text-align: left;
}*/
.readmore, .more-link{
    color: #fff !important;
    display: inline-block;
    font-size: 11px;
	line-height: 1.5;
    letter-spacing: 1px;
    padding: 1em 3em;
	margin-top: 1em;
	margin-bottom: 3em;
    text-align: center;
    text-transform: uppercase;
	border-radius: 3px;
}
.meta_line{
	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb transparent;
	padding: 0.8em 7px;
	color: #b3b3b3 !important;
}
.meta_line .fr_left{
	text-align: left;
}
.meta_line .fr_right{
	text-align: right;
}

.format-image, .format-quote, .format-video, .format-gallery{
	padding-bottom: 60px;
}
.format-image, .format-image.entry .main_title a, .format-quote, .format-quote p, .format-quote .fr_social_share a{
	color: #fff; 
}
.format-image, .format-quote{
	background-size: cover;
	position: relative;
	border-radius: 3px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.format-image .post-content, .format-quote .post-content{
	margin-bottom: 40px;
	padding: 0 40px;
}
.format-image .entry_content{
	padding: 0 0 1em;
}
.format-image.entry .main_title{
	padding: 0 1em;
}
.format-image .readmore{
	margin-top: 0;
}

.format-quote blockquote{
	border: 0;
	padding: 10px 20px 0;
}
.format-quote .post-meta{
	margin-bottom: 20px;
}
.format-quote .post-meta i{
	border-radius: 50%;
    border-width: 1px;
    font-size: 30px;
    padding: 15px;
}
.format-video{
	padding-top: 50px;
}
.format-video .featured_box, .single-format-video .featured_box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.format-video .featured_box iframe, .featured_box iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*.format-video .meta_line{
	display: none;
}*/
ul.slider_controls{
	margin: 0;
}
.post_gallery_slider{
	overflow: hidden;
}
.post_gallery_slider .left-arrow, .post_gallery_slider .right-arrow{
    border-radius: 3px;
    color: #fff;
    height: 50px;
    line-height: 3.3;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
	transition: all 0.3s ease;
}
.post_gallery_slider .left-arrow, .single .flex-direction-nav .prev {
	left: -50px;
}
.post_gallery_slider .right-arrow, .single .flex-direction-nav .next {
	right: -50px;
}
.post_gallery_slider:hover .left-arrow, .post_gallery_slider:hover .flex-direction-nav .prev{
	left: 20px;
}
.post_gallery_slider:hover .right-arrow, .post_gallery_slider:hover .flex-direction-nav .next{
	right: 20px;
}

.page-template-page-standart-layout .col-md-9{
	margin: 0 auto;
	float: none;
}

.block>.blog-content{
	background-image: url(../images/bg-block.png);
	background-size: cover;
}
.sidebar-module{
	position:relative;
	display:block;
	padding: 30px;
	margin-bottom: 30px;
}
.carousel-indicators{
	display:none;
}
.sidebar-module-inset h3{
	padding-bottom:33px;
}
.sidebar-module-inset h4{
	font-size: 17px;
	font-weight:400;
	color:#000;
	text-transform:uppercase;
	padding-top:28px;
	letter-spacing: 1px;
}
.holder-module{
	width: 100%;
	z-index: 10;
}
.blog-content> h3, .sidebar-module>h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    color: #000;
    margin: 0;
	padding-bottom: 30px;
    font-family: 'Playfair Display';
}

.list-inline{
	padding-left: 0;
    list-style: none;
    margin-top: 30px;
}
.list-inline li{
    display: inline-block;
    padding-left: 5px;
    padding-right: 0;
}
.list-inline li a{
	color: #b9b9b9;
	font-size: 11px;
}
.list-inline a:hover{
	text-decoration: none;
	color: #777;
}
.list-inline li:after{
	content: '/';
	color: #dadada;
	top:0;
	padding-right: 0px;
    padding-left: 4px;
}
.list-inline li:last-child:after{
	display: none;
}
.blog-content h3{
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 400;
	color:#000;
	margin-top:0;
}
.sidebar-module a{
	color: #000;
}
.sidebar-module a:hover{
	text-transform: none;
}
.blog-content{
	padding: 30px;
}
.blog-content h6{
	margin:0px;
	padding-bottom: 20px;
}
.fr_category a{
	color: #212121;
    font-size: 10px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid;
    padding: 0 0 0.5em;
}
.fr_category{
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}
.fr_category{
	margin: 0 .4em;
}
/*.fr_category:before,
.fr_category:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 48%;
    width: 35px;
}
.fr_category:before {
    margin-left: -42px;
}
.fr_category:after {
    margin-left: 7px;
}*/
.blog-content h3{
	margin-bottom: 30px;
}

.blog-post img{
	display: block;
    width: 100%;
    height: auto;
}
.blog-sidebar .about-img{
	display:block;
	width: 110px;
    margin:0 auto;
}
.block h6,blockquote{
	color:#262d37;
}
.block blockquote{
	border-left:none;
}
.block blockquote p{
	font-size: 30px;
	font-weight: 400;
	color:#262d37;
	font-style: italic;
}
.block blockquote cite {
    font-size: 13px;
    font-weight: 400;
    color: #262d37;
    font-style: normal;
}

/* LIST LAYOUT */
.list_layout .featured_box{
	width: 40%;
	float: left;
	margin: 0;
}
.list_layout iframe, .list_layout .more-link{
	display: none;
}
.list_layout article{
    margin-bottom: 60px;
	text-align: left;
}
.list_layout .entry_content{
	padding: 0.5em 0 1em;
}
.list_layout .main_title, .list_layout .format-video p.post-meta, .list_layout .format-video p.meta{
	text-align: left;
}
.list_layout .post-content{
	padding-left: 30px;
    float: left;
    width: 60%;
}
.list_layout .post-content p{
	padding: 0;
	text-align: left;
}
.list_layout .format-image  .post-content, .list_layout .format-quote   .post-content{
	width: 100%;
	margin-bottom: 0;
}
.list_layout .format-image  .post-content p, .list_layout .format-quote   .post-content p{
	text-align: center;
}
.list_layout .format-image, .list_layout .format-quote  {
	text-align: center;
	border-bottom: 0;
	padding: 60px 60px 30px !important;
}
.list_layout .format-image .meta_line div{
	text-align: center;
	padding-right: 0;
}
.list_layout .format-image .entry_content p{
	text-align: left;
}
.list_layout .format-quote .entry_content {
	text-align: center;
	padding: 0 0 1em;
}
.list_layout .format-quote .entry_content p:first-letter{
	float: none;
	font-size: inherit;
	margin: 0;
}
.list_layout .post-meta{
	padding-top: 0;
}
.list_layout .fr_category::before, .list_layout .fr_category::after{
	background: transparent;
}
.list_layout .entry .main_title a{
	font-size: 45px;
	line-height: 52px;
}
.list_layout .format-video .meta_line{
	display: block;
}
.list_layout .format-video .featured_box{
	padding: 0;
	height: auto;
}
.list_layout .meta_line{
	clear: both;
}

/* MASONRY LAYOUT */
.masonry_layout article{
	width: 31%;
	padding: 30px 0 0 0 !important;
}
.masonry_layout .post-content, .masonry_layout .meta{
	padding: 0 30px;
    text-align: center;
}
.masonry_layout .post-content p{
	padding: 0;
}
.masonry_layout .format-image, .masonry_layout .format-quote, .masonry_layout .format-video{
	padding-bottom: 30px !important;
}
.masonry_layout .entry .main_title a, .grid_layout .entry .main_title a{
	font-size: 28px;
	line-height: 30px;
}
.masonry_layout .meta_line div{
	width: 100%;
	text-align: center;
}
.masonry_layout .format-video .more-link {
    margin-left: 20%;
}
.masonry_layout  .meta_line .fr_right{
    margin-top: 10px;
}

/*GRID LAYOUT */
.grid_layout article {
    height: 550px;
    overflow: hidden;
}
.grid_layout .post-content p {
   padding: 0;
}

.simple_page .entry{ padding-left: 20px; padding-right: 20px; }

/*****************************************/
/***************** SINGLE ****************/
/*****************************************/

.single #content{
	padding-top: 60px;
}
.single .entry-title{
	font-size: 54px;
    margin-bottom: 20px;
    text-align: center;
}
.single .entry{
	margin-bottom: 0;
	text-align: left;
}
.single .featured_box{
	margin: 2em 0;
}
.single .meta{
	text-align: center;
	margin-bottom: 30px;
}
.single .meta_line{
	margin-top: 2em;
}
.single .flex-direction-nav{
	display: block;
}
.single .flex-direction-nav .prev,.single .flex-direction-nav .next {
	height: 50px;
    line-height: 3.3;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 50px;
	text-indent:-99999px;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	background-size: 6px 11px;
}
.single .flex-direction-nav .prev{
	background-image: url(images/control-left.png);
	background-repeat: no-repeat;
	background-position: center;
}
.single .flex-direction-nav .next{
	background-image: url(images/control-right.png);
	background-repeat: no-repeat;	
	background-position: center;
}
.fr_single ol, .fr_single ul{
	padding-left: 20px;
}
#interesting_articles{
	border-bottom: 1px solid #ebebeb;
    margin: 30px 0;
    padding: 30px 0;
    width: 100%;
}
#interesting_articles h3{
	margin-bottom: 20px;
}
#interesting_articles li:last-child .cell{
	margin-right: 0;
}
.cell{
	float: left;
	list-style: none;
	position: relative;
	margin-bottom: 10px;
}
.cell span{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.cell a{
	color: #fff;
	line-height: 1.3;
	font-weight: bold;
	transition: all 0.3s ease-in;
}
span.entry_date{
	top: 110px;
	color: #fff;
	font-size: 13px;
    letter-spacing: 1px;
	transition: all 0.3s ease-in;
}
.cell_inner{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	min-height: 100px;
}
.cell .cell_overlay{
	position: absolute;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in;
}
.cell_inner:hover .cell_overlay{
	background-color: #fff;
	border: 1px solid #ebebeb;
}
.cell_inner:hover  a, .cell_inner:hover  .entry_date{
	color: inherit;
}

h3.comments-title{
	padding-bottom: 20px;
}
.comment-list li{
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	list-style-type: none;
}
.comment-list li li{
	border: 0;
	padding: 0;
	list-style-type: inherit;
	line-height: 1.7;
}
footer.comment-meta{
	float: left;
	width: 15%;
}


.comment #respond { padding: 15px 0 10px; }
.comment #respond:before { display: none; }

#comment-wrap span.post-meta { top: 24px; }

.comment-meta .avatar {
	float: left;
	padding: 2px;
	background: #fff;
	margin-right: 14px;
	border-radius: 50%;
}
.avatar-box img { display: block; }
span.fn, span.fn a {
	color: #656464;
	font-size: 24px;
	display: block;
	margin-bottom: 2px;
}
span.comment_date { color: #555; }
.comment-metadata{
	margin-bottom: 10px;
	font-size: 11px;
}
.comment-metadata a{
	color: #9F9F9F;
    letter-spacing: 0.4px;
}
span.fn a:hover {
	color: #111;
	text-decoration: none;
}
.reply-container { text-align: right; }
.comment-body {
	position: relative;
	margin-bottom: 50px;
}
h2.comments-title{ padding-bottom: 30px; }
h3#reply-title {
	margin-bottom: 20px;
    position: relative;
}
h3#reply-title small {
	display: block;
	font-size: 14px;
	font-family: 'Lato', Arial, sans-serif;
	letter-spacing: 0;
}
.commentlist { margin-bottom: 35px; }
.commentlist ul.children { padding-left: 58px; }
.comment-content{
	margin-left: 140px;
	padding: 20px;
}
.comment-content p{
	line-height: 22px;
}
.reply{
	float: right;
	margin-top: 10px;
}
#respond { position: static; padding-bottom: 30px;}
#comment-wrap > #respond h3#reply-title:before { left: -80px; }
	
#commentform textarea, #commentform input{
	padding: 10px 12px;
	color: #777;
    border: 1px solid #ebebeb;
	letter-spacing: 1px;
} 
#commentform textarea { width: 100%; }
#commentform input{
    color: inherit;
    display: block;
    margin: 0;
    width: 50%;
}
#commentform .form-submit {
	overflow: hidden;
}
#commentform input#submit{
	background-color: #ebebeb;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    padding: 15px 20px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: auto;
}
.comment-notes{
	margin: 20px 0 40px;
}
.comment-form-author, .comment-form-email, .comment-form-url{
    margin-right: 20px;
    overflow: hidden;
}
.comment-form-comment{
	margin: 0;
	float: none;
	clear: both;
}
.comment-form-comment label{
	display: none;
}

.comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label{
	float: left;
    margin: 10px 0;
    width: 80px;
	font-weight: 500;
}

/*****************************************/
/***************** SIDEBAR ***************/
/*****************************************/

#sidebar{
	padding-left: 30px;
}
#sidebar .widget {
	/*border: 1px solid #ebebeb;
   
    padding: 20px;
	font-size: 0.9em;*/
	margin-bottom: 60px;
}
#sidebar p{
	margin-bottom: 20px
}
#sidebar ul li, #footer li{
	line-height: 2;
	border-bottom: 1px solid #ebebeb;
}
#sidebar ul li:last-child, #footer li:last-child{
	border: 0
}
#sidebar ul{ padding-bottom: 20px; }
#sidebar li h2{ 
	font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    padding-top: 20px;
}
#sidebar a{
	color: inherit;
    font-size: 0.9em;
    line-height: 3;
}
#sidebar a:hover{
	color: #444;
	text-decoration: underline;
}
.tagcloud a{
    display: inline-block;
    font-size: 13px !important;
    margin: 0 10px 10px 0;
    padding-right: 15px;
    position: relative;
	line-height: 1 !important;
	letter-spacing: 0;
}
.tagcloud a:before{
	content: "/";
    position: absolute;
    right: 0;
}
.tagcloud a:last-child:before{
	content: "";
}

/* ADITIONAL STYLE */
.widget h3, .widget h4{
    /*background: #f6f6f6 none repeat scroll 0 0;*/
    font-size: 1.2em;
	line-height: 1.5;
    margin:0 0 30px 0;
    position: relative;
    text-align: center;
	letter-spacing: 1px;
}
.widget h4.widget_title:before {
    position: absolute;
    left: 0;
    top: 58%;
    width: 48px;
    height: 1px;
    background: #f0f0f0;
    content: "";
}
.widget h4.widget_title:after {
    position: absolute;
    right: 0;
    top: 58%;
    width: 48px;
    height: 1px;
    background: #f0f0f0;
    content: "";
}

/* WIDGETS */
.widget_sp_image-description{
	margin: 2em 0;
	text-align: center;
}
/*Subscribe*/
#wp-subscribe{
	background-color: #fff !important;
	border: 1px solid #ebebeb;
	padding: 3em !important;
}
#wp-subscribe h4.title, #wp-subscribe p, #wp-subscribe input.email-field{
	color: inherit !important;
}
#wp-subscribe h4.title{
	text-transform: none !important;
	font-style: italic;
}
#wp-subscribe h4.title span{
	font-style: normal;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
#wp-subscribe input.email-field{
	background-color: #f6f6f6 !important;
	border-radius: 3px;
	font-size: 11px !important;
}
#wp-subscribe input.submit{
	background-color: #fff;
    color: #fff !important;
    display: inline-block;
    font-size: 11px !important;
    letter-spacing: 1px;
	border-radius: 3px;
    padding: 1em 3em;
    text-align: center;
    text-transform: uppercase;
}



/**************************************/
/************** PAGE NAVI *************/
/**************************************/

.pagination {
	overflow: hidden;
	padding: 20px 42px 0;
}
.pagenavi, .pagination {
	text-align: center;
	clear: both !important;
	padding: 0 !important;
	width: 100%;
}
.pagination div{
	display: inline-block;
}
.pagination div.alignleft{
	margin-right: 2%;
}
.pagination a:hover{
	color: #444;
}
.pagenavi a, .pagenavi a:link, .pagenavi a:visited, .pagenavi span.current, .pagination a, .pagination span.current {
	border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    line-height: 32px;
    margin: 0 3px 20px;
    padding: 10px 20px !important;
    text-align: center;
    text-decoration: none;
}
.pagenavi span.pages {
	padding: 5px 7px 5px !important;
	margin: 2px !important;
	border: none !important;
	color: #555;
	background-color: none;
	font-style: normal;
	font-size: 13px;
	margin-right: 10px !important;
}
.pagenavi span.current, .pagination span.current, .pagenavi span.extend, .pagenavi a:active, .pagenavi a:hover {
	margin: 2px 3px;
	background-color: #777;
	border: none !important;
}
.pagenavi span.extend{
	background-color: transparent;
	color:#777!important;
}

ul.page-numbers {
    list-style: none;
    margin: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    background-color: #f5f5f5;
    color: #888;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    text-decoration: none;
    border-radius: 3px;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #fff;
    background: #C69F73;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }



/*****************************************/
/*************  SOCIAL ICONS  ************/
/*****************************************/
	
.fr_social_share a{
	color: #3b3d40;
	margin-right: 15px;
}
.fr_social_share a:last-child{
	margin-right: 0;
}
.fr_plug_social_icons a {
    color: #212121;
    display: inline-block;
    font-size: 1.2em !important;
    line-height: 1 !important;
    margin-right: 25px;
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img /*, .post img, #left_area img */{max-width: 100%; display: block; height: auto;}
.home .featured_box img{ border: none;}
.gallery_item_image img{min-width: 100% !important;}
.flexslider .slides img, .service img{ max-width: 100%;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

.flex-control-nav, .flex-direction-nav, #controllers-wrapper { display: none; }

ol.flex-control-nav{
	display: none;
	position: absolute;
	bottom: -60px;
	right: 120px;
	z-index: 10;
}
ol.flex-control-nav li{
	float: left;
	margin-right: 10px;
	height: 16px;
	overflow: hidden;
}
ol.flex-control-nav a, .featured_box ol.flex-control-nav li a{
	background-color: transparent;
	display: block;
	text-indent: -100000px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
	margin-top: 2px;
}
ol.flex-control-nav a.active, .featured_box ol.flex-control-nav li a.active{
	width: 12px;
	height: 12px;
	margin-top: 0;
}

/*****************************************/
/***************** FOOTER ****************/
/*****************************************/

#footer{
	background-color: #222222;
    position: relative;
	line-height: 1.5;
}
#footer .row{
	padding: 30px 0;
}
#footer .social-icons{
	text-align: center;
}
#footer .social-icons a{
	color: #fff !important;
    margin-right: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}
#footer .social-icons a:last-child{
	margin-right: 0;
}
#footer .social-icons a i{
	font-size: 14px;
	margin-right: 10px;
}
.footer-widget {
	float: left;
    margin-right: 40px;
    padding-top: 60px;
    width: 30%
}
.f_widget { padding-bottom: 27px; }
.footer-widget img{
	float: left;
	margin: 0 20px 20px 0;
	border-radius: 50%;
}
h4.widgettitle, .widget-title {
	color: #58abb7 !important;
    text-transform: uppercase;
}
.srp-content-box .srp-post-title, .widget-area .widget .srp-post-title {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}
#footer li{ background: url('images/list-white.png') left center no-repeat; }
#footer li a, #footer .tagcloud a{ color: #fff !important; }
.footer-widget p {
	line-height: 1.5;
	font-size: 13px;
	padding: 0;
}
#footer #logo{
	width: 50px;
	height: auto;
	margin-right: 10px;
}
#footer span{ color: #f5f5f5; }

.menu-footer-menu-container li {
	background-image: none !important;
	padding-left: 0 !important;
}
.menu-footer-menu-container li a{
	font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
	line-height: 2;
}
p#copyright {
    color: #999999;
    margin-bottom: 0;
    position: relative;
    text-align: center;
	border-top: 1px solid #333;
}	
p#copyright a, p.social { color:#888; }
p.social{
    padding: 10px 0 60px;
    text-align: center;
}
p.social a{
	display: inline-block;
    margin-right: 20px;
}
p.social a:last-child{ margin-right: 0; }
p.social i{ 
	border-color: inherit;
    border-radius: 50%;
    border-width: 2px;
    font-size: 18px;
    height: 17px;
    padding: 10px;
    width: 17px;
}

#footer .fr_action_area{
	padding: 0;
	text-align: left;
	color: #444 !important;
}
#footer .fr_action_area .one_half{
	text-align: right;
}
#footer .fr_action_area h4{
	font-size: 19px;
	color: #444 !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin-bottom: 5px;
}
#fr_to_top{
	border-radius: 3px 3px 0 0;
    bottom: 0;
    height: 50px;
    line-height: 3;
    position: fixed;
    right: 25px;
    text-align: center;
    width: 50px;
	z-index: 1;
}	
#fr_to_top:hover{
	background: rgba(0,0,0,0.5);
}
#fr_to_top i{
	color: #fff;
}

/*****************************************/
/**************** CONTACT ****************/
/*****************************************/


#contact .sizers{
	width: 800px;
}
#map-canvas {
	margin: 0 0;
	padding: 0;
	width: 100%;
	height: 400px;
}
.wpcf7{
	margin-top: 30px !important;
}
.wpcf7 p.full{
	float: none;
	width: 100%;
	margin-bottom: 10px;
}	
.wpcf7 p.full input{
	border: 1px solid #ccc;
    border-radius: 0;
    margin-top: 10px;
    width: 89.5%;
	
}
.wpcf7 p.full textarea{
	border: 1px solid #ccc;
    border-radius: 0;
    height: 170px;
}
.wpcf7 p.full input.wpcf7-submit{
	border-radius: 0;
	font-weight: 700;
}	

/*.wpcf7 p{
	font-size: inherit;
	letter-spacing: 1px;
}*/
.wpcf7 p.message{
	width: 100%;
	clear: both;
	margin: 20px 0 0;
}	
.wpcf7 textarea{
	background-color: transparent;
    color: inherit;
    height: 150px;
    width: 94.5%;
	margin-top: 10px;
	padding: 10px 12px;
}
.wpcf7 p input{
	background-color: transparent;
    border: 1px solid #ebebeb;
    color: inherit;
    display: block;
    letter-spacing: 1px;
    margin: 10px 0 5px;
    padding: 10px 12px;
    width: 85%;
}
#contact p textarea{
	min-height: 140px; 
	height: 140px; 
}
.wpcf7 p input.wpcf7-submit{
	background-color: #ebebeb;
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    padding: 15px 20px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: auto;
}

.wpcf7 .fr_left, .wpcf7 .fr_right{
	width: 50%;
}
.wpcf7 .fr_left p, .wpcf7 .fr_right p{
	float: none;
	width: 100%;
}
.wpcf7 .fr_right textarea{
	height: 185px;
}
.submit p{
	width: 100%;
}

/* Transparent Contact Form */
#contacts .wpcf7 p{
	letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
	margin-bottom: 0;
}
#contacts .wpcf7 p input, #contacts .wpcf7 textarea{
	border: 1px solid #212121;
    border-radius: 5px;
    margin: 10px 0 20px;
    padding: 10px 12px;
    width: 90%;
}
#contacts .wpcf7 p input.wpcf7-submit{
	width: auto;
	background-color: #333;
	border: 0 none;
	color: #fff;
	padding: 15px 20px;
}

/**************************************/
/********* CALL TO ACTION AREA ********/
/**************************************/

.fr_action_area{
	padding: 100px 0 80px;
	text-align: center;
}
#action_area div{
	width: 50%;
	float: left;
	text-align: right;
	margin-right: 40px;
}
.fr_action_area p{
    line-height: 1.7;
    margin-bottom: 40px;
}
#footer .fr_action_area p{
	text-transform: uppercase;
	letter-spacing: 1px;
}
.action_button{
	float: left;
	margin: 2px 0 0;
	text-transform: uppercase;
	border: 1px solid #999;
    color: #555;
	padding: 5px 10px;
}
.action_button:hover {
	color: #777 !important;
	text-shadow: none;
}	

/* RECENT POSTS PLIGUIN */
.rpwe-thumb{
	border: 0;
	border-radius: 50%;
	margin: 2px 20px 2px 0 !important;
}
.rpwe-block li{
	border: none !important;
}
.rpwe-block h3{
	font-size: 18px;
	text-align: left;
}
.rpwe-block a{
	line-height: 1.5 !important;
}
.rpwe-time {
    font-size: 12px !important;
}
.rpwe-comment{
	display: block;
	font-size: 11px !important;
	color: #bbb !important;
}

/* LIKES */
.dot-irecommendthis, .dot-irecommendthis:hover, .dot-irecommendthis.active{
	display: inline;
    height: 15px;
}
.dot-irecommendthis-count{
	margin: 0;
}

/* WOOCOMMERCE */
.woocommerce .sizers{
    padding: 80px 0;
}
.product p{
	font-size: 14px;
}
.woocommerce div.product .product_title{
	margin: 0;
}
.woocommerce div.product .woocommerce-product-rating{
	margin-bottom: 1em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #000;
	font-size: 2em;
	padding: 0;
}
.woocommerce div.product form.cart{
	margin-top: 1em;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	position: relative;
}
.woocommerce a.add_to_cart_button{
	position: absolute;
	top: 30%;
	left: 26%;
	opacity: 0;
	transition: all 0.3s ease;
}
.woocommerce ul.products li.product:hover  a.add_to_cart_button{
	opacity: 1;
}
.woocommerce ul.products li.product .star-rating{
	display: none;
}
.woocommerce ul.products li.product .price{
	font-size: 1.2em;
	font-weight: 600;
	text-align: left;
}
.woocommerce ul.products li.product h3{
	text-transform: none;
	padding: 0;
}
.woocommerce ul.products li.product .price del{
	display: inline-block;
	margin-right: 10px;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product{
	width: 22%;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus, .woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
	position: relative;
	float: left;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus, .woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
	border-radius: 2px 2px 0 0;
	padding: 0;
	line-height: 41px;
	border: none;
	width: 43px;
	height: 43px;
	cursor: pointer;
	margin: 0;
	display: inline;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	background-color: #F8F8F8;
	border: 1px solid #E1E1E1;
	color: #666;
	background-image: url("../images/layout/bg-button.png");
	background-repeat: repeat-x;
	vertical-align: middle;	
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
	width: 41px;
	height: 41px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	border: 1px solid #E1E1E1;
	border-right: 0;
	border-left: 0;
	font-weight: 700;
	border-radius: 2px 0 0 2px;
	-moz-appearance: textfield;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #444;
	border-radius: 0;
	line-height: 1;
    padding: 0.618em 1em;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
	border: 0;
}
.woocommerce .woocommerce-message::before{
	color: #1fbba6;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background-color: transparent;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
	clear: none;
	float: right;
	width: 48%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: 0 none;
    border-radius: 0;
    position: static;
	background-color: #f8f8f8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #fff;
}

.woocommerce h2{
	text-transform: none;
}
.woocommerce table{
	padding: 0;
}
.woocommerce table *{
	border: 0;
}
.woocommerce table th{
	font-weight: 600;
	color: #000;
}
.woocommerce table.shop_table td{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 25px 15px;
}
.woocommerce table.shop_table{
	border: 0;
	border-radius: 0;
	margin: 0;
}
.woocommerce tr{
	border-bottom: 1px solid #ededed;
}
.coupon{
	margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions{
	padding: 30px 0;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{
	float: none;
	
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    float: none;
    width: auto;
	height: 35px;
}
.woocommerce-cart table.cart img{
	width: 100px;
}
.woocommerce .update{
	width: 100%;
	margin-bottom: 10px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	font-weight: 500;
	background: #444;
	text-align: center;
	border-radius: 0;
	color: #fff;
}
.woocommerce a.remove{
	color: #fe4641 !important
}
.woocommerce a.remove:hover{
	color: #fff !important;
	background-color: #fe4641;
}
.cart-totals tr{
	border: 0;
}

/* WOOCOMMERCE */


/* NO RESULT */
.fr_no_result{
	padding: 40px 40px 100px;
	margin-right: 20px;
	line-height: 2;
}
.search-form, #searchform{
	overflow: hidden;
	position: relative;
}
#searchform div{
	position: relative;
}
.search-form input, #searchform input{
	width: 100%;
	border: none;
	padding: 10px;
	font-family: inherit;
	letter-spacing: 1px;
	font-size: 12px;
	background-color: #f6f6f6;
}
.search-submit, #searchsubmit{
	background: url("images/search.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    border: 0 none !important;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    padding: 0 !important;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 32%;
    width: 14px !important;
}

@media only screen and ( max-width: 980px ) {

	#menu #main-menu, #fr_to_top{ display: none !important; }
	#menu {
		background: transparent !important;
		float: none;
		height: 44px;
		margin: 10px 0 0;
	}
	ul#mobile_menu, ul#mobile_menu li ul{
		list-style: none;
	}
	ul#mobile_menu a {
		color: #fff;
	}
	#mobile_nav {
		border-width: 0 1px;
		color: #444 !important;
		display: block;
		font-size: 12px;
		height: 21px;
		left: 95%;
		letter-spacing: 1px;
		position: relative;
		text-align: center;
		width: 34px;
	}
	#menu .sub-menu .sub-menu{
		display: none;
		position: static;
	}
	#menu .sub-menu .sub-menu li{
		display: none;
	}
	#menu ul.sub-menu li:hover li{
		display: block;
	}
	.small_header #mobile_nav { color: #fff; !important; }
	.small_header #mobile_nav.opened{ color: #444; }
	#mobile_nav:hover { text-decoration: none; }
	#mobile_logo{
		max-width: 80%;
	}
	.widget h4.widget_title::before, .widget h4.widget_title::after{
		background-color: transparent;
	}
}
@media only screen and ( max-width: 1280px ){
	.magazine_style .format-image,
	.magazine_style .format-quote{
		height:541px !important;
	}
}
@media only screen and (max-width:1200px ) and (min-width: 993px){
	#searchform #s{
		width: 100% !important;
	}
	.head-parallax{
		height: 148px;
	}
	.fr_left_menu_page .head-parallax{
		height: 148px;
	}
	#carousel_header #fr_prev, #carousel_header #fr_next {
		top: 35%;
	}
	.flat_layout.format-video .featured_box {
		margin-top: 0 !important;
	}
	.magazine_style .sticky {
        background-size: cover !important;
		background-attachment: scroll !important;
	}
	#left-arrow, #right-arrow {
		top:50% !important; 
		right: 50px !important;
	}
	#left-arrow {
		left: 50px !important;
	}
	.list_layout .featured_box {
		width: 100%;
		float: none;
    }
	
	.list_layout .post-content {
		padding-top: 20px;		
		float: none;
		width: 100%;
	}	
	.fr_inner_description {
		padding: 159px 122px 0 !important;
	}
	.promo-item {
		width: 293px !important;
		height: 172px !important;
		margin-right: 18px !important;
	}
	.more-link, .format-gallery .readmore{
		left: 37%;
	}
	.list_layout .post_format img{
		width: auto !important;
		height:100% !important;
	}
	.photoblog_layout .format-video.featured_box {
		margin: 0 !important;
	}
	.page-nav{
		clear: both;
	}
	#carousel_header .text-holder .portfolio_title {
		margin-top: 15px !important;
		font-size: 32px !important;
		line-height: 30px !important;
	}
	#carousel_header .thumb p {
       width: 70% !important;
	}
}
@media only screen and ( min-width: 981px ) and ( max-width: 992px ) {
	#carousel_header #fr_prev, #carousel_header #fr_next {
		top: 41%;
	}
	.head-parallax{
		height: 145px;
	}
	.fr_left_menu_page .head-parallax{
		height: 145px;
	}
	#searchform #s{
		width: 100% !important;
	}
	.format-gallery {
        overflow: hidden;
	}
	.magazine_style .sticky {
        background-size: cover !important;
		background-attachment: scroll !important;
	}
	.fr_image_description h2 {
		font-size: 45px !important;
		font-color: #fff !important;
		margin: 20px 0 40px;
	}
	.fr_inner_description {
       padding: 159px 122px 0 !important;
	}	
	.list_layout .featured_box {
		width: 100%;
		float: none;
    }	
	.list_layout .post-content {
		padding-top: 20px;
		float: none;
		width: 100%;
	}	
	.title_holder{
		width: auto;
		padding-left: 2%;
	}
	#sidebar {
		width: 22%;
	}
	#left-arrow {
		right: 70px !important;
    }
	.promo-item {
		width: 100% !important;
		height: 172px !important;
		margin-right: 18px !important;
	}
	#header_featured .fr_inner_description {		
		padding: 158px 20px 0px 0px !important;
	}
	.fr_image_description h2 {
		font-size: 45px !important;
    }	
	#blog_wrapper{ padding: 80px 0; }
	
	.masonry .format-video .entry-header{
		top: 180px;
	}
	.masonry .entry h2, .masonry .entry h1{
		font-size: 25px;
	}
	.fullwidth .masonry .entry{
		width: 90%;
	}
	.list_layout .post_format img{
		width: auto !important;
		height:100% !important;
	}
	.more-link, .format-gallery .readmore{
		left: 35%;
	}
	.flat_layout.format-video .featured_box {
		margin-top: 0 !important;
	}
	#carousel_header .text-holder .portfolio_title {
		margin-top: 10px !important;
		font-size: 32px !important;
		line-height: 30px !important;
	}
	#carousel_header .thumb p {
		line-height: 1.1 !important;
        width: 70% !important;
	}
}
@media only screen and (max-width: 980px) and (min-width: 768px){
	.head-parallax{
		height: 87px;
		padding-top:0 !important;
	}
	.fr_left_menu_page .head-parallax{
		height: 86px;
		padding-top:0 !important;
	}
	#carousel_header #fr_prev, #carousel_header #fr_next {
		top: 50%;
	}
	#carousel_header .caroufredsel_wrapper{
		height:175px !important;
	}
	#carousel_header .text-holder .portfolio_title {
		margin-top: 13px !important;
		font-size: 25px !important;
		line-height: 23px !important;
	}
	#carousel_header .thumb p {
		padding-top: 10px !important;
		width: 97% !important;
		line-height: 1.2 !important;
	}
	#carousel_header{
		padding-bottom:0 !important;
	}
	#searchform #s{
		width: 100% !important;
	}
	#menu.fr_left_menu{
		display: none !important;
		visibility: hidden !important;
	}
	/*.format-gallery {
        overflow: hidden;
	}*/
	.magazine_style .sticky {
        background-size: cover !important;
		background-attachment: scroll !important;
		height: 500px !important; 
		position: relative !important; 
	}
	.pagination {
        margin: 20px 0 !important;
	}
	.col-sm-offset-3 {
		margin-left: 0 !important;
	}
	.col-sm-9 {
		width: 100% !important;
	}	
	#left-arrow, #right-arrow {
		top:50% !important; 
		right: 50px !important;
	}
	#left-arrow {
		left: 50px !important;
	}	
	#header_featured .fr_inner_description {		
	    padding: 40px 122px 0 !important;
	}
	.magazine_style .format-image,
	.magazine_style .format-quote{
		height:528px !important;
	}
	.fr_image_description h2 {
		font-size: 45px !important;
    }
	.more-link, .format-gallery .readmore{
		left: 33%;
	}
	.list_layout .featured_box {
		width: 100%;
		float: none;
    }	
	.list_layout .post-content {
		padding-top: 20px;
		float: none;
		width: 100%;
	}	
    .promo-item {
		width: 230px !important;
		height: 135px !important;
		margin-right: 18px !important;
	}
	.format-image .text-holder, .format-quote .text-holder {
		width: 100%;
    }	
	.masonry_layout article{ 
		width: 48%; 
	}
	.flat_layout.format-video .featured_box {
		margin-top: 0 !important;
	}
	#head_inner {
        width: 96% !important;
	}
	#wp-subscribe{
		padding:10px !important;
	}
}
@media only screen and ( max-width: 800px ){
	.fr_left_menu_page .head-parallax{
		height: 66px;
		padding-top:0 !important;
	}
	.head-parallax{
		height: 72px;
		padding-top:0 !important;
	}
	#wp-subscribe{
		padding:10px !important;
	}
	#head_inner {
        width: 96% !important;
	}
}
@media only screen and ( max-width: 790px ) and (min-width: 770px) {
	.magazine_style .format-image,
	.magazine_style .format-quote{
		height:519px !important;
	}
	.head-parallax{
		height: 66px;
		padding-top:0 !important;
	}
	.fr_left_menu_page .head-parallax{
		height: 66px;
		padding-top:0 !important;
	}
}
@media only screen and ( max-width: 768px ) and (min-width: 751px) {
	#carousel_header #fr_prev, #carousel_header #fr_next {
		top: 50%;
	}
	.format-video .post-content .more-link {
       margin-left: 31%;
   
	}
	.head-parallax{
		height: 68px;
		padding-top:0 !important;
	}
	.fr_left_menu_page .head-parallax{
		height: 66px;
		padding-top:0 !important;
	}
	#searchform #s{
		width: 100% !important;
	}
	#carousel_header{
		padding-bottom:0 !important;
	}
	.col-md-6:nth-child(odd), .col-lg-6:nth-child(odd) {
		border-width: 15px 30px 15px 15px !important;
	}
	#menu.fr_left_menu{
		display: none !important;
		visibility: hidden !important;
	}
	.magazine_style .sticky {
        background-size: cover !important;
		background-attachment: scroll !important;
		height: 500px !important; 
		position: relative !important; 
	}
	.pagination {
        margin: 20px 0 !important;
	}
	.magazine_style .format-image,
	.magazine_style .format-quote{
		height:519px !important;
	}	
	.list_layout .featured_box {
		width: 100%;
		float: none;
    }	
	.list_layout .post-content {
		padding-top: 20px;
		float: none;
		width: 100%;
	}
	.format-image .text-holder, .format-quote .text-holder {
		width: 100%;
	}
	.more-link, .format-gallery .readmore{
		left: 33%;
	}
	.fr_image_description h2 {
		font-size: 45px !important;
		margin: 20px 0 40px;
	}		
	#left-arrow {
		left:  30px !important;
	}
	#header_featured .fr_inner_description {		
		padding: 96px 72px  0px !important;
	}
	#header_featured  .fr_image_description{
		height: auto;
	}
	.promo-item {
		width: 100% !important;
		height: 200px !important;
		margin-bottom: 30px !important;
	}
	.format-image .text-holder, .format-quote .text-holder {
		width: 100%;
    }	
	.masonry_layout article{ 
		width: 48%; 
	}
	.flat_layout.format-video .featured_box {
		margin-top: 0 !important;
	}
	.photoblog_layout .format-video .featured_box {
		margin: 0 !important;
	}
	#carousel_header .text-holder .portfolio_title {
		margin-top: 10px !important;
		font-size: 25px !important;
		line-height: 27px !important;
	}
	#carousel_header .thumb p {
		padding-top: 8px !important;
		width: 97% !important;
		line-height: 1 !important;
	}
	#wp-subscribe{
		padding:10px !important;
	}
	#head_inner {
        width: 96% !important;
	}
}
@media only screen and (max-width: 750px) and (min-width: 637px) {
	#carousel_header #fr_prev, #carousel_header #fr_next {
		top: 37%;
	}
	.head-parallax{
		height: 68px;
		padding-top:0 !important;
	}
	.fr_left_menu_page .head-parallax{
		height: 68px;
		padding-top:0 !important;
	}
	#carousel li{
		width:22% !important;
	}
	#carousel_header .text-holder .portfolio_title {
		margin-top: 5px !important;
		font-size: 34px !important;
		line-height: 30px !important;
	}
	#carousel_header .thumb p {
		padding-top: 13px !important;
		line-height: 1.5 !important;
	}
	#carousel_header{
		padding-bottom:0 !important;
	}
	#searchform #s{
		width: 100% !important;
	}
	.col-md-6:nth-child(odd), .col-lg-6:nth-child(odd) {
		border-width: 15px 30px 15px 15px !important;
	}
	#menu.fr_left_menu{
		display: none !important;
		visibility: hidden !important;
	}
	.magazine_style .sticky {
        background-size: cover !important;
		background-attachment: scroll !important;
	}
	.pagination {
        margin: 20px 0 !important;
	}
	#left-arrow {
		top: 50% !important;
		left: 30px !important;
    }
	#right-arrow {
		top: 50% !important;
    }	
	.list_layout .featured_box {
		width: 100%;
		float: none;
    }
	.list_layout .featured_box img{
		margin: 0;
		width:100%;
	}
	.list_layout .post-content {
		padding-left: 19%;
		padding-top: 20px;
		float: none;
		width: 100%;
	}	
	.promo-item {
		width: 100% !important;
		height: 200px !important;
		margin-bottom: 30px !important;
	}	
	#header_featured  .fr_image_description{
		height: auto;
	}
	#header_featured .fr_inner_description {		
		padding: 6px 20px 164px 0px !important;
	}
	#header_featured .fr_image_description h2{
		margin: 20px 0 10px !important;
	}
	#header_featured  .fr_slide_image{
		height:auto !important;
	}
	.fr_image_description h2 {
		font-size: 40px !important;
    }
	.more-link, .format-gallery .readmore{
		left: 31%;
	}
	.masonry_layout .more-link, .masonry_layout .format-gallery .readmore {
		left: 19%;
    }
	.format-image .text-holder, .format-quote .text-holder {
		width: 100%;
    }
	.masonry_layout article{ 
		width: 48%; 
	}
	.flat_layout.format-video .featured_box {
		margin-top: 0 !important;
	}
	.photoblog_layout .format-video .featured_box {
		margin: 0 !important;
	}
	.format-video .post-content .more-link {
       margin-left: 35%;
   
	}
}
@media only screen and ( max-width: 636px ) and (min-width: 480px) {
	#carousel_header #fr_prev, #carousel_header #fr_next {
		top: 50%;
	}
	.head-parallax{
		height: 53px;
		padding-top:0 !important;
	}
	.fr_left_menu_page .head-parallax{
		height: 53px;
		padding-top:0 !important;
	}
	#carousel li{
		width:43% !important;
	}
	#carousel_header .text-holder .portfolio_title {
		margin-top: 5px !important;
		font-size: 54px !important;
		line-height: 53px !important;
	}
	#carousel_header .thumb p {
		padding-top: 20px !important;
		line-height: 1.7 !important;
	}
	#carousel_header{
		padding-bottom:0 !important;
	}
	#searchform #s{
		width: 100% !important;
	}
	.single .fr_single{
		width: 100% !important;
	}
	.single #sidebar {
    	visibility: hidden;
		display: none;
	}
	.single #comment-wrap::before, #respond::before{
		width: auto !important;
	}
	.col-md-6:nth-child(odd), .col-lg-6:nth-child(odd) {
		border-width: 15px 30px 15px 15px !important;
	}
	#menu.fr_left_menu{
		display: none !important;
		visibility: hidden !important;
	}
	.magazine_style .sticky {
        background-size: cover !important;
		background-attachment: scroll !important;
	}
	.pagination {
        margin: 20px 0 !important;
	}	
	.list_layout .featured_box {
		width: 100%;
		float: none;
    }
	.list_layout .featured_box img{
		margin: 0;
		width:100%;
	}
	.list_layout .post-content {
		padding-top: 20px;
		float: none;
		width: 100%;
	}
	#header_featured  .fr_image_description{
		height: auto;
	}
	#header_featured .fr_inner_description {		
		padding: 40px 20px 0px 0px !important;
	}
	#header_featured .fr_image_description h2{
		margin: 20px 0 10px !important;
	}
	#header_featured  .fr_slide_image{
		height:auto !important;
	}
	.more-link, .format-gallery .readmore{
		left: 33%;
	}
	.masonry_layout .more-link, .masonry_layout .format-gallery .readmore {
		left: 15%;
    }	
	.pagenavi{
		text-align: left;
		padding: 20px 0 40px 20px; 
	}
	#left_area {
		width: 100% !important;
	}
	.single  #left_area {
		width: 100% !important;
	}
	.fr_image_description h2 {
		font-size: 30px !important;
    }
	.fr_image_description{
		top:0 !important;
	}
	.fr_slide_image{
		padding:0 !important;
	}
	#left-arrow {
		left: 30px !important;;
	}	
	.fr_inner_description p {
		font-size: 14px !important;
		width: 70%;
		text-align: center;
	}
	.promo-item {
		width: 100% !important;
		height: 200px !important;
		margin-bottom: 30px !important;
	}	
	.format-image .text-holder, .format-quote .text-holder {
		width: 100%;
    }	
	.masonry_layout article{ 
		width: 48%; 
	}
	.flat_layout.format-video .featured_box {
		margin-top: 0 !important;
	}
	.photoblog_layout .format-video .featured_box {
		margin: 0 !important;
	}
	.format-video .post-content .more-link {
       margin-left: 27%;   
	}
}
@media only screen and (max-width: 479px) and (min-width: 361px){
	
	#mobile_nav{
		left: 91%;
	}

	#carousel_header #fr_prev, #carousel_header #fr_next {
		top: 50%;
	}
	.head-parallax{
		height: 40px;
		padding-top:0 !important;
	}
	.fr_left_menu_page .head-parallax{
		height: 40px;
		padding-top:0 !important;
	}
	#carousel li{
		width:43% !important;
	}
	#carousel_header .text-holder .portfolio_title {
		margin-top: 10px !important;
		font-size: 34px !important;
		line-height: 52px !important;
	}
	#carousel_header .thumb p {
		line-height: 1.1 !important;
        width: 87% !important;
		padding-top: 5px !important;
	}
	#carousel_header{
		padding-bottom:0 !important;
	}
	.single  #left_area {
		width: 100% !important;
	}
	.single #sidebar {
    	visibility: hidden;
		display: none;
	}
	.single #comment-wrap::before, #respond::before{
		width: auto !important;
	}
	#searchform #s{
		width: 100% !important;
	}
	.col-md-6:nth-child(odd), .col-lg-6:nth-child(odd) {
		border-width: 15px 30px 15px 15px !important;
	}
	#menu.fr_left_menu{
		display: none !important;
		visibility: hidden !important;
	}
	.magazine_style .sticky {
        background-size: cover !important;
		background-attachment: scroll !important;
		height: 400px !important; 
		position: relative !important; 
		margin: 15px !important; 
	}
	.pagination {
        margin: 20px 0 !important;
	}
	#header_featured  .fr_image_description{
		height: auto;
		top: 0 !important;
	}
	#header_featured .fr_inner_description {		
		padding: 20px 20px 0px 20px !important;
	}
	#header_featured .fr_image_description h2{
		margin: 20px 0 10px !important;
	}
	#header_featured  .fr_slide_image{
		height:auto !important;
	}
	.fr_image_description h2 {
		font-size: 25px !important;
    }
	.more-link, .format-gallery .readmore{
		left: 26%;
	}
	.format-quote  blockquote p{
		padding: 0 !important;
		width: 100% !important;
	}
	.list_layout .featured_box {
		width: 100%;
		float: none;
    }
	.list_layout .featured_box img{
		margin: 0;
		width:100%;
	}
	.list_layout .post-content {
		padding-left:5%;
		padding-top: 20px;
		float: none;
		width: 100%;
	}
	.format-image.entry .main_title{
		text-align:center;
	}	
	.masonry_layout article{ 
		width: 100%; 
	}
	.flat_layout.format-video .featured_box {
		margin-top: 0 !important;
	}
	.photoblog_layout .format-video.featured_box {
		margin: 0 !important;
	}
	.post-content p{
		padding:0 !important;
	}	
	.fr_inner_description p {
		font-size: 16px !important;
	}
	.format-video .post-content .more-link {
       margin-left: 17%;   
	}
}
@media only screen and (max-width: 360px) and (min-width: 321px){
	#mobile_nav{
		left: 89%;
	}

	#carousel_header #fr_prev, #carousel_header #fr_next {
		top: 50%;
	}
	.head-parallax{
		height: 31px;
		padding-top:0 !important;
	}
	.fr_left_menu_page .head-parallax{
		height: 30px;
		padding-top:0 !important;
	}
	#carousel li{
		width:43% !important;
	}
	#carousel_header .text-holder .portfolio_title {
		margin-top: 10px !important;
		font-size: 25px !important;
		line-height: 24px !important;
	}
	#carousel_header .thumb p {
		line-height: 1.3 !important;
		width: 87% !important;
		padding-top: 18px !important;
	}
	#carousel_header{
		padding-bottom:0 !important;
	}
	#searchform #s{
		width: 100% !important;
	}
	.single  #left_area {
		width: 100% !important;
	}	
	.single #sidebar {
    	visibility: hidden;
		display: none;
	}
	.single #comment-wrap::before, #respond::before{
		width: auto !important;
	}	
	.col-md-6:nth-child(odd), .col-lg-6:nth-child(odd) {
		border-width: 15px 30px 15px 15px !important;
	}
	#menu.fr_left_menu{
		display: none !important;
		visibility: hidden !important;
	}
	.magazine_style .sticky {
        background-size: cover !important;
		background-attachment: scroll !important;
		height: 350px !important; 
		position: relative !important; 
		margin: 15px !important; 
	}
	.pagination {
        margin: 20px 0% !important;
	}
	#left-arrow {
		top: 49% !important;
	}
	#right-arrow {
		top: 49% !important;
	}
	.promo-item {
		width: 100% !important;
		height: 200px !important;
		margin-bottom: 30px !important;
	}
	.fr_image_description h2 {
		font-size:20px !important;
    }
	#header_featured  .fr_image_description{
		height: auto;
		top: 0!important;
	}
	#header_featured .fr_inner_description {		
		padding: 26px 6px 0px 6px !important;
	}
	#header_featured .fr_image_description h2{
		margin: 20px 0 10px !important;
	}
	#header_featured  .fr_slide_image{
		height:auto !important;
	}
	.fr_inner_description p {
		font-size: 16px !important;
	}
	.more-link, .format-gallery .readmore{
		left: 23%;
	}	
	.format-quote  blockquote p{
		padding: 0 !important;
		width: 100% !important;
	}
	.list_layout .featured_box {
		width: 100%;
		float: none;
    }
	.list_layout .featured_box img{
		margin: 0;
		width:100%;
	}
	.list_layout .post-content {
		padding-top: 20px;
		float: none;
		width: 100%;
	}
	.format-image..post-content h2 {
		margin: 20px 0 16px 17px;
	}
	.format-image.entry .main_title{
		margin: 20px 0 16px -30px;
	}
	.entry .main_title a {    
		font-size: 40px;
		line-height: 52px;    
	}	
	
	.masonry_layout article{ 
		width: 100%; 
	}
	.flat_layout.format-video .featured_box {
		margin-top: 0 !important;
	}
	.photoblog_layout.format-video .featured_box {
		margin: 0 !important;
	}
	.post-content p{
		padding:0 !important;
	}
	.flexslider .slides img{
		height: 317px !important;
	}
	.format-video .post-content .more-link {
		margin-left: 17%;    
	}
	.format-video .post-content p {
		padding-top: 2em !important;    
	}
	.format-video .post-content .meta{
		padding-top: 0 !important;
	}
	.meta_line .fr_left{
		margin-bottom: 15px !important;
		width:109%;
	}	
	.format-standard .meta_line .fr_left{
		margin-left: 15% !important;
		margin-bottom:15px !important;
		width:109%;
	}	
	.post_format-post-format-image .meta_line .fr_left{
		margin-left: 13% !important;
		margin-bottom:15px !important;
		width:109%;
	}	
	.post_format-post-format-quote .meta_line .fr_left{
		margin-left: 13% !important;
		margin-bottom:15px !important;
		width:109%;
	}
	.post_format-post-format-gallery  .meta_line .fr_left{
		margin-left: 15% !important;
		margin-bottom:15px !important;
		width:109%;
	}
	.format-video  .meta_line .fr_left{
		margin-left: 15% !important;
		margin-bottom:15px !important;
		width:109%;
	}
	.tag-design .meta_line .fr_left{
		margin-left: 15% !important;
		margin-bottom:15px !important;
		width:109%;
	}
	.format-standard  .meta_line .fr_right{
		margin-right: 36% !important;
	}
	.post_format-post-format-image .meta_line .fr_right {
		margin-right: 22% !important;
	}
	.post_format-post-format-quote .meta_line .fr_right{
		margin-right: 22% !important;
	}
	.post_format-post-format-gallery  .meta_line .fr_right{
		margin-right: 36% !important;
	}
	.format-video .meta_line .fr_right{
		margin-right: 36% !important;
	}
	.tag-design .meta_line .fr_right{
		margin-right: 36% !important;
	}
	#head_inner {
		top: 2% !important;
		width: 88% !important;
	}
	#head_inner h1 {
		font-size: 28px !important;    
		margin-bottom: 23px !important;
	}
	#head_inner p {
    font-size: 15px !important;
	}
	#wrapper{
		overflow:hidden;
	}
	#sidebar{
		display:none;
		overflow:hidden;
	}
	
}
@media only screen and ( max-width: 320px ) {
	#mobile_nav{
		left: 88%;
	}

	#carousel_header #fr_prev, #carousel_header #fr_next {
		top: 50%;
	}
	.head-parallax{
		height: 26px;
		padding-top:0 !important;
	}
	.fr_left_menu_page .head-parallax{
		height: 26px;
		padding-top:0 !important;
	}
	
	#carousel li{
		width:43% !important;
	}
	#carousel_header .text-holder .portfolio_title {
		margin-top: 10px !important;
		font-size: 25px !important;
		line-height: 24px !important;
	}
	#carousel_header .thumb p {
		line-height: 1.3 !important;
		width: 87% !important;
		padding-top: 18px !important;
	}
	#carousel_header{
		padding-bottom:0 !important;
	}
	#searchform #s{
		width: 100% !important;
	}
	.single  #left_area {
		width: 100% !important;
	}
	.single #sidebar {
    	visibility: hidden;
		display: none;
	}
	.single #comment-wrap::before, #respond::before{
		width: auto !important;
	}	
	.col-md-6:nth-child(odd), .col-lg-6:nth-child(odd) {
		border-width: 15px 30px 15px 15px !important;
	}
	#menu.fr_left_menu{
		display: none !important;
		visibility: hidden !important;
	}
	.magazine_style .sticky {
        background-size: cover !important;
		background-attachment: scroll !important;
		height: 350px !important; 
		position: relative !important; 
		margin: 15px !important; 
	}
	.social_ext_large i.fr_social {
		right: -30px;
	}	
	.list_layout .featured_box {
		width: 100%;
		float: none;
    }
	.list_layout .featured_box img{
		margin: 0;
		width:100%;
	}
	.list_layout .post-content {
		padding-top: 20px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		float: none;
		width: 100% !important;
	}	
	#left-arrow {
    top: 49% !important;
	}
	#right-arrow {
    top: 49% !important;
	}
	.fr_image_description h2 {
		font-size: 20px !important;
    }
	#header_featured  .fr_image_description{
		height: auto;
	}
	#header_featured .fr_inner_description {		
		padding: 6px 20px 0px 0px !important;
	}
	#header_featured .fr_image_description h2{
		margin: 20px 0 10px !important;
	}
	#header_featured  .fr_slide_image{
		height:auto !important;
	}	
	.format-quote  blockquote p{
		padding: 0 !important;
		width: 100% !important;
	}
	.format-image..post-content h2 {
		margin: 20px 0 16px 17px;
	}
	.format-image.entry .main_title{
		margin: 20px 0 16px -30px;
	}
	.entry .main_title a {    
		font-size: 40px;
		line-height: 52px;    
	}		
	.promo-item {
		width: 100% !important;
		height: 200px !important;
		margin-bottom: 30px !important;
	}
	.more-link, .format-gallery .readmore{
		left: 21%;
	}
	.masonry_layout .more-link, .masonry_layout .format-gallery .readmore {
		left: 19%;
    }
	.masonry_layout article{ 
		width: 100%; 
	}
	.flat_layout.format-video .featured_box {
		margin-top: 0 !important;
	}
	.photoblog_layout .format-video.featured_box {
		margin: 0 !important;
	}
	.post-content p{
		padding:0 !important;
	}
	.format-video .post-content .more-link {
       margin-left: 12%;    
	}
	.format-video .post-content p {
		padding-top: 2em !important;    
	}
	.format-video .post-content .meta{
		padding-top: 0 !important;
	}
	.format-standard .meta_line .fr_left{
		margin-left: 15% !important;
		margin-bottom:15px !important;
		width:109%;
	}	
	.post_format-post-format-image .meta_line .fr_left{
		margin-left: 12% !important;
		margin-bottom:15px !important;
		width:109%;
	}	
	.post_format-post-format-quote .meta_line .fr_left{
		margin-left: 12% !important;
		margin-bottom:15px !important;
		width:109%;
	}
	.post_format-post-format-gallery  .meta_line .fr_left{
		margin-left: 15% !important;
		margin-bottom:15px !important;
		width:109%;
	}
	.format-video  .meta_line .fr_left{
		margin-left: 15% !important;
		margin-bottom:15px !important;
		width:109%;
	}
	.tag-design .meta_line .fr_left{
		margin-left: 15% !important;
		margin-bottom:15px !important;
		width:109%;
	}
	.format-standard  .meta_line .fr_right{
		margin-right: 28% !important;
	}
	.post_format-post-format-image .meta_line .fr_right {
		margin-right: 15% !important;
	}
	.post_format-post-format-quote .meta_line .fr_right{
		margin-right: 15% !important;
	}
	.post_format-post-format-gallery  .meta_line .fr_right{
		margin-right: 28% !important;
	}
	.format-video .meta_line .fr_right{
		margin-right: 28% !important;
	}
	.tag-design .meta_line .fr_right{
		margin-right: 28% !important;
	}
	#wrapper{
		overflow:hidden;
	}
	#head_inner {
		top: 2% !important;
		width: 88% !important;
	}
	#head_inner h1 {
		font-size: 24px !important;    
		margin-bottom: 23px !important;
	}
	#head_inner p {
		font-size: 0.75em !important;
	}
	#footer .social-icons a {
		margin-right: 11px
	}
	#sidebar{
		display:none;
		overflow:hidden;
	}
}