/*
Template Name: Fusion
Template URL: http://themeforest.net/user/pixelzeesh/portfolio
Version: 1.0
Author: PixelZeesh
Author URL: http://themeforest.net/user/pixelzeesh/portfolio

1.	Template Basics
2.	Typography Setup
3.  Main Menu Setup
4. 	Home Setup
5.  Sections Setup
6.	Footer Setup
7.	Blog Setup
8.	Shortcodes Setup
9. 	Responsive Media Queries
		9.1 - Desktop Version
		9.2 - Tablet Version
		9.3 - Mobile Version
*/



/*==========================================================================================================================================
/*==========================================================================================================================================
	1.Template Basics
============================================================================================================================================
============================================================================================================================================*/

section {
	padding: 170px 0px;
	position: relative;
}
.section-fullwidth {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.section-boxed {
	margin: 0px auto;
	padding: 0px 15px;
	max-width: 1200px;
}
.content-container {
	padding: 0px 0px;
    position: relative;
    min-height: 100%;
    min-width: 100%;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}

/*==========================================================================================================================================
/*==========================================================================================================================================
	2.Typography Setup
============================================================================================================================================
============================================================================================================================================*/

@font-face {
    font-family: 'Lato_regular';
    src: url(../inc/font/Lato_regular/Lato-Reg-webfont.eot);
    src: url(../inc/font/Lato_regular/Lato-Reg-webfont.eot?#iefix) format('embedded-opentype'),
         url(../inc/font/Lato_regular/Lato-Reg-webfont.woff) format('woff'),
         url(../inc/font/Lato_regular/Lato-Reg-webfont.ttf) format('truetype'),
         url(../inc/font/Lato_regular/Lato-Reg-webfont.svg#LatoRegular) format('svg');
}
@font-face {
    font-family: 'Lato_light';
    src: url(../inc/font/Lato_light/Lato-Lig-webfont.eot);
    src: url(../inc/font/Lato_light/Lato-Lig-webfont.eot?#iefix) format('embedded-opentype'),
         url(../inc/font/Lato_light/Lato-Lig-webfont.woff) format('woff'),
         url(../inc/font/Lato_light/Lato-Lig-webfont.ttf) format('truetype'),
         url(../inc/font/Lato_light/Lato-Lig-webfont.svg#LatoLight) format('svg');
}
@font-face {
    font-family: 'Lato_bold';
    src: url(../inc/font/Lato_bold/Lato-Bol-webfont.eot);
    src: url(../inc/font/Lato_bold/Lato-Bol-webfont.eot?#iefix) format('embedded-opentype'),
         url(../inc/font/Lato_bold/Lato-Bol-webfont.woff) format('woff'),
         url(../inc/font/Lato_bold/Lato-Bol-webfont.ttf) format('truetype'),
         url(../inc/font/Lato_bold/Lato-Bol-webfont.svg#LatoBold) format('svg');
}
@font-face {
    font-family: 'Lato_black';
    src: url(../inc/font/Lato_black/Lato-Bla-webfont.eot);
    src: url(../inc/font/Lato_black/Lato-Bla-webfont.eot?#iefix) format('embedded-opentype'),
         url(../inc/font/Lato_black/Lato-Bla-webfont.woff) format('woff'),
         url(../inc/font/Lato_black/Lato-Bla-webfont.ttf) format('truetype'),
         url(../inc/font/Lato_black/Lato-Bla-webfont.svg#LatoBlack) format('svg');
}
html {
}
body {
	z-index: 0;
	color: #696f6f;
	font-size: 16px;
    position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #ffffff;
	font-family: Lato_regular, arial;
}
p {
	color: #696f6f;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	font-family: Lato_regular, arial;
}
p2 {
	color: #696f6f;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 14px;
	font-family: Lato_regular, arial;
}
h1, h2, h3, h4, h5, h6 {
	color: #2f2f2f;
	position: relative;
	font-family: Lato_regular;
	font-weight: normal;
	margin-bottom: 30px;
	text-transform: none;
}
h1 {
	font-size: 60px;
	line-height: 72px;
}
h2 {
	font-size: 40px;
	line-height: 46px;
}
h2x {
	font-size: 20px;
	line-height: 16px;
	position: relative;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: none;
}
h3 {
	font-size: 30px;
	line-height: 38px;
}
h4 {
	font-size: 20px;
	line-height: 30px;
}
h4x {
	font-size: 20px;
	line-height: 30px;
}
h5 {
	font-size: 18px;
	line-height: 24px;
	padding-left: 50px;
	padding-right: 50px;
	
}
h6 {
	font-size: 16px;
	line-height: 22px;
}

/*==========================================================================================================================================
/*==========================================================================================================================================
	3.Main Menu Setup
============================================================================================================================================
============================================================================================================================================*/

/*Style 1*/
header.style-1 {
	background-color: #00CCCC;
	z-index: 100;
	position: fixed;
	top: 0px;
	left: -300px;
	width: 300px;
	height: 100%;
	overflow: visible;
	padding: 25px 0px;
	-webkit-transition: left 0.3s linear;
	-moz-transition: left 0.3s linear;
	-ms-transition: left 0.3s linear;
	-o-transition: left 0.3s linear;
	transition: left 0.3s linear;
}
header.style-1.visible {
    left: 0px;
}
header.style-1 .logo-container {
	padding: 0px 25px;
	margin-bottom: 40px;
}
header.style-1 .logo-container a {
    opacity: 0.055;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header.style-1 .logo-container a:hover {
    opacity: 0.2;
}
header.style-1 .desktop-navigation {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	right: -85px;
	top: 25px;
	background-image: url('../images/nav_button_1.png');
	background-repeat: no-repeat;
	background-position: center center;
}
header.style-1.visible .desktop-navigation {
	background-image: url('../images/nav_button_2.png');
}
header.style-1 nav {

}
header.style-1 nav ul {
    list-style: none;
}
header.style-1 nav ul li {
    display: block;
    position: relative;
}
header.style-1 nav ul li a {
    display: block;
    color: #4a4a4a;
    padding: 20px 25px;
    position: relative;
    border-bottom: 1px solid #272727;
    text-align: right;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header.style-1 nav > ul > li:last-child a {
    border-bottom: 0;
}
header.style-1 nav ul ul li a {
    padding: 20px 25px;
}


/*Style 2*/
header.style-2 {
    position: relative;
    height: 70px;
}
header.style-2 .header-container {
    padding: 0px 50px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    background-color: #1a1a1a;
}
header.style-2 .header-container:before, header.style-2 .header-container:after { content:""; display:table; }
header.style-2 .header-container:after { clear:both; }
header.style-2.sticky .header-container {
    position: fixed;
}
header.style-2 .logo-container {
    float: left;
    margin-right: 50px;
    line-height: 70px;
    width: 200px;
}
header.style-2 .logo-container a {
    opacity: 0.2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header.style-2 .logo-container a:hover {
    opacity: 0.45;
}
header.style-2 nav {
    float: right;
}
header.style-2 nav > ul {
    list-style: none;
}
header.style-2 nav > ul:before,header.style-2 nav > ul:after { content:""; display:table; }
header.style-2 nav > ul:after { clear:both; }
header.style-2 nav > ul > li {
    display: block;
    float: left;
    position: relative;
}
header.style-2 nav > ul > li > a {
    display: block;
    color: #4a4a4a;
    padding: 0px 10px;
    line-height: 70px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header.style-2 nav > ul ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 170px;
    background-color: #ffffff;
    border-top: 2px solid #dedede;
}
header.style-2 nav > ul ul li {
    display: block;
    position: relative;
}
header.style-2 nav > ul ul li a {
    display: block;
    color: #4a4a4a;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header.style-2 nav > ul ul ul {
    left: 100%;
    top: -2px;
}
header.style-2 nav .arrow-right,
header.style-2 nav .arrow-down {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #333333;
}
header.style-2 nav .arrow-down {
    display: none;
}



header .mobile-navigation {
    display: none;
    float: right;
    height: 50px;
	width: 50px;
	margin-top: 15px;
	background-image: url('../images/nav_button_1.png');
	background-repeat: no-repeat;
	background-position: center center;
}


/*==========================================================================================================================================
/*==========================================================================================================================================
	4.Home Setup
============================================================================================================================================
============================================================================================================================================*/

/*Common*/
#home {
    padding: 0px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#home h1 {
    font-size: 70px;
    line-height: 76px;
}
#home h2 {
    font-size: 30px;
    line-height: 36px;
}
#home .white {
    color: #ffffff;
}
#home .black {
    color: #000000;
}
#home .button-transparent-white {
    font-size: 22px;
    color: #ffffff;
    border: 2px solid #ffffff;
}
#home .button-transparent-white:hover {
    background-color: #dedede;
    color: #000000;
    border: 2px solid #dedede;
}
#home .slideshow-container {
    position: relative;
    background-color: #222222;
    background-image: url(../images/preloader.gif) no-repeat center center;
}
#home .text-slider {
    position: relative;
    display: block;
}
#home .text-slider div {
    line-height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: 2;
    top: 10px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#home .text-slider div.current {
    opacity: 1;
    z-index: 3;
    top: 0px;
}


/*Standard*/
#home.standard .slideshow-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#home.standard .slides {
    width: 100%;
    height: 100%;
    position: relative;
}
#home.standard .slideshow-container .slides > li {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 100%;
    width: 100%;
  
    -webkit-transition: -webkit-transform 130s linear 0.1s;
    -moz-transition: -moz-transform 130s linear 0.1s;
    -ms-transition: -ms-transform 130s linear 0.1s;
    -o-transition: -o-transform 130s linear 0.1s;
    transition: transform 130s linear 0.1s;
}

#home.standard .slideshow-container .image1 {
	background-image: url(../images/slideshow/bg1.jpg);
}
#home.standard .slideshow-container .image2 {
	background-image: url(../images/slideshow/bg2.jpg);
}
#home.standard .slideshow-container .image2 {
	background-image: url(../images/slideshow/bg3.jpg);
}

#home.standard .home-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    z-index: 2;
    text-align: center;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
#home.standard h2.styled:after {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 225px;
    height: 2px;
    margin: 30px auto 0;
}


/*Video*/
#home.home-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
}
#home.home-video .video-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#home.home-video .video-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}
#home.home-video .video-controls a {
    margin: 0px 6px;
    font-size: 18px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    opacity: 0.6;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#home.home-video .video-controls a:hover {
    opacity: 1;
}
#home.home-video .home-inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
    background: url(../images/slideshow/bg3.jpg) no-repeat center center;
    background-size: cover;
}
#home.home-video .home-inner .text-content {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
#home.home-video .home-inner h1 {
    font-size: 76px;
    line-height: 70px;
    margin-bottom: 0px;
}
#home.home-video .home-inner a {
    margin-bottom: 0px;
    margin-top: 40px;
    padding: 15px 82px;
}


/*Style 1*/
#home.style-1:before,
#home.style-1:after {
    content:"";
    display:table;
}
#home.style-1:after {
    clear:both;
}
#home.style-1 .slideshow-container {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: #222222;
    background-image: url(../images/preloader.gif) no-repeat center center;
}
#home.style-1 .slides {
    height: 100%;
    position: relative;
    width: 100%;
}
#home.style-1 .slides li {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    height: 100%;
    position: relative;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 130s linear 0.1s;
    -moz-transition: -moz-transform 130s linear 0.1s;
    -ms-transition: -ms-transform 130s linear 0.1s;
    -o-transition: -o-transform 130s linear 0.1s;
    transition: transform 130s linear 0.1s;
}

#home.style-1 .slides li:nth-child(1) {
    background-image: url(../images/slideshow/bg1.jpg);
}
#home.style-1 .slides li:nth-child(2) {
    background-image: url(../images/slideshow/bg2.jpg);
}
#home.style-1 .slides li:nth-child(3) {
    background-image: url(../images/slideshow/bg3.jpg);
}

#home.style-1 .home-inner {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    padding: 0px 60px;
}
#home.style-1 .home-content {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
#home.style-1 h2 {
    margin-bottom: 10px;
    letter-spacing: 15px;
}
#home.style-1 h1 {
    margin-bottom: 20px;
}




/*Style 2*/
#home.style-2 .slideshow-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #222222;
    background-image: url(../images/preloader.gif) no-repeat center center;
}
#home.style-2 .slides {
    height: 100%;
    position: relative;
    width: 100%;
}
#home.style-2 .slides li {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    height: 100%;
    position: relative;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 130s linear 0.1s;
    -moz-transition: -moz-transform 130s linear 0.1s;
    -ms-transition: -ms-transform 130s linear 0.1s;
    -o-transition: -o-transform 130s linear 0.1s;
    transition: transform 130s linear 0.1s;
}
#home.style-2 .slides li.flex-active-slide {
    -moz-transform: scale(3.5);
    -webkit-transform: scale(3.5);
    -o-transform: scale(3.5);
    -ms-transform: scale(3.5);
    transform: scale(3.5);
}
#home.style-2 .slides li:nth-child(1) {
    background-image: url(../images/slideshow/bg1.png);
}
#home.style-2 .slides li:nth-child(2) {
    background-image: url(../images/slideshow/bg2.png);
}
#home.style-2 .slides li:nth-child(3) {
    background-image: url(../images/slideshow/bg3.png);
}
#home.style-2 .slides li:nth-child(4) {
    background-image: url(../images/slideshow/bg4.png);
}
#home.style-2 .slides li:nth-child(5) {
    background-image: url(../images/slideshow/bg5.png);
}
#home.style-2 .slides li:nth-child(6) {
    background-image: url(../images/slideshow/bg6.png);
}
#home.style-2 .home-inner {
    z-index: 3;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
}
#home.style-2 .home-content {
    position: relative;
    text-align: center;
    padding: 30px;
}
#home.style-2 h2 {
    margin-bottom: 10px;
    letter-spacing: 15px;
}
#home.style-2 h1 {
    margin-bottom: 20px;
}


/*Style 3*/
#home.style-3 .slideshow-container {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #222222;
    background-image: url(../images/preloader.gif) no-repeat center center;
}
#home.style-3 .slides {
    height: 100%;
    position: relative;
    width: 100%;
}
#home.style-3 .slides li {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    height: 100%;
    position: relative;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 130s linear 0.1s;
    -moz-transition: -moz-transform 130s linear 0.1s;
    -ms-transition: -ms-transform 130s linear 0.1s;
    -o-transition: -o-transform 130s linear 0.1s;
    transition: transform 130s linear 0.1s;
}
#home.style-3 .slides li.flex-active-slide {
    -moz-transform: scale(3.5);
    -webkit-transform: scale(3.5);
    -o-transform: scale(3.5);
    -ms-transform: scale(3.5);
    transform: scale(3.5);
}
#home.style-3 .slides li:nth-child(1) {
    background-image: url(../images/slideshow/bg1.png);
}
#home.style-3 .slides li:nth-child(2) {
    background-image: url(../images/slideshow/bg2.png);
}
#home.style-3 .slides li:nth-child(3) {
    background-image: url(../images/slideshow/bg3.png);
}
#home.style-3 .slides li:nth-child(4) {
    background-image: url(../images/slideshow/bg4.png);
}
#home.style-3 .slides li:nth-child(5) {
    background-image: url(../images/slideshow/bg5.png);
}
#home.style-3 .slides li:nth-child(6) {
    background-image: url(../images/slideshow/bg6.png);
}
#home.style-3 .home-inner {
    position: relative;
    z-index: 3;
    float: right;
    width: 50%;
    height: 100%;
    padding: 0px 60px;
    background-color: rgba(0,0,0, 0.5);
}
#home.style-3 .home-content {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
#home.style-3 h2 {
    margin-bottom: 20px;
    letter-spacing: 15px;
    display: inline-block;
    padding: 10px 10px 5px 60px;
    margin-left: -60px;
    line-height: 35px;
}
#home.style-3 h1 {
    margin-bottom: 20px;
}


/*Style 4*/
#home.style-4 .slideshow-container {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #222222;
    background-image: url(../images/preloader.gif) no-repeat center center;
}
#home.style-4 .slides {
    height: 100%;
    position: relative;
    width: 100%;
}
#home.style-4 .slides li {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    height: 100%;
    position: relative;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 130s linear 0.1s;
    -moz-transition: -moz-transform 130s linear 0.1s;
    -ms-transition: -ms-transform 130s linear 0.1s;
    -o-transition: -o-transform 130s linear 0.1s;
    transition: transform 130s linear 0.1s;
}
#home.style-4 .slides li.flex-active-slide {
    -moz-transform: scale(3.5);
    -webkit-transform: scale(3.5);
    -o-transform: scale(3.5);
    -ms-transform: scale(3.5);
    transform: scale(3.5);
}
#home.style-4 .slides li:nth-child(1) {
    background-image: url(../images/slideshow/bg1.png);
}
#home.style-4 .slides li:nth-child(2) {
    background-image: url(../images/slideshow/bg2.png);
}
#home.style-4 .slides li:nth-child(3) {
    background-image: url(../images/slideshow/bg3.png);
}
#home.style-4 .slides li:nth-child(4) {
    background-image: url(../images/slideshow/bg4.png);
}
#home.style-4 .slides li:nth-child(5) {
    background-image: url(../images/slideshow/bg5.png);
}
#home.style-4 .slides li:nth-child(6) {
    background-image: url(../images/slideshow/bg6.png);
}
#home.style-4 .home-inner {
    position: relative;
    z-index: 3;
    width: 52%;
    height: 100%;
    margin: 0px auto;
    background-color: rgba(0,0,0, 0.5);
}
#home.style-4 .home-content {
    position: relative;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
#home.style-4 h3 {
    margin-bottom: 20px;
    letter-spacing: 15px;
    line-height: 35px;
}
#home.style-4 h2 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 60px;
}
#home.style-4 h1 {
    margin-bottom: 5px;
    padding: 6px 15px 0px;
    line-height: 69px;
    display: inline-block;
}


/*Style 5*/
#home.style-5 .slideshow-container {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #222222;
    background-image: url(../images/preloader.gif) no-repeat center center;
}
#home.style-5 .slides {
    height: 100%;
    position: relative;
    width: 100%;
}
#home.style-5 .slides li {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    height: 100%;
    position: relative;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 130s linear 3.8s;
    -moz-transition: -moz-transform 130s linear 3.8s;
    -ms-transition: -ms-transform 130s linear 3.8s;
    -o-transition: -o-transform 130s linear 3.8s;
    transition: transform 130s linear 3.8s;
}
#home.style-5 .slides li.flex-active-slide {
    -moz-transform: scale(3.5);
    -webkit-transform: scale(3.5);
    -o-transform: scale(3.5);
    -ms-transform: scale(3.5);
    transform: scale(3.5);
}
#home.style-5 .slides li:nth-child(1) {
	background-image: url(../images/slideshow/bg1.jpg);
}
#home.style-5 .slides li:nth-child(2) {
	background-image: url(../images/slideshow/bg2.jpg);
}
#home.style-5 .slides li:nth-child(3) {
	background-image: url(../images/slideshow/bg3.jpg);
}

#home.style-5 .home-inner {
    position: relative;
    z-index: 3;
    width: 72%;
    height: 100%;
    margin: 0px auto;
}
#home.style-5 .home-content {
    position: relative;
    top: 50%;
    text-align: center;
    padding-top: 70px;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
#home.style-5 h3 {
    letter-spacing: 15px;
    line-height: 1915px;
    display: inline-block;
    position: absolute;
    top: -1000px;
    left: 50%;
    height: 1000px;
	
    padding: 0px 0px 0px 0px;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}
#home.style-5 h1 {
    margin-bottom: 0px;
    line-height: 69px;
}
#home.style-5 .button-transparent-white {
    margin-top: 25px;
}




/*==========================================================================================================================================
/*==========================================================================================================================================
	5.Sections Setup
============================================================================================================================================
============================================================================================================================================*/


.content-container {
    left: 0px;
    -webkit-transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -ms-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    transition: left 0.3s linear;
}
.content-container.visible {
    left: 300px;
}

section {
    background-color: #ffffff;
}
body.dark section {
    background-color: #282828;
}
body.dark h1, 
body.dark h2, 
body.dark h3, 
body.dark h4, 
body.dark h5, 
body.dark h6 {
    color: #bcbcbc;
}


.loading-screen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000 url(../images/preloader.gif) no-repeat center center;
    z-index: 999999 !important;
}


.color-switcher {
    position: fixed;
    top: 200px;
    right: -200px;
    width: 200px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #D6D6D6;
    z-index: 105;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.color-switcher.visible {
    right: -0px;
}
.color-switcher .panel-handle {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: -40px;
    font-size: 24px;
    color: #ffffff;
    padding: 15px 8px;
    border-radius: 3px;
    background-color: #333333;
}
.color-switcher h3 {
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 20px;
}
.color-switcher .color-pallets {

}
.color-switcher .color-pallets a {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 2px;
    margin-bottom: 2px;
    border: 1px solid #333333;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.color-switcher .color-pallets a.color-1 {
    background-color: #fef859;
    border: 1px solid #fef859;
}
.color-switcher .color-pallets a.color-2 {
    background-color: #1eace3;
    border: 1px solid #1eace3;
}
.color-switcher .color-pallets a.color-3 {
    background-color: #3bbe68;
    border: 1px solid #3bbe68;
}
.color-switcher .color-pallets a.color-4 {
    background-color: #dc3536;
    border: 1px solid #dc3536;
}
.color-switcher .color-pallets a.color-5 {
    background-color: #e3651e;
    border: 1px solid #e3651e;
}
.color-switcher .color-pallets a.color-6 {
    background-color: #b080e6;
    border: 1px solid #b080e6;
}
.color-switcher .color-pallets a.color-7 {
    background-color: #ffca12;
    border: 1px solid #ffca12;
}
.color-switcher .color-pallets a.current {
    border: 1px solid #333333;
}
.color-switcher .color-pallets > a:hover {
    border: 1px solid #333333;
}

h2.section-title {
	text-align: center;
}
h2.section-title:after {
    content: "";
    display: block;
    background-color: #bcbcbc;
    width: 225px;
    height: 2px;
    margin: 30px auto 0;
}
body.dark h2.section-title:after {
    background-color: #464646;
}
.center-text {
	text-align: center;
}
.right-text {
    text-align: right;
}
.left-text {
    text-align: left;
}
.min-text {
	padding: 0px 100px;
    font-size: 20px;
}
#services h2.section-title:after {
	background-color: #000000;
	width: 125px;
}
body.dark #services h2 {
    color: #464646;
}
#services .icon-box {
	text-align: center;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#services .icon-box h4 {
	font-family: Lato_regular;
	margin-bottom: 30px;
    padding-top: 100px;
    text-transform: inherit;
}
body.dark #services .icon-box h4 {
    color: #000000;
}
#services .icon-box p {
	color: #2f2f2f;
	font-size: 16px;
}
#featured-work {
    padding: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 170px 0px;
    background-image: url(../images/bg_2.png);
}
#featured-work h2 {
    font-size: 35px;
    margin-bottom: 30px;
}
#featured-work .slides .slide {

}
#featured-work h4:after {
    background-color: #5f6061;
    content: "";
    display: block;
    width: 116px;
    height: 1px;
    margin: 10px 0px 35px;
}
#featured-work p {
    color: #060606;
    font-size: 18px;
    margin-bottom: 40px;
}
#featured-work .flex-direction-nav a {
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    font-size: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#featured-work .flex-direction-nav .flex-prev {
    left: 50px;
    background-image: url(../images/arrow_left.png);
}
#featured-work .flex-direction-nav .flex-next {
    right: 50px;
    left: none;
    background-image: url(../images/arrow_right.png);
}
body.dark #featured-work {
    background-color: #1b1b1b;
    background-image: none;
}
body.dark #featured-work p {
    color: #bcbcbc;
}
body.dark #featured-work .flex-direction-nav .flex-prev {
    background-image: url(../images/arrow_left2.png);
}
body.dark #featured-work .flex-direction-nav .flex-next {
    background-image: url(../images/arrow_right2.png);
}
#portfolio .projects-container {
    width: 106%;
    position: relative;
}
#portfolio .projects-container article {
    margin: 0px 30px 30px 0px;
}
#portfolio .projects-container > article:nth-of-type(3n) {
    margin-right: 0px;
}
#portfolio .projects-container article figure {
    margin-bottom: 20px;
    position: relative;
}
#portfolio .projects-container article figure .project-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 5px solid;
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#portfolio .projects-container article figure .project-hover-info {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    text-align: center;
    opacity: 0;
    padding: 0px 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
#portfolio .projects-container article figure .project-hover-info h3 {
    font-size: 28px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px;
}
#portfolio .projects-container article figure .project-hover-info h3:after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background-color: #ffffff;
    margin: 5px auto 20px;
}
#portfolio .projects-container article figure .project-hover-info p {
    color: #ffffff;
    margin-bottom: 5px;
}
#portfolio .projects-container article figure .project-hover-info .date {
    color: #AAAAAA;
    font-size: 14px;
    margin-bottom: 0px;
}
#portfolio .projects-container article .project-info .project-title {
    display: inline-block;
    font-size: 20px;
    color: #2f2f2f;
}
#portfolio .projects-container article .project-info .project-cat {
    display: inline-block;
    float: right;
    color: #b2b2b2;
    font-size: 15px;
    line-height: 22px;
}
#portfolio .projects-container article:hover .project-overlay {
    opacity: 1;
}
#portfolio .projects-container article:hover figure .project-hover-info {
    opacity: 1;
}


.twitter-container {
    padding: 85px 0px;
    text-align: center;
    background-image: url(../images/slideshow/bg2.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
.twitter-container .twitter-start {
    margin-bottom: 30px;
}
.twitter-container .tweets, .twitter-container .tweets p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0px;
}
.twitter-container .tweets:after {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 225px;
    height: 2px;
    margin: 30px auto 20px;
}
.twitter-container .twitter-end {
    
}


#profile {
    background-color: #f4f4f3;
}
#profile .events-timeline {
    background: url(../images/profile_dot.png) repeat-y center center;
}
#profile .events-timeline:before,
#profile .events-timeline:after {
    content:"";
    display:table;
}
#profile .events-timeline:after {
    clear:both;
}
#profile .events-timeline .events-year {
    font-size: 20px;
    color: #000000;
    font-family: Lato_black;
    border-radius: 50%;
    margin: 0px auto 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    clear: both;
}
#profile .events-timeline .event {
    position: relative;
    width: 370px;
    display: block;
    margin: 30px 0px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#profile .events-timeline .event:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -115px;
    background-color: #bfbfbf;
    width: 115px;
    height: 1px;
}
#profile .events-timeline .column-left {
    position: relative;
    display: block;
    float: left;
    clear: left;
    margin: 15px 0px 30px 100px;
}
#profile .events-timeline .column-right {
    position: relative;
    display: block;
    float: right;
    clear: right;
    margin: -30px 100px 30px 0px;
}
#profile .events-timeline .column-right .event:first-child, #profile .events-timeline .column-left .event:first-child {
    margin-top: 0px;
}
#profile .events-timeline .event.img-style h4 {
    position: absolute;
    display: block;
    font-size: 24px;
    text-transform: capitalize;
    background-color: #e6e6e6;
    color: #000000;
    min-width: 140px;
    padding: 0px 20px;
    text-align: center;
    line-height: 43px;
    top: 50%;
    font-family: Lato_regular;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
#profile .events-timeline .column-left .event:after {
    left: auto;
    right: -115px;
}
#profile .events-timeline .column-right .event.img-style h4 {
    right: -70px;
}
#profile .events-timeline .column-left .event.img-style h4 {
    left: -70px;
}
#profile .events-timeline .event.text-style {
    border: 1px solid #bfbfbf;
    padding: 20px;
    text-align: center;
}
#profile .events-timeline .event.text-style h4 {
    margin-bottom: 0px;
    color: #000000;
    font-family: Lato_light;
    text-transform: initial;
}
#profile .events-timeline .event.text-style .event-date {
    margin-bottom: 0px;
    font-size: 14px;
    font-family: Lato_light;
}


#team {
    text-align: center;
}
#team .members-container {
    margin-bottom: 50px;
}
#team .member {
    height: 265px;
}
#team .member .member-img {
    margin-bottom: 15px;
}
#team .member .member-info {
    margin-top: 15px;
}
#team .member .member-name {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    color: #2f2f2f;
    text-align: left;
}
#team .member .member-position {
    color: #b2b2b2;
    font-size: 15px;
    display: block;
    text-align: left;
}
body.dark #team .member .member-name {
    color: #bcbcbc;
}
body.dark #team .member .member-position {
    color: #474747;
}
#team .bx-wrapper .bx-prev {
    left: -60px;
    background: url(../images/arrow1.png) no-repeat center;
}
#team .bx-wrapper .bx-next {
    right: -60px;
    background: url(../images/arrow2.png) no-repeat center;
}
body.dark #team .bx-wrapper .bx-prev {
    background: url(../images/arrow1d.png) no-repeat center;
}
body.dark #team .bx-wrapper .bx-next {
    background: url(../images/arrow2d.png) no-repeat center;
}
#team .bx-wrapper .bx-prev:hover, 
#team .bx-wrapper .bx-next:hover {
    background-position: center;
    opacity: 1;
}
#team .bx-wrapper .bx-controls-direction a {
    margin-top: -35px;
    width: 44px;
    height: 44px;
    z-index: 9;
    opacity: 0.7;
    background-size: cover;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
#team .member.flip .member-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 210px;
}
#team .member .basic-info {
    width:100%;
    height:100%;
    position:absolute;
    display:block; 
}
#team .member .social-info {
    display:block;
    width:100%;
    height:100%;
    position:absolute;            
    background: #C7C7C7;  
}
#team .member .social-info .links {
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
#team .member .social-info .links a {
    display: inline-block;
    color: #333333;
    width: 60px;
    font-size: 20px;
    border-right: 1px solid #333333;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#team .member .social-info .links a:hover {
    color: #ffffff;
}
#team .member .social-info .links a:last-child {
    border-right: 0;
}
#team .member.flip {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}
#team .member.flip .member-wrapper {
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    -ms-transition: -moz-transform 0.8s;
    -o-transition: -moz-transform 0.8s;
    transition: -moz-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;        
}
#team .member.flip .social-info {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
#team .member.flip .basic-info,
#team .member.flip .social-info {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
#team .member.flip .member-wrapper.flipIt {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}



#skills {
    background-color: #f4f4f3;
    text-align: center;
}
body.dark #skills {
    background-color: #1b1b1b;
}
#skills .testimonials-container .testimonials-start {
    margin-bottom: 20px;
}
#skills .testimonials-container .testimonials-list {
    position: relative;
    margin-bottom: 70px;
}
#skills .testimonials-container .testimonials-list p {
    margin-bottom: 40px;
}
#skills .testimonials-container .testimonials-list .client-name {
    color: #8f8f8f;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}
#skills .testimonials-container .testimonials-list .love-rate {
    word-spacing: 0px;
}
#skills .testimonials-container .testimonials-list .love-rate img {
    display: inline-block;
}
#skills .clients-list {
    width: 400px;
    margin: 0px auto;
}
#skills .clients-list .image-container {
    position: relative;
    cursor: pointer;
}
#skills .clients-list .image-container .overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#skills .clients-list .image-container:hover .overlay-bg, #skills .clients-list .flex-active-slide .overlay-bg {
    opacity: 0.6;
}


.bg-video-container {
    background-color: #222222;
    padding: 220px 0px;
    position: relative;
    overflow: hidden;
}
.bg-video-container .section-boxed {
    position: relative;
    z-index: 2;
}
.bg-video-container .video-promo {
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}
.bg-video-container .video-promo video {
    position: relative;
    min-width: 100%;
    min-height: 100%;
}


.pricing-tables {

}
.pricing-tables .price-plan {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pricing-tables .price-plan .plan-type {
    display: block;
    font-size: 24px;
    color: #2f2f2f;
    margin-bottom: 8px;
}
body.dark .pricing-tables .price-plan .plan-type {
    color: #bcbcbc;
}
.pricing-tables .price-plan .plan-image {
    width: 100%;
    border: 1px solid #1c1c1c;
    background-color: #1c1c1c;
    height: 170px;
    line-height: 170px;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pricing-tables .price-plan:nth-child(1) .plan-image {
    background-image: url(../images/price1.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.pricing-tables .price-plan:nth-child(2) .plan-image {
    background-image: url(../images/price2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #303030;
    border-color: #303030;
}
.pricing-tables .price-plan:nth-child(3) .plan-image {
    background-image: url(../images/price3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #464646;
    border-color: #464646;
}
.pricing-tables .price-plan:nth-child(4) .plan-image {
    background-image: url(../images/price4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #676767;
    border-color: #676767;
}
.pricing-tables .price-plan:nth-child(5) .plan-image {
    background-image: url(../images/price5.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #a1a1a1;
    border-color: #a1a1a1;
}
.pricing-tables .price-plan .plan-image img {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pricing-tables .price-plan .plan-price {
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #bcbcbc;
    font-family: Lato_light;
}
.pricing-tables .price-plan .plan-price .price-currency {
    font-size: 20px;
    vertical-align: top;
    margin-right: -2px;
    display: inline-block;
}
.pricing-tables .price-plan .plan-price .price-amount {
    font-size: 40px;
    display: inline-block;
}
body.dark .pricing-tables .price-plan .plan-price .price-amount {
    color: #bcbcbc;
}
.pricing-tables .price-plan .plan-price .price-per {
    font-size: 20px;
    display: inline-block;
}
body.dark .pricing-tables .price-plan .plan-price .price-currency, 
body.dark .pricing-tables .price-plan .plan-price .price-per {
    color: #474747;
}
.pricing-tables .price-plan .plan-features {

}
.pricing-tables .price-plan li {
    font-size: 13px;
    margin-bottom: 15px;
}
body.dark .pricing-tables .price-plan li {
    color: #bcbcbc;
}
.pricing-tables .columns > .price-plan:hover .plan-image {
    border-color: #bcbcbc;
}
.pricing-tables .price-plan:hover .plan-image img {
    opacity: 1;
}


#clients {
    background-image: url(../images/map.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
body.dark #clients h2 {
    color: #2f2f2f;
}
#clients h2.section-title:after {
    background-color: #000000;
}
#clients .columns .counter-container {
    color: #2f2f2f;
    text-transform: uppercase;
    margin-bottom: 50px;
}
#clients .columns > .counter-container:nth-child(3), #clients .columns > .counter-container:nth-child(4) {
    margin-bottom: 0px;
}
#clients .columns > .counter-container:nth-of-type(2n) {
    text-align: right;
}


#contact {

}
#contact h2.section-title:after {
    background-color: #000000;
}
body.dark #contact h2.section-title:after {
    background-color: #464646;
}
#contact .sub-title {
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
}
body.dark #contact .sub-title {
    color: #474747;
}
#contact form {

}
#contact form input[type=text], 
#contact form input[type=email] {
    width: 270px;
    height: 25px;
    padding: 21px 15px;
    border: 1px solid #c1c1c1;
    margin-right: 30px;
    float: left;
    display: block;
}
#contact form input[type=submit] {
    color: #2f2f2f;
    padding: 15px 75px;
    font-family: Lato_bold;
    text-transform: uppercase;
    font-size: 16px;
    width: 270px;
    border: 0;
}
body.dark #contact form input[type=text], 
body.dark #contact form input[type=email] {
    color: #969696;
    border: 1px solid #424242;
    background-color: transparent;
}
body.dark #contact ::-webkit-input-placeholder {
    color: #969696;
}
body.dark #contact :-moz-placeholder {
    color: #969696;
}
body.dark #contact ::-moz-placeholder {
    color: #969696;
}
body.dark #contact :-ms-input-placeholder {
    color: #969696;
}
#contact form input[type=submit] {
    color: #2f2f2f;
    padding: 15px 75px;
    font-family: Lato_bold;
    text-transform: uppercase;
    font-size: 16px;
    width: 270px;
    border: 0;
}
#contact form label {
    display: none !important;
}
#contact form input.error {
    border-color: #E70000;
}
.contact {
    padding: 35px 0px 100px;
}






/*==========================================================================================================================================
/*==========================================================================================================================================
	6.Footer Setup
============================================================================================================================================
============================================================================================================================================*/

footer {
    padding: 60px 0px;
    position: relative;
    left: 0px;
    background-color: #1a1a1a;
    text-align: center;
    -webkit-transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -ms-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    transition: left 0.3s linear;
}
footer.visible {
    left: 300px;
}
footer .info-box {
    
}
footer .info-box .box-image {
    margin-bottom: 25px;
    line-height: 34px;
}
footer .info-box .box-image a {
    display: inline-block;
    color: #737373;
    font-size: 21px;
    margin: 0px 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
footer .info-box .box-image a:hover {
    color: #ffffff;
}
footer h4 {
    color: #424242;
    margin-bottom: 0px;
    text-transform: capitalize;
    line-height: 32px;
    font-size: 21px;
    font-family: Lato_regular;
}
footer p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #424242;
    line-height: 25px;
}
footer .box-info a {
    color: #424242;
}
body.dark footer h4, 
body.dark footer p, 
body.dark footer .box-info a {
    color: #424242;
}


/*==========================================================================================================================================
/*==========================================================================================================================================
	7.Blog Setup
============================================================================================================================================
============================================================================================================================================*/

.top-header {
    background: url(../images/bg_4.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 115px 0px;
}
.top-header h1 {
    font-size: 70px;
    line-height: 76px;
}
.top-header h2 {
    font-size: 30px;
    line-height: 36px;
}
.top-header h2.styled:after {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 225px;
    height: 2px;
    margin: 30px auto 0;
}
.top-header .white {
    color: #ffffff;
}
.top-header .black {
    color: #000000;
}
.top-header.style-1 .button-transparent-white {
    font-size: 22px;
}
.blog-container .posts-container {
    width: 106%;
    position: relative;
    margin-top: 90px;
}
.blog-container .posts-container article {
    margin: 0px 30px 30px 0px;
    width: 370px;
    text-align: center;
}
.blog-container .posts-container > article:nth-of-type(3n) {
    margin-right: 0px;
}
.blog-container .posts-container article figure {
    position: relative;
}
.blog-container .posts-container article figure .post-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog-container .posts-container article figure .post-hover-info {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 46%;
    text-align: center;
}
.blog-container .posts-container article figure .post-hover-info a {
    display: inline-block;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog-container .posts-container article figure .post-hover-info .post-image {
    width: 25px;
    height: 24px;
    background-image: url(../images/hover1.png);
}
.blog-container .posts-container article .post-info {
    display: block;
    padding: 25px;
    border: 1px solid #bfbfbf;
}
.blog-container .posts-container article .post-info a {
    color: #000000;
}
.blog-container .posts-container article .post-info .post-title {
    display: block;
    font-size: 20px;
    font-family: Lato_light;
    margin-bottom: 10px;
}
.blog-container .posts-container article .post-info .post-date {
    display: block;
    font-size: 14px;
    font-family: Lato_light;
}
.blog-container .posts-container article .post-info .post-comments {
    display: inline-block;
    margin: 0px 15px;
}
.blog-container .posts-container article .post-info .post-love {
    display: inline-block;
    margin: 0px 15px;
}
.blog-container .posts-container article .post-info .post-comments i,
.blog-container .posts-container article .post-info .post-love i {
    font-size: 18px;
    margin-right: 4px;
    vertical-align: sub;
}
.blog-container .posts-container article .post-info .post-date:after {
    content: "";
    display: block;
    width: 152px;
    height: 1px;
    background-color: rgba(0,0,0,0.4);
    margin: 15px auto;
}
.blog-container .posts-container article.post-image figure:hover .post-overlay {
    opacity: 1;
}
.blog-container .posts-container article.post-image figure:hover .post-hover-info a {
    opacity: 1;
}

.blog-container .posts-container article.native-video .mejs-overlay-button {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    background-size: cover;
}
.blog-container .posts-container article.native-video .mejs-overlay:hover .mejs-overlay-button{
    background-position: 0 -70px;
}
.blog-container .posts-container article.post-text .post-info {
    padding: 45px 25px;
    background-color: #ffffff;
}

.blog-container .posts-container article.post-slideshow .flex-direction-nav a {
    opacity: 0.7;
}
.blog-container .posts-container article.post-slideshow .flex-direction-nav .flex-prev {
    left: 0px;
    background-image: url('../images/arrow_left.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-container .posts-container article.post-slideshow .flex-direction-nav .flex-next {
    right: 0px;
    background-image: url('../images/arrow_right.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-container .posts-container article.post-slideshow .flex-direction-nav a:hover {
    opacity: 1;
}
.blog-container .blog-load {
    padding: 30px 0px 0px;
    text-align: center;
}





/*Blog Single*/
.blog-single-container {
    padding: 170px 0px 0px;
}
.blog-single-container .post-container {
    float: left;
    width: 870px;
    margin-right: 30px;
}
.blog-single-container .post-container article {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #bfbfbf;
}
.blog-single-container .post-container article figure {
    position: relative;
    margin-bottom: 50px;
}
.blog-single-container .post-container article figure .post-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog-single-container .post-container article figure .post-hover-info {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 46%;
    text-align: center;
}
.blog-single-container .post-container article figure .post-hover-info a {
    display: inline-block;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog-single-container .post-container article figure .post-hover-info .post-image {
    width: 25px;
    height: 24px;
    background-image: url(../images/hover1.png);
}
.blog-single-container .post-container article .post-info {
    margin-bottom: 50px;
}
.blog-single-container .post-container article .post-info .post-title {
    display: block;
    font-size: 30px;
    font-family: Lato_light;
    margin-bottom: 10px;
}
.blog-single-container .post-container article .post-info span {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #000000;
    font-size: 14px;
    font-family: Lato_light;
    color: #000000;
}
.blog-single-container .post-container article .post-info span:last-child {
    border-right: 0;
}
.blog-single-container .post-container article .post-info span a {
    font-size: 14px;
    color: #000000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog-single-container .post-container article .post-info span a:hover {
    color: #888888;
}
.blog-single-container .post-container article.post-image figure:hover .post-overlay {
    opacity: 1;
}
.blog-single-container .post-container article.post-image figure:hover .post-hover-info a {
    opacity: 1;
}
.blog-single-container .post-container article .post-content {

}
.blog-single-container .post-container article .post-content p:last-child {
    margin-bottom: 0px;
}

.blog-single-container .post-container article.post-slideshow .flex-direction-nav a {
    opacity: 0.7;
}
.blog-single-container .post-container article.post-slideshow .flex-direction-nav .flex-prev {
    left: 0px;
    background-image: url('../images/arrow_left.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-single-container .post-container article.post-slideshow .flex-direction-nav .flex-next {
    right: 0px;
    background-image: url('../images/arrow_right.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-single-container .post-container article.post-slideshow .flex-direction-nav a:hover {
    opacity: 1;
}
.blog-single-container .post-container .post-comments {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #bfbfbf;
}
.blog-single-container .post-container .post-comments > h4 {
    font-family: Lato_regular;
    color: #2f2f2f;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.blog-single-container .post-container .post-comments .post-comment {
    margin-bottom: 50px;
}
.blog-single-container .post-container .post-comments .post-comment:last-child {
    margin-bottom: 0px;
}
.blog-single-container .post-container .post-comments .post-comment.sub-comment {
    margin-left: 100px;
}
.blog-single-container .post-container .post-comments .post-comment .user-avatar {
    background: url(../images/blog/author.png) no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    float: left;
}
.blog-single-container .post-container .post-comments .post-comment .comment-info {
    margin-left: 100px;
}
.blog-single-container .post-container .post-comments .post-comment .comment-info .user-name {
    color: #acacac;
    font-size: 20px;
    margin-bottom: 2px;
}
.blog-single-container .post-container .post-comments .post-comment .comment-info .user-name h4 {
    color: #2f2f2f;
    font-family: Lato_regular;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: capitalize;
}
.blog-single-container .post-container .post-comments .post-comment .comment-info .comment-date {
    font-family: Lato_light;
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
}
.blog-single-container .post-container .post-comments .post-comment .comment-content {
    margin-left: 100px;
}
.blog-single-container .post-container .post-comments .post-comment .comment-content p {
    font-family: Lato_light;
    color: #000000;
}
.blog-single-container .post-container .post-comments .post-comment .comment-content p:last-child {
    margin-bottom: 0px;
}
.blog-single-container .post-container .comment-form {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #bfbfbf;
}
.blog-single-container .post-container .comment-form h4 {
    font-family: Lato_regular;
    color: #2f2f2f;
    text-transform: inherit;
    margin-bottom: 30px;
}
.blog-single-container .post-container .comment-form form:before,
.blog-single-container .post-container .comment-form form:after {
    content:"";
    display:table;
}
.blog-single-container .post-container .comment-form form:after {
    clear:both;
}
.blog-single-container .post-container .comment-form form .inputs {
    float: left;
    width: 50%;
    margin-right: 30px;
}
.blog-single-container .post-container .comment-form form input[type=text], 
.blog-single-container .post-container .comment-form form input[type=email] {
    border: 1px solid #bcbcbc;
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
}
.blog-single-container .post-container .comment-form form textarea {
    float: left;
    border: 1px solid #bcbcbc;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    height: 106px;
    width: 405px;
}
.blog-single-container .post-container .comment-form form input[type=submit] {
    display: inline-block;
    float: right;
    font-family: Lato_bold;
    color: #2f2f2f;
    font-size: 16px;
    padding: 10px 40px;
    border: 0px;
}


.sidebar-container {
    float: left;
    width: 270px;
    margin-bottom: 50px;
}
.sidebar-container .sidebar-widget {
    margin-bottom: 50px;
}
.sidebar-container .sidebar-widget h4 {
    color: #2f2f2f;
    font-family: Lato_regular;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.sidebar-container .sidebar-widget p {
    color: #000000;
}
.sidebar-container .sidebar-widget p:last-child {
    margin-bottom: 0px;
}
.sidebar-container .sidebar-widget.search-widget form {
    position: relative;
    width: 270px;
}
.sidebar-container .sidebar-widget.search-widget form input[type=text] {
    width: 270px;
    border: 1px solid #bcbcbc;
    padding: 10px 40px 10px 20px;
}
.sidebar-container .sidebar-widget.search-widget form input[type=submit] {
    position: absolute;
    top: 23%;
    right: 15px;
    display: inline-block;
    font-size: 18px;
    width: 20px;
    height: 20px;
    background: url(../images/blog/search.png) no-repeat;
    background-size: cover;
    border: 0;
}
.sidebar-container .sidebar-widget.categories-widget a {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid #bcbcbc;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sidebar-container .sidebar-widget.categories-widget a:hover {
    color: #888888;
}
.sidebar-container .sidebar-widget.categories-widget a .inner {
    display: block;
    padding-left: 20px;
}
.sidebar-container .sidebar-widget.categories-widget a i {
    display: inline-block;
    float: left;
    color: #bcbcbc;
    font-size: 11px;
    margin-top: 5px;
}
.sidebar-container .sidebar-widget.posts-widget a {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid #bcbcbc;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sidebar-container .sidebar-widget.posts-widget a:hover {
    color: #888888;
}
.sidebar-container .sidebar-widget.posts-widget a .inner {
    display: block;
    padding-left: 20px;
}
.sidebar-container .sidebar-widget.posts-widget a .post-date {
    display: block;
    color: #969696;
    font-size: 14px;
    margin-top: 10px;
}
.sidebar-container .sidebar-widget.posts-widget a i {
    display: inline-block;
    float: left;
    color: #bcbcbc;
    font-size: 11px;
    margin-top: 5px;
}
.sidebar-container .sidebar-widget.tags-widget {

}
.sidebar-container .sidebar-widget.tags-widget a {
    display: inline-block;
    padding: 5px 15px;
    color: #666666;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sidebar-container .sidebar-widget.tags-widget a:hover {
    color: #000000;
}


/*==========================================================================================================================================
/*==========================================================================================================================================
	8.Shortcodes Setup
============================================================================================================================================
============================================================================================================================================*/

.visible{visibility: visible;}

.divider-10, .divider-20, .divider-30, .divider-40, .divider-50, .divider-60, .divider-70, .divider-80 {
    margin: 0px;
    width: 100%;
    padding: 0px;
    display: block;
}
.divider-10 {
    height: 10px;
}
.divider-20 {
    height: 20px;
}
.divider-30 {
    height: 30px;
}
.divider-40 {
    height: 40px;
}
.divider-50 {
    height: 50px;
}
.divider-60 {
    height: 60px;
}
.divider-70 {
    height: 70px;
}
.divider-80 {
    height: 80px;
}



.columns {

}
.columns:before,
.columns:after {
    content:"";
    display:table;
}
.columns:after {
    clear:both;
}
.one-half, .one-third, .one-fourth, .one-fifth, .two-third, .two-fifth, .three-fourth, .three-fifth {
	float: left;
	margin-right: 2.5%;
	margin-bottom: 30px;
	position: relative;
}
.one-full {
	width: 100%;
}
.one-half {
	width: 48.75%;
}
.one-third {
	width: 31.6666%;
}
.one-fourth {
	width: 23.125%;
}
.one-fifth {
    width: 14.53%;
    margin-right: 6.83%;
}
.two-third {
	width: 65.8333%;
}
.two-fifth {
	width: 39%;
}
.three-fourth {
	width: 74.375%;
}
.three-fifth {
	width: 58.5%;
}
.columns > .one-half:nth-of-type(2n) , .columns > .one-third:nth-of-type(3n), .columns > .one-fourth:nth-of-type(4n), .columns > .one-fifth:nth-of-type(5n), .last-col {
	margin-right: 0px !important;
}
.last-col-padding {
	padding-right: 0px !important;
}



.icon-box {

}
.icon-box .box-image {
	float: left;
	margin-top: 10px;
	width: 100%;
}
.icon-box .box-info {
	margin-top: 100px;
}


.parallax-section {
	padding: 125px 0px;
	background: 50% 0 no-repeat;
    background-image: url(../images/slideshow/bg6.png);
    background-attachment: fixed;
    background-size: cover;
}


.title-style-2 {
	text-align: center;
}
.title-style-2 h1 {
	color: #ffffff;
	margin-bottom: 0px;
}
.title-style-2 h1:after {
	content: "";
	display: block;
	background-color: #ffffff;
	width: 225px;
	height: 2px;
	margin: 30px auto 0;
}
.title-style-2 h4 {
	color: #ffffff;
	margin-bottom: 5px;
}


.button-transparent-black {
    background-color: transparent;
    border-radius: 10px;
    padding: 15px 50px;
    color: #000000;
    font-family: Lato_black;
    text-transform: uppercase;
    border: 2px solid #222222;
    display: inline-block;
    font-size: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.button-transparent-black:hover {
    background-color: #2E2E2E;
    border: 2px solid #2E2E2E;
}
.button-transparent-white {
    background-color: transparent;
    border-radius: 10px;
    padding: 15px 50px;
    color: #ffffff;
    font-family: Lato_black;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    display: inline-block;
    font-size: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.button-transparent-white:hover {
    background-color: #dedede;
    color: #000000;
    border: 2px solid #dedede;
}
body.dark .button-transparent-white {
    color: #bcbcbc;
    border: 2px solid #303336;
}
body.dark .button-transparent-white:hover {
    background-color: #bcbcbc;
    color: #000000;
    border: 2px solid #bcbcbc;
}

.counter-container {

}
.counter-container .light {
    font-size: 26px;
}
.counter-container .bold {
    font-size: 40px;
    font-family: Lato_black;
}
.counter-container .semi {
    font-size: 20px;
    font-family: Lato_black;
}


.quote {
    margin: 50px 0px 50px 50px;
    border-left: 2px solid #bcbcbc;
    padding-left: 30px;
    font-size: 20px;
    color: #000000;
    font-style: italic;
    line-height: 30px;
}

/*===========================================================================================
	9.Responsive Design Setup
=============================================================================================*/

/*========== W I D E     S C R E E N =============*/

/* Desktop Version */
@media only screen and (min-width : 1230px) {

	header nav {
        display: block !important;
    }

}



/*========== M E D I U M     S C R E E N =============*/

/* Tablet Version */
@media only screen and (min-width : 690px) and (max-width : 1230px) {

	.section-boxed {
        max-width: 600px !important;
    }

    .color-switcher {
        display: none;
    }

    /*Main Menu====================*/
    header.style-1 {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 80px;
	    padding: 0px;
	}
	header.style-1 .desktop-navigation {
		display: none;
	}
    header.style-1 .header-container {
	margin: 0px auto;
	padding: 0px 15px;
	max-width: 600px !important;
	position: relative;
	height: 80px;
	}
    header.style-1 .logo-container {
    	padding: 0px;
		margin-bottom: 0px;
        line-height: 80px;
        float: left;
    }
    header.style-1 nav {
        display: none;
        position: absolute;
        right: 0px;
        width: 100%;
        top: 80px;
    }
    header.style-1 nav > ul,
    header.style-1 nav > ul ul,
    header.style-1 nav > ul ul ul {
        display: block;
        position: relative;
        left: 0px;
        top: 0px;
        border-top: 0;
        width: 100%;
    }
    header.style-1 nav > ul {
        border-top: 1px solid #272727;
    }
    header.style-1 nav > ul ul,
    header.style-1 nav > ul ul ul {
        display: none;
        padding-left: 20px;
    }
    header.style-1 nav > ul > li,
    header.style-1 nav > ul ul li {
        left: 0px;
        top: 0px;
    }
    header.style-1 nav > ul > li > a,
    header.style-1 nav > ul ul li a {
    	text-align: left;
        display: block;
        position: relative;
        padding: 15px;
        border-bottom: 1px solid #272727;
        line-height: 20px;
        background-color: #1a1a1a;
    }
    header.style-1 nav .arrow-right {
        display: none;
    }
    header.style-1 nav .arrow-down {
        display: inline-block;
    }
    header .mobile-navigation {
        display: block;
    }
    header.style-2 nav {
        display: none;
        float: none;
        position: absolute;
        right: 0px;
        width: 100%;
        top: 70px;
        border-top: 1px solid #272727;
    }
    header.style-2 nav > ul,
    header.style-2 nav > ul ul,
    header.style-2 nav > ul ul ul {
        display: block;
        position: relative;
        left: 0px;
        top: 0px;
        background-color: #ffffff;
        border-top: 0;
        width: 100%;
    }
    header.style-2 nav > ul ul,
    header.style-2 nav > ul ul ul {
        display: none;
        padding-left: 20px;
    }
    header.style-2 nav > ul > li,
    header.style-2 nav > ul ul li {
        display: block;
        position: relative;
        left: 0px;
        top: 0px;
        float: none;
    }
    header.style-2 nav > ul > li > a,
    header.style-2 nav > ul ul li a,
    header.style-2.sticky nav > ul > li > a,
    header.style-2.sticky nav > ul ul li a {
        display: block;
        position: relative;
        padding: 15px;
        line-height: 20px;
        border-bottom: 1px solid #272727;
        background-color: #1a1a1a;
    }
    header.style-2 nav .arrow-right {
        display: none;
    }
    header.style-2 nav .arrow-down {
        display: inline-block;
    }
    header.style-2 .mobile-navigation {
        margin-top: 10px;
    }








    .min-text {
		padding: 0px;
	}

    .one-half, .one-third, .one-fourth, .columns > .one-fifth:nth-of-type(5n), .two-third, .two-fifth, .three-fourth, .three-fifth {
		margin-right: 3.33%;
		margin-bottom: 20px;
	}
	.one-full,.one-half, .one-third, .two-third, .two-fifth, .three-fourth, .three-fifth {
		width: 100% !important;
	}
	.one-fourth {
		width: 48.335% !important;
	}
    .one-fifth {
        width: 45% !important;
        margin-right: 10%;
        margin-bottom: 40px;
    }
	.columns > .one-fourth:nth-of-type(2n), .columns > .one-fifth:nth-of-type(2n), .columns .one-half, .columns .one-third, .columns .two-third,
     .columns .two-fifth , .columns .three-fourth , .columns .three-fifth , .last-col {
		margin-right: 0px !important;
	}

    #home.standard h1 {
        font-size: 50px;
        line-height: 60px;
    }
    #home.style-1 h1 {
        font-size: 29px;
        line-height: 40px;
    }
    #home.style-1 h2 {
        font-size: 17px;
    }

    #home.style-2 .home-inner {
        height: 100%;
    }
    #home.style-2 .slideshow-container {
        display: none;
    }
    #home.style-2 .section-boxed {
        top: 50%;
        position: relative;
        -webkit-transform: translate(0%,-50%);
        -moz-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        -o-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }
    #home.style-2 h1 {
        font-size: 29px;
        line-height: 40px;
    }
    #home.style-2 h2 {
        font-size: 17px;
    }

    #home.style-3 h1 {
        font-size: 30px;
        line-height: 40px;
    }
    #home.style-3 h2 {
        font-size: 22px;
    }
    #home.style-4 .home-inner {
        width: 100%;
    }
    #home.style-5 h1 {
        font-size: 30px;
        line-height: 40px;
    }


#home.style-5 .home-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0px auto;
}


    #featured-work .button-transparent-black {
        margin-bottom: 50px;
    }
    #featured-work .right-text {
        text-align: center;
    }
    #featured-work .flex-direction-nav .flex-prev {
        left: 15px;
    }
    #featured-work .flex-direction-nav .flex-next {
        right: 15px;
    }

    #portfolio .projects-container article {
        width: 44.8%;
    }
    #portfolio .projects-container > article:nth-of-type(2n) {
        margin-right: 0px;
    }
    #portfolio .projects-container article figure .project-hover-info h3 {
        font-size: 20px;
    }
    #portfolio .projects-container article figure .project-hover-info h3:after {
        width: 80px;
        margin: 2px auto 20px;
    }
    #portfolio .projects-container article figure .project-hover-info p {
        font-size: 14px;
    }
    #portfolio .projects-container article figure .project-hover-info .date {
        font-size: 12px;
    }

    #profile .events-timeline .column-left {
        margin-left: 0px;
    }
    #profile .events-timeline .column-right {
        margin-right: 0px;
    }
    #profile .events-timeline .event {
        width: 250px;
    }
    #profile .events-timeline .event:after {
        left: -35px;
        width: 35px;
    }
    #profile .events-timeline .column-left .event:after {
        left: auto;
        right: -35px;
    }

    #team .member {
        width: 270px !important;
        height: 208px;
    }
    #team .member.flip .member-wrapper {
        height: 153px;
    }
    #team .member .member-name, #team .member .member-position {

    }
    #team .bx-wrapper .bx-controls-direction a {
        margin-top: -35px;
        width: 35px;
        height: 35px;
    }
    #team .member .social-info .links a {
        width: 51px;
    }

    #clients {
        background-image: url(../images/map2.png);
    }
    #clients .columns > .counter-container:nth-of-type(2n), 
    #clients .columns > .counter-container {
        text-align: center;
        margin-bottom: 50px !important;
    }

    #contact form input {
        width: 100% !important;
        margin-bottom: 15px;
    }

    footer .info-box {
        margin-bottom: 50px;
    }

    .top-header h1 {
        font-size: 66px;
        line-height: 72px;
    }
    .blog-container .posts-container article {
        width: 44.8%;
    }
    .blog-container .posts-container > article:nth-of-type(2n) {
        margin-right: 0px;
    }


    .sidebar-container, 
    .blog-single-container .post-container, 
    .blog-single-container .post-container .comment-form form .inputs, 
    .blog-single-container .post-container .comment-form form textarea {
        width: 100%;    
    }
    .blog-single-container .post-container .comment-form form {
        text-align: center;
    }
    .blog-single-container .post-container .comment-form form input[type=submit] {
        float: none;
    }
}



/*========== S M A L L     S C R E E N =============*/

/* Mobile Version */
@media only screen and (max-width : 690px) {

	.section-boxed {
        max-width: 300px !important;
    }

    .color-switcher {
        display: none;
    }

    /*Main Menu====================*/
	
	
	h5 {
	font-size: 14px;
	line-height: 15px;
	padding-left: 20px;
	padding-right: 20px;
	
}
	
    header.style-1 {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 80px;
	    padding: 0px;
	}
	header.style-1 .desktop-navigation {
		display: none;
	}
    header.style-1 .header-container {
	    margin: 0px auto;
		padding: 0px 15px;
		max-width: 300px !important;
		position: relative;
	    height: 80px;
	}
    header.style-1 .logo-container {
    	padding: 0px;
		margin-bottom: 0px;
        line-height: 80px;
        float: left;
        width: 150px;
    }
    header.style-1 nav {
        display: none;
        position: absolute;
        right: 0px;
        width: 100%;
        top: 80px;
    }
    header.style-1 nav > ul,
    header.style-1 nav > ul ul,
    header.style-1 nav > ul ul ul {
        display: block;
        position: relative;
        left: 0px;
        top: 0px;
        border-top: 0;
        width: 100%;
    }
    header.style-1 nav > ul {
        border-top: 1px solid #272727;
    }
    header.style-1 nav > ul ul,
    header.style-1 nav > ul ul ul {
        display: none;
        padding-left: 20px;
    }
    header.style-1 nav > ul > li,
    header.style-1 nav > ul ul li {
        left: 0px;
        top: 0px;
    }
    header.style-1 nav > ul > li > a,
    header.style-1 nav > ul ul li a {
    	text-align: left;
        display: block;
        position: relative;
        padding: 15px;
        border-bottom: 1px solid #272727;
        line-height: 20px;
        background-color: #1a1a1a;
    }
    header.style-1 nav .arrow-right {
        display: none;
    }
    header.style-1 nav .arrow-down {
        display: inline-block;
    }

    header .mobile-navigation {
        display: block;
        height: 35px;
        width: 35px;
        margin-top: 22px;
        background-size: 55%;
    }

    header.style-2 nav {
        display: none;
        float: none;
        position: absolute;
        right: 0px;
        width: 100%;
        top: 70px;
        border-top: 1px solid #272727;
    }
    header.style-2 nav > ul,
    header.style-2 nav > ul ul,
    header.style-2 nav > ul ul ul {
        display: block;
        position: relative;
        left: 0px;
        top: 0px;
        border-top: 0;
        width: 100%;
    }
    header.style-2 nav > ul ul,
    header.style-2 nav > ul ul ul {
        display: none;
        padding-left: 20px;
    }
    header.style-2 nav > ul > li,
    header.style-2 nav > ul ul li {
        display: block;
        position: relative;
        left: 0px;
        top: 0px;
        float: none;
    }
    header.style-2 nav > ul > li > a,
    header.style-2 nav > ul ul li a {
        display: block;
        position: relative;
        padding: 15px;
        line-height: inherit;
        border-bottom: 1px solid #272727;
        line-height: 20px;
        background-color: #1a1a1a;
    }
    header.style-2 nav .arrow-right {
        display: none;
    }
    header.style-2 nav .arrow-down {
        display: inline-block;
    }
    header.style-2 .mobile-navigation {
        margin-top: 18px;
    }





    h2.section-title {
        font-size: 25px;
        line-height: 30px;
    }
    .title-style-2 h1 {
        line-height: 52px;
        font-size: 42px;
    }

    .min-text {
		padding: 0px;
	}

    .one-half, .one-third, .one-fourth, .one-fifth, .two-third, .two-fifth, .three-fourth, .three-fifth {
		width: 100%;
	}
	.columns .one-half , .columns .one-third , .columns .one-fourth, .columns .one-fifth , .columns .two-third , .columns .two-fifth , .columns .three-fourth , .columns .three-fifth , .last-col {
		margin-right: 0px !important;
	}

    .quote {
        margin: 50px 0px;
    }

    #home h1 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    #home.standard h2.styled:after {
        margin: 15px auto 0;
    }
    #home h2 {
        font-size: 25px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    #home.home-video .home-inner h1 {
        font-size: 33px;
        line-height: 35px;
    }

    #home.style-1 .slideshow-container {
        display: none;
    }
    #home.style-1 .home-inner {
        width: 100%;
        height: 100%;
        text-align: center;
    }
    #home.style-1 h1 {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    #home.style-1 h2 {
        font-size: 17px;
        margin-bottom: 20px;
    }
    #home .button-transparent-black {
        font-size: 15px;
    }

    #home.style-2 .home-inner {
        height: 100%;
    }
    #home.style-2 .slideshow-container {
        display: none;
    }
    #home.style-2 .section-boxed {
        top: 50%;
        position: relative;
        -webkit-transform: translate(0%,-50%);
        -moz-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        -o-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }
    #home.style-2 .home-content {
        padding: 0px;
    }
    #home.style-2 h1 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 25px;
    }
    #home.style-2 h2 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    #home.style-3 .home-inner {
        width: 100%;
    }
    #home.style-3 h1 {
        font-size: 20px;
        line-height: 29px;
    }
    #home.style-3 h2 {
        font-size: 22px;
    }
    #home .button-transparent-white {
        font-size: 15px;
    }

    #home.style-4 .home-inner {
        width: 100%;
    }
    #home.style-4 h1 {
        line-height: 40px;
        font-size: 24px;
    }
    #home.style-4 h2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 7px;
    }
    #home.style-5 .home-inner {
        width: 100%;
    }
    #home.style-5 h1 {
        line-height: 34px;
        font-size: 24px;
    }
    #home.style-5 h3 {
        font-size: 30px;
        top: -850px;
        padding: 0px 0px 0px 0px;
    }


    #featured-work .button-transparent-black {
        margin-bottom: 50px;
    }
    #featured-work h2 {
        font-size: 30px;
    }
    #featured-work .flex-direction-nav a {
        top: 40px;
        margin-top: 0px;
    }

    #portfolio .projects-container {
        width: 100%;
    }
    #portfolio .projects-container article {
        margin-right: 0px;
        margin-bottom: 40px;
        width: 100%;
    }
    #portfolio .projects-container article figure .project-hover-info h3 {
        font-size: 20px;
    }
    #portfolio .projects-container article figure .project-hover-info h3:after {
        width: 80px;
        margin: 2px auto 20px;
    }
    #portfolio .projects-container article figure .project-hover-info p {
        font-size: 14px;
    }
    #portfolio .projects-container article figure .project-hover-info .date {
        font-size: 12px;
    }

    #profile .events-timeline {
        background: none;
    }
    #profile .events-timeline .column-left, 
    #profile .events-timeline .column-right {
        float: none;
        width: 100%;
        margin: 0px;
    }
    #profile .events-timeline .event {
        width: 100%;
        margin: 0px 0px 60px;
    }
    #profile .events-timeline .event:after {
        display: none;
    }
    #profile .events-timeline .event.img-style h4, 
    #profile .events-timeline .column-right .event.img-style h4, 
    #profile .events-timeline .column-left .event.img-style h4 {
        top: auto;
        bottom: -19px;
        margin-bottom: 0px;
        right: auto;
        left: 50%;
        font-family: Lato_regular;
        -webkit-transform: translate(-50%,0%);
        -moz-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
        -o-transform: translate(-50%,0%);
        transform: translate(-50%,0%);
    }


    #team .member {
        height: 208px;
    }
    #team .member.flip .member-wrapper {
        height: 153px;
    }
    #team .bx-wrapper .bx-controls-direction a {
        margin-top: -35px;
        width: 35px;
        height: 35px;
    }
    #team .member .social-info .links a {
        width: 51px;
    }
    .bx-wrapper .bx-controls-direction a {
        top: -15%;
    }
    #team .bx-wrapper .bx-prev {
        left: 85px;
    }
    #team .bx-wrapper .bx-next {
        right: 85px;
    }

    #clients {
        background-image: url(../images/map2.png);
    }
    #clients .columns > .counter-container:nth-of-type(2n), 
    #clients .columns > .counter-container {
        text-align: center;
        margin-bottom: 50px !important;
    }
    #skills .clients-list {
        width: 100%;
    }

    #contact form input {
        width: 100% !important;
        margin-bottom: 15px;
    }

    footer .info-box {
        margin-bottom: 50px;
    }
    footer .info-box .box-image a {
        margin: 0px 15px;
    }

    .top-header h1 {
        font-size: 32px;
        line-height: 45px;
    }
    .top-header h2 {
        font-size: 28px;
        line-height: 22px;
    }
    .blog-container .posts-container {
        width: 100%;
    }
    .blog-container .posts-container article {
        margin-right: 0px;
        margin-bottom: 40px;
        width: 100%;
    }

    .blog-single-container .post-container article figure, 
    .blog-single-container .post-container article .post-info {
        margin-bottom: 30px;
    }
    .blog-single-container .post-container article .post-info span {
        margin-right: 5px;
        line-height: 24px;
    }

    .blog-single-container .post-container .post-comments .post-comment .user-avatar {
        width: 50px;
        height: 50px;
    }
    .blog-single-container .post-container .post-comments .post-comment .comment-info {
        margin-left: 70px;
    }
    .blog-single-container .post-container .post-comments .post-comment .comment-content {
        margin-left: 0px;
        margin-top: 25px;
    }
    .blog-single-container .post-container .post-comments .post-comment.sub-comment {
        margin-left: 0px;
    }

    .sidebar-container, 
    .blog-single-container .post-container, 
    .blog-single-container .post-container .comment-form form .inputs, 
    .blog-single-container .post-container .comment-form form textarea {
        width: 100%;    
    }
    .blog-single-container .post-container .comment-form form {
        text-align: center;
    }
    .blog-single-container .post-container .comment-form form input[type=submit] {
        float: none;
    }

}
