/* General body settings */
body {
	color: #3e4d5c;
	direction: ltr;
	font: 400 13px 'Raleway', Arial, sans-serif;
    background: #f6f7f9 !important;
}
/***
General typography
***/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
}
h1 {
	margin-bottom: 15px;
}
/***
Fix link outlines after click
***/
a {
	color: #da251c;
}
a, a:focus, a:hover, a:active {
	outline: 0;
 	text-decoration: none;
}
a:hover {
	color: #FC575E;
	text-decoration: none;
}
/***
Misc tools
***/
.no-padding {
	padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-bottom-space {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.no-top-space {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.no-space {
  margin: 0 !important;
  padding: 0 !important;
}
.no-text-shadow {
  text-shadow: none !important;
}
.padding-top-5 {
	padding-top: 5px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-top-15 {
	padding-top: 15px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-25 {
	padding-top: 25px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-35 {
	padding-top: 35px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-top-45 {
	padding-top: 45px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-25 {
	margin-bottom: 25px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-65 {
	margin-bottom: 65px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-20 {
	padding-left: 20px !important;
}
.padding-left-30 {
	padding-left: 30px !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-30 {
	padding-right: 30px !important;
}
.padding-20 {
    padding: 20px !important;
}
.padding-10 {
    padding: 10px !important;
}
.align-left {
    float: left;
}
.align-right {
    float: right;
}

/* font size of google fonts */
.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }
/* */
.animated {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
select.form-control {
	color: #5f6d7b;
	border-radius: 0;
	border-color: #e4e6e8;
	box-shadow: none;
}
select.form-control:focus {
	box-shadow: none;
	border-color: #999;
}
input.form-control,
textarea.form-control {
	border-color: #dbdbdb;
	color: #777;
	font: 14px Arial, sans-serif;
	border-radius: 0;
	box-shadow: none;
}
input.form-control:focus,
textarea.form-control:focus {
	box-shadow: none;
	border: solid 1px #dbdbdb;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
*html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.lead {
    font-size: 16px;
}
.font-transform-inherit {
	text-transform: inherit !important;
}
.color-red {
	color: #E84D1C;
}
/***
Custom Scrollbars
***/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cecece;
}
::-webkit-scrollbar-thumb {
    background-color: #cecece;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport{
	width: auto !important;
}
::-moz-selection {
  color: #fff;
  background: #e45000;
}
::selection {
  color: #fff;
  background: #e45000;
}
/* Global classes */
.min-hight500 {
	min-height: 500px;
}

/*** Pre-Header and pre-header elements ***/
.pre-header {
    width: 100%;
    position: relative;
    background: #323333;
    color: #FFF;
	line-height: 1.2;
	font-weight: 400;
    padding: 10px 0;
}
.pre-header.smaller {
    display: none;
    background: rgba(0, 0, 0, 0.9);
}
.pre-header a {
	color: #FFF;
}
.pre-header a:hover {
	color: #FC575E;
}
.pre-header a:focus {
	text-decoration: none;
}
.pre-header .additional-site-info li {
	padding-left: 11px;
	padding-right: 15px;
	border-right: solid 1px #d8d8d8;
}
.pre-header .additional-site-info li:last-child {
	border: none;
}
.welcome-text {
    line-height: 22px;
}
.language .dropdown-menu {
    min-width: 80px;
}
.language .dropdown-menu>li>a {
    font-size: 12px;
    line-height: 16px;
}
.additional-site-info li:first-child {
	padding-left: 0;
}
.additional-nav li:last-child {
	padding-right: 0;
}
.pre-header .fa {
    font-size: 15px;
	margin-right: 5px;
    color: #FFF;
}
/* header-menu */
.content-wrap {
    position: relative;
    width: 100%;
    padding: 0;
}
.content-bg {
    position: relative;
    background: url("../img/backgrounds/background-hero-grayscale.jpg");
}
.top_content {
    padding-top: 170px;
}
.top_content .container {
    padding-left: 0;
    padding-right: 0;
}
.header-menu .navbar-default {
    width: 100%;
    position: relative;
    background: #FFF;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #EBEBEB;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-menu.smaller .navbar-default {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.header-menu a.navbar-brand {
    color: #FFF;
    padding: 0 20px;
}
.header-menu a.navbar-brand:hover {
    color: #2EDCE4;
}
.navbar-brand>img {
    margin-top: 0px;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-menu .navbar-default .navbar-nav > li {
    position: relative;
}
.header-menu .navbar-default .navbar-nav > li > a {
    color: #323333;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    padding: 25px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-menu .navbar-default .navbar-nav > li > a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    right: 0px;
    top: calc(50% - 15px);
    border-radius: 50%;
    background: #323333;
    opacity: 0.15;
}
.header-menu.smaller .navbar-default .navbar-nav > li > a {

}
.header-menu .navbar-default .navbar-nav > li.active > a {
    color: #FFF;
    background: #323333;
}
.header-menu .navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    background: #323333;
}
.header-menu .navbar-default .navbar-nav > li.open > a {
    color: #FFF;
    background: #323333;
}
.header-menu .navbar-default .navbar-nav > li.open > a:hover {
    color: #FFF;
    background: #323333;
}
.header-menu .navbar-default .dropdown-menu {
    background: #323333;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0px 0px;
}
.header-menu .navbar-default .dropdown-menu li {
    border-bottom: solid 1px #484546;
}
.header-menu .navbar-default .dropdown-menu li:last-child {
    border-bottom: 0;
}
.header-menu .navbar-default .dropdown-menu li > a {
    font: 400 0.8em/1em 'Raleway', sans-serif;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 2px 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.header-menu .navbar-default .dropdown-menu li > a:hover {
    color: #5bc0de;
    background: none;
}

/* heade0r-menu */
.pre-header ul.social {
	font-size: 16px;
	margin-bottom: 0;
}
.pre-header ul.social a {
	color: #939393;
}
.pre-header ul.social a:hover {
	color: #FFF;
}
/* FIX styles END */
.site-logo {

}

/* page slider */
.menu-slider {
    position: relative;
    margin: 40px 0;
}

.page-slider {
    position: relative;
	margin-top: 0;
    background: url("../img/backgrounds/background-hero-grayscale.jpg");
}
/* OWL styles */

	.camera_wrap img {
		display: block;
		margin: 0px auto;
	}

    .camera_wrap .owl-controls .owl-buttons {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        visibility: hidden;
    }

    .camera_wrap:hover .owl-controls .owl-buttons {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .camera_wrap .owl-controls .owl-buttons .owl-prev,
    .camera_wrap .owl-controls .owl-buttons .owl-next {
        position: absolute;
        left: -25px;
        top: 50%;
        margin: -20px 0px 0px 0px !important;
        height: 40px;
        width: 40px;
        margin: 0px;
        text-indent: -10000px;
        background: url(left.png) 5px 5px no-repeat;
        background-color: rgba(44, 62, 80, .6);
        display: block;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
    }

    .camera_wrap:hover .owl-controls .owl-buttons .owl-prev {
        left: -10px;
    }

    .camera_wrap .owl-controls .owl-buttons .owl-next {
        left: auto;
        right: -25px;
        background: url(right.png) 5px 5px no-repeat;
        background-color: rgba(44, 62, 80, .6);
    }

    .camera_wrap:hover .owl-controls .owl-buttons .owl-next {
        right: -10px;
    }

    .camera_wrap .owl-controls .owl-buttons .owl-prev:hover,
    .camera_wrap .owl-controls .owl-buttons .owl-next:hover {
        background-color: rgba(44, 62, 80, .8);
    }

    .camera_wrap .owl-controls .owl-pagination {
        display: none;
    }
/*  */

.product-list .product-item {
	margin-bottom: 30px;
}

/* title wrapper */
.title-wrapper {
	margin: -23px 0 23px;
	position: relative;
	overflow: hidden;
	background: #72c2ff url(../../../../tr/error_page/index.html) no-repeat 100% 100%;
	min-height: 280px;
	padding-top: 79px;
	width: 100%;
	overflow: hidden;
}
.title-wrapper .container-inner {
	float: left;
}
.ecommerce .title-wrapper h1, .title-wrapper em {
	color: #fff;
	font-weight: 400;
}
.ecommerce .title-wrapper h1 {
	font-size: 45px;
	padding: 0 9px 13px;
	border-bottom: solid 1px rgba(255,255,255,0.6);
	margin: 0 -9px 17px;
}
.title-wrapper h1 span {
	color: #e6400c;
}
.title-wrapper em {
	font-size: 20px;
	font-style: normal;
	display: block;
	text-align: center;
}
/* breadcrumb */
.breadcrumbs-wrapper {
    padding: 0px;
    border-bottom: 1px solid #eee;
    line-height: 50px;
}
.breadcrumb {
	background: none;
	padding: 0;
	color: #5f6d7b;
	margin-bottom: 0;
}
.breadcrumb > li + li:before {
	content: "\f105 ";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0 10px;
    color: #ccc;
}
.breadcrumb a {
	color: #000;
    font-size: 13px;
}
.breadcrumb a:hover {
	color: #000;
}
.breadcrumb > .active {
	color: #24a3d8;
}
/* paginations */
.pagination {
	border-radius: 0;
	margin: 0;
}
.pagination > li {
    display: inline-block;
    margin-left: 5px;
}
.pagination > li > a, .pagination > li > span,
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 25px !important;
	border: none;
	color: #868c93;
}
.pagination > li > span,
.pagination > li > span:hover {
	background: #555;
	color: #fff;
}
.items-info {
	padding-top: 7px;
	color: #868c93;
}
/* content page */
.sidebar2 a {
	color: #389B28;
}
.content-page a:hover,
.sidebar2 a:hover {
	color: #E02222;
}
.content-page .link, .content-page .link:hover, .content-page .link:active {
	color: #E02222;
}
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
	/*text-transform: inherit;*/
	/*padding-top: 10px;  */
}
.content-page h3 {
	font-size: 16px;
	margin-bottom: 7px;
}
.content-page h4 {
	font-size: 17px;
	margin-bottom: 4px;
}
.content-page h5,
.content-page h6 {
	font: 700 15px 'Open Sans', Arial, sans-serif;
	margin-bottom: 2px;
}
.content-page p,
.content-page .list-unstyled {
    font-size: 1.3em;
    line-height: 1.7em;
    font-weight: 400;
    font-style: normal;
    color: #000;
	margin-bottom: 20px;
}
.content-page .list-unstyled .list-unstyled {
	margin-left: 20px;
	padding-top: 3px;
	margin-bottom: 0;
}
.content-page .list-unstyled li {
	margin-bottom: 3px;
}
/* 404 page */
.corporate .page-404 {
 	text-align: center;
 	padding-top: 60px;
 	padding-bottom: 125px;
}
.page-404 .number {
	position: relative;
	top: 35px;
	display: inline-block;
	letter-spacing: -10px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 128px;
	font-size: 128px;
	font-weight: 300;
	color: #E02222;
	text-align: right;
}
.page-404 .details {
	margin-left: 40px;
	display: inline-block;
	padding-top: 0px;
	text-align: left;
	top: 15px;
	position: relative;
}
/* 500 page */
.corporate .page-500 {
	text-align: center;
 	padding-top: 60px;
 	padding-bottom: 60px;
}
.page-500 .number {
	display: inline-block;
	letter-spacing: -10px;
	line-height: 128px;
	font-size: 128px;
	font-weight: 300;
	color: #E02222;
	text-align: right;
}
.page-500 .details {
	margin-left: 40px;
	display: inline-block;
	text-align: left;
}
/* content form page */
div.content-form-page {
	background: #fff;
	padding: 5px 20px 30px;
	margin-right: 10px;
}
.content-form-page a {
	color: #767F88;
}
.content-form-page a:hover {
	color: #E02222;
}
.form-without-legend {
	padding-top: 25px;
}
.content-form-page legend {
	border: none;
	font-size: 18px;
	padding-top: 20px;
	margin-bottom: 10px;
	color: #3E4D5C;
}
.content-form-page .control-label {
	font-weight: normal;
	padding-right: 5px;
	margin-left: -15px;
}
.default-form label,
.checkout-page label {
	font-weight: normal;
}
.require {
	color: #e94d1c;
}
.content-form-page input.form-control {
	border-color: #dbdbdb;
	color: #aaa;
	font: 14px Arial, sans-serif;
	border-radius: 0;
}
.content-form-page .form-control:focus {
	box-shadow: none;
	border: solid 1px #e94d1c;
}
.content-form-page .checkbox .col-lg-4 {
	padding-right: 0;
	margin-left: -15px;
}
/*.content-form-page .checker {
	margin-left: -15px;
}*/
.content-form-page .btn {
	margin-right: 10px;
	/*padding: 7px 12px 6px;*/
}
div.content-form-page .checkbox-list {
	margin-left: -3px;
}
/* info at the right of the forms */
.form-info {
	padding: 0 10px 0 30px;
	border-left: solid 1px #e4e6e8;
	margin: 25px 0;
}
.form-info h2,
.ecommerce .form-info h2 {
	font-size: 18px;
	position: relative;
	top: -5px;
	margin-bottom: 5px;
}
.form-info h2 em {
	font-style: normal;
	color: #e6400c;
}
.form-info p {
	margin: 0 0 20px;
}
.nav-tabs {
	border-color: #e6400c;
	padding-bottom: 1px;
	font-size: 14px;
	margin-bottom: 0;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background: #F4F4F4;
	color: #647484;
	border-radius: 0;
	padding: 5px 15px 4px;
	border: none !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #e6400c;
	color: #fff;
	padding: 5px 15px 4px;
}
.tab-content {
	background: #FAFAFA;
	padding: 20px 15px;
}
/* content search */
.content-search {
	background: #fff;
	padding: 10px 15px;
}
.ecommerce .content-search h1 {
	padding-top: 3px;
	margin: 0;
}
.content-search h1 em {
	font-style: normal;
	color: #e6400c;
}
.content-search form {
	margin: 0;
}
.content-search input {
	border-radius: 0;
	border-color: #dbdbdb;
	color: #b0b4b7;
	font: 14px Arial, sans-serif;
	height: 35px;
}
.content-search input:focus {
	box-shadow: none;
	border: solid 1px #e94d1c;
}
.content-search button {
	margin-left: 0 !important;
	font-size: 14px;
	/*padding: 7px 12px 5px;*/
	height: 35px;
}
/*** Pre-Footer and pre-footer elements ***/
.pre-footer {
    position: relative;
    background: #f2f2f2;
    font-size: 14px;
    letter-spacing: 0.6px;
	color: #000;
    border-top: 1px solid #dadada;
    z-index: 2;
}
.pre-footer .container {
	padding-top: 45px;
}
.pre-footer a {
	color: #da251c;
}
.pre-footer a:hover {
	color: #FC575E;
    text-decoration: none;
}
.pre-footer h3,
.ecommerce .pre-footer h3 {
	font-size: 24px;
    font-weight: 300;
	color: #000;
}
.pre-footer h3:after {
    content: "";
    background: #e23e57;
    display: block;
    position: relative;
    width: 60px;
    height: 2px;
    border-radius: 2px;
    margin-top: 30px;
    bottom: 20px;
}
.pre-footer p {
	margin-bottom: 20px;
    line-height: 20px;
}
.pre-footer li {
	margin-bottom: 6px;
}
/* pre-footer twitter block */
.pre-footer dl.f-twitter {
	overflow: hidden;
	margin-bottom: 7px;
}
.pre-footer dl.f-twitter dt {
	width: 30px;
	float: left;
	text-align: left;
	padding-top: 2px;
}
.pre-footer dl.f-twitter dt i {
	color: #57c8eb;
	font-size: 20px;
}
.pre-footer dl.f-twitter dd {
	color: #b0b0b0;
	margin-left: 30px;
}
.pre-footer dl.f-twitter dd span {
	color: #6b9cab;
	font-size: 12px;
	margin: 0 5px;
}
.pre-footer address {
	line-height: 1.7;
}
.pre-footer-col {
	padding-bottom: 22px;
}
.pre-footer .top-line {
	border-top: solid 1px #535353;
	padding-top: 24px;
	padding-bottom: 17px;
}
.pre-footer .social-icons {
	padding-top: 5px;
}
.pre-footer .social-icons li a,
.pre-footer a.social-icon {
  transition: all 0.1s ease-in-out !important;
  -o-transition: all 0.1s ease-in-out !important;
  -ms-transition: all 0.1s ease-in-out !important;
  -moz-transition: all 0.1s ease-in-out !important;
  -webkit-transition: all 0.1s ease-in-out !important;
}
.pre-footer .social-icons li a:hover {
  opacity: 1;
}
.pre-footer hr {
	margin-top: 0;
	border-color: #404040;
}
.pre-footer .form-control,
.pre-footer .form-control:focus {
}
/* subscribe */
.pre-footer .pre-footer-subscribe-box p {
	clear: both;
}
.pre-footer-subscribe-box input {
	border-radius: 0;
	background: #FFF;
	color: #000;
	font: 12px Arial, sans-serif;
}
.pre-footer-subscribe-box input:focus {
	box-shadow: none;
}
.pre-footer-subscribe-box .btn-primary {
	margin-left: 0 !important;
	border-bottom: none;
	margin-bottom: 1px;
}
/* footer */
.footer {
	background: #323333;
	color: #FFF;
	font-size: 14px;
	padding: 30px 0;
    letter-spacing: 0.6px;
}
.footer a {
	color: #ffd658;
	text-decoration: none;
    font: 1em/1em 'Raleway', sans-serif
}
.footer a:hover {
    color: #FC575E;
	text-decoration: none;
}
.footer-light a {
	color: inherit;
}
.footer .padding-top-10 {
}
.footer .list-inline > li:last-child {
	padding-right: 0;
}
.footer ul {
	margin: 0;
	padding: 0;
}
.footer ul.social-footer {
	font-size: 18px;
	padding-top: 5px;
}
.footer ul.social-footer a {
	color: #DCD5B0;
}
.footer ul.social-footer a:hover {
	color: #FFF;
}
/*** Custom icon buttons ***/
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  padding: 12px 0px 0px 0px;
  background-color: #fafafa !important;
  background-image: none !important;
  filter:none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  display:inline-block !important;
  color: #646464 !important;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.icon-btn i {
  font-size: 18px;
}
.ie8 .icon-btn:hover {
  filter: none !important;
}
.icon-btn:hover {
  text-decoration: none !important;
  border-color: #999 !important;
  color: #444 !important;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.icon-btn div {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}
.icon-btn .badge {
  position: absolute;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*** Notes ***/
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.note h1,
.note h2,
.note h3,
.note h4 {
  margin-top: 0;
}
.note p:last-child {
  margin-bottom: 0;
}
.note code,
.note .highlight {
  background-color: #fff;
}
/* Variations */
.note-danger {
  background-color: #FAEAE6;
  border-color: #ed4e2a;
}
.note-warning {
  background-color: #FCF3E1;
  border-color: #fcb322;
}
.note-info {
  background-color: #E8F6FC;
  border-color: #57b5e3;
}
.note-success {
  background-color: #EBFCEE;
  border-color: #3cc051;
}
/*  panel styles */
.panel-default > .panel-heading {
    color: inherit;
}
.panel .panel-title {
	padding-top: 0;
	margin-bottom: 0;
}
/*** Font awesome icons styles ***/
.fontawesome-icon-list [class^="fa-"],
.fontawesome-icon-list [class*=" fa-"],
li [class^="fa-"],
li [class*=" fa-"] {
	display: inline-block;
	width: 1.25em;
	text-align: center;
}
.fontawesome-icon-list [class^="fa-"].icon-large,
.fontawesome-icon-list [class*=" fa-"].icon-large,
li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
  	width: 1.5625em;
}
.fontawesome-icon-list .col-md-3 {
    height: 32px;
    line-height: 32px;
}
/*** Demo Utils ***/
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}
.util-btn-margin-bottom-5 .btn {
  margin-bottom: 5px !important;
}
.util-btn-group-margin-bottom-5 .btn-group {
  margin-bottom: 5px !important;
}
.fontawesome-demo i {
  font-size: 18px;
}
.fontawesome-demo li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}
.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
}
.glyphicons-demo ul li {
	width: 12.5%;
}
.glyphicons-demo ul li [class^="glyphicon-"], .glyphicons-demo ul li [class*=" glyphicon-"] {
	display: block;
	text-align: center !important;
	width: auto;
	line-height: 1.2;
}
.glyphicons-demo ul li:hover {
  background-color: rgba(86,61,124,.1);
}
.buttons-page .btn {
    margin-bottom: 5px !important;
}
.buttons-page .clearfix {
	margin-bottom: 20px;
}

/* Services Box */
.service-box {
    padding: 70px 0;
}
.service-box img {
    width: 100%;
}
.service-box .col-lg-7 {
    padding-left: 30px;
}
.service-box h1 {
    font-size: 36px;
    font-weight: 300;
    font-family: 'Dosis', sans-serif;
}
.service-box h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
    font-family: 'Dosis', sans-serif;
}
.service-box p {
  color: #656565;
  font-size: 13px;
}
.service-box .service-box-heading {
  padding: 12px 0;
}
.service-box .service-box-heading i {
  padding: 0;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  font-size:18px;
  height:32px;
  width:32px;
  line-height: 32px;
  text-align:center;
  vertical-align: baseline;
}
.service-box .service-box-heading i.blue {
  color: #0da3e2;
  border:1px solid #0da3e2;
}
.service-box .service-box-heading i.red {
  color: #db3a1b;
  border:1px solid #db3a1b;
}
.service-box .service-box-heading i.green {
  color: #35aa47;
  border:1px solid #35aa47;
}
.service-box .service-box-heading span {
  color: #444;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: 10px;
  display: inline-block;
}
.service-box .service-box-heading [class^="icon-"],
.service-box [class*=" icon-"] {
  display: inline-block;
  text-align: center;
}
.service-box .service-box-heading [class^="icon-"].icon-large,
.service-box .service-box-heading [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

/* Recent Works */
.recent-work {
    position: relative;
}
.recent-work a:hover {
    text-decoration: none;
}
.recent-work h2,
.ecommerce .recent-work h2 {
    margin: 3px 0 5px;
}
.recent-work h2 a {
    color: #3e4d5c;
}
.recent-work h2 a:hover {
	color: #E02222;
}
.recent-work h3,.recent-work p {
    color: #FFF;
}
.recent-work p {
    color: #FFF;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	font-style: italic;
}
.recent-work-item {
    padding: 5px;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.recent-work .owl-buttons {
    left: 0;
    top: 0;
}
.recent-work .recent-work-item a.recent-work-description {
	padding: 10px;
	display: block;
    background: #FFF;
    text-align: center;
    border: 0;
}
.recent-work .recent-work-item a.recent-work-description.white{
	background: #FFF;
}
.recent-work .recent-work-item:hover a.recent-work-description {
    background: #20304f;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}
.recent-work .recent-work-item strong {
	color: #20304f;
	display: block;
    font: 600 18px/24px 'Raleway', sans-serif;
    margin-bottom: 8px;
}
.recent-work .recent-work-item b {
	color: #483C15;
	font-weight: 400;
}
.recent-work .recent-work-item:hover b,
.recent-work .recent-work-item:hover strong {
	color: #FFF;
}
.recent-work .recent-work-item em {
  	position: relative;
	display: block;
	overflow: hidden;
}
.recent-work .recent-work-description em {
  	position: relative;
	display: block;
	overflow: hidden;
}
.recent-work .recent-work-item .fa {
	color: #fff;
	padding: 16px 30px 16px 18px;
	font-size: 16px;
	position: absolute;
	top: 50%;
	width: 47px;
	height: 47px;
	margin-top: -23.5px;
	border-radius: 47px;
	background: rgba(0,0,0,0.5);
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.recent-work .recent-work-item .fa:hover {
  color: #d2b032;
}
.recent-work .recent-work-item .fa-link {
	left: -100px;
}
.recent-work .recent-work-item .fa-search {
	right: -100px;
}
.recent-work .recent-work-item:hover .fa-link {
	left: 30%;
}
.recent-work .recent-work-item:hover .fa-search {
	right: 30%;
}
.recent-work .recent-work-item img {
    width: 100%;
  	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.recent-work .recent-work-item:hover img {
    -ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* Mixed Block */

/* Front Carousel */
.front-carousel .carousel-control {
  margin: 0;
  border: none;
  height: 35px;
  font-size: 24px;
  font-weight: normal;
  top: 40%;
  width: 35px;
  background: #222;
  opacity: 0.5;
}
.front-carousel .carousel-control:hover {
  opacity: 0.6;
}
.front-carousel .carousel-control i {
  font-size: 27px;
}
.front-carousel .carousel-control.right i {
  position: relative;
  left: 1px;
}
.front-carousel .carousel-caption {
  padding: 10px 15px 0;
  background: rgba(0,0,0,0.5);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.front-carousel .carousel-control.left {
  left: 0;
}
.front-carousel .carousel-control.right {
  right: 0;
}
/* Skils */
.front-skills span {
  color: #555;
  display: block;
  font-size: 15px;
  margin-bottom: 7px;
}
.front-skills .progress {
  background: #f2f2f2;
}
.front-skills .progress-bar {
  background: #EF4D2E;
}
.front-skills .progress,
.front-skills .progress-bar {
  box-shadow: none;
}
/* Team Blocks */
.front-team .thumbnail {
  border: none;
}
.front-team h3,
.ecommerce .front-team h3 {
  margin:10px 0 12px;
  line-height:40px;
}
.front-team h3 strong {
  color: #E02222;
  font-size: 20px;
  font-weight: 400;
}
.front-team h3 small {
  display: block;
  font-size: 13px;
}
.front-team ul {
  padding: 4px 0 0;
}
.front-team .social-icons {
  overflow: hidden;
}
/* Service Box v1 */
.service-box-v1 {
  text-align: center;
  padding: 15px;
}
.service-box-v1 i {
  padding: 15px;
  font-size: 35px;
}
.service-box-v1:hover {
  background: #d73d04;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.service-box-v1:hover i,
.service-box-v1:hover p,
.service-box-v1:hover h2 {
  color: #fff;
}
/* corp. search result */
.content-search-view2 {
	background: #EDEFF1;
	padding: 20px;
	margin: 0 0 20px;
}
.search-result-item {
    margin: 0 -10px 20px;
    padding: 0 10px 15px;
    border-bottom: 1px solid #ECEBEB;
}
.search-result-item h4,
.ecommerce .search-result-item h4 {
    margin-bottom: 5px;
    padding: 0;
}
.search-result-item h4 a {
	color: #E6400C;
}
.search-result-item p {
	margin-bottom: 10px;
}
.search-link {
    color: #999;
    font-size: 12px;
}

/* Lists */
.front-lists-v1 li {
  font-size: 14px;
  margin-bottom: 5px;
}
.content-page .front-lists-v2 li {
  color: #555;
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.front-lists-v2 li i {
  margin-right: 5px;
  font-size: 17px;
}
/* Blog Page */

.blog-posts h2 {
  padding-top: 0;
}
.blog-post-items {
    margin: 0 0 20px 0;
    padding: 0;
    background: #f2f2f2;
}
.blog-posts .blog-post-items h3 {
    margin-bottom: 10px;
}
.blog-posts .blog-post-items p {
    margin-bottom: 0;
    line-height: 22px;
}
.blog-posts .carousel {
  margin-bottom: 0;
}
.blog-posts hr.blog-post-sep {
  margin: 40px 0;
}
.blog-info {
  list-style: none;
  margin: 15px 0 12px 0;
  padding-left:0;
}
.blog-info li {
  padding: 0;
  color: #555;
  font-size: 13px;
  margin-right: 10px;
  display: inline-block;
}
.blog-info li i {
  color: #E84D1C;
}
.blog-posts .pagination li {
	margin-left: -12px;
	margin-right: 17px;
}
.blog-posts .more,
.blog-sidebar .more {
	color: #E84D1C;
}
/* Blog Sidebar */
.recent-news {
  overflow: hidden;
}
.recent-news h3,
.ecommerce .recent-news h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.recent-news h3 a {
	color: #E84D1C;
}
.recent-news-inner{
	padding: 0;
}
.blog-talks .tab-style-1 ul.nav-tabs li > a {
  min-width: 50px;
}
.blog-photo-stream li {
  overflow: hidden;
  margin: 0 5px 8px 0;
  display: inline-block;
}
.blog-photo-stream li img {
  width: 54px;
  height: 54px;
  padding: 2px;
  border: solid 1px #eee;
}
.blog-photo-stream li img:hover {
  border-color: #E84D1C;
  box-shadow: 0 0 1px #fff;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.blog-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-tags li {
  position: relative;
  margin: 0 16px 7px 0;
  display: inline-block;
}
.blog-tags li a {
  color: #555;
  background: #f5f5f5;
  display: inline-block;
  padding: 3px 5px 3px 3px;
}
.blog-tags li a:hover {
  color: #fff;
  background: #E84D1C;
  text-decoration: none;
}
.blog-tags li a:hover i {
  color: #fff;
}
.blog-tags li i {
  color: #E84D1C;
  margin-right: 5px;
  display: inline-block;
}
.blog-tags li a:after {
  top: 50%;
  width: 0;
  left: 100%;
  height: 0;
  content: " ";
  display: block;
  margin-top: -12px;
  position: absolute;
  border-left: 12px solid #f5f5f5;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.blog-tags li a:hover:after {
    border-left-color: #E84D1C;
}
.blog-talks .tab-content {
	background: #FAFAFA;
	padding: 20px 15px;
}
.blog-talks .nav-tabs {
	margin-bottom: 0;
}
.blog-talks .nav-tabs > li {
	margin-top: 1px;
}
/* Blog Sidebar categories BEGIN */
.sidebar-categories {
    background: #f7f7f7;
    padding: 10px;
}
.sidebar-categories li {
    padding: 10px 0;
    border-bottom: 2px dotted #d0d0d0;
}
.sidebar-categories li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.sidebar-categories li a {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #0e2233;
  padding: 0;
}
.sidebar-categories li:first-child a {
  margin-top: 0px;
}
.sidebar-categories li:last-child a {
  margin-bottom: 0px;
}
.sidebar-categories li a:hover {
  color: #FC575E;
  border: 0;
  background: none;
}
.sidebar-categories li > a:hover,
.sidebar-categories li.active > a,
.sidebar-categories li.active:hover > a {
  color: #FC575E;
  border: 0;
  background: none;
}
/* Blog Sidebar categories END */
/* Blog Item */
.blog-item .blog-item-img {
  margin: 6px 0 25px;
}
.blog-item .blog-item-img .carousel {
  margin-bottom: 0;
}
.blog-item blockquote {
  margin: 20px 40px 18px;
  border-color: #E84D1C;
}
.blog-item .blog-info {
  margin: 20px 0;
  padding: 8px 0;
  border-top: dotted 1px #E1E1E1;
  border-bottom: dotted 1px #E1E1E1;
}
.blog-item .blog-info li {
  padding-left: 13px;
  border-left: solid 1px #ECEBEB;
}
.blog-item .blog-info li:first-child {
  padding-left: 0;
  border-left: none;
}
.blog-item .blog-item-img .carousel-control {
  top: 45%;
}
.blog-item .media {
	border-bottom: solid 1px #ECEBEB;
	margin-bottom: -1px;
}
.blog-item .comments {
	border-top: solid 1px #ECEBEB;
	padding-top: 15px;
}
.blog-item img.media-object {
    top: 2px;
	width: 60px;
	height: 60px;
    position: relative;
}
.blog-item h4.media-heading {
    position: relative;
    padding-top: 0;
}
.blog-item h4.media-heading span {
    right: 0;
    top: 3px;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
}
.blog-item h4.media-heading span a {
    color: #E84D1C;
}
.mix-block .tab-content .col-md-3 {
	padding-right: 0;
}
.mix-block .nav-tabs > li {
    margin-top: 1px;
}
.parallax-window {
    min-height: 250px;
    background: transparent;
}
.parallax-window-inner {
	text-align: center;
	padding: 20px 0;
	overflow: hidden;
}
.parallax-window-inner h3{
	font-size: 46px;
	font-weight: 700;
	color: #FFF;
}
.parallax-window-inner p{
	font-size: 26px;
	font-weight: 400;
	color: #FFF;
}
.parallax-window-inner .btn {
	margin-top: 30px;
}
.aboutme {
    overflow: hidden;
}
.myworks {
    overflow: hidden;
}
h3.section-title {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -2px;
    font-weight: 700;
    margin: 0;
    position: relative;
    color: #444444;
}
h3.section-title:after {
    display: block;
    content: "";
    height: 5px;
    width: 120px;
    margin-top: 3px;
    margin-bottom: 10px;
    position: relative;
    background: #7EBD1A;
}
h4.section-title-bottom {
    font-size: 22px !important;
    font-weight: 300;
    margin: 0;
    color: #545556;
    clear: both;
    position: relative;
}
p.section-prg {
    font-size: 18px;
    line-height: 30px;
    color: #545556;
    font-weight: 300;
}
.navbar-brand {
    height: auto;
}
.block-title-main {
    position: relative;
    color: #FFF;
}
.block-title-main h3 {
    margin: 0 0 40px 0;
    font: 2.4em/1.8em 'Raleway', sans-serif;
}
.block-title-main h3 a {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    color: #48533f;
    border-bottom: 0;
    font-weight: 300;
}
.block-title-main h3 span {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
.block-title-main h3 span:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    background: #FFF;
    width: 80%;
    height: 1px;
    max-width: 300px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.block-title-main h3 span:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #eea500;
    border: 1px solid #b19261;
    -webkit-box-shadow: 0 0 0 5px #FFFFFF;
    box-shadow: 0 0 0 5px #FFFFFF;
    left: 50%;
    margin-left: -5px;
    bottom: -7px;
}
.block-title-main p {
    text-align: center;
    font: 1.6em/1.4em 'Raleway', sans-serif;
    color: #48443C;
}
.block-title {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 -1px 0 0 #ededed inset;
    box-shadow: 0 -1px 0 0 #ededed inset;
    margin-bottom: 20px;
}
.block-title strong {
    display: block;
    float: left;
    padding: 2px 0 5px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    border-bottom: 2px solid #e23e57;
}
.titlebar .inner-container {
    position: relative;
    text-align: left;
    padding: 23px 0;
}
.titlebar .inner-container h1,.titlebar .inner-container p {
    display: inline-block;
    position: relative;
    color: #000;
    margin-bottom: 0px;
    font: 400 1.6em/1.2em 'Raleway', sans-serif;
}
.information_section {
    position: relative;
    width: 100%;
    padding: 60px 0 80px 0;
}
.information_section .block-title-main h3 span {
    color: #FFFFFF;
}
.information_section .block-title-main p {
    color: #FFFFFF;
}
.owl-item.active .recent-work-item {
    margin: 0 10px;
    background: #DCD5B0;
    position: relative;
}
.product-image-box .image img {
    width: 100%;
}
.product-image-box .image {
    overflow: hidden;
}
.product-image-box .image-additional {
    overflow: hidden;
}
.product-image-box .image-additional a {
    display: inline-block;
    margin: 0px;
    border: 1px solid #EBEBEB;
    padding: 3px;
}
.product-image-box .image-additional a:first-child {
    margin-left: 0;
}
.product-image-box .image-additional a:hover {
    text-decoration: none;
}
.product-image-box .image-additional img {
    width: 60px;
    height: 60px;
}
.product-image-box .image-additional a:focus {
    border: 1px solid #D2527F;
}
.recent-work-item .recent-work-description-alt {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    text-align: center;
    background: rgba(255, 194, 35, 0.8);
    width: calc(100% - 20px);
    height: calc(100% - 150px);
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
.recent-work-item .recent-work-description-alt h3 {
    display: block;
    position: absolute;
    left: 50%;
    top: 45%;
    margin: 0;
    font: 1.3em/1.2em 'Raleway', sans-serif;
    width: 80%;
    font-weight: 400;
    color: #000;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: none;
}
.recent-work-item .recent-work-description-alt p {
    display: block;
    position: absolute;
    left: 50%;
    top: 70%;
    margin: 0;
    font: 1.6em/1.2em 'Raleway', sans-serif;
    width: 90%;
    font-weight: 400;
    color: #754355;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.recent-work-item .recent-work-description-alt2 {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 20px;
    text-align: center;
    background: rgba(255, 184, 29, 0.8);
    width: calc(100% - 20px);
    height: calc(100% - 130px);
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
.recent-work-item .recent-work-description-alt2 h3 {
    display: block;
    position: absolute;
    left: 50%;
    top: 30%;
    margin: 0;
    font: 18px/20px 'Raleway', sans-serif;
    width: 90%;
    font-weight: 400;
    color: #000;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: none;
}
.recent-work-item .recent-work-description-alt2 p {
    display: block;
    position: absolute;
    left: 50%;
    top: 75%;
    margin: 0;
    font: 14px/18px 'Raleway', sans-serif;
    width: 90%;
    font-weight: 400;
    color: #FFF;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
/* message block */
.message-block {
  position: relative;
  min-height: 300px;
  height: 300px;
  overflow: hidden;
  background: url(../../../../tr/error_page/index.html) no-repeat fixed;
  position: relative;
}
.message-block h2 {
  color: #fff;
  font: 45px/52px 'Raleway', sans-serif;
  font-weight: 700;
  font-style: italic;
  position: relative;
  padding: 0;
  /* margin: 150px 0 14px; */
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.message-block h2:after {
  display: none;
}
.message-block h2 strong {
  color: #D2527F;
  display: block;
}
.message-block em {
  font: 300 20px 'Raleway', sans-serif;
  font-style: italic;
  color: #fff;
  position: relative;
  display: block;
}
/* message block */
.product .well {
    background: #EFEEEA;
}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
    border: 0;
}
.page-header {
    border-bottom: 1px solid #BDB587;
}
.address {
    font-size: 16px;
}
.address .social-icons {
    margin-top: 20px;
    text-align: center;
    display: inline-block;
}
.color-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    height: 100%;
}
#services {
    padding: 40px 0;
    background: #FFF !important;
}
#services .col-md-12 {
    margin-top: 40px;
    margin-bottom: 40px;
}
#services .block-title-main h3 span{
    color: #000;
}
#services .services-inner h4 {
    font-size: 30px;
}
#services .services-inner h5 {
    font-size: 22px;
}
#services .services-inner h5, #services .services-inner p {
    margin-top: 25px !important;
}
#services .services-inner p {
    color: #424242;
    font-size: 16px;
    line-height: 24px;
}
.icon-cms, .icon-ecommerse, .icon-html {
	position: absolute;
	height: 128px;
	width: 256px;
}
.icon-cms {
	background: url(../img/services/ico-cms.png) 50% 0 no-repeat;
	margin-top: -20px;
	margin-left: 80px;
}
.icon-ecommerse {
	background: url(../img/services/ico-ecommerse.png) 50% 0 no-repeat;
	margin-top: -20px;
	margin-left: 170px;
	float: right;
}
.icon-html {
	background: url(../img/services/ico-html.png) 50% 0 no-repeat;
	margin-top: -20px;
}
.icon-line {
	width: 70px;
	height: 1px;
	background-color: #e27c3e;
	margin: 60px auto auto auto;
}
.icon-round {
	width: 10px;
	height: 10px;
	border-radius: 100px;
	margin-top: 56px;
}
.icon-round-cms,
.icon-line-cms {
	background-color: #e27c3e;
}
.icon-line-cms {
	float: left;
}
.icon-round-ecommerse,
.icon-line-ecommerse {
	background-color: #efc84a;
	float: right;
}
.icon-line-ecommerse,
.icon-round-ecommerse {
	float: right;
}
.icon-round-ecommerse {
	margin-right: -70px;
}
.icon-round-html,
.icon-line-html {
	background-color: #45b39c;
}
.icon-line-html {
	float: left;
}
.info-post {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
.info-post .info-head {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.info-post .info-head a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 60px;
    height: 60px;
    background: #f9fafb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 22px;
}
.info-post .info-head a i {
    color: #3a3d41;
    line-height: 60px;
    font-size: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.info-post .info-head h3 {
    color: #3a3d41;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 7px;
    color: #ffffff;
    margin-bottom: 3px;
}
.info-post .info-head span {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    margin: 0;
}
.info-post p {
    font-size: 13px;
    color: #dddddd;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
}
.info-post .info-head:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    background: #ffffff;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a.button-one {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999999;
    box-shadow: 0 3px 0 #5c5f62;
    -webkit-box-shadow: 0 3px 0 #5c5f62;
    -moz-box-shadow: 0 3px 0 #5c5f62;
    -o-box-shadow: 0 3px 0 #5c5f62;
}
.info-post:hover .info-head a {
  background: #72a951;
}
.info-post:hover .info-head a i {
  color: #FFF;
}
.info-post:hover .info-head:after {
  background: #72a951;
}
a.button-one:hover {
  color: #FFF;
  background: #e74c3c;
  border: 1px solid #e74c3c;
  box-shadow: 0 3px 0 #9e2114;
  -webkit-box-shadow: 0 3px 0 #9e2114;
  -moz-box-shadow: 0 3px 0 #9e2114;
  -o-box-shadow: 0 3px 0 #9e2114;
}

.welcome-to-page {
    background: url(../img/backgrounds/bg.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.welcome-to-page .col-lg-5 .img-holder img {
    max-width: none;
    transition: all .3s ease;
}
.welcome-to-page:hover .col-lg-5 .img-holder img {
    opacity: .45;
}
.welcome-to-page:hover .img-holder:before,
.welcome-to-page:focus .img-holder:before,
.welcome-to-page:active .img-holder:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.welcome-to-page .col-lg-7 {
    padding: 40px 50px;
}

.welcome-to-page .col-lg-7 h1 {
    font-size: 30px;
    color: #EFA600;
    font-weight: bold;
    line-height: 36px;
    margin: 0;
    margin-bottom: 17px;
}

.welcome-to-page .col-lg-7 h2 {
    font-size: 24px;
    line-height: 26px;
    color: #EFA600;
    letter-spacing: .03em;
    font-weight: 500;
    margin: 0;
    margin-top: 30px;
}

.welcome-to-page .col-lg-7 p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    letter-spacing: .03em;
    font-weight: normal;
}

.welcome-to-page .col-lg-7 .list-box {
    margin-top: 22px;
}

.welcome-to-page .col-lg-7 ul {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    padding-right: 10px;
}

.welcome-to-page .col-lg-7 ul li {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    list-style-type: none;
}

.welcome-to-page .col-lg-7 ul li .fa {
    font-size: 15px;
    margin-right: 10px;
}

#great-construct-team {
    background: #162342 url(../img/backgrounds/bg2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
}

#great-construct-team h3 {
    color: #fff;
    letter-spacing: .03em;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}
#great-construct-team p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 23px;
    font-style: italic;
}
#great-construct-team p.has-btn {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-style: italic;
    font-weight: bold;
}
#great-construct-team p b {
    font-size: 34px;
    color: #161616;
    font-weight: bold;
    margin-right: 10px;
    font-style: italic;
}
#great-construct-team p.has-btn a {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #000000;
    display: inline-block;
    line-height: 36px;
    padding: 0 27px;
    position: relative;
    bottom: 5px;
    margin-left: 10px;
}

/* left menu */
.left-menu {
    position: relative;
}

#magik-verticalmenu {
    position: absolute;
    z-index: 23;
    top: 0;
    display: block;
    width: 270px;
}

#magik-verticalmenu .nav-title {
	color: #FFF;
    background: #5bc0de;
	font-size: 14px;
	margin: 0;
	font-weight: normal;
	padding: 11px 15px;
	letter-spacing: 1px;
}
#magik-verticalmenu .nav-title:before {
	content: '\f0c9';
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 3px;
}
#magik-verticalmenu .nav-title:after {
	clear: both;
}
#magik-verticalmenu .nav-title span {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
}
#magik-verticalmenu .dropdown-menu .menu-title {
	border-bottom: 3px double #ddd;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 8px;
	padding: 6px 0;
	text-transform: uppercase;
}
#magik-verticalmenu .verticalmenu > li {
	float: none;
    padding: 0;
}
#magik-verticalmenu .verticalmenu > li > a {
    font-size: 13px;
	font-weight: 600;
    padding: 9px 15px;
	color: #2c3e50;
	border-bottom: 1px solid #DDD;
}
#magik-verticalmenu .verticalmenu > li:first-child a {
	border-top: none;
}
#magik-verticalmenu .verticalmenu > li a:hover {
    background: #F6F7F9;
}
#magik-verticalmenu .verticalmenu > li.dropdown {
/*	position: static;*/
	position: relative;
}
#magik-verticalmenu .verticalmenu > li.dropdown:hover .dropdown-menu {
	opacity: 1;
	left: 100%;
	top: 0;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	z-index: 10000;
}
#magik-verticalmenu .verticalmenu > li.dropdown:hover > a {
	position: relative;
}
#magik-verticalmenu .verticalmenu > li.dropdown:hover > a:after {
	width: 3px;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 9999;
}
#magik-verticalmenu .verticalmenu .dropdown-menu ul {
	padding-left: 0;
}
#magik-verticalmenu .verticalmenu .dropdown-menu li {
	line-height: 1.4;
    list-style: none outside none;
}
#magik-verticalmenu .verticalmenu .dropdown-menu .widget-inner li > a {
	font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #40362C;
}
#magik-verticalmenu .verticalmenu .dropdown-menu li > a:hover {
	color: #ff2d2e;
    background: none;
    text-decoration: none;
}
#magik-verticalmenu .navbar-nav {
	width: 100%;
}
#magik-verticalmenu .navbar-nav .menu-icon {
	background-position: left center;
	background-position: left 0 !important;
}
#magik-verticalmenu .navbar {
  	width: 100%;
	position: static;
	border-top: none;
	background: #FFF;
	margin-bottom: 0px;
    border: 0;
    border-radius: 0px;
}
#magik-verticalmenu .nav-title span.round-arrow {
	background: none repeat scroll 0 0 #61a22c;
	border-radius: 30px;
	color: #fff;
	float: right;
	height: 22px;
	line-height: 22px;
	padding-left: 7px;
	text-align: center;
	width: 16px;
	margin-top: 5px;
}
#magik-verticalmenu .nav-title span.round-arrow:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
	text-transform: none;
	font-size: 16px;
}
.round-arrow {
	background: none repeat scroll 0 0 #EBEBEB;
	color: #999;
	float: right;
	height: 23px;
	line-height: 23px;
    border-radius: 50%;
	text-align: center;
	width: 23px;
}
.round-arrow:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
	text-transform: none;
	font-size: 16px;
}
#magik-verticalmenu .navbar .navbar-collapse {
	padding: 0;
}
#magik-verticalmenu .verticalmenu .dropdown-menu {
	display: block;
	opacity: 0;
	border: 0;
	padding: 6px 15px;
	min-width: 250px;
	right: auto;
	left: 100%;
	z-index: -1;
}
/* left menu */

#section43 {
    background: #f2f2f2 none repeat scroll 0 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    margin: 20px 0 0 0;
    padding: 30px 0;
}
.style5.icon-box {
    background-color: transparent;
    border-width: 0 1px 0 0;
    margin-top: 0;
    padding: 10px 0 10px 25px;
}
.style5.icon-box .icon-box-left {
    color: #2c3e50;
    float: left;
    font-size: 48px;
    line-height: 48px;
}
.style5.icon-box .icon-box-right {
    padding-left: 68px;
}
.owl-theme .owl-controls {
	margin-top: 0px !important;
}
.content-page.product .tab-content p {
    font-size: 14px;
}
.content-page.product .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
}
#magik-verticalmenu .verticalmenu > li > a.view_more {
    background: #ccced0;
}
#topcontrol {
    z-index: 999;
}
.owl-carousel .owl-item .thumbnail {
    margin: 0 10px;
}