/*
* Template Name: Rise
* Template URI: http://themeforest.com/user/metrothemes
* Description:Rise | Responsive Onepage HTML Template.
* Author: Metrothemes
* Author URI: http://themeforest.com/user/metrothemes
* Version: 1.0
*/


/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /

* 1 - Imported Styles
* 2 - General Styles
*   2.1 - Typography
*   2.2 - Preloader
*   2.3 - Background Gardients
*   2.4 - Animation
* 3 - Shortcodes
*   3.1 - Buttons
*   3.2 - Accordions
*   3.3 - Tabs
*   3.4 - Alert Boxes
*   3.5 - Forms
*   3.6 - Fontawesome Icons
* 4 - Sticky
* 5 - Navigation
*   5.1 - Logo
* 6 - Sections
*   6.1 - Section Header
* 7 - Parallax 
* 8 - Home Version 1
* 9 - Home Version 2 
* 10 - Home Version 3 
* 11 - Section About 
*   11.1 - Status
* 12 - Team
* 13 - Skill Bars
* 14 - Services
* 15 - Prices Table
* 16 - Portfolio
*   16.1 - Portfolio Isotop Transition.
* 17 - Blog Masonry
* 18 - Social Section
* 19 - Section Clients   
*    19.1 - Testimonials
* 20 - Section Contact
*   20.1 - Map
*   20.2 - Contact Form 
* 21 - Portfolio Single
* 22 - Color Switcher
* 23 - Footer

------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/

/* 1 - Imported Stylesheets 
------------------------------------------------------------------------*/   
@import url(bootstrap.min.css); 					  	/* Bootstrap 1170 Grid */
@import url(font-awesome-4.1.0/font-awesome.min.css);	/* Font Awesome Icons */
@import url(animate.min.css);							/* All CSS3 Animations */
@import url(javascript.css);							/* Javascript Styles */



/* 2 - General Styles
------------------------------------------------------------------------*/



/* 2.1 - Typography
------------------------------------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	background-color:#000000;
	
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
    font-weight: inherit;
     }

h1, h2, h3, h4, h5, h6{ 
    font-family: 'Montserrat', sans-serif;
     }    
h1 { 
	font-size: 72px; 
	letter-spacing: -3px; 
	font-weight: 800; 
	margin: 25px 0;
}

h2 { 
	font-size: 60px;    
	font-weight: 800; 
	margin: 25px 0; 
}

h3 { 
	/*font-size: 40px; */
	font-size: 24px;
	line-height: 40px; 
	margin: 25px 0;
	font-weight: 800;
}

h4 { 
	font-size: 30px;  
	margin: 25px 0;
	font-weight: 800;

}

h5 { 
    font-size: 20px; 
    font-weight: 800; 
}

h6 { 
    font-size: 16px; 
    font-weight: 800; 
}

p{font-size:16px; color:#fff!important; line-height:130%;}
p, blockquote { line-height: 24px; }
blockquote { font-style: italic; }

/* main colors */
h1, h2, h3, h4, h5, h6 { color: #000000; }
p { color: #808080; }

/* links */
a {
    text-decoration: none;
    color: #fff;
    outline: none;
    -webkit-transition: color .5s;
    -moz-transition:    color .5s;
    -ms-transition:     color .5s;
    -o-transition:      color .5s;
    transition:         color .5s;
}

a:hover {
    text-decoration: none;
    outline: none;
}

/* blockquote */
blockquote {
    font-size: 16px;
    margin-left: 5px;
    padding-left: 15px;
    color: #808080;
}

ul {
    padding-left: 0;
    list-style: none;
}

mark {
    color: #e74c3c;
    background-color: transparent;
}

/* 2.2 - Preloader
------------------------------------------------------------------------*/
.mask {
    background-color:#FFFFFF;
    width:100%;
    height:100%;
    position:fixed;
    z-index:100000;
	display:none;
}
.loader{
    width:80px;
    height:50px;
    left: 50%;
    top: 50%;
    position: absolute;    
}

/* 2.3 - Background Gardients
------------------------------------------------------------------------*/
.earthly{
  background: -webkit-linear-gradient(90deg, #649173 10%, #DBD5A4 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #649173 10%, #DBD5A4 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #649173 10%, #DBD5A4 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #649173 10%, #DBD5A4 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #649173 10%, #DBD5A4 90%); /* W3C */       
}
.virgin{
  background: -webkit-linear-gradient(90deg, #C9FFBF 10%, #FFAFBD 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #C9FFBF 10%, #FFAFBD 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #C9FFBF 10%, #FFAFBD 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #C9FFBF 10%, #FFAFBD 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #C9FFBF 10%, #FFAFBD 90%); /* W3C */
}
.ash{
  background: -webkit-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* W3C */       
}
.shadow-night{
  background: -webkit-linear-gradient(90deg, #000000 10%, #53346D 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #000000 10%, #53346D 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #000000 10%, #53346D 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #000000 10%, #53346D 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #000000 10%, #53346D 90%); /* W3C */       
}
.cherryblossoms{
  background: -webkit-linear-gradient(90deg, #FBD3E9 10%, #BB377D 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #FBD3E9 10%, #BB377D 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #FBD3E9 10%, #BB377D 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #FBD3E9 10%, #BB377D 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #FBD3E9 10%, #BB377D 90%); /* W3C */        
}
.Parklife{
  background: -webkit-linear-gradient(90deg, #ADD100 10%, #7B920A 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #ADD100 10%, #7B920A 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #ADD100 10%, #7B920A 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #ADD100 10%, #7B920A 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #ADD100 10%, #7B920A 90%); /* W3C */
}

.Dance_To_Forget{
  background: -webkit-linear-gradient(90deg, #FF4E50 10%, #F9D423 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #FF4E50 10%, #F9D423 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #FF4E50 10%, #F9D423 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #FF4E50 10%, #F9D423 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #FF4E50 10%, #F9D423 90%); /* W3C */
}
.Starfall{
  background: -webkit-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* W3C */      
}

.Red_Mist{
  background: -webkit-linear-gradient(90deg, #000000 10%, #e74c3c 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #000000 10%, #e74c3c 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #000000 10%, #e74c3c 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #000000 10%, #e74c3c 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #000000 10%, #e74c3c 90%); /* W3C */       
}
.Teal_Love{
  background: -webkit-linear-gradient(90deg, #AAFFA9 10%, #11FFBD 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #AAFFA9 10%, #11FFBD 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #AAFFA9 10%, #11FFBD 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #AAFFA9 10%, #11FFBD 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #AAFFA9 10%, #11FFBD 90%); /* W3C */     
}
.neon_life{
  background: -webkit-linear-gradient(90deg, #B3FFAB 10%, #12FFF7 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #B3FFAB 10%, #12FFF7 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #B3FFAB 10%, #12FFF7 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #B3FFAB 10%, #12FFF7 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #B3FFAB 10%, #12FFF7 90%); /* W3C */    
}

.man_of_steel{
  background: -webkit-linear-gradient(90deg, #780206 10%, #061161 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #780206 10%, #061161 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #780206 10%, #061161 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #780206 10%, #061161 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #780206 10%, #061161 90%); /* W3C */
}
.amethyst{
  background: -webkit-linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%); /* W3C */
}
.cheer_up_emo_kid{
  background: -webkit-linear-gradient(90deg, #556270 10%, #FF6B6B 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #556270 10%, #FF6B6B 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #556270 10%, #FF6B6B 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #556270 10%, #FF6B6B 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #556270 10%, #FF6B6B 90%); /* W3C */
}

.shore{
  background: -webkit-linear-gradient(90deg, #70e1f5 10%, #ffd194 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #70e1f5 10%, #ffd194 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #70e1f5 10%, #ffd194 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #70e1f5 10%, #ffd194 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #70e1f5 10%, #ffd194 90%); /* W3C */           
}

/* 2.4 - Animation
------------------------------------------------------------------------*/
.animation {
    opacity: 0;
}

.animation-visible {
    opacity: 1;
}

.animated,
.animation {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}



/* 3 - Shortcodes
------------------------------------------------------------------------*/

.header-shortcodes {
    padding-top: 120px;
}

.shortcodes{
    margin-top: 100px;
}

.shortcodes h2 {
    text-transform: none;
}
.shortcodes .price-tables {
    background-color: #f2f2f2;
}

.shortcodes .btn-container {
    margin-bottom: 50px;
}

/* 3.1 - Buttons
------------------------------------------------------------------------*/
.btn {
    display: inline-block;
    border-radius: 0;
    padding: 10px 20px;
    border: 4px solid #745930;
    margin: 5px 0;
    text-transform: uppercase;
    background-color: #000;
    color: #745930;
    font-size: 16px;
    outline: none;
    -webkit-transition: all .5s;
    -moz-transition:    all .5s;
    -ms-transition:     all .5s;
    -o-transition:      all .5s;
    transition:         all .5s;
}

.btn:hover {
    display: inline-block;
    border-radius: 0;
    padding: 10px 20px;
    border: 2px solid #745930;
    margin: 5px 0;
    text-transform: uppercase;
    background-color: #000;
    color: #fff!important;
    font-size: 16px;
    outline: none;
}

.btn-large {
    padding: 10px 40px;
    font-size: 22px;
}

.btn-small {
    padding: 8px 15px;
    font-size: 14px;
    border-width: 2px;
}

/* 3.2 - Accordions
------------------------------------------------------------------------*/
.accordion {
    margin: 0;
}

.accordion dt {  
    width: 100%;
    float: left;
    border: 1px solid #e8e8eb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 5px;

    font-size: 16px;
    font-weight: 600;
    color: #262b2f;
    cursor: pointer;
}
 
.accordion dd { 
    width: 100%;
    float: left;
    display: none;
    padding: 15px 20px;
    border: 1px solid #e8e8eb;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: -5px 0 10px 0;

    color: #8e9396;
}

/* 3.3 - Tabs
------------------------------------------------------------------------*/
.nav-tabs {
    display: inline-block;
    border: 1px solid #e8e8eb; 
    border-radius: 10px;
}

.nav-tabs > li > a {
    border-right: 1px solid #e8e8eb;
    border-radius: 0;
    color :#262b2f;
    font-weight: 600;
}

.nav-tabs > li > a:hover {
    background-color: #fbfafa;
}

.nav-tabs > li.active > a {
    border: none;
    border-right: 1px solid #e8e8eb;
}

.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    border: none;
    border-right: 1px solid #e8e8eb;
    background-color: #fbfafa;
}

.nav-tabs > li:last-child > a,
.nav-tabs > li.active:last-child > a,
.nav-tabs > li.active:last-child > a:hover {
    border: none;
}

/* tab content */
.tab-pane {
    padding: 10px 10px 0 5px;
}

/* 3.4 - Alert boxes
------------------------------------------------------------------------*/
.alert {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 15px;
    background-color: #2c3e50;
    color: #fff;
}

.alert a:hover {
    color: #f8f8f8 !important;
}

.alert i {
    padding-right: 10px;
}

.alert-dismissable .close {
    opacity: .5;
    filter: alpha(opacity=50); /* ie */
    right: 0;
}

/* success alertbox */
.alert-success {
    background-color: #91c134;
}

/* error alertbox */
.alert-danger {
    background-color: #d83e2f;
}

/* info alertbox */
.alert-info {
    background-color: #53b6b7;
}

/* warning alertbox */
.alert-warning {
    background-color: #f5a700;
}


/* 3.5 - Forms
------------------------------------------------------------------------*/
input,
textarea {
	display: block;
	width: 100%;
	border: 1px solid #d9d9d9;
	color: #808080;
	font-size: 14px;
	padding: 15px 25px 13px 25px;
	margin-bottom: 15px;

	-webkit-transition: opacity .5s;
	-moz-transition: 	opacity .5s;
	-ms-transition: 	opacity .5s;
	-o-transition: 		opacity .5s;
	transition: 		opacity .5s;
}

textarea {
	height: 110px;
	resize: none;
}

/* on fouces */
input:focus,
textarea:focus {
    outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s;
	-moz-transition: 	opacity .5s;
	-ms-transition: 	opacity .5s;
	-o-transition: 		opacity .5s;
	transition: 		opacity .5s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

/* avtive input */
.input-active {
    border-color: #53b6b7;
}

/* error input */
.input-error {
    border-color: #e8421b;
    color: #e8421b;
}

.input-error::-webkit-input-placeholder {
   color: #e8421b;
}

.input-error::-moz-input-placeholder {
   color: #e8421b;
}

/* diabled input */
.input-disabled  {
    background-color: #f2f2f2;
}

.input-disabled:focus {
    text-wrap: none;
}

/* 3.6 - Fontawesome icons
------------------------------------------------------------------------*/   
.fontawesome li {
    height: 40px;
    list-style: none;
    font-size:14px;
    text-transform: capitalize;
}
    
.fontawesome li i {
    width: 35px;
    margin-right: 10px;
    color: #2c3e50;
    font-size: 18px;
    vertical-align: -2px;    
}

/* 4 - Sticky
------------------------------------------------------------------------*/
.is-sticky{ 
    background-color: #161e2b !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 2;
    position: fixed !important;
}

header{
  min-height: 0px;
}

/* 5 - Navigation
------------------------------------------------------------------------*/

/* 5.1 - logo
------------------------------------------------------------------------*/
.header-logo {
    position: relative;
    display: inline-block;
    padding-top: 0px;
}

.header-logo img{width:100px; height:102px;}

.navbar-fixed-top, .navbar-fixed-bottom{
    position: absolute; 
}
.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 10px 0 10px 0;
    margin-bottom: 0;
}

.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
    max-height: 430px; /* change as needed */
}

.navbar-nav {
    float: right;
    margin-top: 10px;
}
.navbar-nav>li{
    position: relative;
	background-color: rgba(177, 146, 89, 0.9);
	margin-left:3px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color: transparent;
    color: #ffffff;
}
.navbar-nav > li > a {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    outline: none;
    color: #ffffff;
	/*background-color: rgba(177, 146, 89, 0.9);*/
	margin-right:2px;
	border-radius:0px;
	padding-top:10px;
	padding-bottom:10px;
}
.navbar-nav>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 0px;
    background:transparent;
}

.navbar-nav>li.menu-item-has-children>a:after{
    height: 0!important;
}

.navbar-nav>li .sub-menu,
.navbar-nav>li .sub-menu>li>a,
.navbar-nav>li .sub-menu>li .sub-menu,
.navbar-nav>li>a:after {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.navbar-nav>li.menu-item-has-children{
    padding-right: 15px;
}
.navbar-nav>li.menu-item-has-children:before,
.sub-menu>li.menu-item-has-children:before {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-nav>li.menu-item-has-children:before {
    content: "\f0d7";
    color: #FFFFFF;
}
.sub-menu>li.menu-item-has-children:before{
    content: "\f0da";
    color: #ffffff;
}
.sub-menu>li.menu-item-has-children:hover:before {
    color: #FFFFFF;
    outline: none;
}
.navbar-nav>li .sub-menu{
    position: absolute;
    list-style: none;
    padding: 0;
    top: 130%;
    left: 0;
    min-width: 200px;
    height:0;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
}
.navbar-nav>li:hover .sub-menu{
    height: auto;
    opacity: 1;
    overflow: visible;
    top: 100%;
}
.navbar-nav > li .sub-menu > li > a {
    background: none repeat scroll 0 0 #161e2b;
    color: #ffffff;
    display: inline-block;
    font-family: montserrat;
    font-size: 12px;
    line-height: 25px;
    min-width: 100%;
    padding: 15px;
    text-transform: uppercase;
}
.navbar-nav>li .sub-menu>li{
    position: relative;
}
.navbar-nav>li .sub-menu>li .sub-menu{
    position: absolute;
    list-style: none;
    padding: 0;
    top: 0;
    left: 130%;
    width: 0;
    height:auto;
    opacity: 0;
}
.navbar-nav>li .sub-menu>li:hover .sub-menu{
    opacity: 1;
    overflow: visible;
    width: 160px;
    left: 100%;
}
.toggle_nav_button {
    display: none;
}


/* 6 - Sections
------------------------------------------------------------------------*/
.section{
    padding: 30px 0;
    position: relative;
}


/* 6.1 - Sections Header
------------------------------------------------------------------------*/
.section .header {
    margin-bottom: 0px;
}
.section .header h2{
    color: #b19259;
    text-transform: uppercase;
    /*letter-spacing: -5px;*/
	font-size:40px;
}
.section .header h2 + p {
  font-size: 20px;
  /*width: 70%;*/
}

h4.about-us-subhead{
    color: #b19259;
    font-size: 20px;
	font-weight:600;
}	

/* 7 - Parallax
------------------------------------------------------------------------*/
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.parallax-overlay {
    background-color:#000000;
    opacity: 0.8;
    height: 100%;
}

.parallax-overlay-1 {
    background-color:rgba(0,0,0,0.60);
}
.parallax-overlay-1 .container{
  padding: 100px 20px;
}
.parallax-overlay-1 h1,.parallax-overlay-1 h2,.parallax-overlay-1 h3,.parallax-overlay-1 h4,.parallax-overlay-1 h5,.parallax-overlay-1 h6,.parallax-overlay-1 p{
    color: #FFFFFF;
}

.parallax-overlay-1 .btn {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-top: 40px;
}

.parallax-overlay-1 .btn:hover {
    color: #fff !important;
}

/* 8 - Home version 1
------------------------------------------------------------------------*/
.home-text{
    position: relative;
    height: 750px;
}
.home-text .btn {
    color: #fff;
}
.home-intro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.intro-align {
    text-align: left;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
}
.home-intro h1 {
	color: #fff;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 700;
}


/* 9 - Home version 2
------------------------------------------------------------------------*/
.home-video{
    position: relative;
    height: 750px;
}
.home-video .intro-align{
  text-align: center;
  color: #ffffff;
}
.home-video-content {
    height: 100%;
    margin-top: 20%;
    position: absolute;
    width: 100%;
}
.home-video-content > h3 {
    color: #ffffff;
    text-transform: uppercase;
}
.home-video-content .vicon{
  color: #ffffff;
  outline: none;
}

.home-video-content .vicon > img {
    height: 150px;
    margin-top: 50px;
}

/* 10 - Home version 3
------------------------------------------------------------------------*/
#fullscreen-slider {
    position:relative;
	height:500px!important;
}
#fullscreen-slider .slides-container {
    margin:0;
}
#fullscreen-slider .scrollable {
    *zoom:1;
    position:relative;
    top:0;
    left:0;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    height:100%;
}
#fullscreen-slider .scrollable:after {
    content:"";
    display:table;
    clear:both;
}
#fullscreen-slider .slider-captions {
    display: inline-block;
    margin: 16% auto 0;
    position: relative;
    text-align: center;
    width: 100%;
}

#fullscreen-slider .slider-captions h1, #fullscreen-slider .slider-captions h2, #fullscreen-slider .slider-captions h3, #fullscreen-slider .slider-captions h4{
    color: #FFFFFF;
    text-transform: uppercase;
}

#fullscreen-slider .slider-captions h5{
    color: #FFFFFF;
}

.slides-pagination {
    position:absolute;
    z-index:20;
    bottom:70px;
    text-align:center;
    width:100%;
    display: none;
}
.slides-pagination a {
    filter:alpha(opacity=60);
    opacity:0.6;
    width:14px;
    height:14px;
    display:-moz-inline-stack;
    border:1px solid #fff;
    display:inline-block;
    margin:0 4px;
    overflow:hidden;
    text-indent:-100%;
    border-radius:50%;
    text-indent: -30px;
}
.slides-pagination a:first-child {
    margin-left:8px;
}
.slides-pagination a:hover,.slides-pagination a.current {
    filter:alpha(opacity=100);
    opacity:1;
    border-width:2px;
}
.full-image {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
    width:100%;
    height:100%;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
  font-size: 50px;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
    color: #FFFFFF;
    height: 50px;
    line-height: 10px;
    left: 10px;
    text-align: center;
    width: 50px;
    outline: none;
}
.slides-navigation a.next {
    color: #FFFFFF;
    height: 50px;
    line-height: 10px;
    right: 10px;
    text-align: center;
    width: 50px;
    outline: none;
}


/* 11 - Section About
------------------------------------------------------------------------*/
.about p,
.about blockquote {
	margin-bottom: 20px;
}

.about-slider {
	position: relative;
}

.about-slider .owl-prev {
	position: absolute;
	top: 45%;
	left: 5px;
	background-color: #1d2834;
	width: 50px;
	height: 50px;
	text-align: center;

	-webkit-border-radius: 50px;
	-moz-border-radius:    50px;
	-ms-border-radius: 	   50px;
	-o-border-radius:      50px;
	border-radius: 		   50px;

	-webkit-transition: background-color 1s;
	-moz-transition: 	background-color 1s;
	-ms-transition: 	background-color 1s;
	-o-transition: 		background-color 1s;
	transition: 		background-color 1s;
}

.about-slider .owl-next {
	position: absolute;
	top: 45%;
	right: 5px;
	background-color: #1d2834;
	width: 50px;
	height: 50px;
	text-align: center;

	-webkit-border-radius: 50px;
	-moz-border-radius:    50px;
	-ms-border-radius: 	   50px;
	-o-border-radius:      50px;
	border-radius: 		   50px;


	-webkit-transition: background-color 1s;
	-moz-transition: 	background-color 1s;
	-ms-transition: 	background-color 1s;
	-o-transition: 		background-color 1s;
	transition: 		background-color 1s;
}

.about-slider-arrow {
	font-size: 30px;
	color: #fff;
	line-height: 50px;
}

@media (max-width: 992px){
	.about-slider .owl-prev,
	.about-slider .owl-next {
		display: none;
	}
}

/* 11.1 - Status
------------------------------------------------------------------------*/   
.status {
	background-color: #f2f2f2;
	text-align: center;
}
.status-circle {
	/*background-color: #fff;*/
	background-color: #b19259;
	border: 10px solid #ededed;
	height: 230px;
	width: 230px;
	margin: 50px auto 25px auto;
	position: relative;
  cursor: pointer;
	-webkit-border-radius: 230px;
	-moz-border-radius:    230px;
	-ms-border-radius: 	   230px;
	-o-border-radius:      230px;
	border-radius: 		   230px;
	-webkit-transition: border .5s;
	-moz-transition: 	border .5s;
	-ms-transition: 	border .5s;
	-o-transition: 		border .5s;
	transition: 		border .5s;
}

.status-circle .circle-container {
	position: absolute;
	top: 20%;
	bottom: 0;
	left: 0;
	right: 0;
}

.status-circle i {
	display: block;
	color: #b3b3b3;
	font-size: 60px;

	-webkit-transition: color .5s;
	-moz-transition: 	color .5s;
	-ms-transition: 	color .5s;
	-o-transition: 		color .5s;
	transition: 		color .5s;
}

.status-circle .status-number {
	color: #fff!important;
	margin-top: 0px;
	font-size: 28px;
	font-weight: bold;
}

.status-circle p + p {
	color: #fff!important;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
}

/* 12 - Team
------------------------------------------------------------------------*/ 
#team-slider{
    /*margin-bottom: 100px;*/
	margin-bottom:30px;
}
.profile {
	text-align: center;
	background-color: #b19259;
	border: 1px solid #f2f2f2;
	padding: 30px 0;
	margin: 0 10px;
	border: 1px solid #b19259;
}

.profile-img {
	margin: 0 auto;
}

.profile-img img {
	margin: 0 auto;
	width: 170px;
	height: 170px;
	border: 7px solid #f2f2f2;

	-webkit-border-radius: 170px;
	-moz-border-radius: 170px;
	-ms-border-radius: 170px;
	-o-border-radius: 170px;
	border-radius: 170px;

	-webkit-box-shadow: 0 0 0 1px #e6e6e6;
	-moz-box-shadow:    0 0 0 1px #e6e6e6;
	-ms-box-shadow:    	0 0 0 1px #e6e6e6;
	-o-box-shadow:    	0 0 0 1px #e6e6e6;
  	box-shadow:         0 0 0 1px #e6e6e6;

  	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}

.profile-name h5 {
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0 5px 0;
}

.profile-name .divider {
	width: 20px;
	height: 4px;
	background-color: #cccccc;
	margin: 0 auto;

	-webkit-transition: width .5s;
	-moz-transition: 	width .5s;
	-ms-transition: 	width .5s;
	-o-transition: 		width .5s;
	transition: 		width .5s;
}

.profile-job {
	font-size: 14px;
	margin-top: 5px;
}

.profile-job p{
	color:#000!important;
}

.profile-social {
	margin-top: 20px;
    text-align: center;
}

.profile-social li {
	display: inline-block;
	margin-right: 10px;
}

.profile-social i {
	color: #999999;
	font-size: 20px;
}

.profile:hover .profile-name .divider {
	width: 40px;
}

/* 13 - Skill bars
------------------------------------------------------------------------*/ 
.skillbar-title h4 {
    text-align: left;
    color: #2c3e50;
    font-size: 18px;
    margin: 0; 
    padding: 10px 0;
}

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background: #edecec;
    height: 35px;
}


.skillbar-bar {
    height:35px;
    width:0px;

    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    -ms-border-radius:     3px;
    -o-border-radius:      3px;
    border-radius:         3px;
}


.skillbar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    color: #d9d9d9; 
    color: rgba(0, 0, 0, 0.4);
}

/* 14 - Services
------------------------------------------------------------------------*/ 
.service-box {
  position: relative;
	border: 1px solid #e6e6e6;
	padding: 70px 30px 30px 30px;
	margin-bottom: 80px;
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 992px){
	.service-box  {
		margin-bottom: 100px;
	}
}

.box-icon {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background-color: #f2f2f2;
	border: 5px solid #fff;

	-webkit-box-shadow: 0 0 0 1px #e6e6e6;
	-moz-box-shadow:    0 0 0 1px #e6e6e6;
	-ms-box-shadow:    	0 0 0 1px #e6e6e6;
	-o-box-shadow:    	0 0 0 1px #e6e6e6;
  	box-shadow:         0 0 0 1px #e6e6e6;

  	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}

.box-icon i {
	line-height: 100px;
	font-size: 30px;
}

.service-box h4 {
	font-weight: 700;
    margin: 0 0 10px 0;
}

.service-box p {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}

.service-box-btn {
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	width: 120px;
	height: 40px;
	margin: 0 auto;
    border: 1px solid #e6e6e6;
	background-color: #fff;
    color: #808080;
    font-size: 14px;
    line-height: 40px;

	-webkit-transition: background-color .5s;
	-moz-transition: 	background-color .5s;
	-ms-transition: 	background-color .5s;
	-o-transition: 		background-color .5s;
	transition: 		background-color .5s;
}
.service-box:hover .box-icon {
	border: 5px solid #fff;

	-webkit-box-shadow: 0 0 0 1px #e7e7e7;
	-moz-box-shadow:    0 0 0 1px #e7e7e7;
	-ms-box-shadow:    	0 0 0 1px #e7e7e7;
	-o-box-shadow:    	0 0 0 1px #e7e7e7;
  	box-shadow:         0 0 0 1px #e7e7e7;
}
.service-box:hover .box-icon i {
		color: #fff !important;
	}
.service-content-lt {
	text-align: right;
}

.service-content-rt {
	text-align: left;
}

@media(max-width: 992px){
	.service-content-lt,
	.service-content-rt {
		text-align: center;
	}
}

.service-content-lt h4,
.service-content-rt h4 {
	font-weight: 700;
}

.service-content-lt p,
.service-content-rt p {
	font-size: 14px;
	margin-bottom: 40px;
}

@media(max-width: 768px){
	.service-content-lt,
	.service-content-rt {
		width: 90%;
		margin: 0 auto;
	}
}

.service-icon {
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
	text-align: center;

	-webkit-border-radius: 100px;
	-moz-border-radius:    100px;
	-ms-border-radius: 	   100px;
	-o-border-radius:      100px;
	border-radius: 		   100px;

	-webkit-box-shadow: 0 0 0 1px #e6e6e6;
	-moz-box-shadow:    0 0 0 1px #e6e6e6;
	-ms-box-shadow:    	0 0 0 1px #e6e6e6;
	-o-box-shadow:    	0 0 0 1px #e6e6e6;
  	box-shadow:         0 0 0 1px #e6e6e6;

  	-webkit-transition: all .5s;
  	-moz-transition: 	all .5s;
  	-ms-transition: 	all .5s;
  	-o-transition: 		all .5s;
  	transition: 		all .5s;
}

.service-icon i {
	line-height: 90px;
	color: #fff;
	font-size: 30px;
}

@media(max-width: 992px){
	.service-icon {
		margin: 0 auto 15px auto;
	}
}
.service-container:hover .service-icon {
	background-color: #fff;
	border-color: #f2f2f2;
}

/* 15 - Prices Table
------------------------------------------------------------------------*/    
.prices {
	background-color: #f2f2f2;
	text-align: center;
}
.price-table {
	background-color: #fff;
	text-align: center;
	border: 1px solid #e6e6e6;
	padding: 40px 0;
	position: relative;
	margin: 50px 0 15px;

	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}

@media (max-width: 992px){
	.price-table {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px){
	.price-table {
		width: 80%;
		margin: 0 auto 20px auto;
	}
}

.table-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto 30px auto;
	background-color: #fff;
	border: 5px solid #f2f2f2;
	text-align: center;

	-webkit-box-shadow: 0 0 0 1px #e6e6e6;
	-moz-box-shadow:    0 0 0 1px #e6e6e6;
	-ms-box-shadow:    	0 0 0 1px #e6e6e6;
	-o-box-shadow:    	0 0 0 1px #e6e6e6;
  	box-shadow:         0 0 0 1px #e6e6e6;

  	-webkit-transition: all .5s;
  	-moz-transition: 	all .5s;
  	-ms-transition: 	all .5s;
  	-o-transition: 		all .5s;
  	transition: 		all .5s;
}

.price-number {
	margin-top: 10px;
	display: block;
	font-size: 36px;
	font-weight: bold;
}

.price-period {
	display: block;
	font-size: 14px;
	color: #808080;
}

.price-table h4 {
  font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.price-table .divider {
	width: 25px;
	height: 4px;
	margin: 20px auto 20px auto;
	background-color: #cccccc;

	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}
.price-table > h5{
  color: #2c3e50;
} 
.price-table > p{
  color: #808080;
}
.price-table p {
	margin-bottom: 15px;
}

.price-table .btn {
	display: inline-block;
	padding: 10px 20px;
	margin-top: 20px;
	color: #2c3e50;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border: 2px solid #cccccc;

	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}

.price-table .btn:hover {
	color: #fff !important;
}

.price-table:hover .price-number,
.price-table:hover .price-period,
.price-table.active .price-number,
.price-table.active .price-period {
	color: #fff !important;
}

.price-table:hover .divider {
	width: 50px;
}


/* 16 - Portfolio
------------------------------------------------------------------------*/ 
#options {
    display: block;
    margin:0px auto 0px 0px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
#filters {
    list-style: none outside none;
	/*text-align:center;*/
}
#filters li {
    display: inline-block;
    margin: 0 5px;
}
#filters li a {
    /*background-color: #967b52;*/
    border-radius: 0px;
    color: #ffffff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 15px 0px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    outline: none;
    text-decoration: none;
	width: 200px;
	text-align:center;
	border:1px solid #967b52;
}

#filters li.current a{background-color: #6f511a; border:1px solid #967b52;}

#filters li a:hover{
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
	border:1px solid #967b52;
}

#options li a.selected{
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
}

.project-item {
    margin-bottom: 20px;
}
.project-item .project-image {
    -moz-box-sizing: border-box;
    list-style: none outside none;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition:  all 0.4s ease 0s;
    -ms-transition:   all 0.4s ease 0s;
    -o-transition:    all 0.4s ease 0s;    
    transition: all 0.4s ease 0s;
}
.project-item .details h2 {
    border: 0 none;
    display: block;
    font-family: Montserrat,sans-serif;
}
.project-item .details p {
    border-top: 1px solid #DDDDDD;
    color: #FFFFFF;
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-top: 10px;
    text-transform: lowercase;
}
.project-item .details p span {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    margin-left: 2px;
    text-transform: uppercase;
}
.project-image .overlay {
    -moz-box-sizing: border-box;
    background-clip: padding-box;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    -moz-transition:  opacity 0.4s ease-in-out 0s;
    -ms-transition:   opacity 0.4s ease-in-out 0s;
    -o-transition:    opacity 0.4s ease-in-out 0s;       
    transition: opacity 0.4s ease-in-out 0s;
    width: 100%;
}
.project-image:hover .overlay {
    opacity: 1;
}
.project-item .overlay h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    margin-top: 73px;
}
.project-item .overlay > h2 a {
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.project-item .overlay:hover > h2 a {
    opacity: 1;
}
.project-item .overlay h2 {
    color: #FFFFFF;
}
.project-item .overlay a {
    color: #FFFFFF;
    text-decoration: none;
}
.project-item .overlay em {
    color: #FFFFFF;
}
.project-item img {
    display: block;
    height: auto;
    max-width: 100%;
    position: relative;
    transition: all 0.4s ease-out 0s;
}
.project-item:hover img {
    transform: scale(1.1);
}

/* 16.1 - Portfolio Isotope Transitions
------------------------------------------------------------------------*/    
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
    
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
    
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
    
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* 17 - Blog Masonry
------------------------------------------------------------------------*/   
.blog-masonry {
  padding: 80px 0;
}

.blog-post-holder {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.masonry-post {
  background-color: #FFFFFF;
  float: left;
  position: relative;
  border:0px solid #b19259;
  margin-bottom: 20px;
  width: 350px;
  margin-left: 25px;
}

.masonry-post-img {
  position: relative;
  width: 100%;
  height: 100%;
}

/* video post */
.masonry-post .video-holder{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 10px;
    position: relative;    
}
.masonry-post .video-holder iframe,.blog-post .video-holder object,.blog-post .video-holder embed{
    border: 0 none;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;    
}


/* quote post */
.masonry-post.quote{
  padding: 30px;
}
.masonry-post .post-quote h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
}

.masonry-post-title h4 {
  padding: 10px 20px 0 20px; 
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #484747;
  text-transform: uppercase;
  line-height: 30px;
}

.masonry-post-meta {
  padding: 0 20px; 
  font-weight: 600;
  font-size: 14px;
  color: #000!important;
  margin-bottom: 15px;
}

.masonry-post-meta .masonry-author {
  font-style: italic;
  font-weight: 400;
  color: #a3a2a2;
}

.masonry-post-content {
  padding: 15px 20px 25px 20px;
  font-size: 14px;
  border-top: 0px solid #eee;
  color: #000!important;
  
}

.masonry-post-more {
  padding: 15px 20px;
  font-size: 14px;
  background-color: #f7f7f7;
  text-align: center;
}

.masonry-post-more a {
  display: block;
  color: #808080;
}

.masonry-post-more i {
  font-size: 18px;
  padding-right: 10px;
}

.masonry-post-more:hover {
  -webkit-transition: all .5s;
  -moz-transition:    all .5s;
  -ms-transition:     all .5s;
  -o-transition:      all .5s;
  transition:         all .5s;
}

.masonry-post-more:hover a {
  color: #fff;
}

.masonry-post-more a:hover {
    color: #fff !important;
}

/* load more button */
.btn-masonry-container {
  text-align: center;
  margin-bottom: 20px;
}

.btn-masonry {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
  padding: 10px 25px;
  color: #fff;
  border: 2px solid #745930;
  -webkit-transition: all .5s;
  -moz-transition:  all .5s;
  -ms-transition:   all .5s;
  -o-transition:    all .5s;
  transition:     all .5s;
  background-color:#b19259!important;
}

.btn-masonry:hover {background-color:#745930!important; border: 2px solid #745930;}

/* 18 - social section
------------------------------------------------------------------------*/   
.social-icon {
	color: #fff;
	margin:50px auto 15px;
	text-align: center;
	font-size: 48px;
	display: inline-block;
	width: 120px;
	height: 120px;
	background-color: #161e2b; /* fallback */
	background-color: rgba(22, 30, 43, .7); 

	-webkit-border-radius: 120px;
	-moz-border-radius:    120px;
	-ms-border-radius:     120px;
	-o-border-radius:      120px;
	border-radius: 		   120px;

	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}

.social-icon:hover {
    color: #fff !important;
}

.facebook:hover {
	background-color: #405eb4;
}

.twitter:hover {
	background-color: #2e97e9;
}

.dribbble:hover {
	background-color: #e73f7f;
}

.instagram:hover {
	background-color: #467a9b;
}

.github:hover {
	background-color: #181818;
}

.tumblr:hover {
	background-color: #2f6296;
}

.social-icon i {
	line-height: 120px;

}

.social-icon + p {
	color: #fff;
}

@media(max-width: 992px){
.social-icon + p {
		margin-bottom: 25px;
	}
}

/* 19 - Sections Clients
------------------------------------------------------------------------*/   
.clients {
	/*background-color: #f2f2f2;*/

}
.client-box {
	position: relative;
	width: 100%;
	height: 230px;
	text-align: center;
	/*background-color: #fff;*/
	margin-bottom: 20px;
	border: 0px solid #b19259;
}



.client-box img {
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
  width: 100%;
	-webkit-transition: opacity .5s;
	-moz-transition: 	opacity .5s;
	-ms-transition: 	opacity .5s;
	-o-transition: 		opacity .5s;
	transition: 		opacity .5s;
}

/* the hover effect */
.client-box:hover {
	/*background-color: #f7f7f7;*/
}

.client-box:hover img {
	opacity: 1;
}
/* 19.1 - Testimonials
------------------------------------------------------------------------*/      
#testimonials {
    margin-top: 30px;
}
#testimonials .item{
    padding: 10px;
}
.testimonials {
    padding: 30px;
}
.testimonials > img {
    border-radius: 66px;
    -webkit-border-radius: 66px;
    -moz-border-radius: 66px;
    margin-top: -60px;
}
.box {
    background: none repeat scroll 0 0 rgba(209, 172, 103, 0.5);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 2.8125%;
    position: relative;
    text-align: center;
    top: 20px;
    margin-bottom: 10px;
	color:#fff!important;
}

/* 20- Section Contact
------------------------------------------------------------------------*/   
.contact {
	padding: 100px 0 0 0;
}

.contact h2 {
    display: block;
	color: #2c3e50;
}

.contact h2 + p {
	width: 100%;
}

.contact a:hover {
	text-decoration: underline;
}

.contact-icon {
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 100px;
  -moz-border-radius:    100px;
  -ms-border-radius:     100px;
  -o-border-radius:      100px;
  border-radius:       100px;

  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
  -moz-box-shadow:    0 0 0 1px #e6e6e6;
  -ms-box-shadow:     0 0 0 1px #e6e6e6;
  -o-box-shadow:      0 0 0 1px #e6e6e6;
    box-shadow:         0 0 0 1px #e6e6e6;

    -webkit-transition: all .5s;
    -moz-transition:  all .5s;
    -ms-transition:   all .5s;
    -o-transition:    all .5s;
    transition:     all .5s;
}

.contact-icon i {
  line-height: 90px;
  color: #fff;
  font-size: 30px;
}

.contact-info{
  text-align: center;
  margin-bottom: 50px;
}
.sending{
  display:none;
  color:#222222;
  font-size:20px;
  line-height:20px;
  text-align: center;
}
.mess.center {
    color: #222222;
    text-align: center;
}

/* 20.1 - Map
------------------------------------------------------------------------*/   
.map-container {
	position: relative;
	width: 100%;
	height: 600px;
}

@media(max-width: 500px){
	.map-container {
		height: 500px;
	}
	
	.skdslider{
	height: auto!important;
	}
	
}

.map-embed {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#map {
	width: 100%;
	height: 100%;
	z-index :0;
	position: relative;	
}

/* 20.2 - Contact form
------------------------------------------------------------------------*/   
.contact-form {
	position: relative;
	margin-top: 80px;
	background-color: #f0f0f1;
	padding: 15px 25px 45px 25px;
}

@media(max-width: 768px){
	.contact-form {
		margin-top: 20px;
	}
}

.form-header {
	background-color: #2c3e50;
	padding: 10px 0 10px 25px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.form-header h4 {
    margin: 10px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.contact-form form {
	margin-top: 100px;
}

.contact-form input,
.contact-form textarea {
	display: block;
	width: 100%;
	border: 1px solid #d9d9d9;
	color: #808080;
	font-size: 14px;
	padding: 15px 65px;
	margin-bottom: 15px;

	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}

.contact-form textarea {
	height: 110px;
}

.contact-form input[type=text] {
	background: #fff url(../img/inputs/input-name.png) no-repeat scroll left center;
}

.contact-form input[type=email] {
	background: #fff url(../img/inputs/input-email.png) no-repeat scroll left center;
}

.contact-form textarea {
	background: #fff url(../img/inputs/input-message.png) no-repeat scroll left 10px;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
}

.contact-form .submit {
	padding: 10px 45px;
	margin-top: 10px;
	border: 2px solid;
	background-color: transparent;
	color: #2c3e50;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;

	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}

.contact-form .submit:hover {
	color: #fff;
}


/* 21 - Portfolio Single
------------------------------------------------------------------------*/   

.portfolio-single {
    padding-top: 150px;
    padding-bottom: 100px;
}

.portfolio-single h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
	color:#b19259;
}
.portfolio-single .single-project img{
    margin-bottom: 10px;
    margin-top: 34px;
	border: 1px solid #b19259;
}
/* single item info */
.portfolio-single .item-meta{
    font-size: 16px;
    margin-bottom:25px;
	color: #fff;
}
.item-meta > li {
    padding-bottom: 10px;
}

.portfolio-single .btn {
    margin: 20px 0 40px 0;
}

.portfolio-single .item-meta .btn{
    background-color: transparent;
	    color: #745930;
    border: 2px solid #745930;
}

.more-portfolio-item{
  background-color: #f2f2f2;
  padding: 100px 0px;
}
.more-portfolio-item .title > h3{
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

/* 22 - Colors Switcher
------------------------------------------------------------------------*/  
.colors-switcher {
    width:100px;
    padding:20px 18px 14px 20px;
    position:fixed;
    z-index:1993;
    top:90px;
    right:0;
    background-color:#fff;
    border-radius:2px 0 0 2px;
    border:1px solid rgba(0,0,0,.1);
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
.colors-switcher > p {
    font-size: 11px;
    line-height: 0;
}
.colors-switcher #show-panel {
    position:absolute;
    left:-38px;
    top:15px;
    width:38px;
    height:38px;
    z-index:1992;
    display:block;
    background-color:#fff;
    border-radius:2px 0 0 2px;
    border:1px solid rgba(0,0,0,.1);
    border-right:none;
    cursor: pointer;
}
.colors-switcher #show-panel i {
    color: #3D3D3D;
    font-size: 20px;
    line-height: 38px;
    margin-left: 15px;
}
.colors-switcher .colors-list {
    margin:0;
    padding:0;
}
.colors-switcher .colors-list li {
    float:left;
    display:block;
    margin-bottom:2px;
    margin-right:6px;
}
.colors-switcher .colors-list li a {
    display:inline-block;
    width:24px;
    height:24px;
    border-radius:2px;
    transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    cursor: pointer;
}
.colors-switcher .colors-list li a:hover {
    box-shadow:inset 0 0 6px rgba(0,0,0,.4);
}
.colors-switcher .colors-list a.red {
    background-color:#f54f36;
}
.colors-switcher .colors-list a.orange {
    background-color:#f4a622;
}
.colors-switcher .colors-list a.sun-flower {
    background-color:#ebbb14;
}
.colors-switcher .colors-list a.turquoise {
    background-color:#1abc9c;
}
.colors-switcher .colors-list a.blue {
    background-color:#4abcdd;
}
.colors-switcher .colors-list a.purple {
    background-color:#9d6fc8;
}
.colors-switcher .colors-list a.green {
    background-color:#b7db48;
}
.colors-switcher .colors-list a.emerald {
    background-color:#2ecc71;
}
.colors-switcher .colors-list a.wet-asphalt {
    background-color:#3c546c;
}
.colors-switcher .colors-list a.gray {
    background-color: #797979;
}


/* 23 - Footer
------------------------------------------------------------------------*/  
footer {
  background-color: #b19259;
  padding: 70px 0;
}

.footer-copy p {
  color: #654c1e!important;
  font-size: 15px;
}

.footer-copy .author-name {
  font-style: italic;
}

.footer-copy {
    border-top: 0px solid;
    padding-top: 30px;
}

.widget{
    margin-bottom: 50px;
}

.widget p{
    color: #fff!important;
}


.widget > h4 {
    color: #ffffff;
}

.profile-name h5{font-size: 15px;}
.hotelname{ position:absolute; bottom:0px; background-color:rgba(0, 0, 0, 0.75); padding:10px; width:100%; color:#fff;}
.about-kiwi{/*padding:20px; border:1px solid #b19259;*/}
.about-kiwi h5{font-weight:400; font-size: 24px;}
.about-kiwi p{line-height: 27px;}
.potfolio-container{border:1px solid #b19259;}

.portfolio-box{border:1px solid #b19259;}
.portfolio-box .portfolio-box-content{padding:0px 10px 10px 10px; min-height:190px;}
.slider-item h4{margin-bottom:0px;}
.lead{font-size:16px!important;}
.text-container{background-color:#b19259; color: #fff!important; text-align:center; text-transform:uppercase;}
.text-container .region-label{padding:10px 0px; color:#fff; font-weight:700; text-align:center; background-color:#967b52;}
.text-container .regions{padding:10px 0px; color:#fff; font-weight:700; text-align:center; bordr-right:1px solid #967b52;}

.text-container h5{color: #fff!important;}
.text-container p{color: #fff!important;}
#saparator1{background-position: 50% 0px!important;}
.bglightgrey{background-color: #000;}
hr{border-top: 1px solid #b19259;}

.about-sections {
  background-color: #FFFFFF;
  float: left;
  position: relative;
  border: 1px solid #b19259;
  margin-bottom: 20px;
  width: 350px;
  margin-left: 25px;
  height:600px;
}

.about-sections-img {
  position: relative;
  width: 100%;
  height: 100%;
}

/* video post */
.about-sections .video-holder{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 10px;
    position: relative;    
}
.about-sections .video-holder iframe,.blog-post .video-holder object,.blog-post .video-holder embed{
    border: 0 none;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;    
}

.about-sections .about-sections-title{background-color:#5f4826; color:#fff;}


/* quote post */
.about-sections.quote{
  padding: 30px;
}
.masonry-post .post-quote h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
}

.about-sections-title h4 {
  padding: 10px 20px 0 20px; 
  margin: 0px 0px 15px 0px;
  font-size: 18px;
  font-weight: 600;
  color: #484747;
  line-height:30px;
  text-transform:uppercase;
  padding-bottom: 12px;
  text-align:center;
  
}

.about-sectionst-meta {
  padding: 0 20px; 
  font-weight: 600;
  font-size: 14px;
  color: #000!important;
  margin-bottom: 15px;
}

.about-sections-meta .masonry-author {
  font-style: italic;
  font-weight: 400;
  color: #a3a2a2;
}

.about-sections-content {
  padding: 5px 15px;
  font-size: 14px;
  border-top: 0px solid #eee;
  color: #000!important;
  text-align:center;
}

.about-sections-more {
  padding: 15px 20px;
  font-size: 14px;
  background-color: #f7f7f7;
  text-align: center;
}

.about-sections-more a {
  display: block;
  color: #808080;
}

.about-sections-more i {
  font-size: 18px;
  padding-right: 10px;
}

.about-sections-more:hover {
  -webkit-transition: all .5s;
  -moz-transition:    all .5s;
  -ms-transition:     all .5s;
  -o-transition:      all .5s;
  transition:         all .5s;
}

.about-sections-more:hover a {
  color: #fff;
}

.about-sections-more a:hover {
    color: #fff !important;
}

.about-sections .about-sections-container{
	min-height:300px;
	margin-bottom:15px;
}

.masonry-container{background-color:#b19259}
.portfolio-locations{background-color:#000; margin-top:15px;}
.portfolio .masonry-post {
  background-color: #000;
  }
  
.portfolio-locations span{background-color:#b19259; padding:6px; width:100px; color:#fff; font-weight:600; display:inline-block; text-align:center;}


/* CSS for the Megamenu */

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 35px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
  padding:3% 0%;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #000000;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
  font-weight:700;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

.my-region-nav{min-height:auto;  margin-bottom:0px; border: 0px solid transparent;}
.my-region-nav .navbar-nav{margin-top:0px; float:left; width:100%;}
.my-region-nav .nav .open>a,.my-region-nav .nav .open>a:hover,.my-region-nav .nav .open>a:focus{background-color:#b19259;border-color:#000000; color:#000000;}
.my-region-nav .nav .open>a:hover, .my-region-nav .nav .open>a:focus{ background-color:#ead2a5; color:#000000; border-radius:0px;}
.my-region-nav .nav>li>a:hover,.my-region-nav .nav>li>a:focus{text-decoration:none;background-color:#eee}
.my-region-nav li.dropdown{width:20%; margin-left: 0px;}
.my-region-nav .dropdown-menu{border:0px; text-align: left; border-radius: 0px; background-color:#ead2a5;}
/*.my-region-nav .menu-nz{background-image:"../img/portfolio/nz-megamenu-bg.jpg"; background-color:#000;}
.my-region-nav .menu-usa{background-image:url("../img/portfolio/usa-megamenu-bg.jpg"); background-position:center center;}*/
.my-region-nav .navbar-nav > li > a{font-size:20px;}
.my-region-nav .navbar-nav > li > a:hover{font-size:20px; background-color:#ead2a5;}
.region-width{width:20%!important; padding:0% 2%!important;}
.owl-carousel .owl-item .item{position:relative;}
.portfolio-location{position:absolute; bottom:0px; color:#fff; background-color:rgba(0, 0, 0, 0.5); width:100%; padding:2%; text-align:right;}
/*.btn-mediareleases{ background-color:#b19259; color:#ffffff; font-weight:400; letter-spacing:1px;}
.btn-mediareleases:hover{background-color:#000;}*/


/* CSS for the mobile region */

.for-mobile{display:none;}

/* Media releases */

.media-releases{margin-top:20px;}
.media-releases .masonry-post{margin-left:0px; margin-right:20px;}

.bordettop{border-top:1px solid;}
.textright{ text-align:right;}

