html * {
    color: #000000;
    font-family: 'DefaultFont', sans-serif;
}
body {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    background-color: #efefef;
    color: #000000;
  overflow: hidden;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-down-open-big:before {
    content: '\e800';
}
.icon-up-open-big:before {
    content: '\e801';
}

h1 {
    font-family: 'HeadingFont';
    font-size: 50px;
    line-height: 46px;
    font-weight: bold;
    letter-spacing: -1.5px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}
p {
    font-size: 15px;
	line-height: 20px;
}
.navbar {
    height: 72px;
    margin-bottom: 0;
    background-color: #FFFFFF;
    border-radius: 0;
    width: 100%;
}
.logo {
    margin-top: 16px;
    background-color: #FFFFFF;
    margin-left: 100px;
}
.logo img {
    width: 110px;
}
.full-width {
    width: calc(100%-200px);
    background-color: #FFFFFF;
    overflow: hidden;
    margin-left: 100px;
    min-height: 200px;
    background-position: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
}
.btn {
    border-radius: 0;
    font-size: 15px;
    color: #c3c4c7;
    padding: 10px 45px;
    color: #c3c4c7;
    border: 0;
}
.btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn span {
    background-color: transparent;
}
.btn.btn-default {
    font-size: 15px;
    margin-top: 20px;
    padding: 8px 40px 8px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000;
}
.btn.btn-default:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}
.dropdown .btn.btn-default {
    background-color: #ffffff;
    width: 100%;
    text-align: left;
    border-color: #ffffff;
    color: #000000;
    padding: 10px 10px 8px 15px;
}
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover,
.dropdown .btn.btn-default:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}
.dropdown .btn.btn-default .icon-down-open-big {
    float: right;
    background-color: transparent;
    font-size: 18px;
    font-weight: 100;
    line-height: 20px;
	top: 30px;
	position: absolute;
	right: 10px;
}
.dropdown .btn.btn-default .icon-down-open-big:before {
    color: #c3c4c7;
}

.dropdown .btn.btn-default .icon-up-open-big {
    float: right;
    background-color: transparent;
    font-size: 18px;
    font-weight: 100;
    line-height: 20px;
	top: 30px;
	position: absolute;
	right: 10px;
}
.dropdown .btn.btn-default .icon-up-open-big:before {
    color: #c3c4c7;
}
.dropdown-menu {
    background-color: #ffffff;
    width: 100%;
    text-align: left;
    border-radius: 0;
    color: #000000;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    border-color: #ffffff;
    border-top: none;
    overflow-y: scroll !important;
}
.scrollable-menu {
    height: auto;
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: scroll !important;
}
.dropdown-menu>li>a {
    color: #999999;
    font-size: 15px;
    padding: 10px 20px;
}
.dropdown-backdrop {
    opacity: 0;
}
.left-panel {
    background-color: #efefef;
    position: absolute;
    width: 470px;
    border-left: Solid 1px #efefef;
    margin-left: -1px;
}
.left-panel-wrapper {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    height: 300px;
    width: 370px;
    position: relative;
    transform-style: preserve-3d;
}
.left-panel-content {
    background-color: transparent;
    display: block !important;
    margin: 0;
    padding: 0;
    width: 370px;
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%);
}
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}
.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
@media only screen and (max-width: 1080px) {    

}
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 36px;
        line-height: 36px;
        margin-top: 30px;
        text-align: center;
    }
    .navbar {
        text-align: center;
        height: 76px;
        border-radius: 0;
        width: 100%;
    }
    .logo {
        margin-left: 0;
    }
    .full-width {
        margin-left: 0;
        min-height: 400px;
        height: 400px;
        background-position: center center;
    }
    .btn.btn-default {
        width: 100%;
    }
    .left-panel {
        width: 100%;
        float: left;
        display: block;
        margin-top: 400px;
        padding-left: 20px;
        padding-right: 20px;
        border-left: none;
        margin-left: 0;
    }
    .left-panel-wrapper {
        -moz-transform-style: flat;
        -webkit-transform-style: flat;
        height: auto;
        width: 100%;
        position: relative;
        transform-style: flat;
        text-align: center;
    }
    .left-panel-content {
        position: relative !important;
        top: 100% !important;
        transform: none;
        text-align: center;
        width: 100%;
    }
}
@media only screen and (max-width: 667px) {
	
	body {
	  overflow: visible;
	}
	.dropup .dropdown-menu{
		margin-bottom:-20px;
		border-top:solid 10px #ffffff;
		-webkit-box-shadow: 0px -8px 18px -11px rgba(0,0,0,0.21);
		-moz-box-shadow: 0px -8px 18px -11px rgba(0,0,0,0.21);
		box-shadow: 0px -8px 18px -11px rgba(0,0,0,0.21);		
	}
	.dropup .scrollable-menu {
		max-height: 220px;
		overflow: -moz-scrollbars-vertical; 
		overflow-y: scroll; 
	}
	::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	::-webkit-scrollbar:vertical {
		width: 12px;
	}

	::-webkit-scrollbar:horizontal {
		height: 12px;
	}

	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		border: 2px solid #ffffff;
	}

	::-webkit-scrollbar-track {
		border-radius: 10px;  
		background-color: #ffffff; 
	}
}
@media only screen and (max-width: 480px) {
    .navbar {
        text-align: center;
        height: 76px;
        border-radius: 0;
        width: 100%;
    }
    .logo {
        margin-top: 20px;
    }
    .full-width {
        margin-left: 0;
        min-height: 180px;
        height: 180px;
        background-position: center center;
    }
    .left-panel {
        width: 100%;
        float: left;
        display: block;
        margin-top: 180px;
        padding-left: 20px;
        padding-right: 20px;
        border-left: none;
        margin-left: 0;
    }
    .left-panel-wrapper {
        -moz-transform-style: flat;
        -webkit-transform-style: flat;
        height: auto;
        width: 100%;
        position: relative;
        transform-style: flat;
        text-align: center;
    }
    .left-panel-content {
        position: relative !important;
        top: 100% !important;
        transform: none;
        text-align: center;
        width: 100%;
    }
	.dropup .dropdown-menu{
		margin-bottom:-20px;
		border-top:solid 10px #ffffff;
		-webkit-box-shadow: 0px -8px 18px -11px rgba(0,0,0,0.21);
		-moz-box-shadow: 0px -8px 18px -11px rgba(0,0,0,0.21);
		box-shadow: 0px -8px 18px -11px rgba(0,0,0,0.21);		
	}
	.dropup .scrollable-menu {
		max-height: 250px;
		overflow: -moz-scrollbars-vertical; 
		overflow-y: scroll; 
	}
	::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	::-webkit-scrollbar:vertical {
		width: 12px;
	}

	::-webkit-scrollbar:horizontal {
		height: 12px;
	}

	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		border: 2px solid #ffffff;
	}

	::-webkit-scrollbar-track {
		border-radius: 10px;  
		background-color: #ffffff; 
	}
}