
/*------------------------------------------------------------------

Project:	Taurus Mega Menu
Version:	1.0
Last change:	08.Oct.2016. 
Assigned to:	IG Design


Table of contents

1. Preloader

	2. NAVIGATION STYLE
		2.1. Light scheme menu

3. Plugins
4. Page layout style - you don't need this, this is demo page style

	5. NAVIGATION MOBILE STYLE
		5.1. Light scheme menu on mobile
	
6. Media queries for plugins

-------------------------------------------------------------------*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic);
@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=devanagari,latin-ext';


@font-face {
  font-family: 'mainfont';
  src: URL('font/bpg_nino_mtavruli_bold.ttf') format('truetype');
}

body.royal_preloader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    visibility: visible;
    position: fixed;
	width:100%;
	height:100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0;
    z-index: 9999999999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
}
#royal_preloader.complete {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.5s;
       -moz-transition: opacity 0.2s linear 0.5s;
        -ms-transition: opacity 0.2s linear 0.5s;
         -o-transition: opacity 0.2s linear 0.5s;
            transition: opacity 0.2s linear 0.5s;
}
#royal_preloader.royal_preloader_line {
    height: 2px;
    bottom: auto;
}

/* Number Mode */

#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    float:left;
    width: 500px;
	padding-left:70px;
    height: 400px;
	margin-top:-200px;
    line-height: 400px;
    font-size: 270px;
	font-family: 'mainfont';
	font-weight:300;
    text-align: right;
	opacity:.3;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage:after {
    position: absolute;
	top:-90px;
	content:'%';
	right:-50px;
	padding-left:20px;
    font-size: 65px;
	font-weight:400;
	z-index:3;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage > div {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border-left-color: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: rotate 0.8s linear infinite;
       -moz-animation: rotate 0.8s linear infinite;
        -ms-animation: rotate 0.8s linear infinite;
         -o-animation: rotate 0.8s linear infinite;
            animation: rotate 0.8s linear infinite;
}

/* Line Mode */

#royal_preloader.royal_preloader_line .royal_preloader_loader {
    position: absolute;
    height: 100%;
    left: 0;
}
#royal_preloader.royal_preloader_line .royal_preloader_peg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    opacity: 0.5;
}

/* Text Mode */

#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
	opacity:.2;
    left: 50%;
	font-family: 'mainfont';
	font-weight:700;
    height: 80px;
    line-height: 80px;
    margin: auto;
    letter-spacing: -4px;
    font-size: 55px;
    white-space: nowrap;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Scale Text Mode */

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
	font-family: 'mainfont';
	font-weight:700;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 32px;
    line-height: 32px;
    margin: auto;
    letter-spacing: 1px;
    font-size: 32px;
    white-space: nowrap;
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span {
    display: inline-block;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span.loaded {
    -webkit-animation: scale 0.2s forwards;
       -moz-animation: scale 0.2s forwards;
        -ms-animation: scale 0.2s forwards;
         -o-animation: scale 0.2s forwards;
            animation: scale 0.2s forwards;
}

/* Logo Mode */

#royal_preloader.royal_preloader_logo .royal_preloader_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #072E77;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

/* Progress Mode */

#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.6);
	font-family: 'mainfont';
	font-weight:400;
	letter-spacing:2px;
	padding-top:10px;
    font-size: 11px;
    text-align: center;
}
#royal_preloader.royal_preloader_progress .royal_preloader_percentage:after {
    position: absolute;
	content:'%';
	z-index:3;
}
#royal_preloader.royal_preloader_progress .royal_preloader_loader {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 20%;
    height: 2px;
    margin: -10px auto auto auto;
    background-color: rgba(0, 0, 0, 0.2);
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
}


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

@-webkit-keyframes scale {
    0% { -webkit-transform: scale(0); opacity: 0;}
    50% { -webkit-transform: scale(2);  opacity: 0.5;}
    100% { -webkit-transform: scale(1);  opacity: 1;}
}
@-moz-keyframes scale {
    0% { -moz-transform: scale(0); opacity: 0;}
    50% { -moz-transform: scale(2); opacity: 0.5;}
    100% { -moz-transform: scale(1); opacity: 1;}
}
@-ms-keyframes scale {
    0% { -ms-transform: scale(0); opacity: 0;}
    50% { -ms-transform: scale(2); opacity: 0.5;}
    100% { -ms-transform: scale(1); opacity: 1;}
}
@-o-keyframes scale {
    0% { -o-transform: scale(0); opacity: 0;}
    50% { -o-transform: scale(2); opacity: 0;.5}
    100% { -o-transform: scale(1); opacity: 1;}
}
@keyframes scale {
    0% { transform: scale(0); opacity: 0;}
    50% { transform: scale(2); opacity: 0.5;}
    100% { transform: scale(1); opacity: 1;}
}




/* #Navigation
================================================== */

#menu-wrap{
    position: fixed;
	width:100%;
	z-index:5000;
	top:0;
	left:0;
}
#menu-wrap .container .columns  { 
	margin-top: 0;
	margin-bottom: 0;
}
.menu-back{
	background: rgba(0,0,0,0);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header {
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
	background: rgba(0,0,0,0);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo {
	top:27px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo img{
	width:126px;
	height:auto;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li a {
    padding: 30px 18px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul > li a {
	padding:0;
	margin-left:10px;
	margin-right:10px;
	color:#c5c5c5;
	font-family: 'mainfont';
	font-weight:500;
	font-size: 10px;
	line-height:18px;
	letter-spacing:2px;
	text-transform:uppercase;
    width: calc(100% - 20px);
    display: block;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul > li a:hover {
	color:#fff;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub {
    width: 240px;
    left: auto;
    padding: 10px 0;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 20px;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li a.social {
    text-decoration: none;
    padding: 30px 8px;
    display: block;
	font-weight:normal;
	letter-spacing:0;
	color:#fff;
	display: inline-block;
	vertical-align: inherit;
	font: normal normal normal 12px/18px FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li a.social.first-icon {
    padding-left:50px;
}
.logo{
	position:absolute;
	z-index:10000;
	top:45px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.logo img{
	width:160px;
	display:block;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}


.menu-mobile {
    display: none;
	padding-top:50px;
	padding-bottom:40px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 30px;
	height:40px;
	line-height:40px;
    padding: 0;
    float: right;
    position: relative;
    top: 0;
	color:#fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 8px 12px;
    background: #212121;
    color: #fff;
	margin-top:5px;
}
.menu-dropdown-icon-sub:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
	top:-2px;
    padding: 6px 10px;
    background: #414141;
    color: #fff;
}

.menu-container{
	position:relative;
	width:100%;
	max-width:1270px;
	margin:0 auto;
	z-index:10;
}
.menu  {
	position:relative;
	width:100%;
}
.menu img {
	width:100%;
	display:block;
}
.menu > ul {
    margin: 0 auto;
    width: auto;
	float:right;
    list-style: none;
    padding: 0;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 50px 18px;
    display: block;
	font-family: 'mainfont';
	font-weight:700;
	font-size: 11px;
	line-height:18px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#fff;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.menu > ul > li a.social {
    text-decoration: none;
    padding: 50px 8px;
    display: block;
	font-weight:normal;
	letter-spacing:0;
	color:#fff;
	display: inline-block;
	vertical-align: inherit;
	font: normal normal normal 12px/18px FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.menu > ul > li a.social.first-icon {
    padding-left:50px;
}
.menu > ul > li:hover > ul {
}
.menu > ul > li > ul {
    width: 100%;
    background: #161616;
    padding: 30px 30px;
	padding-bottom:20px;
    position: absolute;
    z-index: -20;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    display: block;
	visibility:hidden;
    opacity: 0;
	height:0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.menu > ul > li > ul.active {
    opacity: 1;
    z-index: 99999;
	height:auto;
	visibility:visible;
	height:auto;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}
.menu > ul > li > ul > li.three-col {
    width: 33.3333333333333%;
}
.menu > ul > li > ul > li.two-col {
    width: 50%;
}
.menu > ul > li > ul > li.full-width-sec{
	width:100%;
}
.menu > ul > li > ul > li.two-thirds-col{
	width:66.666666666666666%;
}

.menu > ul > li > ul > li p {
	padding:0;
    padding-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	color:#fff;
	font-family: 'mainfont';
	font-weight:500;
	font-size: 12px;
	line-height:18px;
	letter-spacing:2px;
	text-transform:uppercase;
    width: calc(100% - 20px);
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.menu > ul > li > ul > li a img {
	padding-bottom:15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.menu > ul > li > ul > li a:hover img {
	opacity:.8;
}
.menu > ul > li > ul > li p span {
	vertical-align: super;
	font-size: 9px;
	line-height:9px;
	font-weight:500;
}
.menu > ul > li > ul > li a {
	padding:0;
	margin-left:10px;
	margin-right:10px;
	color:#c5c5c5;
	font-family: 'mainfont';
	font-weight:500;
	font-size: 10px;
	line-height:18px;
	letter-spacing:2px;
	text-transform:uppercase;
    width: calc(100% - 20px);
    display: block;
}
.menu > ul > li > ul > li a span {
	vertical-align: super;
	font-size: 9px;
	line-height:9px;
	font-weight:500;
}
.menu > ul > li > ul > li a:hover {
	color:#fff;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 7px 0;
    margin: 0;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 220px;
    left: auto;
    padding: 10px 0;
}
.menu > ul > li > ul.normal-sub p{
    margin-left:30px;
	margin-right:30px;
	margin-top:20px;
	margin-bottom:7px;
	width:calc(100% - 60px);
}
.menu > ul > li > ul.normal-sub li a.subtitled{
    font-size:11px;
	font-weight:600;
    letter-spacing:2px;
}
.menu > ul > li > ul.normal-sub li a.subtitled small{
    letter-spacing:3px;
	color:#a9a9a9;
	font-size: 11px;
	text-transform:none;
}

.menu > ul > li > ul.normal-sub > li {
	position:relative;
    width:100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 20px;
}
.menu > ul > li > ul.normal-sub > li a span.go-left-icon {
	position:absolute;
	left:10px;
	top:14px;
	width:10px;
	height:10px;
	z-index:10;
	background-image:url('../images/arrow-white.svg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:10px 10px;
}
.menu > ul > li > ul.normal-sub > li a span.go-right-icon {
	position:absolute;
	right:10px;
	top:14px;
	width:10px;
	height:10px;
	z-index:10;
	background-image:url('../images/arrow-white.svg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:10px 10px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);	
}
.menu > ul > li > ul.normal-sub > li ul.go-left {
    display: none;
	position:absolute;
	left:-220px;
	top:-20px;
	z-index:20;
    width: 220px;
    padding: 10px 20px;
    background: #161616;
}
.menu > ul > li > ul.normal-sub > li ul.go-right {
    display: none;
	position:absolute;
	left:220px;
	top:-20px;
	z-index:20;
    width: 220px;
    padding: 10px 20px;
    background: #161616;
}
.menu > ul > li > ul.normal-sub > li ul.go-left li,
.menu > ul > li > ul.normal-sub > li ul.go-right li {
    padding: 0;
}
.menu > ul > li > ul.normal-sub > li ul.go-left li a,
.menu > ul > li > ul.normal-sub > li ul.go-right li a {
    border: 0;
    padding: 1em 0;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li ul.go-left li a,
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li ul.go-right li a {
    border: 0;
    padding: 1em 0;
}
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li ul.go-left li,
.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li ul.go-right li {
    padding: 0;
}

.separator {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	height: 0;
}
.separator-10 {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	height:10px;
}
.separator-20 {
	height:20px;
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	height:20px;
}

/* Video Hover Image */	
.video-section{
	position:relative;
	display: block;
	margin-bottom:15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:10px;
	margin-right:10px;
}
iframe{
	display: block;
}

.menu a span.link-icon  {
	display: inline-block;
	vertical-align: inherit;
	padding-right:10px;
	font: normal normal normal 10px/18px FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* #Light scheme menu
================================================== */

.menu-back.light{
	background: rgba(250,250,250,0);
}
.cbp-af-header.light.cbp-af-header-shrink {
	background: rgba(250,250,250,.95);
	border-bottom:1px solid rgba(100,100,100,.2);
}
.cbp-af-header.cbp-af-header-shrink .logo.light,
.logo.light{
	background-image:url('../images/logo.png');
}
.menu.light > ul > li a, 
.menu.light > ul > li a.social,
.cbp-af-header.cbp-af-header-shrink .menu.light > ul > li > ul > li a,
.cbp-af-header.cbp-af-header-shrink .menu.light > ul > li a.social,
.menu.light h5,
.menu.light h4,
.menu.light .subtext {
	color:#000;
}
.menu.light > ul > li > ul {
    background: #fff;
	box-shadow: 0 3px 3px 1px rgba(100,100,100,.1);
}
.cbp-af-header.cbp-af-header-shrink .menu.light > ul > li > ul > li a:hover,
.menu.light > ul > li > ul > li a:hover {
	color:#888;
} 
.menu.light > ul > li > ul > li p {
	color:#000;
    border-bottom: 1px solid rgba(120,120,120,.2);
}
.menu.light > ul > li > ul.normal-sub > li a span.go-left-icon,
.menu.light > ul > li > ul.normal-sub > li a span.go-right-icon {
	background-image:url('../images/arrow-black.svg');	
}
.menu.light > ul > li > ul.normal-sub > li ul.go-left,
.menu.light > ul > li > ul.normal-sub > li ul.go-right {
    background: #fff;
	box-shadow: 0 3px 3px 1px rgba(100,100,100,.1);
}

ul.tabs.light li{
	color: #000;
	border-right:1px solid #dbdbdb;
	background-color:#f0f0f0;
}
ul.tabs.light li:hover,
ul.tabs.light li.current,
.tab-content.light,
.menu.light .form-section{
	background-color:#f9f9f9;
}
.menu.light .marquee span {
	color: #999;
}
.menu.light #ajax-form textarea,
.menu.light #ajax-form input {	
	color: #000;
	border-bottom:1px solid rgba(0,0,0,.3);
}
.menu.light #ajax-form input:-ms-input-placeholder  {
	color:#000;
	opacity:.5;
}
.menu.light #ajax-form input::-moz-placeholder  {
	color:#000;
	opacity:.5;
}
.menu.light #ajax-form input:-moz-placeholder  {
	color:#000;
	opacity:.5;
}
.menu.light #ajax-form input::-webkit-input-placeholder  {
	color:#000;
	opacity:.5;
}
.menu.light #ajax-form textarea:-ms-input-placeholder  {
	color:#000;
	opacity:.5;
}
.menu.light #ajax-form textarea::-moz-placeholder  {
	color:#000;
	opacity:.5;
}
.menu.light #ajax-form textarea:-moz-placeholder  {
	color:#000;
	opacity:.5;
}
.menu.light #ajax-form textarea::-webkit-input-placeholder  {
	color:#000;
	opacity:.5;
}


/* #Menu background is not trasparent
================================================== */

.menu-back.menu-have-back-color{
	background: rgba(0,0,0,.1);
}
.cbp-af-header.menu-have-back-color.cbp-af-header-shrink {
	background: rgba(0,0,0,.9);
}
.menu-back.light.menu-have-back-color{
	background: rgba(255,255,255,1);
}
.cbp-af-header.light.menu-have-back-color.cbp-af-header-shrink {
	background: rgba(255,255,255,.9);
}


/* #Menu align left, logo right
================================================== */

.cbp-af-header.cbp-af-header-shrink .logo.move-for-left{
	left:auto;
	right:0;
}
.logo.move-for-left{
	left:auto;
	right:0;
}
.menu.move-for-left > ul {
	float:none;
}


/* #Menu center, logo top
================================================== */

.menu.menu-center-logo-top {
	margin:0 auto;
}
.menu.menu-center-logo-top > ul {
	float:none;
	margin:0 auto;
	width:100%;
	text-align:center;
}
.menu.menu-center-logo-top > ul > li {
	float:none;
    margin: 0 auto;
	display:inline-block;
	text-align:left;
}
.cbp-af-header.cbp-af-header-shrink .logo.menu-center-logo-top{
	top:25px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.logo.menu-center-logo-top{
	top:35px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.menu-container.menu-center-logo-top{
	padding-top:70px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .menu-container.menu-center-logo-top {
	padding-top:55px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}


/* #Portfolio
================================================== */

#projects-grid{
	position:relative;
	text-align:center;
	margin:0 auto;
	width:100%;
	max-width:100%;
	overflow:hidden;
}
#projects-grid.in-container{
	max-width:1320px;
}
#projects-grid.have-space{
	width:calc(100% - 50px);
	padding-top:25px;
	padding-bottom:25px;
}
#projects-grid:after {
  content: '';
  display: block;
  clear: both;
}
.portfolio-box-1{
	position:relative;
	float:left;
	width:33.3333333333%;
	display:inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	margin-left:-1px;
	-webkit-transform: translate3d(1px,0,0);
	transform: translate3d(1px,0,0);
}
.portfolio-box-1.full-width{
	width:calc(100% - 50px);
	margin-left:0;
	margin:25px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.portfolio-box-1.half-width{
	width:50%;
}
.portfolio-box-1.quarter-width{
	width:25%;
}
.portfolio-box-1.have-space{
	margin:25px;
	margin-left:24px;
	width:calc(33.3333333333% - 50px);
}
.portfolio-box-1.half-width.have-space{
	margin:25px;
	margin-left:24px;
	width:calc(50% - 50px);
}
.portfolio-box-1.quarter-width.have-space{
	margin:25px;
	margin-left:24px;
	width:calc(25% - 50px);
}
.portfolio-box-1 .mask{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:101%;
	z-index:1;
	background-color:#212121;
	opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box-1.full-width .mask{
	opacity:.4;
}
.portfolio-box-1 .mask.video-mask{
	background-image:url('../images/play.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:32px 32px;
}
.portfolio-box-1 .mask.gallery-mask{
	background-image:url('../images/more.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:32px 32px;
}
.portfolio-box-1:hover .mask{
	opacity:.9;
}
.portfolio-box-1 h3{
	position:absolute;
	left:25px;
	bottom:40px;
	font-family: 'mainfont';
	letter-spacing:1px;
	font-weight:500;
	font-size: 18px; 
	line-height: 24px;
	text-align:left;
	z-index:3;
	letter-spacing:-1px;
	color:#fff;
	opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box-1:hover h3{
	left:40px;
	opacity:1;
}
.portfolio-box-1 h3 span{
	font-weight:300;
	font-size: 10px;
	letter-spacing:2px;
}
.portfolio-box-1 img{
	width:100%;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box-1:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


#portfolio-filter {
	position:absolute;
	text-align: center;
	z-index:20;
	top:30px;
	left:0;
	width:100%;
}
#portfolio-filter.have-space {
	top:60px;
}
#filter {
	position:relative;
	display:inline-block;
	text-align: center;
	background-color:#000;
	border-radius:30px;
	box-shadow:0 0 15px 7px rgba(12,12,12,.2);
	margin-bottom:30px;
}
#filter li {
	display: inline-block;
	text-align: center;
}
#filter:after {
  content: '';
  display: block;
  clear: both;
}
#filter li a {
	position: relative;
	display: inline-block;
	letter-spacing:1px;
	font-weight:400;
	padding:6px 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10px; 
	line-height: 10px; 
	text-align: center;
	outline: none;
	color: #fff;
	border-radius:30px;
	background-color:#000;
	border:2px solid #000;
	font-family: 'mainfont';
	text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter li .current {
}
#filter li a:hover {
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}


/* #Project page
================================================== */

.image-full img {
	width:100%;
	display:block;
}



/* #Logos
================================================== */

#owl-logos{
	position:relative;
	width:calc(100% - 30px);
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}
#owl-logos .item{
	position:relative;
	margin-left:15px;
	margin-right:15px;
	overflow:hidden;
	text-align:center;
}
#owl-logos .item img{
	width:80px;
	display:block;
	margin:0 auto;
	text-align:center;
}



/* PLUGINS */

/* #Google map
================================================== */

#google-container {
	position: relative;
	width: 100%;
    height:50vh;
}
#cd-google-map {
	position: relative;
	width: 100%;
	display:block;
}
#cd-google-map address {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-top:25px;
	padding-bottom:25px;
	background-color: rgba(0, 0, 0, 0.4);
	font-family: 'mainfont', sans-serif;
    text-transform: uppercase;
	letter-spacing:2px;
	font-weight:500;
	font-size: 10px;
	line-height:17px;
	text-align: center;
	color:#fff;
}
#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	opacity:.7;
	background-image: url("../images/cd-icon-controller.svg");
	z-index:3;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
	opacity:1;
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	opacity:1;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
	opacity:1;
}
#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 20px;
	margin-bottom: 1px;
	z-index:3;
}
#cd-zoom-out {
	background-position: 50% -32px;
	z-index:3;
} 

/* #Contact form
================================================== */

.form-section {
	position:relative;
	padding:30px;
	margin-left:20px;
	background-color:#212121;
}
.menu h4 {
	color: #fff;
	font-family: 'mainfont';
	font-weight:400;
	text-align:left;
	padding-bottom:10px;
}
.menu h5 {
	color: #fff;
	font-family: 'mainfont';
	font-weight:300;
	text-align:left;
	letter-spacing:2px;
	padding-left:10px;
	padding-right:10px;
}
.subtext{
	color: #fff;
	font-weight:400;
	font-size: 11px;
	line-height:18px;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:left;
	padding-bottom:35px;
}

#ajax-form {
	width: 100%;
	font-family: 'mainfont', sans-serif;
	font-size: 10px;
	line-height:14px;
	color:#fff;
	margin:0 auto;
}
#ajax-form label {
	display: block;
	font-family: 'mainfont', sans-serif;
	font-size: 14px;
	line-height:14px;
}
#ajax-form input{
	position:relative;
	width:calc(100% - 40px);
	padding-left:20px;
	padding-right:20px;
	font-family: 'mainfont', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 13px;
	line-height:24px;
	padding-bottom: 15px;
	background:transparent;
	border:none;
	color: #fff;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea {
	width:calc(100% - 40px);
	padding-left:20px;
	padding-right:20px;
	font-family: 'mainfont', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 13px;
	line-height:24px;
	background:transparent;
	height:80px;
	border:none;
	color: #fff;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea,
#ajax-form input {	
	border-bottom:1px solid rgba(255,255,255,.6);
}
.error {
	font: 11px/22px 'mainfont', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	display: none;
	color:#fff;
}
#ajaxsuccess {
	background: #f2f2f2;
	color:#fff;
	font: 20px/60px 'mainfont', sans-serif;
	height:60px;
	display: none;
	padding-left:10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.text-align-center{
	text-align:center;
	padding-top:10px;
 }
#ajax-form textarea:active,
#ajax-form input:active {	
	color: #fff;
}
#ajax-form textarea:active,
#ajax-form input:hover {	
	color: #fff;
}
#ajax-form textarea:focus,
#ajax-form input:focus {	 
    outline: none !important;
}
#ajax-form input:-ms-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	opacity:.6;
}
#ajax-form input::-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	opacity:.6;
}
#ajax-form input:-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	opacity:.6;
}
#ajax-form input::-webkit-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	opacity:.6;
}
#ajax-form textarea:-ms-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	opacity:.6;
}
#ajax-form textarea::-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	opacity:.6;
}
#ajax-form textarea:-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	opacity:.6;
}
#ajax-form textarea::-webkit-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	opacity:.6;
}
#ajax-form button {
    font-family: 'mainfont';
	margin:0 auto;
	background:#323232;
	color:#fff;
	font-size:13px;
	padding: 13px 25px;
	max-width:150px;
}
#ajax-form button:hover {
	color:#fff;
}
#ajax-form button:focus,
#ajax-form button:active {
	border:none;
	outline:none;
}


.button-effect {
	min-width: 80px;
	width: 120px;
	display: block;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	cursor:pointer;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button-effect:focus {
	outline: none;
}
.button-effect > span {
	vertical-align: middle;
}
.button--moema {
	padding: 8px 10px;
	border-radius: 5px;
	text-align:center;
	background:#fff;
	letter-spacing:2px;
	color: #000;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button--moema::before {
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
	background: inherit;
	border-radius: 5px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
	-webkit-transition: background-color 0.3s 0s, color 0.3s 0s;
	transition: background-color 0.3s 0s, color 0.3s 0s;
	color:#fff;
	-webkit-animation: anim-moema-1 0.6s forwards;
	animation: anim-moema-1 0.6s forwards;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.6s 0.5s forwards;
	animation: anim-moema-2 0.6s 0.5s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.85, 0.85, 1);
		transform: scale3d(0.85, 0.85, 1);
	}
	85% {
		-webkit-transform: scale3d(1.15, 1.15, 1);
		transform: scale3d(1.15, 1.15, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.85, 0.85, 1);
		transform: scale3d(0.85, 0.85, 1);
	}
	85% {
		-webkit-transform: scale3d(1.15, 1.15, 1);
		transform: scale3d(1.15, 1.15, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
} 



/* #Slider
================================================== */

#owl-slider{
	position:relative;
	width:calc(100% - 20px);
	margin:0 auto;
	text-align:center;
}
#owl-slider .item{
	position:relative;
	width:100%;
}
#owl-slider .item img{
	width:100%;
	display:block;
	height:auto;
}
#owl-slider.owl-theme .owl-controls{
	position:absolute;
	left:0;
	text-align: center;
	bottom:20px;
	z-index:100;
	width:100%;
	z-index:20;
}
#owl-slider.owl-theme .owl-controls .owl-page span{
	background:#fff;
	border-radius:50%;
	width:6px;
	height:6px;
	margin-left:3px;
	margin-right:3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-slider.owl-theme .owl-controls .owl-page span:hover{
}
#owl-slider.owl-theme .owl-controls .owl-page.active span {
}

 

/* #Text scrolling
================================================== */ 
 
.marquee {
	position: relative;
	width:calc(100% - 20px);
	margin-left:10px;
	display:block;
	height:18px;
	padding-top:20px;
	overflow: hidden;
}  
.marquee div {
	position: absolute;
	top:20px;
	left:0;
	z-index:2;
	width:200%;
	height:60px;
	overflow: hidden;
	animation: scroll-left 16s linear infinite;
}
.marquee span{
	width:50%;
	float:left;
	font-family: 'mainfont';
	font-weight:400;
	text-align:left;
	letter-spacing:2px;
	font-size:12px;
	line-height:18px;
	color: rgba(255, 255, 255, .8);
}
@keyframes scroll-left {
 0%   { left:0;}
 100% { left:-100%;}
}

/* #Parallax
================================================== */

.parallax-home {
	background-attachment: fixed;
	background-repeat: repeat;
	background-size: 320px 320px;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;  
}

.parallax-1 {
	background-repeat: repat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-1 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.dark-over{ 
	position:absolute;
	background:#000;
	opacity:.5;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
	top:0;
	left:0;
} 

/* #Tooltip
================================================== */

	.tipper { height: 1px; left: -99999px; position: absolute; pointer-events: none; top: -99999px; width: 1px;z-index:100000; }
	.tipper .tipper-content { background: rgba(30, 30, 30, 0.85);font-weight:400;letter-spacing:1px;box-shadow: 0 0 10px rgba(0,0,0,0.8);text-transform:uppercase; border-radius: 3px; color: #fff; display: block; float: left; font-family: 'mainfont'; font-size: 9px; margin: 0; padding: 6px 20px; position: relative; white-space: nowrap; }
	.tipper .tipper-caret { background: url('../images/tipper-icon.png') no-repeat; display: block; height: 11px;  position: absolute; width: 100%; }

	.tipper.right .tipper-content { box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.right .tipper-caret { background-position: left center; left: -5px; top: 0; }

	.tipper.left .tipper-content { box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.left .tipper-caret { background-position: right center; right: -5px; top: 0; }

	.tipper.top .tipper-caret,
	.tipper.bottom .tipper-caret { display: block; float: none; height: 5px;  width: 12px;margin-left:-6px; }

	.tipper.top .tipper-content { box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.top .tipper-caret { background-position: center bottom; bottom: -5px; left: 0; text-align:center;}

	.tipper.bottom .tipper-content { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.bottom .tipper-caret { background-position: center top; top: -5px; left: 0; }
	


/* #Primary
================================================== */ 

.section{
    position:relative;
	width:100%;
}
.full-height{
	height:100vh;
}
.min-full-height{
	min-height:calc(100vh - 76px);
}
.full-home-height{
	height:100vh;
}
.big-height{
	height:85vh;
}
.higher-height{
	height:65vh;
}
.half-height{
	height:50vh;
}
.padding-top-bottom{
	padding-top:120px;
	padding-bottom:120px;
}
.padding-top{
	padding-top:120px;
}
.padding-bottom{
	padding-bottom:120px;
}
.padding-top-bottom-small{
	padding-top:70px;
	padding-bottom:70px;
}
.padding-top-small{
	padding-top:70px;
}
.padding-bottom-small{
	padding-bottom:70px;
}
.padding-top-page{
	padding-top:180px;
}
.back-dark{
	background-color:#212121;
}
.back-dark3{
	background-color:#303030;
}
.back-dark2{
	background-color:#181818;
}
.back-dark1{
	background-color:#060606;
}
.back-black{
	background-color:#000000;
}
.back-white{
	background-color:#ffffff;
}
.back-white1{
	background-color:#fefefe;
}
.back-white2{
	background-color:#fcfcfc;
}
.back-gray{
	background-color:#f9f9f9;
}

.dark-over-home-slider{ 
	position:absolute;
	background:#212121;
	opacity:.3;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:4;
	top:0;
	left:0;
}

.sep-home-but{
	position:relative;
	width:100%;
	height:60px;
}
.home-text-wrap{
	position:absolute;
	width:100%;
	top:50%;
	margin-top:50px;
	left:0;
	z-index:20;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-text-wrap h1{
	text-align:center;
	letter-spacing:3px;
	color:#fff;
	font-size:40px;
	line-height:46px;
	font-weight:700;
	margin-bottom:20px;
}
.home-text-wrap p{
	text-align:center;
	letter-spacing:1px;
	color:#fff;
	font-size:10px;
	line-height:12px;
	font-weight:500;
	text-transform:uppercase;
}
.home-text-wrap p span{
	padding:6px 18px;
}


.home-text-freelance{
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	z-index:10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-text-freelance h1{
	position:relative;
	font-size: 30px;
	line-height:40px;
	font-weight:700;
	color: #f9f9f9;
}
.home-text-freelance h1 span{
	font-size: 110px;
	line-height: 120px;
	color: #f9f9f9;
	-webkit-text-fill-color: transparent;
	background: -webkit-linear-gradient(transparent, transparent),
             url('../images/home-let.jpg') repeat;
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
	background-position:center center;
	background-size:cover;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.1);
}




.section-title{
	position:relative;
	width:100%;
	padding-bottom:50px;
}
.section-title.title-page-sec{
	margin-top:120px;
	padding-bottom:0;
}
.section-title.no-padding{
	padding-bottom:0;
}
.section-title .shadow-title{
	position:absolute;
	width:100%;
	top:-15px;
	left:0;
	text-align:center;
	font-family: 'mainfont';
	font-weight:700;
	font-size: 90px; 
	line-height:40px;
	letter-spacing:2px;
	opacity:.1;
}
.section-title.error-page .shadow-title{
	top:30px;
	font-size: 400px; 
	line-height:40px;
}
.section-title h3{
	text-align:center;
	font-size: 34px; 
	line-height:42px;
	letter-spacing:2px;
	font-weight:700;
	text-transform:uppercase;
}
.section-title h4{
	text-align:center;
	font-size: 28px; 
	line-height:36px;
	letter-spacing:2px;
	font-weight:700;
	text-transform:uppercase;
}
.section-title p{
	text-align:center;
	padding-top:15px;
	letter-spacing:2px;
	font-size: 14px;
	font-weight:600;
	opacity:.6;
	text-transform:uppercase;
}

/* #About
================================================== */ 

.about-wrap{ 
	position:relative;
	width:100%;
}
.about-wrap.with-padding{ 
	padding:30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.about-wrap h5{ 
	text-align:center;
}
.about-wrap p{ 
	text-align:center;
	padding-top:20px;
}
.about-wrap .about-icon{ 
	position:relative;
	text-align:center;
	margin:0 auto;
	margin-bottom:15px;
	width: 48px;
	height: 48px;
	z-index:3;
}
svg * {
  fill: none;
  stroke: currentColor;
}

/* #Team
================================================== */

.team-wrap{ 
	position:relative;
	width:100%;
}
.team-wrap h5{ 
	text-align:center;
	padding-bottom:20px;
}
.team-wrap p{ 
	text-align:center;
	padding-bottom:25px;
}
.team-wrap img{ 
	width:100%;
	display:block;
	padding-bottom:30px;
}

.social-team{ 
	position:relative;
	display:block;
	margin:0 auto;
	text-align:center; 
}
.list-social-team li {
    padding:0; 
	margin:0 auto;
    list-style: none;
	text-align:center; 
	width:20px;
	height:20px;
    display: inline-block;
	cursor:pointer;
	border-radius:50%;
	margin-right:3px;
	margin-left:3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-team li.icon-team a {
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height:20px;
	text-align:center; 
	width:20px;
	color:#fff;
	opacity:1;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-team li:hover{
}
.list-social-team li:hover.icon-team a{
}


/* #Counter
================================================== */

.countdown-text {
	position:relative;
	margin-top:20px;
	width:100%;
	display: block;
	text-align: center;
}

ul.countdown {
	position:relative;
	width:100%;
	display: block;
	text-align: center;
}
ul.countdown li {
	display: inline-block;
}
ul.countdown li span {
	font-size: 40px;
	line-height: 50px;
	font-family: 'mainfont';
	font-weight:600;
	color:#fff;
}
ul.countdown li.seperator {
	font-size: 14px;
	width: 10px;
	text-align:center;
	line-height: 50px;
	vertical-align: top;
	padding-left:20px;
	padding-right:20px;
	color:#fff;
	font-weight:600;
	font-family: 'mainfont';
}
ul.countdown li p {
	color: #fff;
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:3px;
	margin-top:20px;
	font-weight:500;
}



/* #Skills
================================================== */


.maintenance-wrap{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:800px;
}
.maintenance-wrap .pro-bar-container {
	height: 10px;
}
.maintenance-wrap .pro-bar {
	height: 10px;
}

.pro-bar-container {
	position:relative;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 2px;
	background: #000;
}
.pro-bar-margin {
	margin-bottom:34px;
}
.skills-name{
	font-family: 'mainfont';
	position:relative;
	width:100%;
	text-align:left;
	padding-bottom:5px;
	font-weight:300;
	font-size: 13px;
	letter-spacing:2px;
	color:#fff;
}
.skills-name span{
	font-weight:300;
	color:#dbdbdb;
	padding-left:3px;
	float:right;
}
.pro-bar {
	position:relative;
	height: 2px;
	overflow:hidden;
}
	.pro-bar.bar-100	{ width: 100%; }
	.pro-bar.bar-99		{ width: 99%;  }
	.pro-bar.bar-98		{ width: 98%;  }
	.pro-bar.bar-97		{ width: 97%;  }
	.pro-bar.bar-96		{ width: 96%;  }
	.pro-bar.bar-95		{ width: 95%;  }
	.pro-bar.bar-94		{ width: 94%;  }
	.pro-bar.bar-93		{ width: 93%;  }
	.pro-bar.bar-92		{ width: 92%;  }
	.pro-bar.bar-91		{ width: 91%;  }
	.pro-bar.bar-90		{ width: 90%;  }
	.pro-bar.bar-89		{ width: 89%;  }
	.pro-bar.bar-88		{ width: 88%;  }
	.pro-bar.bar-87		{ width: 87%;  }
	.pro-bar.bar-86		{ width: 86%;  }
	.pro-bar.bar-85		{ width: 85%;  }
	.pro-bar.bar-84		{ width: 84%;  }
	.pro-bar.bar-83		{ width: 83%;  }
	.pro-bar.bar-82		{ width: 82%;  }
	.pro-bar.bar-81		{ width: 81%;  }
	.pro-bar.bar-80		{ width: 80%;  }
	.pro-bar.bar-79		{ width: 79%;  }
	.pro-bar.bar-78		{ width: 78%;  }
	.pro-bar.bar-77		{ width: 77%;  }
	.pro-bar.bar-76		{ width: 76%;  }
	.pro-bar.bar-75		{ width: 75%;  }
	.pro-bar.bar-74		{ width: 74%;  }
	.pro-bar.bar-73		{ width: 73%;  }
	.pro-bar.bar-72		{ width: 72%;  }
	.pro-bar.bar-71		{ width: 71%;  }
	.pro-bar.bar-70		{ width: 70%;  }
	.pro-bar.bar-69		{ width: 69%;  }
	.pro-bar.bar-68		{ width: 68%;  }
	.pro-bar.bar-67		{ width: 67%;  }
	.pro-bar.bar-66		{ width: 66%;  }
	.pro-bar.bar-65		{ width: 65%;  }
	.pro-bar.bar-64		{ width: 64%;  }
	.pro-bar.bar-63		{ width: 63%;  }
	.pro-bar.bar-62		{ width: 62%;  }
	.pro-bar.bar-61		{ width: 61%;  }
	.pro-bar.bar-60		{ width: 60%;  }
	.pro-bar.bar-59		{ width: 59%;  }
	.pro-bar.bar-58		{ width: 58%;  }
	.pro-bar.bar-57		{ width: 57%;  }
	.pro-bar.bar-56		{ width: 56%;  }
	.pro-bar.bar-55		{ width: 55%;  }
	.pro-bar.bar-54		{ width: 54%;  }
	.pro-bar.bar-53		{ width: 53%;  }
	.pro-bar.bar-52		{ width: 52%;  }
	.pro-bar.bar-51		{ width: 51%;  }
	.pro-bar.bar-50		{ width: 50%;  }
	.pro-bar.bar-49		{ width: 49%;  }
	.pro-bar.bar-48		{ width: 48%;  }
	.pro-bar.bar-47		{ width: 47%;  }
	.pro-bar.bar-46		{ width: 46%;  }
	.pro-bar.bar-45		{ width: 45%;  }
	.pro-bar.bar-44		{ width: 44%;  }
	.pro-bar.bar-43		{ width: 43%;  }
	.pro-bar.bar-42		{ width: 42%;  }
	.pro-bar.bar-41		{ width: 41%;  }
	.pro-bar.bar-40		{ width: 40%;  }
	.pro-bar.bar-39		{ width: 39%;  }
	.pro-bar.bar-38		{ width: 38%;  }
	.pro-bar.bar-37		{ width: 37%;  }
	.pro-bar.bar-36		{ width: 36%;  }
	.pro-bar.bar-35		{ width: 35%;  }
	.pro-bar.bar-34		{ width: 34%;  }
	.pro-bar.bar-33		{ width: 33%;  }
	.pro-bar.bar-32		{ width: 32%;  }
	.pro-bar.bar-31		{ width: 31%;  }
	.pro-bar.bar-30		{ width: 30%;  }
	.pro-bar.bar-29		{ width: 29%;  }
	.pro-bar.bar-28		{ width: 28%;  }
	.pro-bar.bar-27		{ width: 27%;  }
	.pro-bar.bar-26		{ width: 26%;  }
	.pro-bar.bar-25		{ width: 25%;  }
	.pro-bar.bar-24		{ width: 24%;  }
	.pro-bar.bar-23		{ width: 23%;  }
	.pro-bar.bar-22		{ width: 22%;  }
	.pro-bar.bar-21		{ width: 21%;  }
	.pro-bar.bar-20		{ width: 20%;  }
	.pro-bar.bar-19		{ width: 19%;  }
	.pro-bar.bar-18		{ width: 18%;  }
	.pro-bar.bar-17		{ width: 17%;  }
	.pro-bar.bar-16		{ width: 16%;  }
	.pro-bar.bar-15		{ width: 15%;  }
	.pro-bar.bar-14		{ width: 14%;  }
	.pro-bar.bar-13		{ width: 13%;  }
	.pro-bar.bar-12		{ width: 12%;  }
	.pro-bar.bar-11		{ width: 11%;  }
	.pro-bar.bar-10		{ width: 10%;  }
	.pro-bar.bar-9		{ width: 9%;   }
	.pro-bar.bar-8		{ width: 8%;   }
	.pro-bar.bar-7		{ width: 7%;   }
	.pro-bar.bar-6		{ width: 6%;   }
	.pro-bar.bar-5		{ width: 5%;   }
	.pro-bar.bar-4		{ width: 4%;   }
	.pro-bar.bar-3		{ width: 3%;   }
	.pro-bar.bar-2		{ width: 2%;   }
	.pro-bar.bar-1		{ width: 1%;   }
	.pro-bar.bar-0		{ width: 0%;   }


/* #Pricing
================================================== */

.pricing-wrap{ 
	position:relative;
	width:100%;
} 
.pricing-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.pricing-plan{ 
	position:relative;
	width:33.33333333%;
	float:left;
	display:inline-block;
	padding:50px;
	padding-bottom:140px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 1px rgba(0,0,0,.7);
}
.pricing-plan:before {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	top:0;
	left:-100%;
	background:rgba(21,21,21,.014);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.pricing-plan:after {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
	right:-100%;
	background:rgba(255,255,255,.014);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.pricing-plan:hover:before {
	left:0;
}  
.pricing-plan:hover:after {
	right:0;
}
.pricing-plan .top{
	position:relative;
	text-align:center;
	font-family: 'mainfont';
	font-weight:400;
	font-size: 20px; 
	line-height: 24px;
	letter-spacing:1px;
	color:#fff;
	padding-bottom:40px;
}
.pricing-plan .top span{
	padding-left:10px;
	font-weight:500;
	font-size: 13px; 
	line-height: 24px;
}
.pricing-plan .price{
	position:relative;
	text-align:center;
	font-family: 'mainfont';
	font-weight:300;
	font-size: 38px; 
	line-height: 38px;
	color:#fff;
	padding-bottom:40px;
}
.pricing-plan .price .small{
	font-size: 20px; 
	line-height: 46px;
}   
.pricing-plan .price .small-text{
	font-size: 14px; 
	line-height: 46px;
	font-style: italic;
}  
.pricing-plan .price .small-super{
	vertical-align: super;
	font-size: 20px;
} 
.pricing-plan .offers{
	position:relative;
	text-align:center;
	font-family: 'mainfont';
	font-weight:400;
	font-size: 12px; 
	line-height: 18px;
	letter-spacing:1px;
	color:#dbdbdb;
	padding-bottom:12px;
}
.pricing-plan .button{
	position:absolute;
	left:50%;
	margin-left:-55px;
	bottom:50px;
	z-index:4;
	cursor:pointer;
	text-align:center;
	font-family: 'mainfont';
	font-weight:500;
	font-size: 12px; 
	line-height: 18px;
	letter-spacing:2px;
	color:#fff;
	width:110px;
	border-radius:3px;
	padding-top:8px;
	padding-bottom:8px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing-plan .button:hover{
	background:#000;
}	


/* #Accordion
================================================== */

.smk_accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.smk_accordion .accordion_in {
	position: relative;
	z-index: 10;
	margin-top: -1px;
	overflow: hidden;
	margin-bottom:4px;
}
.smk_accordion .accordion_in .acc_head {
	position: relative;
	padding-top: 19px;
	padding-bottom: 16px;
	text-align:left;
	background:#000;
	font-weight:500;
	font-family: 'mainfont';
	font-size: 15px;
	line-height:23px;
	color: #fff;
	letter-spacing:2px;
	display: block;
	cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_head:hover {
	color:#fff;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
	color:#fff;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	background: url('../images/more.png')no-repeat center center;
	background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_head:hover .acc_icon_expand {
	background: url('../images/more.png')no-repeat center center;
	background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
	background: url('../images/less.png')no-repeat center center;
	background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_content {
	color:#f9f9f9;
	padding:30px;
	background:#111;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 30px;
}
.smk_accordion .accordion_in .acc_head:hover,
.smk_accordion .accordion_in.acc_active > .acc_head {
	background-color: #000;
}

	
/* #Freelancer wrap
================================================== */

.freel-wrap {
	position:relative;
	width:100%;
	display:block;
}
.freel-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.freel-wrapper {
	position:relative;
	width:50%;
	float:left;
	overflow:hidden;
	display:inline-block;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.freel-wrapper-services {
	position:relative;
	width:33.33333333333333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height:calc(50vh - 38px);
	float:left;
	display:inline-block;
	border:1px solid #111;
}
.freel-wrapper-services-in {
	position:absolute;
	left:10%;
	top:50%;
	width:80%;
	z-index:2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}



/* #Quotes
================================================== */ 

#owl-sep-1 {
	position:relative;
	width:100%;
	margin:0 auto;
	display:block;
}
#owl-sep-1 .item{
	position:relative;
	width:100%;
	margin:0 auto;
	z-index:2;
	display:block;
}
.quote-sep{
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:center;
	overflow:hidden;
	display:block;
	padding-top:30px;
	padding-bottom:50px;
	background-image:url('../images/qu.png');
	background-repeat:no-repeat;
	background-position: top center;
}
.quote-sep h4{
	text-align:center;
	margin:0 auto;
	font-style: italic;
	color:#c8c8c8;
	font-weight:300;
	width:100%;
	max-width:830px;
}
#owl-sep-1.owl-theme .owl-controls{
	position:absolute;
	left:0;
	text-align: center;
	bottom:0;
	margin:0 auto;
	z-index:100;
	width:100%;
	z-index:20;
}
#owl-sep-1.owl-theme .owl-controls .owl-page span{
	background:#fff;
	border-radius:50%;
	text-align: center;
	width:6px;
	height:6px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-sep-1.owl-theme .owl-controls .owl-page span:hover{
}
#owl-sep-1.owl-theme .owl-controls .owl-page.active span {
}

/* #Counter
================================================== */

.counter-wrap{ 
	position:relative;
	width:100%;
} 
.z-bigger{ 
	z-index:20;
} 
.z-low{ 
	z-index:1;
} 
.counter-wrap h6{
	text-align:center;
	color:#fff;
} 
.counter-wrap p{
	text-align:center;
	font-size:50px;
	line-height:50px;
	padding-bottom:12px;
}
.counter-wrap.freelance-num h5{
	line-height: 16px;
	text-align:center;
	color:#fff;
	padding-top:40px;
	padding-bottom:40px;
	letter-spacing:2px;
	font-weight:600;
	z-index:2;
}
.counter-wrap.freelance-num p{
	position:absolute;
	font-family: 'mainfont';
	top:50%;
	margin-top:-40px;
	height:80px;
	left:0;
	width:100%;
	z-index:1;
	text-align:center;
	font-size:80px;
	line-height:80px;
	padding-bottom:0;
	opacity:0.4;
}
.counter-wrap.small p{
	font-size:35px;
	line-height:35px;
	padding-bottom:8px;
}



 
/* #Case Study Showcase
================================================== */

.case-study-wrapper {
	position:absolute;
	width:100%;
	max-width:500px;
	margin-top:40px;
	top:50%;
	left:50%;
	z-index:10;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.case-study-wrapper li {
	list-style:none;
	display:block;
	padding-bottom:30px;
	text-align:center;
	margin:0 auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.case-study-wrapper li a {
	color:#f9f9f9;
	text-align:center;
	display:block;
	font-size:26px;
	padding:0;
	margin:0;
	font-family: 'mainfont';
	font-weight:700;
	line-height:22px;
	letter-spacing:2px;
	color:#f9f9f9;
}
.case-study-wrapper li a span {
	font-size:11px;
	font-family: 'mainfont';
	font-weight:500;
	padding:0;
	margin:0;
	line-height:11px;
	letter-spacing:3px;
	text-transform:uppercase;
	color:#999;
}	
.case-study-wrapper li a:hover {
	color:#f9f9f9;
}
.case-study-wrapper:hover li {
	opacity:0.2;
}	
.case-study-wrapper:hover li:hover {
	opacity:1;
}

.dark-over-portfolio{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:5;
	background-color:#000;
	opacity:.5;
}
	
.case-study-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
}	
.case-study-images li {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	opacity:0;
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.case-study-images li.show {
	opacity:1;
} 
 
 

.link-down{
	position:absolute;
	width:34px;
	height:34px;
	bottom:50px;
	left:50%;
	margin-left:-17px;
	background-image:url('../images/down.svg');
	background-size:34px 34px;
	background-position:center center;
	z-index:10;
}
	
/* #Logo anime down
================================================== */

.logo-down-wrap{ 
	position:relative;
	width:100%;
	text-align:center;
	margin: 0 auto;
}
.logo-down-wrap p{ 
	width:100%;
	text-align:center;
	margin-top:30px;
	font-family: 'mainfont';
	color:#f9f9f9;
	font-weight:300;
	letter-spacing:2px;
	font-size: 16px; 
	line-height: 22px;
}
svg * {
  fill: none;
  stroke: currentColor;
}
.logo-down-wrap .logo-down-icon{ 
	position:relative;
	text-align:center;
	margin: 0 auto;
	width: auto;
	height: 96px;
	margin-left:2px;
	margin-right:2px;
	display:inline-block;
	z-index:3;
}


/* #Blog
================================================== */

.blog-post{ 
	position:relative;
	padding:30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-post:after {
  content: '';
  display: block;
  clear: both;
}
.blog-post.post-margin-bottom{ 
	margin-bottom:20px;
}
.blog-post img{ 
	width:100%;
	display:block;
}
.blog-post.quote-post {
	background-image:url('../images/qu.png');
	background-repeat:no-repeat;
	background-size: 80px 49px;
	background-position: 25px 25px;
}
.blog-post.quote-post h4,
.blog-post.quote-post h5{ 
	font-style: italic;
	font-weight:300;
	margin-top:0;
	margin-bottom:30px;
}
.blog-post.quote-post h4{
	font-size: 22px;
	line-height: 34px;
}
.blog-post.quote-post h5{ 
}
.blog-post h4,
.blog-post h5{ 
	text-align:left;
	margin-top:30px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-post.quote-post p{ 
	margin-top:0;
	letter-spacing:1px;
	font-family: 'mainfont';
	font-weight:500;
}
.blog-post p{ 
	text-align:left;
	margin-top:20px;
}
.com-views{ 
	position:relative;
	display:inline-block;
	margin-top:25px;
	margin-right:15px;
	font-family: 'mainfont';
	font-weight:400;
	font-size:12px;
	line-height:12px;
	color:#fff;
}
.com-views span{
	font-family: 'FontAwesome'; 
}

.author{ 
	position:relative;
	display:inline-block;
	margin-top:25px;
	margin-left:15px;
	padding-left:40px;
	font-family: 'mainfont';
	font-weight:600;
	font-size:13px;
	line-height:12px;
	letter-spacing:1px;
	color:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.author img{ 
	position:absolute;
	left:0;
	top:-8px;
	width:28px;
	height:28px;
	z-index:2;
	display:block;
	border-radius:50%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.author:hover img{ 
	border-radius:3px;
}

.tags{ 
	position:relative;
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid rgba(255,255,255,.07);
	font-family: 'mainfont';
	font-weight:600;
	font-size:12px;
	line-height:12px;
	color:#fff;
	letter-spacing:1px;
}
.tags a{ 
	display:inline-block;
	font-weight:400;
	color:#f9f9f9;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.go-to-post { 
	position:absolute;
	bottom:30px;
	right:30px;
	z-index:5;
	font-family: 'mainfont';
	font-weight:100;
	font-size:12px;
	line-height:12px;
	color:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.go-to-post span{ 
	font-family: 'FontAwesome'; 
	color:#fff;
	padding-left:5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


#owl-blog-1,
#owl-blog {
	position:relative;
	width:100%;
	margin:0 auto;
	display:block;
}
#owl-blog-1 .item,
#owl-blog .item{
	position:relative;
	width:100%;
	margin:0 auto;
	z-index:2;
	display:block;
}
#owl-blog-1 .item img,
#owl-blog .item img{
	width:100%;
	display:block;
}
#owl-blog-1.owl-theme .owl-controls,
#owl-blog.owl-theme .owl-controls{
	position:absolute;
	left:0;
	text-align: center;
	bottom:30px;
	margin:0 auto;
	z-index:100;
	width:100%;
	z-index:20;
}
#owl-blog-1.owl-theme .owl-controls .owl-page span,
#owl-blog.owl-theme .owl-controls .owl-page span{
	background:#fff;
	border-radius:50%;
	text-align: center;
	width:6px;
	height:6px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}



.audiojs { 
	width: 100%; 
	height: 36px; 
	background: #404040; 
	overflow: hidden; 
	font-family: 'mainfont';
	font-size: 11px;                  
	 -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); 
	 -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);         
	 -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); 
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); 
} 
.audiojs .play-pause { 
	width: 25px; 
	height: 40px; 
	padding: 4px 6px;
	 margin: 0px; 
	 float: left; 
	 overflow: hidden; 
	 border-right: 1px solid #000; 
 } 
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }         
.audiojs .play { display: block; }         
.audiojs .scrubber { position: relative; float: left; cursor:pointer; width: calc(100% - 164px); background: #5a5a5a; height: 4px; margin-left:10px; margin-top:15px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }         
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 4px; width: 0px; z-index: 1;}         
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 4px; width: 0px; background: #000;  }         
.audiojs .time { float: right; height: 36px; line-height: 36px; z-index:100; width:80px; text-align:center; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }         
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }         
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }         
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;           text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }         
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }                 
.audiojs .play { background: url("../images/player-graphics.gif") -2px -1px no-repeat; }         
.audiojs .loading { background: url("../images/player-graphics.gif") -2px -31px no-repeat; }         
.audiojs .error { background: url("../images/player-graphics.gif") -2px -61px no-repeat; }         
.audiojs .pause { background: url("../images/player-graphics.gif") -2px -91px no-repeat; }                 
.playing .play, .playing .loading, .playing .error { display: none; }         
.playing .pause { display: block; }                 
.loading .play, .loading .pause, .loading .error { display: none; }         
.loading .loading { display: block; }                 
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }         
.error .error { display: block; }         
.error .play-pause p { cursor: auto; }         
.error .error-message { display: block; }

/* Video Hover Image */	

.video-wrapper, figure.vimeo, figure.youtube {
	margin:0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}	
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
figure.youtube a img, figure.vimeo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	max-width:none;
}	
figure.vimeo a:after, figure.youtube a:after {
	content:"";
	width:60px;
	height:60px;
	background:#fff;
	z-index:9;
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	border-radius:50%;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:after, figure.youtube:hover a:after {
	background:#212121;
	-webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
}	
figure.vimeo a:before, figure.youtube a:before {
	content:"";
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #414141;
	z-index:10;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-3px;
	margin-top:-7px;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:before, figure.youtube:hover a:before {
	border-left: 10px solid #fff;
}	
figure.vimeo a:hover img, figure.youtube a:hover img {
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-transform: scale(1.03) rotate(1deg);
	transform: scale(1.03) rotate(1deg);
}	
figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
	a -webkit-transform: scale(1);
	transform: scale(1);
}


.sidebar{ 
	position:relative;
	padding:30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar:after {
  content: '';
  display: block;
  clear: both;
}
.sidebar input{
	width:calc(100% - 40px);
	padding-left:20px;
	padding-right:20px;
	font-family: 'mainfont', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 12px;
	line-height:22px;
	padding-top: 15px;
	padding-bottom: 15px;
	background:#000;
	border:none;
	color: #fff;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
.sidebar input:active {	
	color: #fff;
	outline: none !important;
}
.sidebar input:hover {	
	color: #737373;
	outline: none !important;
}
.sidebar input:focus {
	color: #fff;	 
	outline: none !important;
}

.sidebar input:-ms-input-placeholder  {
	font-size: 10px;
	text-transform:uppercase;
	-webkit-transition:  color 0.3s;
	transition:  color 0.3s;
}
.sidebar input::-moz-placeholder  {
	font-size: 10px;
	text-transform:uppercase;
	-webkit-transition:  color 0.3s;
	transition:  color 0.3s;
}
.sidebar input:-moz-placeholder  {
	font-size: 10px;
	text-transform:uppercase;
	-webkit-transition:  color 0.3s;
	transition:  color 0.3s;
}
.sidebar input::-webkit-input-placeholder  {
	font-size: 10px;
	text-transform:uppercase;
	-webkit-transition:  color 0.3s;
	transition:  color 0.3s;
}
.sidebar input:active:-ms-input-placeholder  {
	color: #fff;
}
.sidebar input:active::-moz-placeholder  {
	color: #fff;
}
.sidebar input:active:-moz-placeholder  {
	color: #fff;
}
.sidebar input:active::-webkit-input-placeholder  {
	color: #fff;
}
.sidebar input:focus:-ms-input-placeholder  {
	color: #fff;
}
.sidebar input:focus::-moz-placeholder  {
	color: #fff;
}
.sidebar input:focus:-moz-placeholder  {
	color: #fff;
}
.sidebar input:focus::-webkit-input-placeholder  {
	color: #fff;
}

.separator-sidebar{ 
	position:relative;
	width:100%;
	padding-top:50px;
}
.sidebar h5{ 
	text-align:left;
	padding-bottom:20px;
}
.link-recents{ 
	position:relative;
	width:100%;
	overflow:hidden;
	text-align:left;
}
.link-recents a{
	position:relative;
	display:block;
	cursor:pointer;
	font-family: 'mainfont', sans-serif;
	font-size: 11px;
	line-height:21px;
	text-align:left;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid rgba(0,0,0,.4);
	letter-spacing:1px;
	color:#fff;
	font-weight:400;
	-webkit-transition: padding-left 0.3s, color 0.3s;
	transition: padding-left 0.3s, color 0.3s;
}
.link-recents a:last-child{
	border-bottom:1px solid rgba(0,0,0,.1);
}
.link-recents a:hover {
	padding-left:10px;
}
.link-tag{ 
	position:relative;
	width:100%;
	overflow:hidden;
	text-align:left;
}
.link-tag a {
	position:relative;
	display:inline-block;
	float:left;
	padding:8px 20px;
	background: #000;
	font-size:11px;
	letter-spacing:1px;
	line-height:11px;
	border-radius:2px;
	color:#fff;
	font-family: 'mainfont';
	font-weight:400;
	margin-right:2px;
	margin-bottom:2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.link-tag a:hover {
}

#blog-grid{
	position:relative;
	width:100%;
	max-width:100%;
	overflow:hidden;
	width:calc(100% - 50px);
	padding-top:25px;
	padding-bottom:25px;
	margin:0 auto;
}
#blog-grid:after {
  content: '';
  display: block;
  clear: both;
}
.blog-mas{
	position:relative;
	float:left;
	margin:25px;
	margin-left:24px;
	width:calc(33.33333333% - 50px);
	display:inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	-webkit-transform: translate3d(1px,0,0);
	transform: translate3d(1px,0,0);
}

.gu-box{
	position:relative;
	width:100%;
	padding-bottom:20px;
}
.gu-box p{
	color:#fff;
	font-style: italic;
	padding-left:30px;
	padding-top:20px;
	padding-bottom:20px;
	letter-spacing:2px;
	font-family: 'mainfont';
	font-size: 16px;
	line-height:28px;
}
.gu-box span{
	color:#999999;
	padding-left:30px;
	font-family: 'mainfont', sans-serif;
	font-weight:600;
	letter-spacing:3px;
	font-size: 12px;
	line-height:20px;
}


.content-comm{
	position:relative;
	width:100%;
	margin-top:40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom:11px;
	overflow:hidden;
	margin-bottom:5px;
	padding-bottom:25px;
	border-bottom:1px solid rgba(255,255,255,.1);
}
.content-comm.sub-comm{
	position:relative;
	width:calc(100% - 50px);
	margin-left:50px;
}
.content-comm:after {
	content: '';
	display: block;
	clear: both;
}
.content-comm img {
	display: block;
	float:left;
	width:70px;
	margin-right:25px;
	margin-bottom:25px;
}
.content-comm p {
	text-align:left;
	padding-bottom:25px;
}
.name-aut-replay{
	position:absolute;
	bottom:20px;
	right:0;
	text-align:right;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:11px;
	line-height:11px;
	font-weight:400;	
}
.name-aut-replay a{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 	
}
.name-aut-replay a:hover{
	color:#dbdbdb;
}

.comments{
	position:relative;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	margin-top:60px;
}
.comments input{
	position:relative;
	width:calc(100% - 40px);
	padding-left:20px;
	padding-right:20px;
	font-family: 'mainfont', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 12px;
	line-height:24px;
	padding-bottom: 15px;
	background:transparent;
	border:none;
	color: #fff;
	margin-bottom:20px;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
.comments textarea {
	width:calc(100% - 40px);
	padding-left:20px;
	padding-right:20px;
	font-family: 'mainfont', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 12px;
	line-height:24px;
	background:transparent;
	height:70px;
	border:none;
	color: #fff;
	margin-bottom:20px;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
.comments textarea,
.comments input {	
	border-bottom:1px solid rgba(100,100,100,.2);
}
.comments textarea:active,
.comments input:active {	
	color: #fff;
}
.comments textarea:active,
.comments input:hover {	
	color: #fff;
}
.comments textarea:focus,
.comments input:focus {	 
    outline: none !important;
}
.comments input:-ms-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments input::-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments input:-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments input::-webkit-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments textarea:-ms-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments textarea::-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments textarea:-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments textarea::-webkit-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
.comments button {
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
	padding: 12px 30px;
	border-radius:3px;
	max-width:140px;
	border:none;
	outline:none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.comments button:hover {
	background-color:#000;
}
.comments button:focus,
.comments button:active {
	border:none;
	outline:none;
}



/* #Shop
================================================== */

.cart-slide-out{ 
	position:fixed;
	right:0;
	top:140px;
	z-index:300;
	padding:12px;
	background-color:#212121;
	color:#fff;
	cursor:pointer;
}
.cart-slide-out img{ 
	width:22px;
	display:block;
}
.cart-slide-out .cart-slide-out-item{ 
	position:absolute;
	cursor: default;
	top:45px;
	right:-260px;
	width:260px;
	z-index:301;
	background:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cart-slide-out:hover .cart-slide-out-item{ 
	right:0;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item{ 
	position:relative;
	padding:30px;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item:after {
  content: '';
  display: block;
  clear: both;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item img{ 
	width:80px;
	display:block;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item h6{ 
	text-align:left;
	color:#212121;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item p{ 
	text-align:left;
	font-size:11px;
	font-weight:500;
	letter-spacing:3px;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item .subtotal{ 
	position:relative;
	width:100%;
	color: #414141;
	font-family: 'mainfont';
	font-size: 16px;
	line-height: 22px;
	font-weight:500;
	text-align:left;
	padding-top:10px;	
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid rgba(31,31,31,.1);
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item .subtotal span{ 
	float:right;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item a{ 
	color: #414141;
	font-family: 'mainfont';
	font-size: 11px;
	line-height: 14px;
	letter-spacing:2px;
	font-weight:600;
	text-align:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item a:after{ 
	font-family: 'FontAwesome';
	content: '\f178 ';
	padding-left:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item a:hover:after{ 
	padding-left:16px;
}


.portfolio-box-1 .product-det{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index:5;
	opacity:0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box-1:hover .product-det{
	opacity:1;
}
.portfolio-box-1 .product-det h4{
	text-align:center;
	padding-bottom:20px;
	font-size: 30px; 
	line-height: 30px;
	font-weight:400;
}
.portfolio-box-1 .product-det h4 span{
	font-style: italic;
	font-size: 16px; 
	letter-spacing:3px;
	line-height: 40px;
    text-decoration: line-through;
}
.portfolio-box-1 .product-det h6{
	text-align:center;
	letter-spacing:3px;
	font-weight:600;
	padding-bottom:20px;
}
.portfolio-box-1 .product-det .product-links{
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.portfolio-box-1 .product-det .product-links a{
	display:inline-block;
	padding:10px 0;
	width:85px;
	font-family: 'mainfont';
	text-transform:uppercase;
	font-size: 11px;
	line-height: 11px;
	letter-spacing:2px;
	font-weight:400;
	margin:0 auto;
	text-align:center;
	color:#fff;
	background-color:#111;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box-1 .product-det .product-links a:first-child:hover{
	background-color:#111;
}



	
/* #Product page
================================================== */	

.product-wrapper{
	position:relative;
	text-align:center;
	margin:0 auto;
	width:100%;
}
.product-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.product-wrap{
	position:relative;
	float:left;
	width:50%;
	display:inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}

.price-description .smk_accordion .accordion_in .acc_head {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height:21px;
	font-weight:500;
}
.price-description .smk_accordion .accordion_in .acc_head .acc_icon_expand {
	background: url('../images/more.png')no-repeat center center;
	background-size:15px 15px;
}
.price-description .smk_accordion .accordion_in .acc_head:hover .acc_icon_expand {
	background: url('../images/more.png')no-repeat center center;
	background-size:15px 15px;
}
.price-description .smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
	background: url('../images/less.png')no-repeat center center;
	background-size:15px 15px;
}
.price-description .smk_accordion .accordion_in .acc_content {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
}
.price-description .smk_accordion.acc_with_icon .accordion_in .acc_head,
.price-description .smk_accordion.acc_with_icon .accordion_in .acc_content {
	padding-left: 20px;
	padding-right:20px;
}



#owl-product {
	position:relative;
	width:100%;
	display:block;
}
#owl-product .item{
	position:relative;
	width:100%;
	z-index:2;
	display:block;
}
#owl-product .item img{
	width:100%;
	display:block;
}
#owl-product.owl-theme .owl-controls{
	position:absolute;
	left:0;
	text-align: center;
	bottom:30px;
	z-index:100;
	width:100%;
	z-index:20;
}
#owl-product.owl-theme .owl-controls .owl-page span{
	background:#fff;
	border-radius:50%;
	width:5px;
	height:5px;
	margin-right:5px;
	margin-left:5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-product.owl-theme .owl-controls .owl-page span:hover{
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
#owl-product.owl-theme .owl-controls .owl-page.active span {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.price-description{
	position:relative;
	width:80%;
	margin-left:10%;
	margin-top:40px;
}
.price-description h3{
	font-size: 38px; 
	line-height: 38px;
	text-align:left;
}
.price-description h3 span{
	font-style: italic;
	font-size: 20px; 
	letter-spacing:3px;
	line-height: 18px;
    text-decoration: line-through;
	opacity:.5;
}
.price-description .stock{
	position:relative;
	display:block;
	font-size: 11px; 
	line-height: 16px;
	text-transform:uppercase;
	font-family: 'mainfont';
	font-weight:500;
	text-align:left;
	padding-bottom:40px;
}
.price-description h4{
	text-align:left;
	font-size: 24px; 
	line-height: 26px;
	padding-top:10px;
}

.price-description .sku{
	position:relative;
	display:block;
	font-size: 11px; 
	line-height: 18px;
	font-family: 'mainfont';
	font-weight:600;
	letter-spacing:1px;
	text-align:left;
	margin-top:40px;
}
.price-description .sku a{
	display:inline-block;
	color:#999;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.price-description form{
	position:absolute;
	top:10px;
	right:0;
	z-index:20;
}
.quantity{
	position:relative;
}
.input-text{
  width: 100px;
  font-size: 15px;
  line-height: 15px;
  text-align:center;
  font-weight: 500;
  border:none;
  outline:none;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:15px;
  background: #060606;
  color:#fff;
}
.price-description button{
	width: 84px;
	font-size: 9px;
	line-height: 9px;
	padding-top:12px;
	padding-bottom:12px;
	font-weight: 400;
	letter-spacing:1px;
	padding-left:0;
	padding-right:0;
	text-align:center;
	text-transform:uppercase;
	border:none;
	outline:none;
	margin:0;
	color:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.price-description button:hover{
	background:#343434;
}


/* #checkout
================================================== */

.checkout-wrap{ 
	position:relative;
	display:block;
	padding:20px;
	margin-bottom:5px;
}
.checkout-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.checkout-wrap .close{ 
	position:relative;
	display:inline-block;
	float:left;
	margin-top:37px;
	margin-right:20px;
	height:16px;
	width:16px;
	background-image:url('../images/cancel.svg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:16px 16px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.checkout-wrap .close:hover{ 
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.checkout-wrap img{ 
	float:left;
	display:inline-block;
	margin-right:20px;
	height:90px;
}
.checkout-wrap .name{ 
	float:left;
	display:inline-block;
	margin-right:50px;
	font-family: 'mainfont';
	font-weight:500;
	text-align:left;
	font-size: 14px; 
	line-height: 22px;
	margin-top:34px;
	color:#fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.checkout-wrap .price{ 
	float:left;
	display:inline-block;
	margin-right:50px;
	font-family: 'mainfont';
	font-weight:300;
	text-align:left;
	font-size: 21px; 
	line-height: 22px;
	margin-top:34px;
	letter-spacing:1px;
	color:#fff;
}

.checkout-wrap form{
	float:left;
	display:inline-block;
	z-index:20;
	margin-top:28px;
}
.quantity{
	position:relative;
}
.input-text{
	width: 70px;
	font-size: 13px;
	line-height: 14px;
	text-align:center;
	font-weight: 500;
	border:none;
	outline:none;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	background: #000;
	color:#fff;
}

.checkout-wrap .total{ 
	float:right;
	display:inline-block;
	font-family: 'mainfont';
	font-weight:300;
	text-align:right;
	font-size: 26px; 
	line-height: 32px;
	margin-top:29px;
	letter-spacing:1px;
}

.prices-wrapper{ 
	position:relative;
	display:block;
	padding:30px;
	padding-bottom:10px;
	width:calc(100% - 60px);
	max-width:400px;
	float:right;
}
.prices-wrap{ 
	position:relative;
	display:block;
	width:100%;
	padding-bottom:20px;
}
.prices-wrap p{ 
	font-family: 'mainfont';
	font-weight:300;
	text-align:left;
	font-size: 16px; 
	line-height: 20px;
	color;#fff;
}
.prices-wrap p span{ 
	float:right;
}



.checkout-button{ 
	position:relative;
	display:block;
	float:right;
	height:36px;
	width:110px;
	background:#000;
	font-family: 'mainfont';
	font-weight:300;
	text-align:center;
	font-size: 10px; 
	text-transform:uppercase;
	line-height: 36px;	
	letter-spacing:1px;
	color:#fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}



/* #footer
================================================== */

.footer-top img{
	width:160px;
	display:block;
}
.social-footer{ 
	position:relative;
	display:block;
	float:right;
}
.list-social-footer li {
    padding:0; 
	margin:0;
    list-style: none;
	text-align:center; 
	width:30px;
	height:30px;
    display: inline-block;
	cursor:pointer;
	background:#323232;
	border-radius:50%;
	margin-left:4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-footer li.icon-footer a {
	font-family: 'FontAwesome';
	font-size: 13px;
	line-height:30px;
	width:30px;
	color:#fff;
	opacity:1;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-footer li:hover{
}
.list-social-footer li:hover.icon-footer a{
}
.footer-line{
	position:relative;
	width:100%;
	height:1px;
	background-color:rgba(255,255,255,.1);
}


  
.footer-top{
	position:relative;
}  
.footer-top:after {
  content: '';
  display: block;
  clear: both;
}
.overflow-hidden{
	overflow:hidden;
}
.arrow-up-footer {
	position:relative;
	width:30px;
	height:30px;
	margin:0 auto;
	text-align:center;
	background-image:url('../images/up-arrow.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 22px 12px;
}
.left-footer p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	color: #f4f4f4;
	letter-spacing:1px;
}
.right-footer p{
	text-align:right;
	font-size:12px;
	line-height:20px;
	color: #f4f4f4;
	letter-spacing:1px;
}




/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Menu Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1199px) {

	.menu img {
		width:calc(100% - 20px);
		display:block;
	}
	.video-section{
		max-width:calc(100% - 20px);
	}	
	.menu-container{
		width:calc(100% - 80px);
		max-width:calc(100% - 80px);
		margin:0 auto;
	}
	.menu > ul {
		padding-bottom: 10px;
	}
	.menu-back{
		background: rgba(0,0,0,1);
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.cbp-af-header.cbp-af-header-shrink {
		background: rgba(0,0,0,1);
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.cbp-af-header.cbp-af-header-shrink .logo img{
		width:120px;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.cbp-af-header.cbp-af-header-shrink .logo{
		position:absolute;
		z-index:10000;
		top:40px;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.logo img{
		width:120px;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.logo{
		position:absolute;
		z-index:10000;
		top:40px;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	#menu-wrap{
		position: relative;
	}
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li a {
		padding: 16px 0;
		-webkit-transition : all 0.3s ease-out;
		-moz-transition : all 0.3s ease-out;
		-o-transition :all 0.3s ease-out;
		transition : all 0.3s ease-out;
	}
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul > li a {
		padding:0;
		margin-left:10px;
		margin-right:10px;
		color:#c5c5c5;
		font-family: 'mainfont';
		font-weight:500;
		font-size: 10px;
		line-height:18px;
		letter-spacing:2px;
		text-transform:uppercase;
		width: 100%;
		display: block;
	}
	.menu > ul > li a {
		padding: 16px 0;
	}
	.menu > ul > li > ul > li a {
		padding:0;
		margin-left:10px;
		margin-right:10px;
		color:#c5c5c5;
		font-family: 'mainfont';
		font-weight:500;
		font-size: 10px;
		line-height:18px;
		letter-spacing:2px;
		text-transform:uppercase;
		width: 100%;
		display: block;
	}	
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
	.menu-dropdown-icon-sub:before,
	.menu-dropdown-icon:before {
        display: block;
		position:relative;
    }
	.menu > ul > li > ul {
		padding:0;
		background-color:#000;
	}	
    .menu > ul {
		overflow:hidden;
		width: 100%;
		float:none;
		position:relative;
        display: block;
		visibility:hidden;
		opacity: 0;
		height:0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
		padding: 0;
    }
	.menu > ul > li > ul.normal-sub > li a span.go-right-icon,
	.menu > ul > li > ul.normal-sub > li a span.go-left-icon {
		display:none;
	}
	.menu > ul > li > ul.normal-sub > li ul.go-right,
	.menu > ul > li > ul.normal-sub > li ul.go-left {
		position:relative;
		left:auto;
		top:auto;
		width: 100%;
		padding: 0 10px;
		background: #000;
		display:block;
	}	
	.menu > ul > li > ul.normal-sub > li ul.go-right li a,
	.menu > ul > li > ul.normal-sub > li ul.go-left li a{
		padding: 5px 0;
	}	
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li ul.go-right li a,
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li ul.go-left li a{
		padding: 5px 0;
	}
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub {
		width: 100%;
		padding: 0;
	}
	.menu > ul > li > ul.normal-sub > li {
		padding-bottom: 0;
		display:block;
	}
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li > ul.normal-sub > li a {
		border: 0;
		padding: 10px 0;
	}	
	.menu > ul > li > ul.normal-sub > li a {
		border: 0;
		padding: 10px 0;
	}
	.menu > ul > li > ul.normal-sub p{
		margin-left:10px;
		margin-right:10px;
		margin-top:20px;
		margin-bottom:7px;
		width:calc(100% - 20px);
	}
	.menu > ul > li > ul > li.two-col,
	.menu > ul > li > ul > li.three-col,
	.menu > ul > li > ul > li.two-thirds-col,
	.menu > ul > li > ul > li {
        float: none;
        width: 100%;
		padding-bottom:15px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
		visibility:visible;
		opacity: 1;
		height:auto;
    } 
	.form-section {
		margin-left:0;
	}
	.tab-content ul > li,
	.tab-content ul > li.three-col,
	.tab-content ul > li.two-col,
	.tab-content ul > li.two-thirds-col {
		width: 100%;
        float: none;
		padding-bottom:15px;
	}
	ul.tabs li:last-child,
	ul.tabs li{
		width:calc(100% - 40px);
		padding: 10px 20px;
		border-right:none;
		border-bottom:1px solid #161616;
	}
	.back-logo-image{
		background-image:none; 
	}
	.menu > ul > li.social-mobile,
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li.social-mobile {
		display: inline-block;
		width:auto;
	}
	.menu > ul > li a.social,
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li a.social {
		padding: 30px 8px;
		display: inline-block;
	}
	.menu > ul > li a.social.first-icon,
	.cbp-af-header.cbp-af-header-shrink .menu > ul > li a.social.first-icon {
		padding-left:0;
	}
	.back-logo-image{ 
		background-size: 0 0;
	}
	

	/* #Light scheme menu on mobile
	================================================== */	
	
	.cbp-af-header.light.cbp-af-header-shrink {
		border-bottom:none;
	}
	.menu.light .menu-mobile:after {
		color:#000;
	}
	.menu.light .menu-dropdown-icon:before {
		background: #fff;
		color: #000;
	}	
	.menu.light > ul > li > ul {
		background: transparent;
		box-shadow:none;
	}

	.menu.light > ul > li > ul > li p {
		color:#000;
		border-bottom: 1px solid rgba(120,120,120,.2);
	}
	.menu.light > ul > li > ul.normal-sub > li ul.go-left,
	.menu.light > ul > li > ul.normal-sub > li ul.go-right {
		background: transparent;
		box-shadow: none;
	}
	ul.tabs.light li{
		color: #000;
		border-right:1px solid #dbdbdb;
		background-color:#f0f0f0;
	}
	ul.tabs.light li:hover,
	ul.tabs.light li.current,
	.tab-content.light,
	.menu.light .form-section{
		background-color:#f9f9f9;
	}
	ul.tabs.light li{
		border-bottom:1px solid rgba(120,120,120,.1);;
	}
	.menu.light .form-section{
		background-color:#fff;
	}	


	/* #Parallax background menu image on mobile
	================================================== */	
	
	#menu-wrap .parallax-1,
	#menu-wrap .parallax-home{
		display:none;
	}
	#menu-wrap .dark-over{
		display:none;
	}

	/* #Menu background is not trasparent mobile fix
	================================================== */

	.menu-back.menu-have-back-color{
		background: rgba(0,0,0,1);
	}
	.cbp-af-header.menu-have-back-color.cbp-af-header-shrink {
		background: rgba(0,0,0,1);
	}
	.menu-back.light.menu-have-back-color{
		background: rgba(245,245,245,1);
	}
	.cbp-af-header.light.menu-have-back-color.cbp-af-header-shrink {
		background: rgba(245,245,245,1);
	}


	/* #Icon on left side for menu on mobile
	================================================== */

	.menu.move-for-left .menu-mobile:after {
		float: left;
	}	


	/* #Mobile fix for menu center and logo top
	================================================== */

	.menu.menu-center-logo-top {
		margin:0;
	}
	.menu.menu-center-logo-top > ul {
		float:none;
		margin:0;
		width:100%;
		text-align:left;
	}
	.menu.menu-center-logo-top > ul > li {
		float:left;
		margin: 0;
		display:block;
	}
	.cbp-af-header.cbp-af-header-shrink .logo.menu-center-logo-top{
		top:34px;
		left:0;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.logo.menu-center-logo-top{
		top:34px;
		left:0;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.menu-container.menu-center-logo-top{
		padding-top:0;
	}
	.cbp-af-header.cbp-af-header-shrink .menu-container.menu-center-logo-top {
		padding-top:0;
	}

	
}


/* #Media Queries
================================================== */

@media only screen and (max-width: 1320px) {
.product-wrap{
	width:100%;
}
.price-description{
	padding-bottom:50px;
}
}

@media only screen and (max-width: 1200px) {
#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    width: 270px;
	padding-left:70px;
    height: 200px;
	margin-top:-100px;
    line-height: 200px;
    font-size: 140px;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage:after {
	padding-left:0;
	top:-45px;
    font-size: 35px;
}
.home-text-wrap{
	margin-top:-10px;
}
.home-text-freelance h1{
	font-size: 26px;
	line-height:36px;
}
.home-text-freelance h1 span{
	font-size: 70px;
	line-height: 80px;
}
.section-title.title-page-sec{
	margin-top:0;
	padding-bottom:0;
}
.portfolio-box-1.quarter-width{
	width:33.3333333%;
}
.portfolio-box-1.quarter-width.have-space{
	margin:15px;
	margin-left:14px;
	width:calc(33.33333333% - 30px);
}
.section-title.error-page .shadow-title{
	font-size: 220px; 
}
#blog-grid{
	width:calc(100% - 30px);
	padding-top:15px;
	padding-bottom:15px;
}
.blog-mas{
	margin:15px;
	margin-left:14px;
	width:calc(50% - 30px);
}
}

@media only screen and (max-width: 1199px) {	
/* #Text scrolling on mobile */ 	
.marquee {
	display:none;
}
.full-home-height{
	height:calc(100vh - 100px);
}
.case-study-wrapper {
	margin-top:0;
}
}

@media only screen and (max-width: 1000px) {
.pricing-plan{ 
	width:100%;
}
.section-title .shadow-title{
	top:-10px;
	font-size: 40px; 
	line-height:30px;
	letter-spacing:1px;
}
.section-title h3{
	font-size: 26px; 
	line-height:32px;
	letter-spacing:1px;
}
.section-title h4{
	font-size: 20px; 
	line-height:26px;
	letter-spacing:2px;
}
.section-title p{
	letter-spacing:1px;
	font-size: 12px;
}	
.portfolio-box-1{
	width:50%;
}
.portfolio-box-1.quarter-width{
	width:50%;
}
#projects-grid.have-space{
	width:calc(100% - 30px);
	padding-top:15px;
	padding-bottom:15px;
}
.portfolio-box-1.half-width.have-space{
	margin:15px;
	margin-left:14px;
	width:calc(50% - 30px);
}
.portfolio-box-1.quarter-width.have-space{
	margin:15px;
	margin-left:14px;
	width:calc(50% - 30px);
}
.portfolio-box-1.have-space{
	margin:15px;
	margin-left:14px;
	width:calc(50% - 30px);
}
.case-study-wrapper li a {
	font-size:17px;
	line-height:17px;
}
.case-study-wrapper li a span {
	font-size:9px;
	line-height:14px;
	letter-spacing:2px;
}

.freel-wrapper {
	width:100%;
}
}

@media only screen and (max-width: 800px) {
	
.checkout-wrap .close{ 
	display:block;
	float:none;
	margin-top:0;
	margin-right:0;
	margin:0 auto;
	text-align:center;
    margin-bottom:20px;
}
.checkout-wrap img{ 
	display:block;
	float:none;
	margin-right:0;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
	height:auto;
	width:160px;
}
.checkout-wrap .name{ 
	display:block;
	float:none;
	margin-right:0;
	margin:0 auto;
	text-align:center;
	margin-top:0;
	margin-bottom:20px;
}
.checkout-wrap .price{ 
	display:block;
	float:none;
	margin-right:0;
	margin:0 auto;
	text-align:center;
	margin-top:0;
	margin-bottom:20px;
}
.checkout-wrap form{
	display:block;
	float:none;
	margin:0 auto;
	text-align:center;
	margin-top:0;
}
.checkout-wrap .total{ 
	display:block;
	float:none;
	margin-right:0;
	margin:0 auto;
	text-align:center;
	margin-top:30px;
}	
	
	
	
.blog-mas{
	width:calc(100% - 30px);
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    width: 180px;
	padding-left:40px;
    height: 140px;
	margin-top:-70px;
    line-height: 140px;
    font-size: 100px;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage:after {
	padding-left:0;
	top:-30px;
    font-size: 30px;
}
.logo-anime-section{
	display:none;
}
#portfolio-filter.have-space,
#portfolio-filter {
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
	top:auto;
	left:auto;
	width:100%;
	background-color:#000;
}
#filter {
	box-shadow:none;
	margin-bottom:0;
}
.home-text-wrap h1{
	font-size:24px;
	line-height:30px;
}
.home-text-wrap p{
	font-size:8px;
	line-height:8px;
}
.home-text-wrap p span{
	padding:4px 10px;
}
.home-text-freelance h1{
	font-size: 16px;
	line-height:24px;
}
.home-text-freelance h1 span{
	font-size: 50px;
	line-height: 60px;
}

.freel-wrapper-services {
	width:50%;
}

ul.countdown li span {
	font-size: 20px;
	line-height: 24px;
}
ul.countdown li.seperator {
	font-size: 10px;
	width: 5px;
	line-height: 24px;
	padding-left:5px;
	padding-right:5px;
}
ul.countdown li p {
	font-size: 10px;
	letter-spacing:1px;
}

}

@media only screen and (max-width: 600px) {
.content-comm img {
	display: none;
}
.author{ 
	display:none;
}
.blog-post h4,
.blog-post h5,
.blog-post.quote-post h4,
.blog-post.quote-post h5{
	font-size: 18px;
	line-height: 25px;
}
.tags{ 
	font-size:0;
}
.section-title.error-page .shadow-title{
	font-size: 100px; 
}
.freel-wrapper-services {
	width:100%;
}
.portfolio-box-1{
	width:100%;
}
.portfolio-box-1.half-width{
	width:100%;
}
.portfolio-box-1.quarter-width{
	width:100%;
}
#projects-grid.have-space{
	width:calc(100% - 30px);
	padding-top:15px;
	padding-bottom:15px;
}
.portfolio-box-1.half-width.have-space{
	margin:15px;
	margin-left:14px;
	width:calc(100% - 30px);
}
.portfolio-box-1.quarter-width.have-space{
	margin:15px;
	margin-left:14px;
	width:calc(100% - 30px);
}
.portfolio-box-1.have-space{
	margin:15px;
	margin-left:14px;
	width:calc(100% - 30px);
}
.home-text-freelance h1{
	font-size: 14px;
	line-height:20px;
}
.home-text-freelance h1 span{
	font-size: 36px;
	line-height: 46px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

.checkout-button{ 
	float:none;
	margin:0 auto;
	text-align:center;
}

.right-footer p,
.left-footer p{
	text-align:center;
}
.footer-top{
	position:relative;
	text-align:center;
	margin:0 auto;
}  
.footer-top img{
	text-align:center;
	margin:0 auto;
}
.social-footer{ 
	text-align:center;
	margin:0 auto;
	float:none;
	padding-top:10px;
	padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
	margin-right:2px;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.checkout-button{ 
	float:none;
	margin:0 auto;
	text-align:center;
}
.right-footer p,
.left-footer p{
	text-align:center;
}
.footer-top{
	position:relative;
	text-align:center;
	margin:0 auto;
}  
.footer-top img{
	text-align:center;
	margin:0 auto;
}
.social-footer{ 
	text-align:center;
	margin:0 auto;
	float:none;
	padding-top:10px;
	padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
	margin-right:2px;
}
}

@media only screen and (max-width: 319px) {
.checkout-button{ 
	float:none;
	margin:0 auto;
	text-align:center;
}
.right-footer p,
.left-footer p{
	text-align:center;
}
.footer-top{
	position:relative;
	text-align:center;
	margin:0 auto;
}  
.footer-top img{
	text-align:center;
	margin:0 auto;
}
.social-footer{ 
	text-align:center;
	margin:0 auto;
	float:none;
	padding-top:10px;
	padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
	margin-right:2px;
}
}

















