/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

@media (max-width: 767px) {
	#wrapper {
	    overflow-x: hidden;
	}
}

#wrapper, #content {
    background-color: transparent;
}

.noborderradius {
        border-radius: 0;
}

@media (min-width: 992px) {
    .side-header #header-wrap {
        background-image: url('/images/bg-header.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@font-face {
    font-family: 'roboto_thin';
    src: url('/css/fonts/roboto/Roboto-Thin.woff2') format('woff2'),
         url('/css/fonts/roboto/Roboto-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_regular';
    src: url('/css/fonts/roboto/Roboto-Regular.woff2') format('woff2'),
         url('/css/fonts/roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_medium';
    src: url('/css/fonts/roboto/Roboto-Medium.woff2') format('woff2'),
         url('/css/fonts/roboto/Roboto-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_light';
    src: url('/css/fonts/roboto/Roboto-Light.woff2') format('woff2'),
         url('/css/fonts/roboto/Roboto-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_bold';
    src: url('/css/fonts/roboto/Roboto-Bold.woff2') format('woff2'),
         url('/css/fonts/roboto/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'anton';
    src: url('/css/fonts/anton/anton-webfont.woff2') format('woff2'),
         url('/css/fonts/anton/anton-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.z-depth-1 {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2) !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2) !important;
}

.z-depth-2 {
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3) !important;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3) !important;
}

.z-depth-3 {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3) !important;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3) !important;
}

.z-depth-4 {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3) !important;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3) !important;
}

.z-depth-5 {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3) !important;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3) !important;
}

.text-shadow-1 {
	text-shadow: 1px 1px 1px #111;
}

.text-shadow-2 {
	text-shadow: 2px 2px 2px #111;
}

.roboto_light {
	font-family: 'roboto_light';
}

.roboto_medium {
	font-family: 'roboto_medium';
}

.roboto_bold {
	font-family: 'roboto_bold';
}

.roboto_thin {
	font-family: 'roboto_thin';
}

@media (min-width: 1240px) {
	.social-bottom {
		position: absolute;
		bottom: -80%;
		width: 100%;
	}
}

@media (max-width: 479px) {
	.container {
	    width: 90% !important;
	}
}

b, strong {
    font-family: 'roboto_bold';
}

.anton {
	font-family: 'anton';
	text-transform: uppercase;
}

#content p {
    font-size: 1.1em;
}

@media (max-width: 768px) {
	.center-on-sm {
		text-align: center !important;
	}
}

#primary-menu ul li > a {
	font-size: 1.1em;
}

.bg-contact {
	background-image: url(/images/bg-content.jpg);
	background-position: bottom;
	background-size: cover;
	min-height: 200px;
	background-repeat: no-repeat;
}

.bg-login {
	background-image: url('/images/auth/bg-login.jpg');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
}

#gotoTop {
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 50%;
}

.button {
	font-family: 'roboto_bold';
}

label {
	font-family: 'roboto_bold';
	margin-bottom: 5px;
	font-size: 1em;
    text-transform: capitalize;
}

.heading-block > span:not(.before-heading) {
    color: #21495F;
}

.fluid-width-video-wrapper {
	margin-bottom: 50px;
}

.sm-form-control {
    border: 2px solid #999;
}

.menu-burger {
	border: 2px solid;
    padding: 0 10px;
    border-radius: 4px;
}

.menu-burger:hover {
	background: #D98E23;
	color: white;
    border-radius: 4px;
    transition: 500ms;
}

.menu-burger:active {
	background: #D98E23;
	color: white;
    border-radius: 4px;
    transition: 500ms;
}

@media only screen and (max-width: 1920px) and (min-width: 1400px) {
    .lSSlideOuter.vertical .lSGallery {
        right: 70px;
    }
}

[class^=imghvr-] {
    background-color: rgba(34, 102, 165, 0.80);
}

[class*=" imghvr-shutter-out-"]:before, [class^=imghvr-shutter-out-]:before {
	background: transparent;
}

[class^=imghvr-] figcaption {
	background-color: rgba(19, 87, 150, 0.60);
}

[class^=imghvr-]:hover {
	border-radius: 5px 5px 0 0;
}

/*FOOTER*/

#copyrights {
    padding: 20px 0;
}

.dark #copyrights, .dark #copyrights a {
    color: rgba(255,255,255,0.8);
}

#footer.dark {
    background-color: rgb(14, 85, 144);
    border-top: none;
}

/*FOOTER END*/
