/*-----------------------------
---------- TOPBAR -------------
---------------------------- */
img.topbar-logo {
    height: 200px;
    margin-bottom: 20px;
}

a.topbar-menu-item {
    display: block;
    float: right;
    padding: 5px 10px;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
}

a.topbar-menu-item:hover {
    color: #D26214;
}

a.topbar-menu-item.active {
    background: white;
    border-radius: 20px;
    color: #D26214;
}

@media only screen and (max-width: 960px) {
    a.topbar-menu-item {
        margin-bottom: 10px;
    }
}

/*-----------------------------
---------- HEADER -------------
----------------------------*/
div.header {
	height: 100%;
	width: 100%;
}

div.header-left {
	z-index: 1001;
}

div.header-content {
	padding-right: 50px;
}

div.header-switcher {
	width: 150%;
	max-width: 700px;
	min-width: 600px;
	padding: 20px;
	background: white;
}

div.header-switcher li.uk-active a {
	background: transparent;
	color: #D26214;
}

span.header-switcher-title {
	font-family: 'Helvetica Neue';
    letter-spacing: 1px;
}

div.header-switcher ul.uk-switcher {
	height: auto;
	padding-top: 10px;
	padding-left: 50px;
    margin: 0;
}

.header-switcher-content {
    font-family: 'Helvetica Neue';
    font-size: 18px;
    line-height: 30px;
    color: #1B2B45;
    letter-spacing: 1px;
}

li.header-switcher-content {
    list-style: disc!important;
    padding-left: 10px;
}

div.header-bg {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*-----------------------------
------- SCROLL MOUSE ----------
----------------------------*/
img.scroll-mouse {
	z-index: 3000
}

/*-----------------------------
-------- TESTIMONIAL ----------
----------------------------*/
div.testimonial {
	margin: 100px 0;
	padding: 0 100px;
}

@media only screen and (max-width: 960px) {
    div.testimonial {
        margin: 50px 0;
        padding: 0 20px;
    }
}

/*------------------------------------------------
------------------- MOBILE HEADER ----------------
------------------------------------------------*/
div.mobile-header {
    height: 170px;
    width: 100%;
}

img.mobile-header-logo {
    top: 20px;
    left: 20px;
    width: 90px;
}

span.mobile-header-menu {
    top: 20px;
    right: 20px;
    color: #1B2B45;
}

/*------------------------------------------------
------------------- MOBILE SERVICES --------------
------------------------------------------------*/
div.mobile-service {
    margin: 50px 0;
    padding: 0 20px;
}

div.mobile-service > h4 {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Helvetica Neue';
    font-size: 25px;
    font-weight: 500;
    color: #1B2B45;
    letter-spacing: 1px;
}

li.mobile-service {
    margin: 0!important;
}

div.mobile-service-title {
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.mobile-service-title > span {
    font-family: 'Helvetica Neue';
    font-size: 18px;
    color: white;
    letter-spacing: 1px;
}

div.mobile-service-content {
    padding: 0 20px 50px 20px;
}

div.mobile-service-content ul {
    margin: 10 0;
}

div.mobile-service-content li, div.mobile-service-content span{
    font-family: 'Helvetica Neue';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
}