/* ----------------------------------------------------------------
    Language
-----------------------------------------------------------------*/

#language {
    float: right;
    margin-left: 12px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

#header #language a {
    display: inline;
    font-size: 14px;
    height: 5px;
    line-height: 90px;
    margin-top: -1px;
    position: relative;
	width: 40px;
	color: #cdad96;
}
.header-dark #language a,
.header-dark #language .language-items,
.header-dark .nav-main-menu-responsive > button,
.header-dark #top-search form input {
    color: #fff;}

#header.header-colored #language a,
#header.header-colored .nav-main-menu-responsive > button {
    color: #fff;
}
#header.header-logo-right #language {
    float: left;
    margin-right: 10px;
    margin-left: 0px;
}
#header.header-mini #language a,
#header.header-mini #top-search a,
#header.header-mini .nav-main-menu-responsive,
#header.header-mini .side-panel-button {
    height: 60px;
}
#header.header-mini #language > a > i,
#header.header-mini .nav-main-menu-responsive {
    line-height: 58px;
}
#header.header-mini #language .language-items {
    top: 17px;
}
#header.header-dark.header-sticky.header-navigation-light #language a,
#header.header-dark.header-sticky.header-navigation-light #language .language-items,
#header.header-dark.header-sticky.header-navigation-light .nav-main-menu-responsive > button,
#header.header-dark.header-sticky.header-navigation-light #top-search form input {
    color: #111;
}
#header #language > a > i,
#header #language .language-items {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#header.header-sticky:not(.header-static) #language a,
#header.header-sticky:not(.header-static) #top-search a,
#header.header-sticky:not(.header-static) .side-panel-button {
    height: 60px;
}
#header.header-sticky:not(.header-static) #language > a > i {
    line-height: 58px;
}
#header.header-sticky:not(.header-static) #language .language-items {
    top: 17px;
}
/* ----------------------------------------------------------------
    Main menu
-----------------------------------------------------------------*/
#mainMenu > ul > li > a {
    font-size: 14px;
    font-weight: normal;
}


/* ----------------------------------------------------------------
    Language
-----------------------------------------------------------------*/

.footer-logo {
    border-right: 0 solid #333;
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 0;
    text-align: center;
}

.footer-content .row {
    text-align: center;
}

/* ----------------------------------------------------------------
   paralax
-----------------------------------------------------------------*/
.text-large-light {
	font-size: 60px!important;
	color: #fff;
}


h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color: #cdad96;
	font-family: "Open Sans",sans-serif;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 10px;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
}
p.text-white {color: #fff;}
.text-medium-light {font-size: 30px !important; font-weight: 100; line-height: 1.1;}

.form-control:focus {
    border-color: #cdad96;