/*------------------------------------------------------------------
Project:	 OSCEND
Version: 	1.0
Assigned to:	Alximicus
Primary use:	OSCEND
-------------------------------------------------------------------*/
/*************************/
/***** BASE STYLES *******/
/*************************/
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

/****************/
/**** COLORS ****/
/****************/
body {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
body.admin-bar .header .navbar {
	margin-top: 32px;
}

* {
	outline: none !important;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.img-responsive {
	display: inline-block;
	vertical-align: middle;
}

.vtop {
	display: inline-block;
	vertical-align: top;
	float: none;
}

.no-margin {
	margin: 0 !important;
}

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-left: 0;
	padding-right: 0;
}

.relative {
	position: relative;
}

.text-white {
	color: #fff;
}

.invertX {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

em {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #999999;
	font-size: 13px;
}

p {
	margin: 0 0 2.14em;
}
p.large {
	font-size: 14px;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 15px;
	line-height: 28px;
}

h5 {
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: bold;
	position: relative;
}
h5.italic-title {
	font-size: 16px;
	color: #999999;
	margin-bottom: 10px;
	font-weight: normal;
	text-transform: none;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
h5.italic-title:after {
	display: none;
}
h5:after {
	content: "";
	display: block;
	margin-top: 20px;
	width: 25px;
	height: 4px;
	background: #A20727;
}

ul.marker-list {
	padding-left: 0;
	list-style: none;
	margin-bottom: 15px;
}
ul.marker-list li {
	color: #666666;
	font-size: 14px;
	font-family: Raleway, serif;
	line-height: 24px;
	padding: 3px 0;
	font-weight: 500;
	margin: 0;
}
ul.marker-list li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	color: #A20727;
}

a[href^="http://maps.google.com/maps"] {
	display: none !important;
}

a[href^="https://maps.google.com/maps"] {
	display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
	display: none;
}

.gmnoprint div {
	background: none !important;
}

.btn {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 12px;
	text-transform: uppercase;
	padding: 15px 25px;
	line-height: 20px;
}
.btn.btn-primary {
	background: #A20727;
	border: 1px solid #A20727;
	color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active:focus {
	background: #cc5000;
	border-color: #cc5000;
}
.btn.btn-primary-warning {
	border-radius: 0;
	background: #fff;
	color: #666;
	border: 1px solid #eee;
}
.btn.btn-primary-warning:hover {
	background: #A20727;
	color: #fff;
	border-color: #A20727;
}
.btn.btn-info {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active:focus {
	/*color: #7f858f;*/
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #fff;
}

textarea {
	max-width: 100%;
}

.form-control {
    background: none;
    box-shadow: none !important;
    outline: none;
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    border-radius: none;
    padding-left: 0;
    height: 50px;
    font-size: 12px;
    color: #000;
    line-height: 1.7;
}
.form-control:focus, .form-control:active {
	border-color: #dddddd;
}

.text-white .form-control {
	border-bottom: 1px solid #333333;
}

.form-control-feedback {
	top: 8px;
}

.form-group.search.has-feedback button[type=submit] {
    position: absolute;
    right: 0;
    top: 37px;
    background: transparent;
    width: 38px;
    height: 43px;
    border: 0;
}

.navbar-brand {
	line-height: 75px;
	padding: 0;
	max-width: 220px;
}

.navbar-brand > img {
	display: inline-block;
	max-width: 100%;
	max-height: 75px;
}

blockquote, .blockquote {
	border: 1px solid #eeeeee;
	padding: 50px;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin: 0 15px 30px;
}
blockquote:before, .blockquote:before {
	font-family: 'FontAwesome';
	display: block;
	font-style: normal;
	position: absolute;
	right: 50px;
	top: -20px;
	color: #A20727;
	width: 40px;
	height: 34px;
	padding: 0;
	text-align: center;
	font-size: 35px;
	line-height: 40px;
	cursor: pointer;
	content: "\f10e";
}
blockquote .author, .blockquote .author {
	padding-top: 20px;
	font-size: 13px;
	color: #999999;
	text-transform: uppercase;
	font-style: normal;
	font-family: Monserat, sans-serif;
}
blockquote p, .blockquote p {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

/*-- Sticky --*/
.post.sticky:after {
	content: "\e677";
	font-family: 'Stroke-Gap-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #A20727;
	font-size: 31px;
	height: 31px;
	position: absolute;
	right: -15px;
	text-transform: none;
	top: -15px;
	width: 31px;
	z-index: 777;
}

/************************/
/*        LAYOUT        */
/******** HEADER *********/
/*****************/
/***** HEADER ****/
/*****************/



body.fixed-header .scrolling-header .navbar {
	background: rgba(255, 255, 255, 0.9);
	padding-top: 15px;
	padding-bottom: 15px;
}
body.fixed-header .scrolling-header .navbar .navbar-nav > li > a {
	color: #333;
}
body.fixed-header .scrolling-header .navbar .normal-logo {
	display: none;
}
body.fixed-header .scrolling-header .navbar .scroll-logo {
	display: inline-block;
}
body.fixed-header .scrolling-header .navbar .navbar-search .input-group .form-control {
	height: 80px;
	color: #7f858f;
}
body.fixed-header .scrolling-header .navbar .navbar-search .input-group .search-close {
	color: #7f858f;
}

.header.search-open .navbar .relative-nav-container {
	opacity: 0;
}
.header.search-open .navbar .navbar-search {
	opacity: 1;
	visibility: visible;
}

.navbar-search  .container{
    position: relative;
}

.relative-nav-container .navbar-nav{
    position: relative;
}

.full-width{
    position: initial !important;
}

.full-width .wrap-inside-nav {
    width: 100%;
    min-width: 800px;
    margin-left: -120px;
}



.navbar-search .search-close {
    background: none !important;
    color: #fff;
    font-size: 24px;
}


.navbar-search .icon-Search {
    top: 42px;
    font-size: 24px;
    color: #fff;
}


.fixed-header .navbar-search  .form-control{
    color: #333;
    height: 80px;
}


.fixed-header .navbar-search .input-group-btn {
    top: 12px;
}


.fixed-header  .navbar-search .search-close {
    color: #333;
}


.fixed-header  .navbar-search .icon-Search {
    top: 25px;
    font-size: 24px;
    color: #333;
}


.fixed-header   .form-group.search.has-feedback button[type=submit] {
    top: 21px;
}


.navbar-search  .form-control{
        -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 120px;
    border: none;
    color: white;
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
}

.navbar-search  .form-group.search.has-feedback{
    padding-left: 60px;
}

.navbar-search  .input-group-btn {
        -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    left: 0;
    top: 33px;
}


.header .navbar {
	padding-top: 35px;
	padding-bottom: 35px;
	margin-bottom: 0;
	background: none;
	border: none;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header .navbar .relative-nav-container {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
}
.header .navbar .toggle-button {
	line-height: 40px;
	color: #999;
	cursor: pointer;
}
.header .navbar .navbar-search {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.header .navbar .navbar-search .input-group .form-control {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 120px;
	border: none;
	color: white;
	font-size: 30px;
	font-family: "Raleway", sans-serif;
	font-weight: normal;
}
.header .navbar .navbar-search .input-group .search-close {
	background: none;
	border: none;
	color: #fff;
}
.header .navbar .scroll-logo {
	display: none;
}
.header .navbar .navbar-nav > li.active {
	background: none;
	border: none;
}
.header .navbar .navbar-nav > li.active > a {
	background: none;
	border: none;
	border-bottom: 1px solid #A20727;
}
.header .navbar .navbar-nav > li > a {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid transparent;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.header .navbar .navbar-nav > li > a:hover {
	color: #fff;
	border-bottom: 1px solid #A20727;
}
.header .navbar .navbar-nav > li.current-menu-ancestor > a {
	border-bottom: 1px solid #A20727;
}
.header .navbar .navbar-nav .open > a, .header .navbar .navbar-nav .open > a:focus, .header .navbar .navbar-nav .open > a:hover {
	background-color: inherit;
	border: none;
	color: #A20727;
}
.header .navbar .navbar-nav.wrap-user-control {
	margin-left: 15px;
}
.header .navbar .navbar-nav.wrap-user-control li {
	color: #A20727;
}
.header .navbar .navbar-nav.wrap-user-control li a {
	color: #A20727;
	padding-left: 10px;
	padding-right: 37px;
	border: none;
}

body.fixed-header .scrolling-header .navbar .wrap-inside-nav {
	/*top: 64px;*/
}

.open .wrap-inside-nav{
  visibility: visible;
    top: 49px;
  
}

.wrap-inside-nav {
	position: absolute;
	left: 0;
	top: 199px;
    visibility: hidden;
	min-width: 220px;
	text-align: left;
	border-top: 2px solid #A20727;
	background: #1a1a1a;
    -webkit-transition: all 10ms ease 0s;
    -moz-transition: all 10ms ease 0s;
    -o-transition: all 10ms ease 0s;
    transition: all 10ms ease 0s;
}
.wrap-inside-nav .inside-col {
	padding: 30px 0;
}
.wrap-inside-nav .inside-col .inside-nav:after, .wrap-inside-nav .inside-col .inside-nav:before {
	display: table;
	clear: both;
	height: 0;
	content: '';
}
.wrap-inside-nav .inside-col .inside-nav li.active > a {
	color: #A20727;
}
.wrap-inside-nav .inside-col .inside-nav li a {
	display: block;
	line-height: 25px;
	min-height: 45px;
	padding: 10px 5px 10px 20px;
	color: #7e848e;
	font-size: 14px;
	text-decoration: none;
}
.wrap-inside-nav .inside-col .inside-nav li a:active, .wrap-inside-nav .inside-col .inside-nav li a:focus {
	display: block;
	padding-left: 20px;
	color: #A20727 !important;
}
.wrap-inside-nav .inside-col .inside-nav li a:hover, .wrap-inside-nav .inside-col .inside-nav li a:active:hover, .wrap-inside-nav .inside-col .inside-nav li a:visited:hover, .wrap-inside-nav .inside-col .inside-nav li a:focus:hover {
	color: #A20727 !important;
	background-color: #26282d;
}

.wrap-inside-nav .wrap-inside-nav {
	position: absolute;
	top: 0;
	left: 100%;
	border-top: none;
	display: none !important;
}
.wrap-inside-nav .wrap-inside-nav .inside-col {
	padding: 0;
}

.wrap-inside-nav li:hover > .wrap-inside-nav {
	display: block !important;
}

/******** FOOTER *********/
/******************************/
/**** BUY SECTION ****/
/******************************/
.buy-section .section-text {
	padding-left: 60px;
	position: relative;
	min-height: 46px;
	line-height: 1.1;
}
.buy-section .section-text .like {
	margin: 0;
	position: absolute;
	left: 0;
}
.buy-section .section-text .like span {
	font-size: 46px;
	color: #333;
}
.buy-section .section-text .like span:before {
	margin: 0;
	color: #333;
	font-size: 46px;
}
.buy-section .buy-text .top-text {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	color: #333;
}
.buy-section .buy-text .bottom-text {
	font-size: 18px;
	color: #666;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}

.text-white .buy-section .section-text .like span {
	color: #fff;
}
.text-white .buy-section .section-text .like span:before {
	color: #fff;
}
.text-white .buy-section .buy-text .top-text {
	color: #fff;
}
.text-white .buy-section .buy-text .bottom-text {
	color: #fff;
}

/******************************/
/**** SOCIAL SECTION ****/
/******************************/
.social-section {
	text-align: center;
}
.social-section .tt {
	color: #999999;
	font-size: 16px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
.social-section .list-socials {
	padding: 15px 0 3px;
}
.social-section .list-socials li {
	display: inline-block;
}
.social-section .list-socials li a {
	display: block;
	line-height: 48px;
	text-align: center;
	width: 48px;
	height: 48px;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #5a5a5a;
	color: #999999;
	margin: 0 6px 12px;
}
.social-section .list-socials li a:hover {
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	background: #A20727;
	color: #fff;
	border-color: #A20727;
}
.social-section .list-socials li a i {
	font-size: 16px;
}
.social-section .list-socials li a i:before {
	font-size: 16px;
	margin: 0;
}

.text-white .social-section .tt {
	color: #fff;
}
.text-white .social-section .list-socials li a {
	border-color: #fff;
	color: #fff;
}

.text-black .social-section .tt {
	color: #333;
}
.text-black .social-section .list-socials li a {
	border-color: #333;
	color: #333;
}

.oscend_flickr {
	padding-bottom: 30px;
}
.oscend_flickr h5 {
	margin-bottom: 25px;
}
.oscend_flickr h5:after {
	content: "";
	display: block;
	margin-top: 20px;
	width: 25px;
	height: 4px;
	background: #A20727;
}
.oscend_flickr ul.flickr-feed {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
}
.oscend_flickr ul.flickr-feed li {
	font-size: 0;
	margin: 0;
}
.oscend_flickr ul.flickr-feed li a, .oscend_flickr ul.flickr-feed li img {
	display: block;
}
.oscend_flickr ul.flickr-feed li:hover img {
	opacity: 0.7;
}

.text-white .oscend_flickr h5 {
	color: #ccc;
}

.fobox {
	padding-right: 10px;
}
.fobox h5 {
	margin-bottom: 25px;
}
.fobox h5:after {
	content: "";
	display: block;
	margin-top: 20px;
	width: 25px;
	height: 4px;
	background: #A20727;
}
.fobox p {
	margin-bottom: 10px;
}
.fobox ul {
	padding-left: 0;
	list-style: none;
}
.fobox a {
	color: #333;
}
.fobox a:hover {
	color: #A20727;
	text-decoration: none;
}
.fobox .contacts-list i {
	min-width: 20px;
	margin-right: 10px;
}

.text-white .fobox * {
	color: #999;
}
.text-white .fobox h5 {
	color: #ccc;
}
.text-white .fobox a {
	color: #999;
}
.text-white .fobox a:hover {
	color: #A20727;
}

/******** SIDEBAR ********/
.sidebar {
	/*TABS WIDJETS*/
}
.sidebar .sidebar-item {
	padding: 25px;
	margin-bottom: 40px;
	border: 1px solid #eeeeee;
	color: #888;
	font-size: 13px;
	line-height: 20px;
}
.sidebar .sidebar-item h5.widget-title {
	margin-bottom: 35px;
}
.sidebar .sidebar-item a {
	color: #666;
}
.sidebar .sidebar-item ul {
	list-style-type: none;
	padding-left: 0;
}
.sidebar .sidebar-item ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidebar .sidebar-item ul li.current-cat > a, .sidebar .sidebar-item ul li.current_page_item > a {
	color: #A20727;
}
.sidebar .sidebar-item ul .children, .sidebar .sidebar-item ul .sub-menu {
	margin-top: 10px;
	padding-left: 7px;
	border-top: 1px solid #eee;
}
.sidebar .sidebar-item ul .children li.menu-item-has-children, .sidebar .sidebar-item ul .sub-menu li.menu-item-has-children {
	padding-bottom: 0;
}
.sidebar .sidebar-item ul .children li:last-child, .sidebar .sidebar-item ul .sub-menu li:last-child {
	padding-bottom: 0;
}
.sidebar .sidebar-item .textwidget {
	text-align: justify;
}
.sidebar .sidebar-item .textwidget img {
	height: auto;
	margin: 10px 0 10px;
	max-width: 100%;
}
.sidebar .sidebar-item:first-child.widget_search {
	padding: 0;
	border: none;
}
.sidebar .sidebar-item:first-child.widget_search .widget-title {
	display: none;
}
.sidebar .widget_archive ul li, .sidebar .widget_categories ul li, .sidebar .widget_pages ul li, .sidebar .widget_nav_menu ul li, .sidebar .widget_portfolio_category ul li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.sidebar .widget_archive ul li:last-child, .sidebar .widget_categories ul li:last-child, .sidebar .widget_pages ul li:last-child, .sidebar .widget_nav_menu ul li:last-child, .sidebar .widget_portfolio_category ul li:last-child {
	border: none;
}
.sidebar .widget_archive ul li a, .sidebar .widget_categories ul li a, .sidebar .widget_pages ul li a, .sidebar .widget_nav_menu ul li a, .sidebar .widget_portfolio_category ul li a {
	line-height: 20px;
	padding: 5px 0;
	font-size: 13px;
	color: #666666;
}
.sidebar .widget_archive ul li a:before, .sidebar .widget_categories ul li a:before, .sidebar .widget_pages ul li a:before, .sidebar .widget_nav_menu ul li a:before, .sidebar .widget_portfolio_category ul li a:before {
	content: "\e660";
	font-family: 'Stroke-Gap-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: baseline;
	color: #A20727;
}
.sidebar .widget_search input {
	color: #2a2d32;
	text-transform: uppercase;
}
.sidebar .widget_search .icon {
	color: #A20727;
	font-size: 16px;
}
.sidebar .tagcloud a {
	font-size: 12px !important;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0 6px 6px 0;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
	background: #fff;
	color: #666;
	border: 1px solid #eee;
	display: inline-block;
}
.sidebar .tagcloud a:hover {
	text-decoration: none;
	background: #A20727;
	color: #fff;
	border-color: #A20727;
}
.sidebar .widget_recent_entries .post-date {
	display: block;
	font-size: 12px;
	margin-top: 2px;
}
.sidebar .widget_recent_entries .post-date::before {
	font-size: 11px;
	content: '\e6c7';
	color: #666666;
	font-family: 'Stroke-Gap-Icons';
	padding-right: 10px;
	vertical-align: middle;
}
.sidebar .widget_rss .widget-title .rsswidget img {
	position: relative;
	top: 1px;
	margin-right: 5px !important;
}
.sidebar .widget_rss .widget-title .rsswidget:hover {
	color: #A20727;
}
.sidebar .widget_rss .rss-date {
	display: block;
	font-size: 12px;
	margin-top: 2px;
}
.sidebar .widget_rss .rss-date::before {
	font-size: 11px;
	content: '\e6c7';
	color: #666666;
	font-family: 'Stroke-Gap-Icons';
	padding-right: 10px;
	vertical-align: middle;
}
.sidebar .widget_rss .rssSummary {
	background-color: #f5f5f5;
	margin: 10px 0;
	padding: 15px;
	border-bottom: 4px solid #e3e3e3;
}
.sidebar .widget_calendar caption {
	margin-bottom: 10px;
}
.sidebar .pix-flickr-widget li {
	width: 33%;
}
.sidebar .pix-flickr-widget li:hover img {
	opacity: 0.7;
}
.sidebar .widget_pix_totalposts .nav-tabs {
	margin-bottom: 0;
	border-bottom: none;
}
.sidebar .widget_pix_totalposts .nav-tabs li {
	margin: 0 !important;
	padding: 0;
	width: 33%;
}
.sidebar .widget_pix_totalposts .nav-tabs li a {
	padding: 11px 5px !important;
	text-align: center;
	font-size: 9px !important;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	border-top: 1px solid #e3e3e3;
	background-color: #f5f5f5;
	border-radius: 0;
}
.sidebar .widget_pix_totalposts .nav-tabs li.active a, .sidebar .widget_pix_totalposts .nav-tabs li:hover a {
	border: none;
	background-color: #fff;
	border-top: 1px solid #A20727;
}
.sidebar .widget_pix_totalposts .media-tab {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.sidebar .widget_pix_totalposts .media-tab-thumb {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	margin: 0 0 15px 0;
}
.sidebar .widget_pix_totalposts .media-tab .media-body {
	text-align: left;
	word-wrap: break-word;
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
}
.sidebar .widget_pix_totalposts .media-tab .media-body time {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #666666;
	font-family: Raleway, sans-serif;
}
.sidebar .widget_pix_totalposts .media-tab .media-body time .icon-calendar {
	font-size: 11px;
	margin-right: 7px;
	vertical-align: middle;
	color: #666666;
}
.sidebar .widget_pix_totalposts .media-tab .media-body time .icon-calendar::before {
	font-family: 'Stroke-Gap-Icons';
	content: '\e6c7';
}
.sidebar .widget_pix_totalposts .media-tab .media-body h5.media-heading {
	padding-bottom: 0;
	margin-bottom: 10px;
}
.sidebar .widget_pix_totalposts .media-tab .media-body h5.media-heading:after {
	display: none;
}
.sidebar .widget_pix_totalposts .media-tab-comment img {
	margin: 0 !important;
}
.sidebar .widget_pix_totalposts .media-tab-comment .pull-left {
	height: 60px;
	width: 60px;
	display: inline-block;
	max-width: 100%;
	margin: 0 15px 0 0;
}
.sidebar .widget_pix_totalposts .media-tab-comment .media-body {
	background-color: #f5f5f5;
	padding: 10px;
	border-left: 3px solid #e3e3e3;
}
.sidebar .widget_pix_totalposts .media-tab-comment .media-body a {
	font-family: inherit;
	font-weight: 700;
	font-size: 12px;
}

/*********  SECTIONS **********/
/*************************/
/**** HEADING SECTION ****/
/*************************/
.top-header {
	background: url(../img/sections/home-top-background.jpg) top center no-repeat;
	background-size: cover;
	min-height: 475px;
}
.top-header.home-header {
	min-height: 800px;
}
.top-header .header-container {
	position: relative;
	z-index: 2;
}
.top-header .header-container .header-title {
	text-align: center;
	padding-top: 215px;
	padding-bottom: 30px;
}
.top-header .header-container .header-title .header-icon {
	display: block;
	margin: 0 auto 15px;
}
.top-header .header-container .header-title .header-icon .icon {
	font-size: 40px;
	color: #fff;
}
.top-header .header-container .header-title .title {
	font-size: 38px;
	margin-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
}
.top-header .header-container .header-title em {
	font-size: 16px;
	color: #999999;
}
.top-header .wrap-section-slider {
	min-height: 800px;
	max-width: none !important;
}
.top-header .wrap-section-slider .sp-mask {
	height: 800px !important;
	width: 100% !important;
	background: #333;
}
.top-header .wrap-section-slider .sp-slides-container {
	min-height: 800px;
}
.top-header .wrap-section-slider .sp-layer {
	position: relative;
}
.top-header .wrap-section-slider .slide-item {
	position: absolute;
	height: 800px !important;
	width: 100% !important;
}
.top-header .wrap-section-slider .slide-item .slide-image {
	background: #000;
	height: 900px;
	overflow: hidden;
}
.top-header .wrap-section-slider .slide-item .slide-image img {
	opacity: 0.5;
	min-height: 100%;
}
.top-header .wrap-section-slider .slide-item .slide-content {
	padding-top: 250px;
}

/******************************/
/**** LATEST WORKS SECTION ****/
/******************************/
.latest-works-section .scroll-pane {
	overflow: auto;
	width: 100%;
	float: left;
}
.latest-works-section .scroll-pane .scroll-content {
	display: table !important;
	float: left;
	margin-bottom: 60px;
}
.latest-works-section .scroll-pane .scroll-content-item {
	display: table-cell;
	margin: 0;
	position: relative;
	cursor: pointer;
}
.latest-works-section .scroll-pane .scroll-content-item:hover img {
	opacity: 0.15;
}
.latest-works-section .scroll-pane .scroll-content-item:hover .name {
	opacity: 1;
}
.latest-works-section .scroll-pane .scroll-content-item > a {
	display: block;
	position: relative;
	z-index: 2;
	background: #000;
}
.latest-works-section .scroll-pane .scroll-content-item img {
	width: auto;
	max-width: none;
	height: 350px;
	vertical-align: middle;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.latest-works-section .scroll-pane .scroll-content-item .name {
	position: absolute;
	bottom: 25px;
	left: 25px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 3;
	opacity: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.latest-works-section .scroll-pane .scroll-content-item .name a {
	color: #fff;
}
.latest-works-section .scroll-pane .scroll-content-item .name:before {
	margin-bottom: 15px;
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid #A20727;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
}
.latest-works-section .scroll-pane .scroll-bar-wrap {
	clear: left;
	margin: 50px auto;
}
.latest-works-section .scroll-pane .scroll-bar-wrap .scroll-bar {
	margin: 0 auto;
	max-width: 400px;
}
.latest-works-section .scroll-pane .scroll-bar-wrap .scroll-bar .ui-handle-helper-parent {
	width: 100% !important;
	height: 14px;
	background: #e6e9ed;
	border: 1px solid #eeeeee;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-webkit-box-shadow: inset 0px 0px 0px 3px white;
	-moz-box-shadow: inset 0px 0px 0px 3px white;
	box-shadow: inset 0px 0px 0px 3px white;
}
.latest-works-section .scroll-pane .scroll-bar-wrap .scroll-bar .ui-slider-handle {
	height: 24px;
	width: 24px !important;
	margin: -4px 0 -4px -12px !important;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #CECECE;
	background: #fff;
	display: block;
	position: relative;
	cursor: pointer;
}

/*****************************/
/******* VIDEO SECTION *******/
/*****************************/
.video-section {
	position: relative;
}
.video-section .title {
	line-height: 1.1;
	font-size: 40px;
	margin-bottom: 10px;
	color: #333;
	font-weight: 100;
}
.video-section .subtitle {
	font-size: 16px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #999999;
	line-height: 1.1;
}
.video-section .btn-play {
	display: block;
	margin: 30px auto 40px;
	font-size: 72px;
	color: #A20727;
	background: none;
	border: none;
	box-shadow: none;
	width: 73px;
	height: 73px;
	background-size: 100%;
}
.video-section .btn-play:hover, .video-section .btn-play:active, .video-section .btn-play:visited, .video-section .btn-play:focus {
	text-decoration: none;
}
.video-section .duration {
	color: #333;
	font-size: 14px;
}

.text-white .video-section .title {
	color: #fff;
}
.text-white .video-section .duration {
	color: #ddd;
}

/*****************************/
/**** TEAM SECTION ****/
/*****************************/
/*
.team-section {
	.team-slider {
		margin-bottom: -120px;
	}
}
*/
/*****************************/
/**** PRICE SECTION ****/
/*****************************/
.price-section {
	position: relative;
	z-index: 11;
}
.price-section .plans-list {
	font-size: 0;
}
.price-section .plans-list .col-md-4 {
	max-width: 300px;
}
.price-section .plans-list * {
	font-size: 14px;
}

/******************************/
/*******  MAP SECTION *********/
/******************************/
.contact-map-section .map {
	height: 300px;
}

/******************************/
/****  CONTACT US SECTION  ****/
/******************************/
.icon-contact-block .type-info {
	font-family: 'Montserrat', sans-serif;
	color: #2a2d32;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}
.icon-contact-block .type-info span {
	min-width: 20px;
	font-size: 14px;
	color: #A20727;
	display: inline-block;
	vertical-align: baseline;
	margin: 0;
}
.icon-contact-block .type-info span:before {
	margin: 0 5px 0 0;
	font-size: 14px;
}
.icon-contact-block .info {
	color: #666666;
}
.icon-contact-block .contacts-list .col-md-12 {
	padding: 15px;
	border-bottom: 1px solid #eeeeee;
}

.text-white .icon-contact-block .type-info {
	color: #cccccc;
}
.text-white .icon-contact-block .info {
	color: #cccccc;
}

.oscend-contact-form {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
}
.oscend-contact-form textarea {
	min-height: 155px;
	resize: none;
	margin-bottom: 30px;
}
.oscend-contact-form input[type="text"], .oscend-contact-form input[type="password"], .oscend-contact-form textarea {
	display: block;
	width: 100%;
	padding: 6px 12px;
	line-height: 1.42857143;
	background: none;
	box-shadow: none !important;
	outline: none;
	border: none;
	border-bottom: 1px solid #dddddd;
	border-radius: 0;
	border-radius: none;
	font-size: 12px;
	padding-left: 0;
	height: 50px;
	font-size: 11px;
	color: #999;
}
.oscend-contact-form input[type="text"]:focus, .oscend-contact-form input[type="text"]:active, .oscend-contact-form input[type="password"]:focus, .oscend-contact-form input[type="password"]:active, .oscend-contact-form textarea:focus, .oscend-contact-form textarea:active {
	border-color: #dddddd;
}
.oscend-contact-form input[type="submit"] {
	background-image: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 0;
	moz-user-select: none;
	ms-touch-action: manipulation;
	ms-user-select: none;
	text-align: center;
	touch-action: manipulation;
	user-select: none;
	vertical-align: middle;
	webkit-user-select: none;
	white-space: nowrap;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 12px;
	text-transform: uppercase;
	padding: 15px 25px;
	line-height: 20px;
	background: #A20727;
	border: 1px solid #A20727;
	color: #fff;
}
.oscend-contact-form input[type="submit"]:hover, .oscend-contact-form input[type="submit"]:focus, .oscend-contact-form input[type="submit"]:active:focus {
	background: #cc5000;
	border-color: #cc5000;
}
.oscend-contact-form .form-heading em {
	margin-bottom: 15px;
	display: block;
}

.color-socials-list {
	position: relative;
}
.color-socials-list .social-item {
	font-family: 'Montserrat', sans-serif;
	line-height: 50px;
	margin-left: -15px;
	margin-right: -15px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}

.oscend-mc4wp {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
	font-size: 16px;
}
.oscend-mc4wp input[type="submit"] {
	background: none;
	border: none;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	margin-left: 5px;
	vertical-align: text-top;
	width: 42px;
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 3;
	text-align: center;
	pointer-events: auto;
}
.oscend-mc4wp .icon {
	top: 8px;
	color: #A20727;
}

.text-white .oscend-mc4wp .form-control-feedback {
	color: #999;
}

/******************************/
/*** PORTFOLIO LIST SECTION ***/
/******************************/
.portfolio-related-projects-section {
	padding-top: 0;
	padding-bottom: 130px;
}
.portfolio-related-projects-section .list-works {
	padding-top: 30px;
}

.portfolio-single-section {
	padding-top: 70px;
	padding-bottom: 70px;
}
.portfolio-single-section .work-heading {
	position: relative;
	margin-bottom: 40px;
	padding-right: 75px;
}
.portfolio-single-section .work-heading .category {
	margin-bottom: 5px;
}
.portfolio-single-section .work-heading .category a {
	font-size: 12px;
	color: #999999;
	font-family: Raleway, serif;
}
.portfolio-single-section .work-heading .views .icon {
	font-size: 16px;
	color: #666666;
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
}
.portfolio-single-section .work-heading .views span:not(.icon) {
	font-size: 12px;
	color: #999999;
	vertical-align: middle;
	display: inline-block;
	font-family: Raleway, serif;
}
.portfolio-single-section .work-heading .controls {
	position: absolute;
	right: 0;
	top: 0;
}
.portfolio-single-section .work-heading .controls ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.portfolio-single-section .work-heading .controls ul li a {
	line-height: 24px;
}
.portfolio-single-section .work-heading .controls ul li a:hover .fa {
	color: #A20727;
}
.portfolio-single-section .work-heading .controls ul li a .fa {
	font-size: 24px;
	color: #cccccc;
	line-height: 24px;
}
.portfolio-single-section .work-heading .controls ul li a .fa.fa-th {
	font-size: 16px;
	line-height: 24px;
}
.portfolio-single-section .work-image {
	margin-bottom: 60px;
}
.portfolio-single-section .work-image .portfolio-gallery-none {
	display: none;
}
.portfolio-single-section .work-image .image {
	text-align: center;
	position: relative;
}
.portfolio-single-section .work-image .image img {
	max-width: 100%;
}
.portfolio-single-section .work-image .image .controls {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.portfolio-single-section .work-image .image .controls .big-view a {
	display: block;
	width: 40px;
	height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #A20727;
	color: #fff;
	text-align: center;
	line-height: 44px;
	text-decoration: none;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.portfolio-single-section .work-image .image .controls .big-view a:hover {
	background: #cc5000;
}
.portfolio-single-section .work-image .image .controls .big-view a span {
	color: #fff;
	font-size: 16px;
}
.portfolio-single-section .work-image .owl-controls .owl-pagination {
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 9;
	padding: 15px 0;
	text-align: center;
}
.portfolio-single-section .work-image .owl-controls .owl-pagination .owl-page {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border: 1px solid #8e9195;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 4px;
	cursor: pointer;
}
.portfolio-single-section .work-image .owl-controls .owl-pagination .owl-page.active {
	background: #A20727;
	border-color: #A20727;
}
.portfolio-single-section .work-body .work-body-left, .portfolio-single-section .work-body .work-body-right {
	margin-bottom: 30px;
}
.portfolio-single-section .work-body .summary-list .col-md-12 {
	padding: 15px;
	border-bottom: 1px solid #eeeeee;
}
.portfolio-single-section .work-body .summary-list .col-md-12:first-child {
	padding-top: 0;
}
.portfolio-single-section .work-body .summary-list .type-info {
	color: #2a2d32;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.portfolio-single-section .work-body .summary-list .type-info i {
	min-width: 20px;
	font-size: 14px;
	color: #666666;
	display: inline-block;
	vertical-align: baseline;
}
.portfolio-single-section .work-body .summary-list .info {
	color: #666666;
	font-family: Raleway, serif;
}
.portfolio-single-section .work-body .summary-list .info p {
	font-size: 12px;
	line-height: 2;
}
.portfolio-single-section .work-body .summary-list .info a {
	color: #666666;
}
.portfolio-single-section .work-body .summary-list .info .list-socials li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px;
}
.portfolio-single-section .work-body .summary-list .info .list-socials li a {
	color: #7e848e;
}

.offers-section .offers-list {
	padding-top: 30px;
}
.offers-section .col-image img {
	display: block;
	max-width: 100%;
	height: auto;
}
.offers-section .text-item {
	position: relative;
	margin-bottom: 57px;
}
.offers-section .text-item:after {
	position: absolute;
	content: '';
	top: 3px;
	right: -10px;
	width: 10px;
	height: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #A20727;
}
.offers-section .text-item h5 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 0;
}
.offers-section .text-item h5:after {
	display: none;
}
.offers-section .text-item em {
	margin-bottom: 10px;
	display: block;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #999999;
	font-size: 13px;
	line-height: 1.1;
}
.offers-section .text-item .info {
	height: 48px;
	overflow: hidden;
	margin-bottom: 2.14em;
}
.offers-section .text-item .info p:last-child {
	margin-bottom: 0;
}
.offers-section .text-item .dot-line {
	position: absolute;
	top: 6px;
	width: 82px;
	height: 5px;
	right: -111px;
	border-top: 1px solid #e7e8ec;
}
.offers-section .text-item .dot-line:after {
	content: '';
	position: absolute;
	right: 0;
	top: -3px;
	width: 5px;
	height: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e7e8ec;
}
.offers-section .text-item .dot-line:before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	width: 5px;
	height: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e7e8ec;
}
.offers-section .text-item.left-item {
	text-align: right;
	padding-right: 20px;
}
.offers-section .text-item.right-item {
	padding-left: 20px;
}
.offers-section .text-item.right-item:after {
	left: -10px;
	right: auto;
}
.offers-section .text-item.right-item .dot-line {
	left: -111px;
	right: auto;
}
.offers-section .text-item.right-item.middle-item .dot-line {
	width: 18px;
	left: -39px;
}
.offers-section .text-item.top-item {
	margin-bottom: 55px;
}
.offers-section .text-item.top-item:after {
	top: 21px;
}
.offers-section .text-item.top-item .dot-line {
	top: 25px;
}
.offers-section .text-item.middle-item {
	margin-bottom: 50px;
}
.offers-section .text-item.middle-item .dot-line {
	top: 22px;
	width: 18px;
	right: -39px;
}
.offers-section .text-item.middle-item:after {
	top: 17px;
}
.offers-section .text-item.bottom-item .dot-line {
	top: 22px;
}
.offers-section .text-item.bottom-item:after {
	top: 17px;
}

.text-white .offers-section .text-item * {
	color: #fff;
}

.page-section {
	padding: 70px 0 100px 0;
}
.page-section .left-column.sidebar-type-2 {
	padding-right: 90px;
}
.page-section .left-column.sidebar-type-3 {
	padding-left: 90px;
}
.page-section .comments {
	margin: 40px 0 0 0;
}
.page-section .oscend-comment-form {
	margin-top: 40px;
}

.page-port-category-section {
	padding: 90px 0 0 50px;
}
.page-port-category-section .left-column {
	padding-bottom: 0;
}

.blog-content-section {
	padding: 70px 0 100px 0;
}
.blog-content-section .left-column.sidebar-type-2 {
	padding-right: 90px;
}
.blog-content-section .left-column.sidebar-type-3 {
	padding-left: 90px;
}
.blog-content-section .left-column .wrap-blog-post {
	position: relative;
	margin-bottom: 40px;
}
.blog-content-section .left-column .wrap-blog-post .carousel .carousel-control {
	width: 50px;
	height: 50px;
	top: 50%;
	background: #333;
	bottom: auto;
	background: rgba(0, 0, 0, 0.4);
	margin-top: -25px;
}
.blog-content-section .left-column .wrap-blog-post .carousel .carousel-control .fa {
	line-height: 50px;
	text-align: center;
	font-size: 30px;
}
.blog-content-section .left-column .wrap-blog-post .carousel .carousel-control.left {
	left: 0;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.blog-content-section .left-column .wrap-blog-post .carousel .carousel-control.right {
	right: 0;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.blog-content-section .left-column .wrap-blog-post .wrap-linked-image {
	position: relative;
	min-height: 150px;
	background: #A20727;
	padding: 60px 20px;
	text-align: center;
}
.blog-content-section .left-column .wrap-blog-post .wrap-linked-image-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
}
.blog-content-section .left-column .wrap-blog-post .wrap-linked-image a {
	position: relative;
	text-align: center;
	font-size: 26px;
	color: #c7c7c7;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
.blog-content-section .left-column .wrap-blog-post .wrap-linked-image a .icon {
	font-size: 32px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.blog-content-section .left-column .wrap-blog-post .wrap-video {
	position: relative;
}
.blog-content-section .left-column .wrap-blog-post .wrap-audio {
	position: relative;
}
.blog-content-section .left-column .wrap-blog-post .wrap-image {
	text-align: center;
	min-height: 35px;
}
.blog-content-section .left-column .wrap-blog-post .carousel-inner img {
	margin: 0 auto;
}
.blog-content-section .left-column .wrap-blog-post .wrap-post-description {
	text-align: left;
	padding: 20px 0 15px;
	margin-top: -1px;
	position: relative;
}
.blog-content-section .left-column .wrap-blog-post .wrap-post-description .post-avatar {
	position: absolute;
	right: 65px;
	top: -35px;
}
.blog-content-section .left-column .wrap-blog-post .wrap-post-description .post-avatar img {
	width: 70px;
	height: 70px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid white;
}
.blog-content-section .left-column .wrap-blog-post .wrap-post-description .meta {
	padding: 15px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #eff2f7;
}
.blog-content-section .left-column .wrap-blog-post .wrap-post-description .meta .meta-item {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #666666;
	margin-right: 10px;
	font-family: Raleway, sans-serif;
}
.blog-content-section .left-column .wrap-blog-post .wrap-post-description .meta .meta-item .icon {
	font-size: 11px;
	margin-right: 7px;
	vertical-align: middle;
	color: #666666;
}
.blog-content-section .left-column .wrap-blog-post .wrap-post-description .meta .meta-item a {
	color: #666666;
}
.blog-content-section .left-column .wrap-blog-post .wrap-post-description .meta.meta-empty {
	padding: 0;
	border: none;
}
.blog-content-section .left-column .wrap-blog-post .post-body-title {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}
.blog-content-section .left-column .wrap-blog-post .post-body-title a {
	color: #333;
}
.blog-content-section .left-column .wrap-blog-post .post-body-title:after {
	content: "";
	display: block;
	margin-top: 20px;
	width: 25px;
	height: 4px;
	background: #A20727;
}
.blog-content-section .left-column .wrap-blog-post .post-body-content {
	color: #000;
	font-size: 14px;
	font-family: Raleway, sans-serif;
	margin: 0 0 1.14em;
}
.blog-content-section .left-column .wrap-blog-post .post-body-excerpt {
	line-height: 2;
}
.blog-content-section .left-column .wrap-blog-post .post-body p {
    color: #000;
    font-size: 14px;
    font-family: Raleway, sans-serif;
    margin: 0 0 1.14em;
}
.blog-content-section .left-column .wrap-blog-post .post-body p:last-child {
	margin-bottom: 0;
}
.blog-content-section .left-column .wrap-blog-post .post-body .more-page {
	margin: 0 0 2.14em;
}
.blog-content-section .left-column .wrap-blog-post .post-body .more-page p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.blog-content-section .left-column .wrap-blog-post .post-body img {
	max-width: 100%;
	margin-bottom: 15px;
}
.blog-content-section .left-column .wrap-blog-post .post-body blockquote p, .blog-content-section .left-column .wrap-blog-post .post-body .blockquote p {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.blog-content-section .left-column .wrap-blog-post .post-quotes blockquote, .blog-content-section .left-column .wrap-blog-post .post-quotes .blockquote {
	margin: 0;
	border-bottom: 3px solid #eeeeee;
}
.blog-content-section .left-column .wrap-blog-post .list-socials {
	margin-bottom: 15px;
	text-align: left;
}
.blog-content-section .left-column .wrap-blog-post .list-socials li {
	display: inline-block;
	margin: 0 2px;
}
.blog-content-section .left-column .wrap-blog-post .list-socials li a {
	display: block;
	width: 38px;
	height: 38px;
	border: 2px solid #eff2f7;
	-moz-box-shadow: 0 0 1px #dfe1e5 inset;
	-webkit-box-shadow: 0 0 1px #dfe1e5 inset;
	box-shadow: 0 0 1px #dfe1e5 inset;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	background: #fff;
}
.blog-content-section .left-column .wrap-blog-post .list-socials li a i {
	font-size: 14px;
	color: #999999;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-content-section .left-column .wrap-blog-post .list-socials li a:hover {
	background: #A20727;
	border-color: #A20727;
	-moz-box-shadow: 0 0 1px #ffb17f inset;
	-webkit-box-shadow: 0 0 1px #ffb17f inset;
	box-shadow: 0 0 1px #ffb17f inset;
}
.blog-content-section .left-column .wrap-blog-post .list-socials li a:hover i {
	color: #fff;
}

/************************/
/*        MODULES       */
/****** LOADER ******/
#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #f1f3f2;
	z-index: 100500;
}

#page-preloader .spinner {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	border: 3px solid transparent;
	border-top-color: #A20727;
	border-radius: 50%;
	z-index: 1001;
	-webkit-animation: spin 2.5s infinite linear;
	animation: spin 2.5s infinite linear;
}

#page-preloader .spinner:before, #page-preloader .spinner:after {
	content: '';
	position: absolute;
	border-radius: 50%;
}

#page-preloader .spinner:before {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 3px solid transparent;
	border-top-color: #088cdc;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

#page-preloader .spinner:after {
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 3px solid transparent;
	border-top-color: #52bf81;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/****** PAGINATION ******/
.wrap-pagination .pagination-list li {
	float: left;
	text-align: center;
	margin: 0 2px 10px;
}
.wrap-pagination .pagination-list li a, .wrap-pagination .pagination-list li span {
	width: auto;
	display: block;
	width: 42px;
	height: 42px;
	line-height: 32px;
	border: 5px solid #eff2f7;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	color: #999999;
	background: #fff;
	-moz-box-shadow: 0 0 0 1px #dcdfe4 inset;
	-webkit-box-shadow: 0 0 0 1px #dcdfe4 inset;
	box-shadow: 0 0 0 1px #dcdfe4 inset;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none;
}
.wrap-pagination .pagination-list li a i, .wrap-pagination .pagination-list li span i {
	font-family: FontAwesome;
	font-size: 12px;
}
.wrap-pagination .pagination-list li a:hover {
	-moz-box-shadow: 0 0 0 1px #A20727 inset;
	-webkit-box-shadow: 0 0 0 1px #A20727 inset;
	box-shadow: 0 0 0 1px #A20727 inset;
	background: #A20727;
	color: #fff;
}
.wrap-pagination .pagination-list li.active a {
	-moz-box-shadow: 0 0 0 1px #A20727 inset;
	-webkit-box-shadow: 0 0 0 1px #A20727 inset;
	box-shadow: 0 0 0 1px #A20727 inset;
	background: #A20727;
	color: #fff;
}

/****** CONTACT FORM ******/
#response .success {
	color: #02B701;
}
#response .error {
	margin-bottom: 5px;
	color: #FF2020;
}

/****** SECTION ICON ******/
.vc_row_anchor {
	position: relative;
}
.vc_row_anchor .wrap-anchor {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 10;
}
.vc_row_anchor .wrap-anchor .section-icon {
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
	z-index: 11;
	width: 50px;
	height: 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #eff2f7;
	text-align: center;
}
.vc_row_anchor .wrap-anchor .section-icon span {
	line-height: 50px;
	font-size: 16px;
	color: #666666;
	position: relative;
	z-index: 3;
}
.vc_row_anchor .wrap-anchor .section-icon span:before {
	margin: 0 auto;
}
.vc_row_anchor .wrap-anchor .section-icon:after {
	content: "";
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	display: block;
	background: #fff;
	border: 1px solid #dcdfe4;
}
.vc_row_anchor .wrap-anchor .wrap-anchor-link {
	display: block;
	z-index: 12;
}
.vc_row_anchor .wrap-anchor .wrap-anchor-link:hover {
	text-decoration: none;
}
.vc_row_anchor .wrap-anchor .wrap-anchor-link:hover .section-icon span {
	color: #fff;
}
.vc_row_anchor .wrap-anchor .wrap-anchor-link:hover .section-icon span:before {
	margin: 0 auto;
}
.vc_row_anchor .wrap-anchor .wrap-anchor-link:hover .section-icon:after {
	background: #A20727;
}
.vc_row_anchor.anchor-effect {
	height: 205px;
}
.vc_row_anchor.anchor-effect .wrap-anchor {
	height: 205px;
	background: white url(../img/divider.svg) top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.vc_row_anchor.anchor-effect .wrap-anchor .section-icon {
	top: 32px;
}

/****** DARK EFFECT ******/
.header-overlay {
	display: inline-block;
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.header-overlay:after {
	display: block;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

/******  BOTTOM EFFECT  ******/
.with-bottom-effect {
	position: relative;
	overflow: hidden;
}
.with-bottom-effect.transparent-effect .bottom-effect {
	position: absolute;
	z-index: 10;
	bottom: -50px;
	width: 2900px;
	height: 148px;
	left: -100px;
	background: rgba(255, 255, 255, 0.6);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	padding-top: 10px;
}
.with-bottom-effect.transparent-effect .bottom-effect:after {
	content: '';
	display: block;
	background: white;
	height: 148px;
	-webkit-box-shadow: inset 0px -12px 13px -2px white;
	-moz-box-shadow: inset 0px -12px 13px -2px white;
	box-shadow: inset 0px -12px 13px -2px white;
}
.with-bottom-effect:before {
	content: "";
	-webkit-box-shadow: inset 0px -12px 13px -2px white;
	-moz-box-shadow: inset 0px -12px 13px -2px white;
	box-shadow: inset 0px -12px 13px -2px white;
	display: block;
	width: 100%;
	position: absolute;
	z-index: 11;
	bottom: 0;
	height: 30px;
}
.with-bottom-effect .bottom-effect {
	position: absolute;
	z-index: 10;
	bottom: -50px;
	width: 2900px;
	height: 148px;
	left: -100px;
	background: #fff;
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	padding-top: 10px;
}
.with-bottom-effect .bottom-effect:after {
	content: '';
	display: block;
	background: #fff;
	height: 148px;
}

/******  SECTION SLIDER ******/
.twitter .slider-title {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #dddddd;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	margin-bottom: 40px;
}
.twitter .slider-title a {
	color: #fff;
}
.twitter .slider-title i {
	margin: 0 5px 0 8px;
	font-size: 24px;
	color: #A20727;
	text-shadow: #393a39 2px 0px, #393a39 2px 2px, #393a39 0px 2px, #393a39 -2px 2px, #393a39 -2px 0px, #393a39 -2px -2px, #393a39 0px -2px, #393a39 2px -2px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px;
}
.twitter .wrap-section-slider .owl-controls .owl-pagination {
	width: 100%;
	z-index: 9;
	padding: 15px 0 0 0;
	text-align: center;
}
.twitter .wrap-section-slider .owl-controls .owl-pagination .owl-page {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border: 1px solid #8e9195;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 4px;
	cursor: pointer;
}
.twitter .wrap-section-slider .owl-controls .owl-pagination .owl-page.active {
	background: #A20727;
	border-color: #A20727;
}
.twitter .wrap-section-slider .owl-wrapper:after {
	content: "";
	clear: both;
	display: table;
	height: 0;
}
.twitter .wrap-section-slider .owl-wrapper:before {
	content: "";
	clear: both;
	display: table;
	height: 0;
}
.twitter .wrap-section-slider .slide-item {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 5;
	max-width: 870px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.twitter .wrap-section-slider .slide-item p {
	color: #fff;
}
.twitter .wrap-section-slider .slide-item a {
	color: #fff;
}
.twitter .wrap-section-slider .slide-item .slide-image img {
	width: auto;
	min-width: 100%;
}
.twitter .wrap-section-slider .slide-item .time {
	color: #999999;
	font-size: 13px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: middle;
}
.twitter .wrap-section-slider .slide-item .slide-content {
	padding: 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.twitter .wrap-section-slider .slide-item .slide-content .top-title {
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
	font-family: Monserat, sans-serif;
}
.twitter .wrap-section-slider .slide-item .slide-content .title {
	text-transform: uppercase;
	color: #fff;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 10px;
}
.twitter .wrap-section-slider .slide-item .slide-content .under-title {
	font-size: 22px;
	color: #fff;
	opacity: 0.5;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
.twitter .wrap-section-slider .slide-item .slide-content .controls {
	padding: 30px 0;
}
.twitter .wrap-section-slider .slide-item .slide-content .controls .btn {
	margin: 0 5px 15px;
}

.text-white .twitter .slider-title {
	color: #fff;
}
.text-white .twitter .slider-title a {
	color: #fff;
}
.text-white .twitter .slider-title i {
	color: #A20727;
	text-shadow: #ffffff 2px 0px, #ffffff 2px 2px, #ffffff 0px 2px, #ffffff -2px 2px, #ffffff -2px 0px, #ffffff -2px -2px, #ffffff 0px -2px, #ffffff 2px -2px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px, #ffffff 0 0 3px;
}
.text-white .twitter .wrap-section-slider .owl-controls .owl-pagination .owl-page {
	border: 1px solid #fff;
}
.text-white .twitter .wrap-section-slider .owl-controls .owl-pagination .owl-page.active {
	background: #fff;
	border-color: #fff;
}
.text-white .twitter .wrap-section-slider .slide-item p {
	color: #fff;
}
.text-white .twitter .wrap-section-slider .slide-item a {
	color: #fff;
}
.text-white .twitter .wrap-section-slider .slide-item .time {
	color: #fff;
}
.text-white .twitter .wrap-section-slider .slide-item .slide-content .top-title {
	color: #fff;
}
.text-white .twitter .wrap-section-slider .slide-item .slide-content .title {
	color: #fff;
}
.text-white .twitter .wrap-section-slider .slide-item .slide-content .under-title {
	color: #fff;
}

.text-black .twitter .slider-title {
	color: #333;
}
.text-black .twitter .slider-title a {
	color: #333;
}
.text-black .twitter .slider-title i {
	color: #A20727;
}
.text-black .twitter .wrap-section-slider .owl-controls .owl-pagination .owl-page {
	border: 1px solid #333;
}
.text-black .twitter .wrap-section-slider .owl-controls .owl-pagination .owl-page.active {
	background: #333;
	border-color: #333;
}
.text-black .twitter .wrap-section-slider .slide-item p {
	color: #333;
}
.text-black .twitter .wrap-section-slider .slide-item a {
	color: #333;
}
.text-black .twitter .wrap-section-slider .slide-item .time {
	color: #666;
}
.text-black .twitter .wrap-section-slider .slide-item .slide-content .top-title {
	color: #333;
}
.text-black .twitter .wrap-section-slider .slide-item .slide-content .title {
	color: #333;
}
.text-black .twitter .wrap-section-slider .slide-item .slide-content .under-title {
	color: #333;
}

/******  SECTION TILE ******/
/*********/
/* SECTION TITLE */
/*********/
.section-heading {
	padding-bottom: 30px;
	line-height: 1.1;
	font-family: 'Montserrat', sans-serif;
}
.section-heading .section-abovetitle {
	font-size: 18px;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.section-heading .section-title {
	font-size: 26px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.section-heading .section-subtitle {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 16px;
	color: #999999;
	margin-bottom: 15px;
}
.section-heading .section-content {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	line-height: 2;
	font-family: 'Raleway', sans-serif;
	margin-top: 45px;
}
.section-heading .section-content:first-child {
	font-size: 14px;
}
.section-heading .section-content p {
	margin-bottom: 20px;
	font-size: 12px;
}
.section-heading .section-content p:last-child {
	margin-bottom: 0;
}
.section-heading .design-arrow {
	width: 1px;
	height: 50px;
	background: #dddddd;
	position: relative;
	margin: 10px auto;
}
.section-heading .design-arrow.inline-arrow {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.section-heading .design-arrow:after {
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	border: 2px solid #A20727;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 100%;
	left: -5px;
}
.section-heading.text-left .design-arrow {
	margin-left: 0;
	margin-right: auto;
}
.section-heading.text-right .design-arrow {
	margin-right: 0;
	margin-left: auto;
}

.text-white .section-heading .section-abovetitle {
	color: #ffffff;
}
.text-white .section-heading .section-title {
	color: #ffffff;
}
.text-white .section-heading .section-subtitle {
	color: #ffffff;
}
.text-white .section-heading .section-content {
	color: #ffffff;
}

/******  CLIENTS ITEM ******/
.list-clients {
	text-align: center;
	padding-top: 30px;
}
.list-clients .client-item {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	text-align: center;
	margin-bottom: 15px;
}
.list-clients .client-item a {
	display: block;
	padding: 0 30px;
}
.list-clients .client-item a img {
	max-width: 100%;
}

/******  SERVICE ITEM ******/
.service-item {
	padding: 40px 0;
	max-width: 300px;
	margin: 0 auto;
}
.service-item:hover .wrap-service-icon {
	border-color: #ddddde;
}
.service-item:hover .wrap-service-icon .service-icon {
	background: #A20727;
	border-color: #A20727;
}
.service-item:hover .wrap-service-icon .service-icon span {
	color: #fff;
}
.service-item .wrap-service-icon {
	width: 78px;
	height: 78px;
	margin-right: 5px;
	background: #eff2f7;
	border: 1px solid #eff2f7;
	padding: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-item .wrap-service-icon .service-icon {
	width: 66px;
	height: 66px;
	border: 1px solid #ddddde;
	background: #ffffff;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-item .wrap-service-icon .service-icon span {
	font-size: 26px;
	line-height: 64px;
	color: #666666;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-item .wrap-service-icon .service-icon span:before {
	font-size: 26px;
	margin: 0 auto;
}
.service-item h5 {
	margin-bottom: 5px;
}
.service-item h5:after {
	display: none;
}
.service-item .under_title {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #999999;
	font-size: 13px;
	margin-bottom: 15px;
}
.service-item .service-item-text p:last-child {
	margin-bottom: 0;
}

.text-white .service-item:hover .wrap-service-icon {
	border-color: #ddddde;
}
.text-white .service-item:hover .wrap-service-icon .service-icon {
	background: #A20727;
	border-color: #A20727;
}
.text-white .service-item:hover .wrap-service-icon .service-icon span {
	color: #fff;
}
.text-white .service-item .wrap-service-icon {
	width: 82px;
	height: 82px;
	line-height: 82px;
	background: none;
	border: 5px solid #fff;
	padding: 0;
	margin-right: 5px;
}
.text-white .service-item .wrap-service-icon .service-icon {
	background: none;
	width: 72px;
	height: 72px;
	border: none;
}
.text-white .service-item .wrap-service-icon .service-icon span {
	line-height: 72px;
	color: #999999;
}
.text-white .service-item h5 {
	color: #ffffff;
}
.text-white .service-item .under_title {
	color: #999999;
}
.text-white .service-item-text {
	color: #999999;
}
.text-white .service-item-text * {
	color: #999999;
}

/******  PLANS ITEM ******/
.plan-item {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	padding-bottom: 15px;
}
.plan-item.active {
	border: none;
	border-top: 5px solid #A20727;
	position: relative;
	z-index: 3;
	margin: -15px;
	padding-bottom: 15px;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.plan-item.active .item-heading {
	padding-top: 54px;
	margin-bottom: 3px;
}
.plan-item.active .item-body {
	border-top: 1px solid #e7e8ec;
}
.plan-item.active .item-footer .btn {
	background: #A20727;
	color: #fff;
}
.plan-item .item-heading {
	padding-top: 40px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e8ec;
}
.plan-item .item-heading .name {
	font-size: 14px;
	color: #A20727;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 15px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
}
.plan-item .item-heading .count {
	font-size: 50px;
	color: #2a2d32;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
}
.plan-item .item-heading em {
	color: #cccccc;
	font-size: 14px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	line-height: 1.1;
}
.plan-item .item-body ul {
	padding: 35px 30px 20px 55px;
	text-align: left;
	list-style: none;
}
.plan-item .item-body ul li {
	padding: 11px 0;
	color: #666666;
	line-height: 1.1;
	margin: 0;
}
.plan-item .item-body ul li.inactive {
	color: #cccccc;
}
.plan-item .item-body ul li.inactive:before {
	content: "\f00d";
	color: #cccccc;
}
.plan-item .item-body ul li:before {
	color: #A20727;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
}
.plan-item .item-body p {
	margin-bottom: 0;
}
.plan-item .item-footer {
	padding: 20px 15px;
}
.plan-item .item-footer .btn {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
	border-color: #eeeeee;
	font-size: 11px;
	color: #333333;
	padding-left: 30px;
	padding-right: 30px;
}
.plan-item .item-footer .btn:hover {
	background: #A20727;
	color: #fff;
}

/******  NEWS ITEM ******/
.news-item {
	margin: 0 auto;
}
.news-item.news-item-about {
	margin-bottom: 15px;
	margin-top: 15px;
}
.news-item.news-item-about p:last-child {
	margin-bottom: 0;
}
.news-item .meta {
	padding: 15px 0;
}
.news-item .meta .meta-item {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 10px;
}
.news-item .meta .meta-item a {
	color: #666666;
}
.news-item .meta .meta-item .icon {
	font-size: 11px;
	margin-right: 7px;
	vertical-align: middle;
	color: #666666;
}
.news-item .news-body h5 {
	margin-bottom: 25px;
}
.news-item .news-body h5:after {
	content: "";
	display: block;
	margin-top: 20px;
	width: 25px;
	height: 4px;
	background: #A20727;
}
.news-item .image {
	position: relative;
	background-color: #f9f9f9;
	text-align: center;
	min-height: 100px;
}
.news-item .image img {
	vertical-align: middle;
	max-width: 100%;
}
.news-item .image:hover .image-content {
	opacity: 1;
}
.news-item .image .image-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	display: table-cell;
	vertical-align: bottom;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
}
.news-item .image .read-more {
	position: absolute;
	font-size: 12px;
	bottom: 35px;
	left: 30px;
	display: block;
	color: #fff;
	text-transform: uppercase;
}
.news-item .image .read-more:before {
	margin-bottom: 15px;
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	border: 2px solid #A20727;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
}
.news-item .user-avatar {
	position: relative;
	margin-bottom: 30px;
}
.news-item .user-avatar .avatar {
	float: right;
	margin-top: -40px;
	width: 70px;
	height: 70px;
	margin-right: 15px;
	border: 5px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.news-item .user-avatar .avatar img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.text-white .news-item .meta .meta-item a {
	color: #ffffff;
}
.text-white .news-item .meta .meta-item .icon {
	color: #ffffff;
}
.text-white .news-item .news-body h5 {
	color: #ffffff;
}

/******  FEATURE ITEM ******/
.feature-item {
	text-align: center;
	margin: 0 auto 15px;
	max-width: 300px;
}
.feature-item:hover .wrap-feature-icon, .feature-item.active .wrap-feature-icon {
	background: #A20727;
	border-color: #A20727;
}
.feature-item:hover .wrap-feature-icon .feature-icon, .feature-item.active .wrap-feature-icon .feature-icon {
	background: #A20727;
	border-color: #ffb17f;
}
.feature-item:hover .wrap-feature-icon .feature-icon span, .feature-item.active .wrap-feature-icon .feature-icon span {
	color: #fff;
}
.feature-item .wrap-feature-icon {
	width: 110px;
	height: 110px;
	border: 1px solid #eff2f7;
	background: #fff;
	padding: 10px;
	margin: 0 auto 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.feature-item .wrap-feature-icon .feature-icon {
	height: 88px;
	width: 88px;
	border: 1px solid #eff2f7;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #eff2f7;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 88px;
	font-size: 32px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align: center;
}
.feature-item .wrap-feature-icon .feature-icon span {
	color: #666666;
}
.feature-item .wrap-feature-icon .feature-icon span:before {
	margin: 0 auto;
	font-size: 32px;
}
.feature-item .title {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.feature-item .title:after {
	content: '';
	display: block;
	margin: 20px auto;
	height: 4px;
	width: 25px;
	background: #A20727;
}
.feature-item .text {
	margin-bottom: 5px;
}

.text-white .feature-item:hover .wrap-feature-icon, .text-white .feature-item.active .wrap-feature-icon {
	background: #A20727;
	border-color: #A20727;
}
.text-white .feature-item:hover .wrap-feature-icon .feature-icon, .text-white .feature-item.active .wrap-feature-icon .feature-icon {
	background: #A20727;
	border-color: #ffb17f;
}
.text-white .feature-item:hover .wrap-feature-icon .feature-icon span, .text-white .feature-item.active .wrap-feature-icon .feature-icon span {
	color: #fff;
}
.text-white .feature-item .wrap-feature-icon {
	width: 110px;
	height: 110px;
	line-height: 110px;
	border: 10px solid #ffffff;
	background: none;
	padding: 0;
}
.text-white .feature-item .wrap-feature-icon .feature-icon {
	height: 90px;
	width: 90px;
	border: 1px solid #eff2f7;
	background: none;
	line-height: 90px;
}
.text-white .feature-item .wrap-feature-icon .feature-icon span {
	color: #999999;
}
.text-white .feature-item .wrap-feature-icon .feature-icon span:before {
	color: #999999;
}
.text-white .feature-item .title {
	color: #ffffff;
}
.text-white .feature-item .text, .text-white .feature-item .text * {
	color: #999999;
}

/******  ARCHIVE ITEM ******/
.achieve-item {
	text-align: center;
	margin: 0 auto 15px;
	max-width: 300px;
	position: relative;
	line-height: 1.1;
}
.achieve-item .achieve-icon span {
	font-size: 46px;
	color: #333;
}
.achieve-item .achieve-icon span:before {
	margin: 0 auto;
	font-size: 46px;
	color: #333;
}
.achieve-item .count {
	font-family: 'Montserrat', sans-serif;
	padding: 30px 0;
	font-size: 30px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}
.achieve-item .name {
	font-family: 'Montserrat', sans-serif;
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
}

.wpb_column + .wpb_column .achieve-item:before {
	content: '';
	width: 12px;
	height: 12px;
	display: block;
	border: 2px solid #A20727;
	position: absolute;
	top: 137px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left: -20px;
}

.text-white .achieve-item .achieve-icon span {
	color: #fff;
}
.text-white .achieve-item .achieve-icon span:before {
	color: #fff;
}
.text-white .achieve-item .count {
	color: #fff;
}
.text-white .achieve-item .name {
	color: #dddddd;
}

/******  STEPS ITEM ******/
.wpb_column + .wpb_column .step-item:after {
	content: '';
	display: block;
	width: 178px;
	height: 29px;
	background: url(../img/step-arrow.png) center no-repeat;
	position: absolute;
	top: 120%;
	left: -38%;
}

.step-item {
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.step-item.invert .item-icon {
	background: #A20727;
}
.step-item.invert .item-icon:before {
	background: #333;
}
.step-item .item-text {
	display: inline-block;
	vertical-align: middle;
}
.step-item .item-text h5 {
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 24px;
	color: #333333;
	text-align: left;
	max-width: 130px;
}
.step-item .item-text h5:after {
	display: none;
}
.step-item .item-icon {
	position: relative;
	width: 75px;
	height: 75px;
	line-height: 77px;
	text-align: center;
	text-indent: 1px;
	background: #333333;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 22px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.step-item .item-icon:before {
	content: attr(data-count);
	border: 5px solid #eff2f7;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -5px;
	display: block;
	width: 30px;
	height: 30px;
	background: #A20727;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-indent: 0;
}
.step-item .item-icon span {
	font-size: 22px;
}
.step-item .item-icon span:before {
	color: #fff;
	margin: 0 auto;
}

.text-white .step-item .item-text h5 {
	color: #fff;
}

/******  REVIEWS SLIDER ******/
.reviews-slider {
	overflow: hidden;
	padding-top: 20px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
}
.reviews-slider.review-slider-seconds .slide-item {
	margin-right: 30px;
}
.reviews-slider.review-slider-seconds .slide-item .image-block {
	width: 200px;
}
.reviews-slider.review-slider-seconds .slide-item .image-block img {
	max-width: 100%;
}
.reviews-slider.review-slider-seconds .slide-item .description-block .review {
	z-index: -1;
	padding: 50px 25px 50px 50px;
}
.reviews-slider.review-slider-seconds .owl-controls .owl-pagination {
	padding-top: 60px;
	text-align: center;
}
.reviews-slider .owl-wrapper:after {
	content: "";
	clear: both;
	display: table;
	height: 0;
}
.reviews-slider .owl-wrapper:before {
	content: "";
	clear: both;
	display: table;
	height: 0;
}
.reviews-slider .owl-controls .owl-pagination {
	padding: 15px 0;
	text-align: right;
}
.reviews-slider .owl-controls .owl-pagination .owl-page {
	display: inline-block;
	vertical-align: niddle;
	width: 10px;
	height: 10px;
	border: 1px solid #cfcfcf;
	background: #fff;
	margin: 0 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.reviews-slider .owl-controls .owl-pagination .owl-page.active, .reviews-slider .owl-controls .owl-pagination .owl-page:hover {
	background: #666;
	border-color: #666;
}
.reviews-slider .slide-item:after {
	content: "";
	clear: both;
	display: table;
	height: 0;
}
.reviews-slider .slide-item:before {
	content: "";
	clear: both;
	display: table;
	height: 0;
}
.reviews-slider .slide-item .media-left {
	padding: 0;
}
.reviews-slider .slide-item .media-body {
	overflow: visible;
}
.reviews-slider .slide-item .image-block {
	width: 300px;
}
.reviews-slider .slide-item .image-block img {
	max-width: 100%;
}
.reviews-slider .slide-item .description-block .name {
	padding: 20px 15px 30px 35px;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: bold;
}
.reviews-slider .slide-item .description-block .name span {
	margin-left: 10px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #999999;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: normal;
}
.reviews-slider .slide-item .description-block .review {
	border: 1px solid #eeeeee;
	padding: 50px;
	margin-left: -30px;
	position: relative;
	background: #fff;
	-moz-box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
.reviews-slider .slide-item .description-block .review p:last-child {
	margin: 0;
}
.reviews-slider .slide-item .description-block .review:before {
	font-family: 'FontAwesome';
	display: block;
	font-style: normal;
	position: absolute;
	right: 50px;
	top: -20px;
	color: #eee;
	width: 40px;
	height: 34px;
	padding: 0;
	text-align: center;
	font-size: 35px;
	line-height: 40px;
	cursor: pointer;
	content: "\f10e";
}

.text-white .reviews-slider .slide-item .description-block .name {
	color: #ffffff;
}
.text-white .reviews-slider .slide-item .description-block .name span {
	color: #ffffff;
}
.text-white .reviews-slider .slide-item .description-block .review {
	color: #666666;
}
.text-white .reviews-slider .slide-item .description-block .review p {
	color: #666666;
}
.text-white .reviews-slider .slide-item .description-block .review:before {
	color: #ccc;
}

.text-black .reviews-slider .slide-item .description-block .review {
	color: #666666;
}
.text-black .reviews-slider .slide-item .description-block .review p {
	color: #666666;
}

/******  TEAM SLIDER ******/
.wrap-team-slider {
	padding-left: 35px;
	padding-right: 35px;
	position: relative;
}
.wrap-team-slider .prev-btn, .wrap-team-slider .next-btn {
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.wrap-team-slider .prev-btn span, .wrap-team-slider .next-btn span {
	display: inline-block;
	font-size: 32px;
	color: #cccccc;
}
.wrap-team-slider .prev-btn span:hover, .wrap-team-slider .next-btn span:hover {
	color: #666;
}
.wrap-team-slider .prev-btn {
	left: 0;
}
.wrap-team-slider .next-btn {
	right: 0;
}

.team-slider {
	padding-top: 30px;
}
.team-slider .slick-list {
	text-align: center;
}
.team-slider .slick-list .slick-track {
	display: inline-block;
}
.team-slider .slick-list .slick-track .slide-item {
	position: relative;
}
.team-slider .slick-list .slick-track .slide-item.slick-current + .slide-item .slide-description {
	opacity: 1;
}
.team-slider .slick-list .slick-track .slide-item .image {
	text-align: center;
	margin-bottom: -80px;
	height: 800px;
	overflow: hidden;
}
.team-slider .slick-list .slick-track .slide-item .image img {
	max-width: 100%;
	display: inline-block;
}
.team-slider .slick-list .slick-track .slide-item .slide-description {
	position: absolute;
	opacity: 0;
	right: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	color: #dddddd;
}
.team-slider .slick-list .slick-track .slide-item .slide-description .member-info {
	padding: 35px 0 35px;
}
.team-slider .slick-list .slick-track .slide-item .slide-description .member-info .name {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
	font-size: 14px;
	color: #dddddd;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.team-slider .slick-list .slick-track .slide-item .slide-description .member-info .position {
	color: #dddddd;
	font-size: 16px;
}
.team-slider .slick-list .slick-track .slide-item .slide-description .contacts {
	background: #A20727;
	padding: 40px 0 100px;
}
.team-slider .slick-list .slick-track .slide-item .slide-description .contacts ul {
	padding-left: 0;
}
.team-slider .slick-list .slick-track .slide-item .slide-description .contacts ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	color: #fff;
}
.team-slider .slick-list .slick-track .slide-item .slide-description .contacts ul li a {
	color: #fff;
	font-size: 16px;
}

.one-team-item {
	padding-top: 30px;
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.one-team-item .image {
	text-align: center;
	margin-bottom: -80px;
	height: 800px;
	overflow: hidden;
}
.one-team-item .image img {
	max-width: 100%;
	display: inline-block;
}
.one-team-item .slide-description {
	text-align: center;
	position: absolute;
	opacity: 1;
	right: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	color: #dddddd;
}
.one-team-item .slide-description .member-info {
	padding: 35px 0 35px;
}
.one-team-item .slide-description .member-info .name {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
	font-size: 14px;
	color: #dddddd;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.one-team-item .slide-description .member-info .position {
	color: #dddddd;
	font-size: 16px;
}
.one-team-item .slide-description .contacts {
	background: #A20727;
	padding: 40px 0 100px;
}
.one-team-item .slide-description .contacts ul {
	padding-left: 0;
}
.one-team-item .slide-description .contacts ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	color: #fff;
}
.one-team-item .slide-description .contacts ul li a {
	color: #fff;
	font-size: 16px;
}

/******  PORTFOLIO SLIDER ******/
.portfolio-list-section {
	padding-bottom: 30px;
}
.portfolio-list-section .section-heading {
	padding-bottom: 30px;
}
.portfolio-list-section .portfolio-pagination-loading {
	display: none;
	padding-top: 30px;
}
.portfolio-list-section .portfolio-pagination a {
	margin-top: 30px;
}

.portfolio-item {
	margin: 0 0 30px 0;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
}
.portfolio-item .portfolio-gallery-none {
	display: none;
}
.portfolio-item .portfolio-image {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.portfolio-item .portfolio-image:hover > a::after, .portfolio-item .portfolio-image:hover .portfolio-item-body {
	opacity: 1;
}
.portfolio-item .portfolio-image > a {
	display: block;
	position: relative;
}
.portfolio-item .portfolio-image > a:after {
	content: "";
	background: rgba(0, 0, 0, 0.8);
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.portfolio-item .portfolio-image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.portfolio-item .portfolio-image .portfolio-item-body {
	position: absolute;
	z-index: 3;
	bottom: 35px;
	left: 35px;
	right: 20px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
}
.portfolio-item .portfolio-image .portfolio-item-body.center-body {
	top: 50%;
	margin-top: -20px;
	left: 0;
	right: 0;
	text-align: center;
}
.portfolio-item .portfolio-image .portfolio-item-body.center-body ul {
	padding-left: 0;
}
.portfolio-item .portfolio-image .portfolio-item-body.center-body ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.portfolio-item .portfolio-image .portfolio-item-body.center-body ul li a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.portfolio-item .portfolio-image .portfolio-item-body.center-body ul li a:hover {
	background: #A20727;
	border-color: #A20727;
}
.portfolio-item .portfolio-image .portfolio-item-body.center-body ul li a span {
	font-size: 16px;
	line-height: 40px;
}
.portfolio-item .portfolio-image .portfolio-item-body .name {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.portfolio-item .portfolio-image .portfolio-item-body .name:before {
	margin-bottom: 15px;
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid #A20727;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
}
.portfolio-item .portfolio-image .portfolio-item-body .under-name {
	color: #fff;
	font-size: 12px;
	font-family: Raleway, serif;
	font-weight: normal;
}
.portfolio-item .portfolio-image .portfolio-item-body .under-name a {
	margin-left: 2px;
	color: #fff;
}
.portfolio-item .portfolio-item-footer {
	padding-top: 25px;
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px solid #eff2f7;
}
.portfolio-item .portfolio-item-footer .name {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
}
.portfolio-item .portfolio-item-footer .under-name {
	font-size: 12px;
	font-family: Raleway, serif;
}
.portfolio-item .portfolio-item-footer .under-name a {
	margin-left: 2px;
	color: #999999;
}
.portfolio-item .portfolio-item-footer .views {
	position: absolute;
	line-height: 20px;
	top: 50%;
	margin-top: -10px;
	right: 0;
}
.portfolio-item .portfolio-item-footer .views .icon {
	font-size: 16px;
	color: #666666;
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
}
.portfolio-item .portfolio-item-footer .views span:not(.icon) {
	font-size: 12px;
	color: #999999;
	vertical-align: middle;
	display: inline-block;
	font-family: Raleway, serif;
}

.portfolio-perrow-4 .portfolio-item .portfolio-image .portfolio-item-body {
	left: 25px;
	bottom: 25px;
	right: 10px;
}

.text-white .portfolio-item .portfolio-item-footer .name {
	color: #fff;
}

/******  CONTENT TABS ******/
.folio-isotop-filter ul {
	text-align: center;
	border: none;
	font-size: 0;
	padding: 0 0 60px 0;
}
.folio-isotop-filter ul > li {
	border: none;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 3px 15px 11px;
}
.folio-isotop-filter ul > li a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
	border: none;
	padding: 0 35px;
	line-height: 45px;
	background: #eff2f7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
	margin: 0;
}
.folio-isotop-filter ul > li a:after {
	content: "";
	border: 10px solid transparent;
	top: 100%;
	border-top-color: #eff2f7;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.folio-isotop-filter ul > li a:hover {
	background: #A20727;
	color: #fff;
	text-decoration: none;
}
.folio-isotop-filter ul > li a:hover:after {
	border-top-color: #A20727;
}
.folio-isotop-filter ul > li a.selected {
	background: #A20727;
	color: #fff;
	text-decoration: none;
}
.folio-isotop-filter ul > li a.selected:after {
	border-top-color: #A20727;
}

/******  TIMELINE ******/
.round-ico {
	width: 40px;
	height: 40px;
	background: #fff;
	border: 5px solid #eff2f7;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 2px #cacddc;
	-moz-box-shadow: inset 0px 0px 0px 2px #cacddc;
	box-shadow: inset 0px 0px 0px 2px #cacddc;
}
.round-ico.little {
	width: 25px;
	height: 25px;
	background: #fff;
	border: 5px solid #eeeef2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 2px #cacddc;
	-moz-box-shadow: inset 0px 0px 0px 2px #cacddc;
	box-shadow: inset 0px 0px 0px 2px #cacddc;
}

.wrap-timeline {
	position: relative;
}
.wrap-timeline:after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	bottom: 20px;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background: #eff2f7;
}
.wrap-timeline .top-row .time-title {
	text-align: center;
	height: 80px;
	position: relative;
}
.wrap-timeline .top-row .time-title .round-ico {
	position: absolute;
	left: 50%;
	margin-left: -26px;
	bottom: 40px;
	z-index: 1;
	width: 52px;
	height: 52px;
	line-height: 44px;
}
.wrap-timeline .top-row .time-title .round-ico .icon {
	font-size: 16px;
	text-align: center;
	color: #666666;
}
.wrap-timeline .top-row .time-title .round-ico:hover {
	text-decoration: none;
}
.wrap-timeline .top-row .time-title .round-ico:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 52px;
	left: 50%;
	top: 42px;
	margin-left: -1px;
	background: #eff2f7;
}
.wrap-timeline .row {
	position: relative;
}
.wrap-timeline .row > .round-ico.big {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -20px;
	z-index: 1;
}
.wrap-timeline .row > .round-ico.big:after {
	content: '';
	display: block;
	position: absolute;
	width: 34px;
	height: 1px;
	left: 100%;
	top: 13px;
	background: #cacddc;
}
.wrap-timeline .row > .round-ico.big:before {
	position: absolute;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	right: -37px;
	top: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #cacddc;
}
.wrap-timeline .row > .round-ico.little {
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -13px;
	z-index: 1;
}
.wrap-timeline .row > .round-ico.little:after {
	content: '';
	display: block;
	position: absolute;
	width: 34px;
	height: 1px;
	right: 100%;
	top: 6px;
	background: #cacddc;
}
.wrap-timeline .row > .round-ico.little:before {
	position: absolute;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	left: -37px;
	top: 3px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #cacddc;
}
.wrap-timeline .left-row {
	text-align: right;
	margin-bottom: 20px;
}
.wrap-timeline .right-row {
	text-align: left;
	margin-bottom: 20px;
}
.wrap-timeline .right-row .time-item {
	padding-left: 80px;
}
.wrap-timeline .left-row .time-item {
	padding-right: 80px;
}
.wrap-timeline .time-item {
	padding-top: 10px;
}
.wrap-timeline .time-item .date {
	font-size: 12px;
	text-transform: uppercase;
	color: #A20727;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
}
.wrap-timeline .time-item .time-image img {
	max-width: 100%;
	margin-bottom: 20px;
	width: auto;
}
.wrap-timeline .time-item .title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
}
.wrap-timeline .time-item .time-content p:last-child {
	margin-bottom: 0;
}
.wrap-timeline .plus .plus-ico {
	cursor: pointer;
	display: block;
	z-index: 1;
	margin: 0 auto;
	position: relative;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 5px solid #eeeef2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-box-shadow: inset 0px 0px 0px 2px #cacddc;
	-moz-box-shadow: inset 0px 0px 0px 2px #cacddc;
	box-shadow: inset 0px 0px 0px 2px #cacddc;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	padding: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #cacddc;
}
.wrap-timeline .plus .plus-ico:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 10px;
	left: 50%;
	margin-left: -1px;
	bottom: 100%;
	background: #eff2f7;
}
.wrap-timeline .plus .plus-ico:hover {
	color: #fff;
	background: #A20727;
	box-shadow: none;
}
.wrap-timeline .plus .plus-ico.inactive {
	cursor: auto;
}
.wrap-timeline .plus .plus-ico.inactive:hover {
	background: #fff;
	-webkit-box-shadow: inset 0px 0px 0px 2px #cacddc;
	-moz-box-shadow: inset 0px 0px 0px 2px #cacddc;
	box-shadow: inset 0px 0px 0px 2px #cacddc;
}

.text-white .wrap-timeline .time-item .title {
	color: #ffffff;
}

/******  SERVICE NAVIGATION ******/
.service-navigation {
	margin-bottom: 30px;
	text-align: center;
}
.service-navigation ul {
	padding-left: 0;
	list-style: none;
}
.service-navigation ul li {
	margin: 0;
}
.service-navigation ul li.active .navigation-icon, .service-navigation ul li:hover .navigation-icon {
	background: #A20727;
}
.service-navigation ul li.active .navigation-icon:after, .service-navigation ul li:hover .navigation-icon:after {
	border-top-color: #A20727;
}
.service-navigation ul li.active .navigation-icon span, .service-navigation ul li:hover .navigation-icon span {
	background: #A20727;
	border-color: #ffb07c;
	color: #fff;
}
.service-navigation .navigation-item {
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
}
.service-navigation .navigation-item .navigation-icon {
	margin: 0 auto 55px;
	width: 170px;
	max-width: 100%;
	background: #eff2f7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 25px 0;
	text-align: center;
	position: relative;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-navigation .navigation-item .navigation-icon:after {
	content: "";
	border: 15px solid transparent;
	border-top: 15px solid #eff2f7;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-navigation .navigation-item .navigation-icon span {
	display: inline-block;
	width: 88px;
	height: 88px;
	line-height: 88px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 32px;
	color: #666666;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-navigation .navigation-item .navigation-icon span:before {
	margin: 0;
	font-size: 32px;
}
.service-navigation .navigation-item h5 {
	margin-bottom: 25px;
}
.service-navigation .navigation-item h5:after {
	content: "";
	display: block;
	width: 25px;
	height: 4px;
	background: #A20727;
	margin: 20px auto 0;
}

.text-white .navigation-item h5 {
	color: #fff;
}
.text-white .tab-content h1, .text-white .tab-content h2, .text-white .tab-content h3, .text-white .tab-content h4, .text-white .tab-content h5, .text-white .tab-content h6, .text-white .tab-content ul li, .text-white .tab-content a {
	color: #fff;
}

/******  SOCIAL LIST ******/
.social-list {
	margin-bottom: 15px;
	text-align: left;
}
.social-list li {
	display: inline-block;
	margin: 0 2px;
}
.social-list li a {
	display: block;
	width: 38px;
	height: 38px;
	border: 2px solid #eff2f7;
	-moz-box-shadow: 0 0 1px #dfe1e5 inset;
	-webkit-box-shadow: 0 0 1px #dfe1e5 inset;
	box-shadow: 0 0 1px #dfe1e5 inset;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	background: #fff;
}
.social-list li a i {
	font-size: 14px;
	color: #999999;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.social-list li a:hover {
	background: #A20727;
	border-color: #A20727;
	-moz-box-shadow: 0 0 1px #ffb17f inset;
	-webkit-box-shadow: 0 0 1px #ffb17f inset;
	box-shadow: 0 0 1px #ffb17f inset;
}
.social-list li a:hover i {
	color: #fff;
}

/******  COMMENTS ******/
.comments {
	padding: 30px 45px;
	border: 1px solid #eeeeee;
	margin-bottom: 40px;
}
.comments h5.comments-title, .comments h5.comment-reply-title {
	margin-bottom: 45px;
}
.comments .comment-list > li:first-child > .comment-item {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.comments .comment-list li .comment-item {
	padding: 40px 0 15px;
	margin-top: 25px;
	border-top: 1px solid #eee;
}
.comments .comment-list li .comment-item:after {
	content: "";
	clear: both;
	display: table;
	height: 0;
}
.comments .comment-list li .comment-item:before {
	content: "";
	clear: both;
	display: table;
	height: 0;
}
.comments .comment-list li .comment-item .media-left {
	padding-right: 30px;
}
.comments .comment-list li .comment-item .media-left .avatar {
	width: 80px;
	height: 80px;
}
.comments .comment-list li .comment-item .media-left .avatar img {
	width: 100%;
	border-radius: 50%;
}
.comments .comment-list li .comment-item .comment-title {
	margin-bottom: 15px;
}
.comments .comment-list li .comment-item .comment-title span {
	color: #666666;
	font-size: 13px;
}
.comments .comment-list li .comment-item .comment-title .name {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.comments .comment-list li .comment-item .comment-title em, .comments .comment-list li .comment-item .comment-title .comment-edit-link {
	color: #999999;
	font-size: 13px;
}
.comments .comment-list li .comment-item .btn-default {
	color: #999999;
}
.comments .comment-list li .comment-item .btn-default:hover {
	color: #333;
}
.comments .comment-list li .children {
	padding-left: 40px;
}
.comments .comment-list li.media {
	margin-top: 0;
}

.oscend-comment-form {
	margin-bottom: 40px;
}

.comment-respond {
	padding: 30px 45px;
	border: 1px solid #eeeeee;
	margin-top: 15px;
}
.comment-respond h5 {
	margin-bottom: 45px;
}
.comment-respond textarea {
	margin-bottom: 45px;
	resize: none;
	min-height: 120px;
}

.comment-notes, .logged-in-as {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	font-family: Raleway, sans-serif;
}

/****** LOADER ******/
.top-demo {
	padding: 50px 0 100px;
	background: url(../img/sections/section-11.jpg) top center no-repeat;
	background-size: cover;
}
.top-demo .top-part img {
	margin-bottom: 50px;
}

.demopage-preview {
	padding: 100px 0;
}

.demopage-preview > div {
	padding-bottom: 70px;
}

.demopage-preview_item {
	background-image: url("../img/demo/mac.png");
	display: block;
	height: 314px;
	margin: 0 auto;
	padding: 17px 18px 85px 16px;
	width: 370px;
}
.demopage-preview_item + h3 {
	text-align: center;
	font-size: 16px;
	line-height: 120%;
	color: #666;
	padding: 53px 0 29px;
	text-align: center;
	font-weight: normal;
}

.demopage-preview_inner {
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.demopage-preview_inner img {
	left: 0;
	position: absolute;
	top: 0;
	transition: all 4s ease 0s;
	width: 100%;
}

.demopage-preview_inner:hover img {
	/*    top: -700px;*/
}

.demopage-footer {
	background-color: #333;
	padding: 46px 0;
	text-align: center;
}
.demopage-footer span {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

/*MEDIA*/
@media (max-width: 1700px) {
	.vc_row_anchor.anchor-effect .wrap-anchor .section-icon {
		top: 30px;
	}
}
@media (max-width: 1200px) {
	.offers-section .text-item .dot-line {
		top: 6px;
		width: 73px;
		right: -98px;
	}
	.offers-section .text-item.top-item {
		padding-top: 0;
		margin-bottom: 0px;
	}
	.offers-section .text-item.top-item:after {
		top: 16px;
	}
	.offers-section .text-item.top-item .dot-line {
		top: 20px;
	}
	.offers-section .text-item.right-item.top-item .dot-line, .offers-section .text-item.right-item.bottom-item .dot-line {
		left: -98px;
	}
	.offers-section .text-item.middle-item {
		margin-bottom: 24px;
	}

	.blog-content-section .left-column.sidebar-type-2 {
		padding-right: 15px;
	}
	.blog-content-section .left-column.sidebar-type-3 {
		padding-left: 15px;
	}

	.page-section .left-column.sidebar-type-2 {
		padding-right: 15px;
	}
	.page-section .left-column.sidebar-type-3 {
		padding-left: 15px;
	}
}
@media (max-width: 992px) {
	.sidebar .pix-flickr-widget li {
		width: auto;
	}

	.portfolio-item .portfolio-image .portfolio-item-body {
		bottom: 15px;
		left: 15px;
	}

	.achieve-item:before {
		display: none;
	}

	.team-slider .slick-list .slick-track .slide-item {
		padding: 0 10px;
	}
	.team-slider .slick-list .slick-track .slide-item .image {
		margin-bottom: -200px;
	}

	.plan-item .item-body ul {
		padding: 35px 15px 20px 30px;
	}

	.iphone-image {
		margin-bottom: 30px;
	}
	.iphone-image img {
		margin-left: auto;
		margin-right: auto;
		width: auto;
		max-width: 100%;
	}

	.offers-section .text-item .dot-line {
		display: none;
	}
	.offers-section .text-item.left-item {
		text-align: left;
		padding-left: 20px;
		padding-right: 0;
	}
	.offers-section .text-item.left-item:after {
		left: -10px;
		right: auto;
	}
}
@media (min-width: 768px) {
	.header .navbar-collapse .navbar-right {
		max-width: 75%;
	}
	.header .navbar-collapse .navbar-right li:hover {
		z-index: 2;
	}
}
@media (max-width: 767px) {
	html .ocend-btn, html .rev-btn.ocend-btn, html .ocend-btn-white {
		min-width: 130px !important;
		padding: 8px 14px !important;
		font-size: 10px !important;
		line-height: 16px !important;
	}

	.top-header .header-container .header-title {
		padding-top: 130px;
	}

	.blog-content-section {
		padding: 45px 0;
	}
	.blog-content-section .left-column {
		padding-bottom: 30px;
	}

	.page-section {
		padding: 45px 0;
	}
	.page-section .left-column {
		padding-bottom: 30px;
	}

	.portfolio-single-section {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.header {
		position: absolute !important;
		width: 100%;
		z-index: 100;
	}
	.header .navbar {
		position: absolute !important;
		width: 100%;
	}

	body.fixed-header .scrolling-header .navbar {
		background: #2b2e33;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	body.fixed-header .scrolling-header .navbar {
		background: #2b2e33;
	}
	body.fixed-header .scrolling-header .navbar .navbar-nav li a {
		color: #fff;
	}

	.header .navbar {
		background: none;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.header .navbar .navbar-collapse {
		border: none;
		margin-top: 42px;
	}
	.header .navbar .navbar-collapse .navbar-nav {
		border: none;
	}
	.header .navbar .relative-nav-container .toggle-button {
		float: left;
	}
	.header .navbar .navbar-brand {
		display: block;
		left: 50%;
		top: 5px;
		transform: translateX(-50%);
		position: fixed;
		right: auto;
		width: 140px;
		z-index: 102;
		text-align: center;
	}
	.header .navbar .navbar-brand img {
		max-height: 36px;
		margin: 0 auto;
	}
	.header .navbar .navbar-nav.wrap-user-control {
		margin: 0;
		float: right;
	}
	.header .navbar .navbar-nav.wrap-user-control li {
		display: inline-block;
		vertical-align: middle;
	}
	.header .navbar .navbar-nav.wrap-user-control li a {
		padding-right: 15px;
	}

	.wrap-inside-nav .wrap-inside-nav {
		position: relative;
		top: auto;
		left: auto;
		margin: 10px 0;
		border-top: 2px solid #A20727;
		border-bottom: 2px solid #A20727;
	}
	.wrap-inside-nav .wrap-inside-nav .inside-col {
		padding: 10px 0;
	}

	.wpb_column + .wpb_column .step-item:after {
		display: none;
	}

	.wpb_column + .wpb_column .achieve-item {
		padding-top: 20px;
	}
	.wpb_column + .wpb_column .achieve-item:before {
		display: none;
	}

	.achieve-item:before {
		display: none;
	}

	.step-item .item-icon {
		margin: 0 auto 15px;
		display: block;
	}
	.step-item .item-text h5 {
		text-align: center;
		max-width: 100%;
	}

	.buy-section .section-text {
		margin-bottom: 15px;
	}

	.price-section .plans-list .col-md-4,
	.price-section .plans-list .col-md-3 {
		display: block;
		float: none;
		margin: 0 auto 30px;
	}

	.reviews-slider .slide-item .media-left {
		padding-right: 0;
		display: block;
	}
	.reviews-slider .slide-item .media-left .image-block {
		margin: 0 auto;
	}
	.reviews-slider .slide-item .media-body {
		width: auto;
	}
	.reviews-slider .slide-item .description-block .name {
		text-align: center;
	}
	.reviews-slider .slide-item .description-block .review {
		margin-left: 0;
	}

	.wrap-timeline .container-timeline {
		padding-left: 40px;
		padding-right: 40px;
	}
	.wrap-timeline:after {
		content: '';
		position: absolute;
		top: 0;
		display: block;
		bottom: 20px;
		left: 60px;
		width: 2px;
		margin-left: -1px;
	}
	.wrap-timeline .top-row .time-title {
		text-align: left;
	}
	.wrap-timeline .top-row .time-title .round-ico {
		position: absolute;
		left: 0;
		margin-left: -6px;
		text-align: center;
		bottom: 40px;
	}
	.wrap-timeline .row > .round-ico.little {
		left: 22px;
		margin-left: 0;
	}
	.wrap-timeline .row > .round-ico.little:after {
		left: 100%;
	}
	.wrap-timeline .row > .round-ico.little:before {
		right: -37px;
		left: auto;
	}
	.wrap-timeline .row > .round-ico.big {
		position: absolute;
		top: -5px;
		left: 35px;
		margin-left: -20px;
	}
	.wrap-timeline .right-row .time-item {
		padding-left: 110px;
		text-align: left;
	}
	.wrap-timeline .left-row .time-item {
		padding-left: 110px;
		text-align: left;
		padding-right: 0;
	}
	.wrap-timeline .time-item .time-image img {
		max-width: 100%;
		width: auto;
	}
	.wrap-timeline .plus .plus-ico {
		display: block;
		margin: 0 0 0 -5px;
	}

	.service-navigation .col-md-3 {
		width: 50%;
	}

	.wrap-inside-nav {
		position: static;
		padding: 0;
        visibility: visible !important;
	}
    
    html .full-width .wrap-inside-nav {
    width: 100%;
    min-width:inherit;
    margin-left: 0;
}
	.wrap-inside-nav .inside-col {
		padding: 15px 0;
		border-right: none;
		border-bottom: 1px solid #26282d;
	}
	.wrap-inside-nav .inside-col h5 {
		display: none;
	}
	.wrap-inside-nav .inside-col .inside-nav li {
            float: none;
            width: 100%;
	}
    
    
    html .wrap-inside-nav {
    border-top: 0;
}
    
    
    html .header .navbar .navbar-nav > li.active > a {
    border-bottom: 0;
}
    
    html .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: none !important;
}
    
    html .wrap-inside-nav{
        min-width: inherit !important;
    }
    
.wrap-inside-nav .inside-col .inside-nav li a:hover, .wrap-inside-nav .inside-col .inside-nav li a:active:hover, .wrap-inside-nav .inside-col .inside-nav li a:visited:hover, .wrap-inside-nav .inside-col .inside-nav li a:focus:hover , .wrap-inside-nav .inside-col .inside-nav li a:hover, .wrap-inside-nav .inside-col .inside-nav li a:active:hover, .wrap-inside-nav .inside-col .inside-nav li a:visited:hover, .wrap-inside-nav .inside-col .inside-nav li a:focus:hover{
        color: inherit !important;
        background-color: inherit !important;
    }
    
    html .wrap-inside-nav .wrap-inside-nav {
    border-top: 0;
    border-bottom: 0;
    padding-left: 20px;
    display: block !important;
    background: #222;
}
    
    
    html .wrap-inside-nav .inside-col .inside-nav li a{
        color: #fff;
    }
    
    
	.wrap-inside-nav .inside-col .inside-nav li a {
		font-size: 12px;
		padding-left: 20px;
	}
    
    .navbar-nav {
    overflow: hidden;
}

	.wrap-inside-nav .wrap-inside-nav {
		min-width: 49%;
	}
}
@media (max-width: 500px) {
	.buy-section {
		text-align: center;
	}
	.buy-section .section-text {
		padding-left: 0;
	}
	.buy-section .section-text .like {
		position: static;
		display: inline-block;
		margin-bottom: 15px;
	}

	.service-navigation .col-md-3 {
		width: 100%;
	}

	.folio-isotop-filter ul > li {
		margin: 0 0 20px 0;
		width: 100%;
		display: block;
	}

	.list-works .col-xs-6 {
		width: 100%;
		float: none;
	}

	.team-slider .slick-list .slick-track .slide-item.slick-current + .slide-item .slide-description {
		opacity: 0;
	}

	.team-slider .slick-list .slick-track .slide-item.slick-current .slide-description {
		opacity: 1;
	}

	.reviews-slider .slide-item .description-block .review {
		padding: 25px;
	}

	.latest-works-section .scroll-pane .scroll-bar-wrap {
		margin: 50px 15px;
	}

	.blog-content-section .left-column .wrap-blog-post .wrap-linked-image {
		min-height: 150px;
	}

	.comments .comment-item .media-left {
		display: block;
		width: auto;
		text-align: center;
		margin-bottom: 15px;
	}
	.comments .comment-item .media-left .avatar {
		display: inline-block;
	}
	.comments .comment-item .media-body {
		display: block;
		width: auto;
	}

	.latest-works-section .scroll-pane .scroll-bar-wrap .scroll-bar {
		max-width: 100%;
	}
}


.error404 .header , .error404  .top-header , .error404  footer{
    display: none !important;
}




.notfound_title {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-size: 19px !important;
}

.notfound_description{
    margin-bottom: 5px !important;
    padding: 0 !important;
}

.page-404-info {
    text-align: right;
    display: inline-block;
    width: 100%;
    position: relative;
    top: -80px;
}
/* footer polish: hide mailchimp misconfig error, style sitemap list */
footer.rtd p[style*="indianred"]{display:none !important;}
.footer-sitemap-list{list-style:none;padding:0;margin:0;}
.footer-sitemap-list li{margin-bottom:10px;}
.footer-sitemap-list li a{color:#b3b3b3;transition:color .2s ease, padding-left .2s ease;}
.footer-sitemap-list li a:hover{color:#A20727;padding-left:5px;}

/* fix spacing between Hakkimizda text and social icons */
footer.rtd .socicon-holder{margin-top:22px !important;}
footer.rtd .section-socicons{margin-top:22px !important;}
/* hide the small numbered circle badges on Uretim Surecimiz step icons */
.step-item .item-icon:before{display:none !important;}

/* GFK contact form styling */
.gfk-contact-form .wpcf7-form p{margin-bottom:14px;}
.gfk-contact-form .wpcf7-form label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#666;margin-bottom:8px;}
.gfk-contact-form .wpcf7-form-control{width:100%;border:none;border-bottom:2px solid #e2e2e2;padding:8px 0;font-size:14px;font-family:inherit;background:transparent;transition:border-color .2s ease;}
.gfk-contact-form textarea.wpcf7-form-control{border:2px solid #e2e2e2;border-radius:4px;padding:10px;height:110px !important;min-height:80px;resize:vertical;}
.gfk-contact-form .wpcf7-form-control:focus{outline:none;border-color:#A20727;}
.gfk-contact-form .wpcf7-submit{margin-top:10px;background:#A20727;color:#fff;border:none;padding:12px 30px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:3px;cursor:pointer;transition:background .2s ease;}
.gfk-contact-form .wpcf7-submit:hover{background:#7d051d;}
.gfk-contact-form .wpcf7-spinner{margin-left:10px;}
.gfk-contact-form .wpcf7-not-valid-tip{color:#A20727;font-size:11px;margin-top:4px;}
.gfk-contact-form .wpcf7-response-output{margin-top:15px;padding:10px 15px;border-radius:4px;font-size:13px;}
@media(max-width:991px){.gfk-contact-form{margin-top:10px;}}
.gfk-contact-row .wpb_row,
.gfk-contact-row.vc_row{display:flex;flex-wrap:wrap;align-items:center;}
.gfk-contact-row .wpb_column{float:none;}
@media(max-width:767px){
	.gfk-contact-row.vc_row{display:block;}
}

/* responsive contact map height */
.gfk-contact-map{height:700px;}
@media(max-width:991px){.gfk-contact-map{height:400px !important;}}

/* fix icon-contact-block layout: stack label above value instead of side-by-side floats (breaks with long text) */
.icon-contact-block{margin-bottom:20px;}
.icon-contact-block .row .col-md-12{display:block !important;overflow:hidden !important;padding:0 !important;border:none !important;}
.icon-contact-block .type-info.pull-left{float:none !important;display:block !important;width:100% !important;}
.icon-contact-block .info.pull-right{float:none !important;display:block !important;width:100% !important;text-align:left !important;margin-top:6px !important;}

/* simple contact info lines */
.gfk-contact-simple p{margin:0 0 12px 0;font-size:14px;color:#444;}
.gfk-contact-simple p strong{color:#2a2d32;margin-right:4px;}

/* ensure CF7 form fields remain clickable, no overlap with validation tips */
.gfk-contact-form .wpcf7-form-control-wrap{position:relative;display:block;z-index:1;}
.gfk-contact-form .wpcf7-form-control{position:relative;z-index:2;min-height:36px;cursor:text;pointer-events:auto !important;}
.gfk-contact-form .wpcf7-not-valid-tip{position:relative;z-index:1;display:block;margin-top:4px;}

/* disable browser's native red required-field indicator/glow */
.gfk-contact-form .wpcf7-form-control:invalid,
.gfk-contact-form .wpcf7-form-control:required{box-shadow:none !important;outline:none !important;}
.gfk-contact-form .wpcf7-form-control:-moz-ui-invalid{box-shadow:none !important;}

/* fix oversized page-title banner on mobile (theme had a fixed 475px min-height with no mobile override) */
@media (max-width: 767px){
	.top-header{min-height:220px !important;}
	.top-header .header-container .header-title{padding-top:90px !important;padding-bottom:20px !important;}
	.top-header.home-header{min-height:220px !important;}
}
@media (max-width: 480px){
	.top-header{min-height:190px !important;}
	.top-header .header-container .header-title{padding-top:75px !important;}
}

/* mobile typography scale-down: page title banner + CTA (buy-section) blocks were using desktop-sized fonts unscaled */
@media (max-width: 767px){
	.top-header .header-container .header-title .title{font-size:26px !important;line-height:1.25 !important;}
	.top-header .header-container .header-title em{font-size:13px !important;}

	.buy-section .section-text .like span{font-size:30px !important;}
	.buy-section .section-text .like span:before{font-size:30px !important;}
	.buy-section .buy-text .top-text{font-size:16px !important;line-height:1.3 !important;}
	.buy-section .buy-text .bottom-text{font-size:12px !important;}
}
@media (max-width: 480px){
	.top-header .header-container .header-title .title{font-size:22px !important;}
}

/* mobile: scale down stats (achieve-item) icons/numbers, previously unscaled from desktop */
@media (max-width: 767px){
	.achieve-item .achieve-icon span{font-size:32px !important;}
	.achieve-item .achieve-icon span:before{font-size:32px !important;}
	.achieve-item .count{font-size:24px !important;padding:15px 0 !important;}
	.achieve-item .name{font-size:12px !important;}
}

/* mobile: shrink oversized service-navigation tab icon boxes (previously stretched full width, fixed 88px circle) */
@media (max-width: 767px){
	.service-navigation .navigation-item .navigation-icon{width:110px !important;max-width:110px;padding:15px 0 !important;margin:0 auto 20px !important;}
	.service-navigation .navigation-item .navigation-icon span{width:55px !important;height:55px !important;line-height:55px !important;font-size:20px !important;}
	.service-navigation .navigation-item .navigation-icon span:before{font-size:20px !important;}
	.service-navigation .navigation-item h5{font-size:14px !important;margin-bottom:12px !important;}
	.service-navigation{margin-bottom:15px !important;}

	/* mobile: reduce excessive vertical padding on CTA (buy-section) row so it doesn't fill the whole screen */
	#buy-section-1#buy-section-1, .gfk-cta-block.gfk-cta-block{padding-top:35px !important;padding-bottom:35px !important;}
}

/* FINAL aggressive mobile compaction for CTA (gfk-cta-block / buy-section-1) blocks */
@media (max-width: 767px){
	#buy-section-1#buy-section-1, .gfk-cta-block.gfk-cta-block{padding-top:5px !important;padding-bottom:5px !important;}
	.gfk-cta-block .buy-section, #buy-section-1 .buy-section{text-align:center;}
	.gfk-cta-block .section-text, #buy-section-1 .section-text{padding-left:0 !important;min-height:0 !important;margin-bottom:8px !important;}
	.gfk-cta-block .section-text .like, #buy-section-1 .section-text .like{position:static !important;display:block !important;margin:0 auto 8px !important;text-align:center !important;float:none !important;}
	.gfk-cta-block .section-text .like span, #buy-section-1 .section-text .like span{font-size:24px !important;}
	.gfk-cta-block .section-text .like span:before, #buy-section-1 .section-text .like span:before{font-size:24px !important;}
	.gfk-cta-block .buy-text .top-text, #buy-section-1 .buy-text .top-text{font-size:14px !important;line-height:1.25 !important;margin-bottom:4px !important;}
	.gfk-cta-block .buy-text .bottom-text, #buy-section-1 .buy-text .bottom-text{font-size:11px !important;}
	.gfk-cta-block .oscend-btn, #buy-section-1 .oscend-btn{padding:6px 16px !important;font-size:10px !important;margin-top:6px !important;display:inline-block !important;}
	.gfk-cta-block .wpb_column, #buy-section-1 .wpb_column{margin-bottom:0 !important;}
}

/* FIX: mobile header must stay fixed on scroll (was position:absolute, causing logo/nav to disappear when scrolling down) */
@media (max-width: 767px){
	.header{position:fixed !important;top:0;left:0;}
	.header .navbar{position:fixed !important;top:0;left:0;}

	/* FIX: mobile dropdown menu had no background, making links illegible over hero image */
	.header .navbar .navbar-collapse.in,
	.header .navbar .navbar-collapse.collapsing{
		background:#2b2e33 !important;
		padding:15px 20px !important;
		margin-top:42px !important;
	}
	.header .navbar .navbar-collapse.in .navbar-nav li a,
	.header .navbar .navbar-collapse.collapsing .navbar-nav li a{
		color:#fff !important;
	}
}


/* language switcher: clean pill button design */
.gfk-lang-switch{display:inline-flex !important;align-items:center;float:right;margin:0;padding:0;list-style:none;}
.gfk-lang-pill{display:inline-flex !important;align-items:center;border:1px solid rgba(0,0,0,.2);border-radius:12px;overflow:hidden;line-height:1;}
.gfk-lang-pill a{display:inline-block !important;padding:3px 7px !important;font-size:9px;font-weight:700;letter-spacing:.3px;}
.gfk-lang-pill a.gfk-lang-active{background:#A20727;color:#fff !important;}
.gfk-lang-pill a.gfk-lang-inactive{color:#666 !important;}
body.fixed-header .scrolling-header .gfk-lang-pill,
.header .navbar .gfk-lang-pill{border-color:rgba(255,255,255,.35);}
.header .navbar .gfk-lang-pill a.gfk-lang-inactive{color:#ccc !important;}
@media (max-width:767px){
	.gfk-lang-switch{margin-right:8px;margin-top:0;}
	.gfk-lang-pill{border-radius:8px;border-width:1px;}
	.gfk-lang-pill a{padding:2px 5px !important;font-size:8px;}
}
/* fix desktop logo sticking to bottom when scrolled (fixed-header state shrinks navbar padding but navbar-brand line-height stayed at unscaled 75px) */
body.fixed-header .scrolling-header .navbar .navbar-brand{line-height:45px !important;}
.navbar-brand > img, .header .navbar .navbar-brand img{vertical-align:middle !important;}

/* hide Guncel Haberler (latest news) section on mobile only, keep on desktop */
@media (max-width:767px){
	.gfk-hide-mobile{display:none !important;}
}

/* mobile: compact 2-column grid for Kurumsal Degerlerimiz (was 1 huge full-width item per row) */
@media (max-width:767px){
	.gfk-values-row{display:flex !important;flex-wrap:wrap !important;}
	.gfk-values-row .vc_column_inner{width:50% !important;float:left !important;padding:0 8px !important;box-sizing:border-box;}
	.gfk-values-row .wpb_wrapper{padding:0 !important;}
	.gfk-values-row .feature-item{max-width:100%;margin-bottom:20px;}
	.gfk-values-row .feature-item .wrap-feature-icon{width:65px;height:65px;margin:0 auto 15px;padding:6px;}
	.gfk-values-row .feature-item .wrap-feature-icon .feature-icon{width:51px;height:51px;line-height:51px;font-size:18px;}
	.gfk-values-row .feature-item .wrap-feature-icon .feature-icon span:before{font-size:18px;}
	.gfk-values-row .feature-item .title{font-size:11px;line-height:1.3;}
	.gfk-values-row .feature-item .title:after{margin:10px auto;}
	.gfk-values-row .feature-item .text{font-size:11px;}
}

/* mobile: fix unreadable right/center-aligned long paragraphs in section-heading (titlepos=text-right was meant for desktop side-by-side layout with an image) */
@media (max-width:767px){
	.section-heading.text-right, .section-heading.text-left{text-align:left !important;}
	.section-heading.text-right .design-arrow, .section-heading.text-left .design-arrow{margin-left:0 !important;margin-right:auto !important;}
	.section-heading .section-content{margin-top:20px !important;line-height:1.8 !important;}
	.section-heading .section-title{font-size:20px !important;}
	.section-heading .section-abovetitle{font-size:13px !important;}
}

/* mobile: make the custom production-philosophy diagram safely contained, smaller, no overflow/clipping */
@media (max-width:767px){
	.gfk-diagram-wrap{max-width:260px !important;height:360px !important;}
	.gfk-diagram-wrap .gfk-center{width:85px;height:85px;margin:-42px 0 0 -42px;}
	.gfk-diagram-wrap .gfk-center img{max-width:42px;}
	.gfk-diagram-wrap .gfk-sat{font-size:9px;}
	.gfk-diagram-wrap .gfk-tasarim{width:62px;height:62px;top:2%;left:4%;}
	.gfk-diagram-wrap .gfk-uretim{width:72px;height:72px;top:2%;right:4%;}
	.gfk-diagram-wrap .gfk-kalite{width:64px;height:64px;bottom:6%;left:4%;}
	.gfk-diagram-wrap .gfk-ihracat{width:74px;height:74px;bottom:2%;right:4%;}
	.gfk-diagram-wrap .gfk-line{width:70px;}
	.gfk-diagram-wrap .gfk-dot2{right:16%;}
}

/* mobile: compact 2x2 grid for stats section (was 4 full-width stacked items, huge scroll) */
@media (max-width:767px){
	.gfk-stats-row.gfk-stats-row{background-image:none !important;background-color:#1a1a1a !important;padding-top:20px !important;padding-bottom:15px !important;}
	.gfk-stats-row{display:flex !important;flex-wrap:wrap !important;align-items:flex-start !important;}
	.gfk-stats-row .wpb_column{width:50% !important;float:none !important;box-sizing:border-box;padding:0 6px !important;margin:0 !important;align-self:flex-start !important;vertical-align:top !important;display:block !important;}
	.gfk-stats-row article{margin:0 !important;padding:0 !important;display:block !important;}
	.gfk-stats-row .achieve-item{margin:0 0 10px !important;max-width:100%;display:flex !important;flex-direction:column;align-items:center;}
	.gfk-stats-row .achieve-item .achieve-icon{height:26px;display:flex;align-items:center;justify-content:center;}
	.gfk-stats-row .achieve-item .name{min-height:32px;display:flex;align-items:flex-start;justify-content:center;}
	.gfk-stats-row .achieve-item .achieve-icon span{font-size:22px !important;}
	.gfk-stats-row .achieve-item .achieve-icon span:before{font-size:22px !important;}
	.gfk-stats-row .achieve-item .count{font-size:20px !important;padding:4px 0 !important;}
	.gfk-stats-row .achieve-item .name{font-size:10px !important;line-height:1.3;}
	.gfk-stats-row .wpb_column:before, .gfk-stats-row .wpb_column:after{content:none !important;}
	.wpb_column + .wpb_column .achieve-item:before{display:none !important;content:none !important;}
	.gfk-stats-row .achieve-item{position:static !important;}
	.gfk-stats-row .wpb_column + .wpb_column .achieve-item{padding-top:0 !important;}
	.gfk-stats-row .achieve-item:before, .gfk-stats-row .achieve-item:after{display:none !important;content:none !important;}
}

/* stats grid: neutralize any invisible canvas injected by easyPieChart JS and force deterministic equal heights */
@media (max-width:767px){
	.gfk-stats-row .achieve-item canvas{display:none !important;}
	.gfk-stats-row .achieve-item{height:120px !important;}
	.gfk-stats-row .achieve-item .achieve-icon{height:30px !important;line-height:30px !important;}
	.gfk-stats-row .achieve-item .achieve-icon span{line-height:30px !important;}
	.gfk-stats-row .achieve-item .achieve-icon span:before{line-height:30px !important;}
}
/* mobile: compact Uretim Surecimiz steps - keep icon+text side by side (not stacked), much smaller, less spacing */
@media (max-width:767px){
	.gfk-steps-row .step-item{margin-bottom:20px !important;text-align:left !important;}
	.gfk-steps-row .step-item .item-icon{display:inline-block !important;margin:0 12px 0 0 !important;width:48px !important;height:48px !important;line-height:50px !important;font-size:16px !important;vertical-align:middle !important;}
	.gfk-steps-row .step-item .item-icon span{font-size:16px !important;}
	.gfk-steps-row .step-item .item-icon span:before{font-size:16px !important;}
	.gfk-steps-row .step-item .item-text{display:inline-block !important;vertical-align:middle !important;max-width:calc(100% - 65px) !important;}
	.gfk-steps-row .step-item .item-text h5{font-size:13px !important;text-align:left !important;max-width:100% !important;line-height:1.3 !important;}
}

/* mobile: compact the 6-item Teknik Tekstil/Usta Iscilik service list (was huge padding, page-filling) */
@media (max-width:767px){
	.gfk-services-row .service-item{padding:14px 0 !important;max-width:100% !important;}
	.gfk-services-row .service-item .wrap-service-icon{width:52px !important;height:52px !important;margin-right:12px !important;}
	.gfk-services-row .service-item .wrap-service-icon .service-icon{width:44px !important;height:44px !important;}
	.gfk-services-row .service-item .wrap-service-icon .service-icon span{font-size:16px !important;line-height:42px !important;}
	.gfk-services-row .service-item .wrap-service-icon .service-icon span:before{font-size:16px !important;}
	.gfk-services-row .service-item h5{font-size:14px !important;margin-bottom:2px !important;}
	.gfk-services-row .service-item .under_title{font-size:11px !important;margin-bottom:6px !important;}
	.gfk-services-row .service-item .service-item-text{font-size:12px !important;line-height:1.5 !important;}
	.gfk-services-row .media-left{width:60px;}
}

/* mobile footer fixes: legal links wrapping, mailchimp form gap, whatsapp button overlap */
@media (max-width:767px){
	footer.rtd h6 a{display:inline-block;margin:2px 6px;line-height:1.4;}
	footer.rtd .vc_custom_1458999287326.vc_custom_1458999287326{padding-top:8px !important;padding-bottom:8px !important;}
	footer.rtd .vc_custom_1458999287326 h6{line-height:1.5 !important;margin:0 !important;padding:0 !important;}
	footer.rtd .vc_row-flex{display:block !important;}
	.mc4wp-form, .mc4wp-form-fields{margin-bottom:0 !important;}
	footer.rtd .vc_row_inner{margin-top:10px !important;}
	footer.rtd .wpb_column{height:auto !important;display:block !important;}
	footer.rtd .vc_column-inner, footer.rtd .wpb_wrapper{height:auto !important;}
}

/* tighten quick-contact column bottom spacing */
footer.rtd .wpb_column .wpb_text_column{margin-bottom:0 !important;}
footer.rtd .wpb_column .wpb_wrapper > *:last-child{margin-bottom:0 !important;}

/* mobile: reduce the 80px top/bottom padding on the footer columns row (Hakkimizda/Site Haritasi/Iletisim/Hizli Iletisim) */
@media (max-width:767px){
	footer.rtd .vc_custom_1459005145801.vc_custom_1459005145801{padding-top:35px !important;padding-bottom:20px !important;}
	footer.rtd .wpb_column{margin-bottom:30px !important;}
}

/* styled info cards (metal detector / experienced team section) */
.gfk-info-card{background:#fff;border:1px solid #eff2f7;border-radius:8px;padding:35px 30px;box-shadow:0 10px 30px rgba(0,0,0,0.05);position:relative;transition:transform .25s ease,box-shadow .25s ease;}
.gfk-info-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,0.09);}
.gfk-info-card-icon{width:56px;height:56px;border-radius:50%;background:#A20727;display:flex;align-items:center;justify-content:center;margin-bottom:18px;}
.gfk-info-card-icon span{font-size:24px;color:#fff;}
.gfk-info-card h5{font-family:'Playfair Display',serif;font-style:italic;color:#A20727;font-size:14px;margin:0 0 8px;}
.gfk-info-card h4{font-family:'Montserrat',sans-serif;font-weight:700;font-size:18px;color:#2b2e33;text-transform:none;margin:0 0 14px;line-height:1.35;}
.gfk-info-card p{font-size:13px;color:#666;line-height:1.8;margin:0;}
@media (max-width:767px){
	.gfk-info-card{padding:24px 20px;margin-bottom:20px;}
	.gfk-info-card-icon{width:46px;height:46px;margin-bottom:12px;}
	.gfk-info-card-icon span{font-size:19px;}
	.gfk-info-card h4{font-size:15px;}
	.gfk-info-card p{font-size:12px;}
}

/* ensure footer sits flush at the very bottom, no stray body margin */
html, body{margin:0 !important;}
footer.rtd{margin-bottom:0 !important;}
footer.rtd .vc_row:last-child{margin-bottom:0 !important;}

/* sticky footer: push footer to bottom of viewport on short pages, regardless of content height */
html{height:100%;}
body{display:flex;flex-direction:column;min-height:100vh;}
footer.rtd{margin-top:auto;flex-shrink:0;}

/* styled checklist for Uretim Felsefemiz content */
.gfk-philosophy p{margin-bottom:20px;}
.gfk-check-list{list-style:none;margin:0;padding:0;}
.gfk-check-list li{position:relative;padding:8px 0 8px 32px;font-size:14px;color:#333;font-weight:600;border-bottom:1px solid #f0f0f0;}
.gfk-check-list li:last-child{border-bottom:none;}
.gfk-check-list li:before{content:'';position:absolute;left:0;top:12px;width:18px;height:18px;border-radius:50%;background:#A20727;}
.gfk-check-list li:after{content:'\2713';position:absolute;left:4px;top:9px;color:#fff;font-size:11px;font-weight:bold;}
.section-heading.text-right .gfk-check-list li{text-align:left;}
@media (max-width:767px){
	.gfk-check-list li{font-size:12px;padding:6px 0 6px 28px;}
	.gfk-check-list li:before{width:16px;height:16px;top:8px;}
	.gfk-check-list li:after{top:6px;font-size:10px;}
}

/* remove any default vertical rhythm/margin below the very last footer row */
footer.rtd .vc_row:last-of-type{margin-bottom:0 !important;padding-bottom:0 !important;}
footer.rtd .vc_row:last-of-type .wpb_column{margin-bottom:0 !important;}
footer.rtd .vc_row:last-of-type .wpb_wrapper{margin-bottom:0 !important;}
/* About page: 30 Yili Asan Tecrube highlight badge + text */
.gfk-highlight-wrap{display:flex;align-items:flex-start;gap:35px;border-left:4px solid #A20727;padding-left:30px;}
.gfk-highlight-badge{flex:0 0 auto;width:110px;height:110px;border-radius:50%;background:#A20727;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(162,7,39,0.25);}
.gfk-hl-num{font-family:'Montserrat',sans-serif;font-weight:800;font-size:26px;color:#fff;line-height:1;}
.gfk-hl-label{font-size:10px;color:#ffd0d9;text-transform:uppercase;text-align:center;letter-spacing:.5px;margin-top:4px;line-height:1.3;}
.gfk-highlight-text p{margin-bottom:16px;color:#444;line-height:1.9;}
.gfk-highlight-text p:last-child{margin-bottom:0;}
@media (max-width:767px){
	.gfk-highlight-wrap{gap:20px;padding-left:16px;border-left-width:3px;}
	.gfk-highlight-badge{width:78px;height:78px;}
	.gfk-hl-num{font-size:19px;}
	.gfk-hl-label{font-size:8px;}
	.gfk-highlight-text p{font-size:13px;line-height:1.7;}
}

/* About page: Uretim Felsefemiz feature grid */
.gfk-feature-grid{display:flex;gap:20px;margin-top:30px;}
.gfk-feature-box{flex:1;background:#f9f9fb;border-radius:8px;padding:26px 22px;border-top:3px solid #A20727;}
.gfk-feature-box .icon{font-size:26px;color:#A20727;display:block;margin-bottom:14px;}
.gfk-feature-box h5{font-family:'Montserrat',sans-serif;font-weight:700;font-size:14px;color:#2b2e33;text-transform:none;margin:0 0 8px;}
.gfk-feature-box p{font-size:12px;color:#666;line-height:1.7;margin:0;}
@media (max-width:991px){
	.gfk-feature-grid{flex-wrap:wrap;}
	.gfk-feature-box{flex:1 1 calc(50% - 10px);}
}
@media (max-width:767px){
	.gfk-feature-grid{flex-direction:column;gap:14px;margin-top:20px;}
	.gfk-feature-box{padding:20px 18px;}
	.gfk-feature-box .icon{font-size:22px;margin-bottom:10px;}
	.gfk-feature-box h5{font-size:13px;}
	.gfk-feature-box p{font-size:12px;}
}

/* Misyon & Vizyon styled cards */
.gfk-mv-card{background:#fff;border-radius:8px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,0.06);height:100%;box-sizing:border-box;border-top:4px solid #A20727;}
.gfk-mv-vizyon{border-top-color:#2b2e33;}
.gfk-mv-icon{width:50px;height:50px;border-radius:50%;background:#A20727;display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.gfk-mv-vizyon .gfk-mv-icon{background:#2b2e33;}
.gfk-mv-icon span{font-size:20px;color:#fff;}
.gfk-mv-card h5{margin-top:0;}
.gfk-mv-card p{color:#666;line-height:1.8;font-size:13px;margin-bottom:0;}
@media (max-width:767px){
	.gfk-mv-card{padding:22px 20px;margin-bottom:20px;}
	.gfk-mv-icon{width:42px;height:42px;margin-bottom:12px;}
	.gfk-mv-icon span{font-size:17px;}
	.gfk-mv-card p{font-size:12px;}
}

/* product gallery navigation arrows */
.gfk-product-gallery-wrap{position:relative;}
.gfk-product-nav{position:absolute;top:45%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #eee;box-shadow:0 4px 14px rgba(0,0,0,0.15);color:#A20727;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease;}
.gfk-product-nav:hover{background:#A20727;color:#fff;}
.gfk-product-prev{left:-8px;}
.gfk-product-next{right:-8px;}
@media (max-width:767px){
	.gfk-product-nav{width:32px;height:32px;font-size:11px;}
	.gfk-product-prev{left:0;}
	.gfk-product-next{right:0;}
}

/* Services page: mobile 2-column grid for tab navigation icons (was stacking full-width, one per screen) */
@media (max-width:767px){
	.service-navigation ul{display:flex !important;flex-wrap:wrap !important;padding-left:0 !important;}
	.service-navigation ul li{width:50% !important;box-sizing:border-box;list-style:none;}
	.service-navigation ul li a{display:block;width:100%;}
	.service-navigation .col-md-3.col-md-3{width:100% !important;float:none !important;box-sizing:border-box;}
	.service-navigation .navigation-item .navigation-icon{width:75px !important;max-width:75px;padding:10px 0 !important;margin:0 auto 15px !important;}
	.service-navigation .navigation-item .navigation-icon span{width:44px !important;height:44px !important;line-height:44px !important;font-size:17px !important;}
	.service-navigation .navigation-item .navigation-icon span:before{font-size:17px !important;}
	.service-navigation .navigation-item h5{font-size:11px !important;margin-bottom:8px !important;}
	.service-navigation .navigation-item{margin-bottom:15px !important;}
}

/* Services page: gfk-check-list without card wrap (reuse existing check styles, just ensure list-style reset) */
.marker-list.gfk-check-list, ul.gfk-check-list{list-style:none;}

/* Services page: mobile compact for the 6-item box_feature_left_icon (Stratejik Uretim Yonetimi vb.) */
@media (max-width:767px){
	.gfk-services-row2 .service-item{padding:10px 0 !important;max-width:100% !important;}
	.gfk-services-row2 .service-item .wrap-service-icon{width:56px !important;height:56px !important;margin-right:12px !important;padding:4px !important;}
	.gfk-services-row2 .service-item .wrap-service-icon .service-icon{width:48px !important;height:48px !important;}
	.gfk-services-row2 .service-item .wrap-service-icon .service-icon span{font-size:19px !important;line-height:46px !important;display:block !important;text-align:center !important;}
	.gfk-services-row2 .service-item .wrap-service-icon .service-icon span:before{font-size:19px !important;}
	.gfk-services-row2 .service-item h5{font-size:13px !important;margin-bottom:2px !important;line-height:1.3 !important;}
	.gfk-services-row2 .service-item .under_title{font-size:11px !important;margin-bottom:4px !important;}
	.gfk-services-row2 .service-item .service-item-text{font-size:11px !important;line-height:1.4 !important;}
	.gfk-services-row2 .vc_separator{margin:8px 0 !important;}
}

/* fix mobile "stuck hover" red tab issue: touch devices trigger :hover permanently after tap */
@media (max-width:767px){
	.service-navigation ul li:hover .navigation-icon{background:#eff2f7 !important;}
	.service-navigation ul li:hover .navigation-icon:after{border-top-color:#eff2f7 !important;}
	.service-navigation ul li:hover .navigation-icon span{background:#fff !important;border-color:#ddddde !important;color:#666666 !important;}
	.service-navigation ul li.active .navigation-icon{background:#A20727 !important;}
	.service-navigation ul li.active .navigation-icon:after{border-top-color:#A20727 !important;}
	.service-navigation ul li.active .navigation-icon span{background:#A20727 !important;border-color:#ffb07c !important;color:#fff !important;}
}

/* fix icon centering/proportions for the 6-item service section (icon glyph looked off-center) */
.gfk-services-row2 .service-item .wrap-service-icon{display:flex !important;align-items:center;justify-content:center;}
.gfk-services-row2 .service-item .wrap-service-icon .service-icon{display:flex !important;align-items:center;justify-content:center;}
.gfk-services-row2 .service-item .wrap-service-icon .service-icon span{display:flex !important;align-items:center;justify-content:center;width:100%;height:100%;line-height:1 !important;}
.gfk-services-row2 .service-item .wrap-service-icon .service-icon span:before{margin:0 !important;line-height:1 !important;}

/* Neler Uretiyoruz styled icon grid */
.gfk-what-grid{display:flex;gap:24px;margin-top:35px;text-align:left;}
.gfk-what-box{flex:1;background:#fff;border-radius:8px;padding:28px 24px;box-shadow:0 10px 28px rgba(0,0,0,0.06);}
.gfk-what-box .icon{font-size:28px;color:#A20727;display:block;margin-bottom:16px;}
.gfk-what-box h5{font-family:'Montserrat',sans-serif;font-weight:700;font-size:15px;color:#2b2e33;text-transform:none;margin:0 0 8px;}
.gfk-what-box p{font-size:12px;color:#666;line-height:1.7;margin:0;}
@media (max-width:991px){
	.gfk-what-grid{flex-wrap:wrap;}
	.gfk-what-box{flex:1 1 calc(50% - 12px);}
}
@media (max-width:767px){
	.gfk-what-grid{flex-direction:column;gap:14px;margin-top:22px;}
	.gfk-what-box{padding:20px 18px;text-align:center;}
	.gfk-what-box .icon{font-size:22px;margin-bottom:10px;}
}

/* language switcher: clean minimal premium text style (no pill/box background) */
.gfk-lang-pill{border:none !important;background:transparent !important;border-radius:0 !important;overflow:visible !important;}
.gfk-lang-pill a{background:transparent !important;padding:0 !important;font-size:13px !important;font-weight:600;letter-spacing:.5px;}
.gfk-lang-pill a.gfk-lang-active{color:#A20727 !important;}
.gfk-lang-pill a.gfk-lang-inactive{color:#999 !important;}
.gfk-lang-sep{color:#ccc;margin:0 8px;font-size:12px;font-weight:300;}
.header .navbar .gfk-lang-pill a.gfk-lang-active{color:#fff !important;}
.header .navbar .gfk-lang-pill a.gfk-lang-inactive{color:rgba(255,255,255,0.55) !important;}
.header .navbar .gfk-lang-sep{color:rgba(255,255,255,0.35) !important;}
body.fixed-header .scrolling-header .gfk-lang-pill a.gfk-lang-active{color:#A20727 !important;}
body.fixed-header .scrolling-header .gfk-lang-pill a.gfk-lang-inactive{color:#999 !important;}
body.fixed-header .scrolling-header .gfk-lang-sep{color:#ccc !important;}
@media (max-width:767px){
	.gfk-lang-pill a{font-size:12px !important;}
	.gfk-lang-sep{margin:0 6px;}
}

/* mobile language switcher: move into the slide-out menu, below the nav links */
.gfk-lang-mobile-wrap{display:none;}
@media (max-width:767px){
	.gfk-lang-switch{display:none !important;}
	.gfk-lang-mobile-wrap{
		display:block;
		text-align:center;
		padding:20px 0 10px;
		margin-top:10px;
		border-top:1px solid rgba(255,255,255,.12);
	}
	.gfk-lang-mobile-wrap a{
		font-size:13px;
		font-weight:600;
		letter-spacing:.5px;
		text-transform:uppercase;
	}
	.gfk-lang-mobile-wrap a.gfk-lang-active{
		color:#A20727 !important;
		border-bottom:1px solid #A20727;
		padding-bottom:3px;
	}
	.gfk-lang-mobile-wrap a.gfk-lang-inactive{
		color:rgba(255,255,255,.55) !important;
	}
	.gfk-lang-mobile-wrap .gfk-lang-sep{
		color:rgba(255,255,255,.3);
		margin:0 10px;
	}
}

/* mobile hamburger toggle: make it visible over any hero background image */
@media (max-width:767px){
	.header .navbar .toggle-button{
		color:#fff !important;
		font-size:22px;
		line-height:36px;
		text-shadow:0 1px 4px rgba(0,0,0,.65);
		background:rgba(0,0,0,.25);
		width:36px;
		height:36px;
		border-radius:50%;
		text-align:center;
	}
	body.fixed-header .scrolling-header .toggle-button{
		color:#333 !important;
		text-shadow:none;
		background:transparent;
	}
}

/* homepage hero slider buttons: keep proportions closer to desktop, avoid over-shrinking on mobile */
html .ocend-btn, html .rev-btn.ocend-btn, html .ocend-btn-white{
	border-radius:4px !important;
	letter-spacing:.5px !important;
}
@media (max-width:767px){
	html .ocend-btn, html .rev-btn.ocend-btn, html .ocend-btn-white{
		min-width:150px !important;
		padding:12px 20px !important;
		font-size:11px !important;
		line-height:18px !important;
		border-radius:4px !important;
	}
}

/* contact info block: icon + label + value rows (premium style) */
.gfk-contact-info{display:flex;flex-direction:column;gap:24px;margin-top:10px;}
.gfk-contact-item{display:flex;align-items:flex-start;gap:16px;}
.gfk-contact-item .gfk-contact-icon{flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:#f7f0f1;display:flex;align-items:center;justify-content:center;}
.gfk-contact-item .gfk-contact-icon .icon{font-size:18px;color:#A20727;}
.gfk-contact-item .gfk-contact-text{display:flex;flex-direction:column;padding-top:4px;}
.gfk-contact-item .gfk-contact-label{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:#999;margin-bottom:5px;font-weight:600;}
.gfk-contact-item .gfk-contact-value{font-size:14px;color:#333;line-height:1.5;font-weight:500;}
@media (max-width:767px){
	.gfk-contact-info{gap:20px;}
	.gfk-contact-item .gfk-contact-icon{flex-basis:38px;width:38px;height:38px;}
	.gfk-contact-item .gfk-contact-icon .icon{font-size:16px;}
	.gfk-contact-item .gfk-contact-value{font-size:13px;}
}

/* desktop TR|EN: keep it on a single line, never wrap under the menu */
.header .navbar .gfk-lang-switch,
.header .navbar .gfk-lang-switch .gfk-lang-pill,
.header .navbar .gfk-lang-switch .gfk-lang-pill a,
.header .navbar .gfk-lang-switch .gfk-lang-sep{
	white-space:nowrap !important;
}
.header .navbar .navbar-nav.wrap-user-control.gfk-lang-switch{
	margin-left:8px;
	padding-top:15px;
	padding-bottom:15px;
	align-items:center;
}
.header .navbar .navbar-nav.wrap-user-control.gfk-lang-switch li a{
	padding-left:0;
	padding-right:0;
}
.gfk-lang-pill{
	display:inline-flex !important;
	flex-wrap:nowrap !important;
}

/* blog listing: mobile-friendly spacing now that the sidebar is gone */
.blog-content-section .wrap-blog-post{
	padding-bottom:35px;
	margin-bottom:35px;
	border-bottom:1px solid #eee;
}
.blog-content-section .wrap-blog-post:last-child{
	border-bottom:none;
}
@media (max-width:767px){
	.blog-content-section .wrap-blog-post{
		padding-bottom:22px;
		margin-bottom:22px;
	}
	.blog-content-section .post-body-title{
		font-size:18px;
		line-height:1.35;
	}
	.blog-content-section .post-avatar,
	.blog-content-section .post-avatar img{
		width:50px !important;
		height:50px !important;
	}
	.blog-content-section .meta{
		font-size:11px;
	}
	.blog-content-section .more-page,
	.blog-content-section .row .col-md-12{
		text-align:center;
	}
	.blog-content-section .btn.btn-primary{
		width:100%;
		text-align:center;
		float:none !important;
		display:block;
	}
}

/* blog page intro area (gallery placeholder) */
.blog-page-intro{padding-top:150px;padding-bottom:10px;}
.gfk-gallery-section{text-align:center;padding-bottom:30px;border-bottom:1px solid #eee;margin-bottom:10px;}
.gfk-gallery-section h3{margin-bottom:15px;}
.gfk-gallery-section .gfk-gallery-empty{color:#999;font-size:14px;max-width:500px;margin:0 auto;}
@media (max-width:767px){
	.blog-page-intro{padding-top:90px;}
}
/* the fixed navbar overlaps whatever section starts the page; when there's no intro block, push the post loop down instead */
body.gfk-solid-header .blog-content-section:first-of-type{
	padding-top:150px;
}
@media (max-width:767px){
	body.gfk-solid-header .blog-content-section:first-of-type{
		padding-top:90px;
	}
}
body.gfk-solid-header .blog-page-intro.blog-content-section:first-of-type{
	padding-top:150px;
}

/* blog listing (Bizden Haberler): no hero image behind the header, force a solid dark navbar so the white logo/menu stay visible */
.gfk-solid-header .header .navbar{
	background:#2b2e33 !important;
}
.gfk-solid-header.fixed-header .scrolling-header .navbar{
	background:rgba(255,255,255,0.95) !important;
}

/* desktop diagram: 2x2 grid of larger circles, centered in its column */
.gfk-diagram-col{display:flex;align-items:center;justify-content:center;}

/* products page: category card grid (clickable, expands product detail) */
.gfk-product-grid{display:flex;flex-wrap:wrap;gap:26px;margin-top:35px;text-align:left;}
.gfk-product-item{flex:1 1 calc(33.333% - 18px);list-style:none;}
.gfk-product-item[open]{flex:1 1 100%;}
.gfk-product-item[open] .gfk-product-box{max-width:none;}
.gfk-product-item summary{list-style:none;cursor:pointer;}
.gfk-product-item summary::-webkit-details-marker{display:none;}
.gfk-product-item summary::marker{content:"";}
.gfk-product-box{position:relative;background:#fff;border-radius:14px;padding:34px 28px;box-shadow:0 12px 30px rgba(162,7,39,0.08);overflow:hidden;transition:transform .25s ease, box-shadow .25s ease;}
.gfk-product-box::before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#A20727,#e0526f);}
.gfk-product-item:not([open]) .gfk-product-box:hover{transform:translateY(-8px);box-shadow:0 22px 46px rgba(162,7,39,0.16);}
.gfk-product-icon-wrap{width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#fdeef1,#fce3e7);display:flex;align-items:center;justify-content:center;margin-bottom:20px;}
.gfk-product-box .icon{font-size:26px;color:#A20727;display:block;margin:0;}
.gfk-product-box h4{font-family:'Montserrat',sans-serif;font-weight:700;font-size:18px;color:#2b2e33;text-transform:none;margin:0 0 10px;}
.gfk-product-box p{font-size:13px;color:#666;line-height:1.7;margin:0;}
.gfk-product-more{display:inline-flex;align-items:center;gap:7px;margin-top:18px;padding:7px 16px;border-radius:20px;background:#fdeef1;font-size:11px;font-weight:700;color:#A20727;text-transform:uppercase;letter-spacing:.5px;}
.gfk-chevron{display:inline-block;transition:transform .25s ease;font-size:13px;}
.gfk-product-item[open] .gfk-chevron{transform:rotate(180deg);}
.gfk-product-item[open] .gfk-product-box{border-radius:14px 14px 0 0;}
.gfk-product-item[open] .gfk-product-more{background:#A20727;color:#fff;}
.gfk-product-detail{background:#fff;border-radius:0 0 14px 14px;padding:6px 28px 30px;box-shadow:0 12px 30px rgba(162,7,39,0.08);margin-top:-2px;}
.gfk-product-detail-inner{border-top:1px solid #f3e2e5;padding-top:24px;display:flex;flex-wrap:wrap;gap:36px;align-items:flex-start;}
.gfk-product-detail-text{flex:1 1 380px;max-width:560px;}
.gfk-product-detail-side{flex:0 0 auto;padding-top:4px;}
.gfk-product-detail p{font-size:13px;color:#666;line-height:1.8;margin:0 0 16px;}
.gfk-product-detail ul.marker-list{margin-bottom:0;}
.gfk-product-catalog-btn{display:inline-flex;align-items:center;gap:9px;padding:14px 26px;background:#A20727;color:#fff !important;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;white-space:nowrap;transition:background .2s ease;}
.gfk-product-catalog-btn:hover{background:#7d0520;color:#fff;text-decoration:none;}
.gfk-product-catalog-btn .icon{font-size:15px;}
@media (max-width:991px){
	.gfk-product-item{flex:1 1 calc(50% - 13px);}
}
@media (max-width:767px){
	.gfk-product-grid{flex-direction:column;gap:18px;margin-top:22px;}
	.gfk-product-item{flex:1 1 100%;}
	.gfk-product-box{padding:24px 20px;text-align:center;}
	.gfk-product-icon-wrap{width:52px;height:52px;margin:0 auto 14px;}
	.gfk-product-box .icon{font-size:22px;}
	.gfk-product-box h4{font-size:16px;}
	.gfk-product-box p{font-size:12px;}
	.gfk-product-more{font-size:10px;margin-top:14px;padding:6px 14px;}
	.gfk-product-detail{padding:6px 20px 24px;}
	.gfk-product-detail-inner{flex-direction:column;gap:20px;text-align:center;}
	.gfk-product-detail-text{max-width:none;flex:0 1 auto;}
	.gfk-product-detail-side{align-self:center;flex:0 1 auto;}
	.gfk-product-catalog-btn{padding:12px 22px;font-size:11px;}
}

/* Ürünler page: the CTA block is full-bleed and the last element, so kill the page-section's reserved bottom padding after it */
.page-id-14275 .page-section{padding-bottom:0;}

/* Zorlu Holding group affiliation badge */
.gfk-group-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 20px;background:#fdeef1;color:#A20727;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;}
.gfk-group-badge .icon{font-size:14px;}
.gfk-footer-badge{display:inline-block;padding:6px 14px;border:1px solid rgba(255,255,255,0.2);border-radius:20px;font-size:11px;font-weight:600;letter-spacing:.3px;color:#ccc;}
@media (max-width:767px){
	.gfk-group-badge{font-size:11px;padding:8px 16px;}
}

/* Referanslarımız page: logo grid */
.gfk-ref-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:45px 30px;margin-top:45px;}
.gfk-ref-item{display:flex;align-items:center;justify-content:center;height:130px;padding:15px;transition:transform .3s ease;}
.gfk-ref-item:hover{transform:scale(1.06);}
.gfk-ref-item img{max-width:100%;max-height:100%;width:auto;height:auto;min-height:52px;object-fit:contain;}
/* a few source logos have a lot of built-in empty canvas space and render too small next to the others; boost them individually */
.gfk-ref-item img[src*="zorluenerji"],
.gfk-ref-item img[src*="korteks"],
.gfk-ref-item img[src*="zes_footer"],
.gfk-ref-item img[src*="valeron"],
.gfk-ref-item img[src*="linens"],
.gfk-ref-item img[src*="zorlugrand"],
.gfk-ref-item img[src*="shell_tr"],
.gfk-ref-item img[src*="zorluholding"]{
	min-height:68px;
	transform:scale(1.35);
}
.gfk-ref-note{margin-top:40px;text-align:center;font-size:12px;color:#999;font-style:italic;}
@media (max-width:991px){
	.gfk-ref-grid{grid-template-columns:repeat(3,1fr);gap:35px 25px;}
}
@media (max-width:767px){
	.gfk-ref-grid{grid-template-columns:repeat(2,1fr);gap:25px 15px;margin-top:28px;}
	.gfk-ref-item{height:95px;padding:10px;}
	.gfk-ref-item img{min-height:38px;}
	.gfk-ref-item img[src*="zorluenerji"],
	.gfk-ref-item img[src*="korteks"],
	.gfk-ref-item img[src*="zes_footer"],
	.gfk-ref-item img[src*="valeron"],
	.gfk-ref-item img[src*="linens"],
	.gfk-ref-item img[src*="zorlugrand"],
	.gfk-ref-item img[src*="shell_tr"],
	.gfk-ref-item img[src*="zorluholding"]{
		min-height:48px;
		transform:scale(1.2);
	}
	.gfk-ref-note{margin-top:26px;font-size:11px;padding:0 10px;}
}

/* service-navigation tab icons: don't permanently highlight the first/default tab red — only light up on actual hover, same treatment for all tabs */
.service-navigation ul li.active .navigation-icon{background:#eff2f7 !important;}
.service-navigation ul li.active .navigation-icon:after{border-top-color:#eff2f7 !important;}
.service-navigation ul li.active .navigation-icon span{background:#fff !important;border-color:#fff !important;color:#666666 !important;}
.service-navigation ul li:hover .navigation-icon{background:#A20727 !important;}
.service-navigation ul li:hover .navigation-icon:after{border-top-color:#A20727 !important;}
.service-navigation ul li:hover .navigation-icon span{background:#A20727 !important;border-color:#ffb07c !important;color:#fff !important;}

/* contact page: two location cards (Fabrika / İstanbul Ofis), each with a properly proportioned map */
.gfk-locations{display:flex;gap:30px;margin-top:15px;flex-wrap:wrap;}
.gfk-location-card{flex:1 1 calc(50% - 15px);background:#fff;border-radius:10px;box-shadow:0 8px 26px rgba(0,0,0,0.07);overflow:hidden;}
.gfk-location-card h4{padding:22px 24px 0;margin:0 0 12px;font-size:16px;font-weight:700;color:#2b2e33;text-transform:uppercase;letter-spacing:.3px;}
.gfk-location-address{padding:0 24px 20px;margin:0;font-size:13px;color:#666;display:flex;align-items:flex-start;gap:8px;line-height:1.6;}
.gfk-location-address .icon{color:#A20727;flex-shrink:0;margin-top:2px;font-size:15px;}
.gfk-location-map{position:relative;width:100%;padding-bottom:62%;height:0;}
.gfk-location-map iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;}
@media (max-width:991px){
	.gfk-location-card{flex:1 1 100%;}
}
@media (max-width:767px){
	.gfk-locations{gap:20px;margin-top:12px;}
	.gfk-location-card h4{padding:18px 18px 0;font-size:14px;}
	.gfk-location-address{padding:0 18px 16px;font-size:12px;}
	.gfk-location-map{padding-bottom:75%;}
}

/* home page: auto-scrolling partner/reference logo marquee */
.gfk-partners-marquee{overflow:hidden;width:100%;position:relative;padding:25px 0 5px;-webkit-mask-image:linear-gradient(to right, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);mask-image:linear-gradient(to right, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);}
.gfk-partners-track{display:flex;align-items:center;gap:55px;width:max-content;animation:gfk-marquee 45s linear infinite;}
.gfk-partners-marquee:hover .gfk-partners-track{animation-play-state:paused;}
.gfk-partners-track img{height:42px;width:auto;max-width:130px;object-fit:contain;flex-shrink:0;}
@keyframes gfk-marquee{
	0%{transform:translateX(0);}
	100%{transform:translateX(-50%);}
}
@media (max-width:767px){
	.gfk-partners-marquee{-webkit-mask-image:linear-gradient(to right, transparent 0, #000 30px, #000 calc(100% - 30px), transparent 100%);mask-image:linear-gradient(to right, transparent 0, #000 30px, #000 calc(100% - 30px), transparent 100%);}
	.gfk-partners-track{gap:35px;animation-duration:32s;}
	.gfk-partners-track img{height:32px;max-width:95px;}
}
.gfk-partners-btn-wrap{text-align:center;margin-top:35px;}
.gfk-partners-btn{display:inline-block;padding:13px 32px;background:#A20727;color:#fff !important;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .2s ease;}
.gfk-partners-btn:hover{background:#7d051d;color:#fff;text-decoration:none;}
@media (max-width:767px){
	.gfk-partners-btn-wrap{margin-top:22px;}
	.gfk-partners-btn{padding:11px 24px;font-size:11px;}
}

/* even out desktop menu item spacing so shorter EN/IT words don't look bunched together (TR words are long enough already, so only widen it for en/it to avoid wrapping) */
@media (min-width:1200px){
	.gfk-lang-en .header .navbar .navbar-nav.navbar-with-inside > li > a,
	.gfk-lang-it .header .navbar .navbar-nav.navbar-with-inside > li > a{
		padding-left:18px !important;
		padding-right:18px !important;
	}
}

/* simple homepage hero slider (replaces Slider Revolution) */
html,body{overflow-x:hidden;max-width:100%;}
.home-section,.home-section .container.rtd,.home-section .wpb-content-wrapper{padding-top:0 !important;margin-top:0 !important;}
.home-section .vc_row_anchor{height:0 !important;margin:0 !important;padding:0 !important;}
.gfk-hero-row{padding:0 !important;margin:0 !important;}
.gfk-hero-row .wpb_column{padding:0 !important;margin:0 !important;}
.gfk-hero-slider{position:relative;width:100vw;left:50%;transform:translateX(-50%);height:800px;overflow:hidden;background:#1a1a1a;}
.gfk-hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;visibility:hidden;transition:opacity 1.2s ease;z-index:1;}
.gfk-hero-slide.active{opacity:1;visibility:visible;z-index:2;}
.gfk-hero-overlay{position:absolute;inset:0;background:rgba(20,20,20,0.4);}
.gfk-hero-content{position:relative;z-index:3;max-width:1240px;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 30px;color:#fff;}
.gfk-hero-content .gfk-hero-eyebrow{display:block;font-size:14px;letter-spacing:2px;text-transform:uppercase;color:#fff;opacity:.85;margin-bottom:18px;font-weight:600;}
.gfk-hero-content h1{font-size:52px;font-weight:800;color:#fff;margin:0 0 18px;line-height:1.15;text-transform:uppercase;}
.gfk-hero-content p{font-size:18px;color:#f0f0f0;font-style:italic;margin:0 0 34px;font-family:'Playfair Display',serif;}
.gfk-hero-buttons{display:flex;gap:16px;flex-wrap:wrap;}
.gfk-hero-btn{display:inline-block;padding:15px 32px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;text-decoration:none;transition:all .25s ease;}
.gfk-hero-btn-primary{background:#A20727;color:#fff !important;border:1px solid #A20727;}
.gfk-hero-btn-primary:hover{background:#7d051d;border-color:#7d051d;color:#fff;text-decoration:none;}
.gfk-hero-btn-outline{background:rgba(255,255,255,0.12);color:#fff !important;border:1px solid rgba(255,255,255,0.5);}
.gfk-hero-btn-outline:hover{background:rgba(255,255,255,0.25);color:#fff;text-decoration:none;}
.gfk-hero-dots{position:absolute;bottom:35px;left:50%;transform:translateX(-50%);z-index:4;display:flex;gap:12px;}
.gfk-hero-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer;transition:background .2s ease;}
.gfk-hero-dot.active{background:#fff;}
@media (max-width:991px){
	.gfk-hero-slider{height:650px;}
	.gfk-hero-content h1{font-size:38px;}
}
@media (max-width:767px){
	.gfk-hero-slider{height:520px;}
	.gfk-hero-content{padding:0 20px;}
	.gfk-hero-content .gfk-hero-eyebrow{font-size:11px;margin-bottom:12px;}
	.gfk-hero-content h1{font-size:26px;margin-bottom:12px;}
	.gfk-hero-content p{font-size:14px;margin-bottom:22px;}
	.gfk-hero-btn{padding:12px 22px;font-size:11px;}
	.gfk-hero-dots{bottom:20px;}
}
