/*
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: 100px 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;
}

html {
}
body {
	z-index: 0;
	color: #696f6f;
	font-size: 16px;
    position: relative;
	overflow-y: auto;
	overflow-x: auto;
	background-color: #ffffff;
	font-family: 'Lato', sans-serif;
}
p {
	color: #2f2f2f;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight:400;

}
h1, h2, h3, h4, h5, h6 {
	color: #2f2f2f;
	position: relative;
	font-weight:900;
	margin-bottom: 80px;
	text-transform: uppercase;
}
h1 {
	font-size: 60px;
	line-height: 72px;
}
h2 {
	font-size: 40px;
	line-height: 46px;
}
h3 {
	font-size: 30px;
	line-height: 38px;
}
h4 {
	font-size: 20px;
	line-height: 30px;
}
h5 {
	font-size: 18px;
	line-height: 24px;
}
h6 {
	font-size: 16px;
	line-height: 22px;
}

/*==========================================================================================================================================
/*==========================================================================================================================================
	3.Main Menu Setup
============================================================================================================================================
============================================================================================================================================*/

/*Style 1*/
header.style-1 {
    background-color: #1a1a1a;
    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 .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: #fff;
}
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.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;
}
header.style-2 .logo-container a:hover {
    opacity: 1;
}
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%;
    -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.standard .slideshow-container .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.standard .slideshow-container .image1 {
    background-image: url(../images/slideshow/bg1.png);
}
#home.standard .slideshow-container .image2 {
    background-image: url(../images/slideshow/bg3.png);
}
#home.standard .slideshow-container .image3 {
    background-image: url(../images/slideshow/bg5.png);
}
#home.standard .slideshow-container .image4 {
    background-image: url(../images/slideshow/bg4.png);
}
#home.standard .slideshow-container .image5 {
    background-image: url(../images/slideshow/bg5.png);
}
#home.standard .slideshow-container .image6 {
    background-image: url(../images/slideshow/bg6.png);
}
#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/bg2.png) 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;
}

/* ul design */
.ul_bullet{ list-style:url(../images/fav.png) !important; padding-left:40px;}
.ul_bullet li, .ul_bullet_white li{ line-height:30px;}

.ul_bullet_white{ list-style:url(../images/fav2.png) !important; padding-left:20px; color:#000 !important;}


/*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: 100%;
    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-repeat:no-repeat;
    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.flex-active-slide {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#home.style-1 .slides li:nth-child(1) {
    background-image: url(../images/slideshow/banner4.jpg);
}
#home.style-1 .slides li:nth-child(2) {
    background-image: url(../images/slideshow/banner2.jpg); background-position:50% !important;
}
#home.style-1 .slides li:nth-child(3) {
    background-image: url(../images/slideshow/banner3.jpg); background-position:40% !important;
}
#home.style-1 .slides li:nth-child(4) {
    background-image: url(../images/slideshow/banner1.jpg);
}
#home.style-1 .slides li:nth-child(5) {
    background-image: url(../images/slideshow/banner5.jpg);
}
/*#home.style-1 .slides li:nth-child(6) {
    background-image: url(../images/slideshow/bg6.png);
}*/
#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;
}







/*==========================================================================================================================================
/*==========================================================================================================================================
	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: #000;
    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:hover .box-image img, .villas:hover .fa-home{ transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -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;}
	 .villas .fa-home{ transform:rotate(0deg); -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -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-weight:600;
	margin-bottom: 10px;
    padding-top: 100px;
    text-transform: inherit;
}
body.dark #services .icon-box h4 {
    color: #000000;
}
#services .icon-box p {
	color: #2f2f2f;
	font-size: 14px;
}
#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-details-container {
    margin-bottom: 100px;
    display: none;
}
#portfolio .projects-details-container .controls {
    margin-bottom: 60px;
    text-align: center;
}
#portfolio .projects-details-container .controls a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
    border-radius: 50%;
    margin: 0px 10px;
    -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-details-container .controls a:hover {
    color: #000000;
    border: 1px solid #000000;
}
#portfolio .projects-details-container .projects {
    position: relative;
}
#portfolio .projects-details-container .projects article {
    text-align: center;
    position: relative;
    display: none;
}
#portfolio .projects-details-container .projects article h3 {
    margin-bottom: 50px;
}
#portfolio .projects-details-container .projects article .project-media {
    margin-bottom: 40px;
}
#portfolio .projects-details-container .projects article .project-content {
    
}
#portfolio .projects-details-container .projects article .project-content > p {
    margin-bottom: 50px;
}



#portfolio .projects-container {
    width: 100%;
    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;
}
.project-hover-info {
    position: relative;
    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%);
}
.project-hover-info h3 {
    font-size: 28px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px;
}
 .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;
}
.flip-container:hover .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;
   /*background:url(../images/interior.jpg) no-repeat top center;
   background-size:cover;*/
}
#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-weight:900;
    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-weight:400;
    -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-weight:300;
    text-transform: initial;
}
#profile .events-timeline .event.text-style .event-date {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight:300;
}

/********************************************villas*****************************************************/
.slider_caption{position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
    text-align: center;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    background: rgba(0,0,0,.6);
    padding: 20px 0;}
.villas h2{ margin:0;}
.villa_text{ padding: 67.34px 0; border: 5px solid #00aeef; }
.villas .fa-home{ color:#00aeef;}
.villas:hover .villa_text{ transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.5); -ms-transform:scale(1.2);
transition:all 2s ease; -webkit-transition:all 2s ease; -moz-transition:all 2s ease; -o-transition:all 2s ease; -ms-transition:all 2s ease; }
.overflow{ overflow:hidden;}
.villas img{ transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1);
transition:all 1s ease; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -o-transition:all 1s ease; -ms-transition:all 1s ease;
}
.villas:hover img{ transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.5); -ms-transform:scale(1.2);
transition:all 2s ease; -webkit-transition:all 2s ease; -moz-transition:all 2s ease; -o-transition:all 2s ease; -ms-transition:all 2s ease;
}
header.style-2 {
    position: absolute;
	width:100%;
	bottom:9px;
    height: 70px;
}
/* Itzel */
.button {
	
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em auto;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

.button--itzel {
	border: none;
	padding: 0px;
	overflow: hidden;
	/*width: 255px;*/
}
.button--itzel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin:auto;
	width: 92%;
	height: 93%;
	border: 2px solid #74777b;
	border-radius: inherit;
	/*-webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
	clip-path: url(../index.html#clipBox);*/
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.button--itzel.button--border-thin::before {
	border: 1px solid;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
}
.button--itzel.button--border-thick::before {
	border: 3px solid;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}

.button--itzel::before,
.button--itzel .fa {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--itzel .fa {
	position: absolute;
	top: 100%;
	left: 50%;
	padding: 20px;
	font-size: 20px;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	color:#00aeef;
}
.button--itzel > span {
	display: block;
	padding: 20px;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	color:#00aeef;
	font-size:15px;
}
.button--itzel:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--itzel:hover .fa {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translate3d(-50%, -100%, 0);
	transform: translate3d(-50%, -100%, 0);
}
.button--itzel:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}


#team {

    text-align: center;
}
/*#team .members-container {
    margin-bottom: 50px;
}*/
#team .member {
	float:left;
	width:30%;
    height: auto;
	margin:15px;
}
#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: #F4F2F2;
    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: 200px;
}
#team .member .basic-info {
    width:100%;
    height:100%;
    position:absolute;
    display:block; 
}
#team  .social-info {
    display:block;
    width:100%;
    height:100%;
    position:absolute;            
    background:#f4f4f3; 
}
#team .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  .social-info .links a {
    display: inline-block;
    color: #333333;
    /*width: 10px;*/
    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  .social-info .links a:hover {
    color: #00aeef;
}
#team  .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 {
	padding:20px 0 !important;

}
.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: 1;
    -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;
	line-height:25px;
    /*border-bottom: 1px solid #bcbcbc;*/
    font-weight:400;
}
.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:0.5;
}


#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;
}

.map_setting{ padding-left:35px; }
#contact {
	
	background:#00aeef;
	background-size:cover;
	background-attachment:fixed;
}

#contact h2.section-title{ color: #fff; }
#contact h2.section-title:after { 
    background-color: #fff;
}
body.dark #contact h2.section-title:after {
    background-color: #464646;
}
#contact .sub-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}

#contact form  button{ cursor:pointer;}
#contact form .button--itzel > span, #contact form .button--itzel .fa { color:#fff !important; font-weight:bold;}
#contact form .button--itzel::before {
border: 2px solid #fff;}

#contact .sub-title span{ display:table-cell; padding:5px;}
body.dark #contact .sub-title {
    color: #474747;
}
#contact form {

}
#contact form input[type=text], 
#contact form input[type=email] , #contact form input[type=tel] {
    width: 100%;
    height: 25px;
    padding: 21px 15px;
    border: 0px solid #c1c1c1;
	border-radius:4px;
    margin-right: 30px;
    display: block;
}
/*#contact form input[type=submit] {
    color: #fff;
    padding: 15px 75px;
    font-weight:700;
    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;
}

#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: #d9d9d9;
    margin-bottom: 0px;
    text-transform: capitalize;
    line-height: 32px;
    font-size: 21px;
    font-weight:400;
}
footer p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #d9d9d9;
    line-height: 25px;
}
footer .box-info a {
    color: #d9d9d9;
}
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-weight:300;
    margin-bottom: 10px;
}
.blog-container .posts-container article .post-info .post-date {
    display: block;
    font-size: 14px;
    font-weight:300;
}
.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-weight:300;
    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-weight:300;
    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-weight:400;
    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-weight:400;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: capitalize;
}
.blog-single-container .post-container .post-comments .post-comment .comment-info .comment-date {
    font-weight:300;
    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-weight:300;
    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-weight:400;
    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-weight:700;
    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-weight:400;
    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;
}

.divider-140 {
    height: 140px;
}

.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: 1.2%;
	margin-bottom: 30px;
	position: relative;
}
.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: 20px;
}


.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-weight:900;
    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-weight:900;
    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-weight:900;
}
.counter-container .semi {
    font-size: 20px;
    font-weight:900;
}


.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;
    }
	.flip-container, .front, .back {
			width: 340px;
			height: 210px;
		}
		
		
}




/*========== M E D I U M     S C R E E N =============*/


@media only screen and (max-width : 1230px) {
.map_setting{ padding:0px 15px; }
#contact .section-boxed .one-third{ width:100% !important;}
}

@media only screen and (min-width : 690px){
.pricing-tables .price-plan {
	min-height:490px;}
}

@media only screen and (min-width : 992px){
	.villas .pull-right{ float:right !important;}
}

@media only screen and (max-width : 991px){
	 /*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: 77px;
        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: #EFEFEF;
    }
    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;
    }

	#contact{ text-align:center;}
	#contact .sub-title span {
		font-size:18px;
    display: inline-block;}


}


/* Tablet Version */
@media only screen and (min-width : 992px) and (max-width : 1230px) {
	.section-boxed {
        max-width: 900px !important;
    }
	.villas .two-third {width: 66.66666666%  !important}
	.villas .one-third{width: 26.666667%  !important}
	.villa_text{ padding: 47px 0; border: 5px solid #0CF;}
	.villas h2{ font-size:30px;}
	#contact .one-half{ width:45% !important;}
}



@media only screen and (min-width : 430px) and (max-width : 991px) {
	.section-boxed {
        max-width: 100% !important;
    }
	.villa_text{ padding: 20px 0; border: 5px solid #0CF;}
	
	.villas .two-third , .villas .one-third{width: 100%  !important}
}

@media only screen and (min-width : 690px) and (max-width : 1230px) {

	/*.section-boxed {
        max-width: 750px !important;
    }*/

    .color-switcher {
        display: none;
    }

    .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-half, .two-third, .two-fifth, .three-fourth, .three-fifth {
		width: 100% !important;
	}
	
	.half{ width:45% !important;}
	
	.one-third{
		width: 45% !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 .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;
    }

    #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 .members-container .one-third {
        width: 45% !important;
        
    }
    #team .member.flip .member-wrapper {
        height: 145px;
    }
    #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;
    }
	
	.isotope-item {
  z-index: 2;
  width:45%; margin:10px;
}
	
	.flip-container, .front, .back {
			width: 250px;
			height: 156px;
		}

    /*#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) {
	
	.villas h2 {
	font-size:25px;
    margin: 0;
}
.villa_text{ padding: 10px 0; background: 5px solid #0CF;}
.villas .button{ margin:0 auto;}
	


	.section-boxed {
        max-width: 80% !important;
		padding:0 5px !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: 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: 77px;
        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: #EFEFEF;
    }
    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: 20px;
        top: -950px;
        padding: 14px 20px 0px 35px;
    }


    #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-weight:400;
        -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 {
		width:100%;
        height: auto;
		margin:0 0 30px 0; !important;
    }
    #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;
    }
	
	
	.isotope-item {
  z-index: 2;
  width:100%; margin:10px 0;
}
	.flip-container, .front, .back {
			width: 300px;
			height: 170px;
			overflow:hidden
			}
		
    #clients {
        
    }
    #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;
    }

}

@media only screen and (max-width : 430px) {
	header.style-2 .header-container{ padding:0 20px !important;}
header.style-2 .logo-container{
margin-right: 10px;
width: 160px;}
header.style-2 nav {
top: 70px;

}
}

@media only screen and (max-width : 430px) {
header.style-2
{
	bottom:0;
}
.slider_caption{position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
    text-align: center; color:#fff; font-size:35px; text-transform:uppercase;}
}