@charset "UTF-8";


* {
    -webkit-font-smoothing: antialiased;
}

.panel-heading a{
    cursor:pointer;
}
body.keyboard_user *:focus {
    border: 1px solid black !important;
    outline: 1px solid black !important;
}
#go_to_content_link {
    position: absolute;
    right: 20px;
    top: 40px;
    border: 0px none;
    background-color: transparent;
    display: none;
}
.ets-panel-body {
    margin: 0px 15px 10px;
    transition: height 0.2s;
    overflow: hidden;
}

.icon_newwindow {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjggMjgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI4IDI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjQuMjk1LDE1LjQ0NGMtMC41NTIsMC0xLDAuNDQ4LTEsMXY2Ljg1MUg0LjcwNVY0LjcwNWg2Ljg1MWMwLjU1MywwLDEtMC40NDgsMS0xcy0wLjQ0Ny0xLTEtMUgzLjcwNWMtMC41NTMsMC0xLDAuNDQ4LTEsMSAgdjIwLjU5YzAsMC41NTIsMC40NDcsMSwxLDFoMjAuNTljMC41NTMsMCwxLTAuNDQ4LDEtMXYtNy44NTFDMjUuMjk1LDE1Ljg5MiwyNC44NDgsMTUuNDQ0LDI0LjI5NSwxNS40NDR6Ij48L3BhdGg+PHBhdGggZD0iTTI0LjI5NSwyLjcwNWgtNy40MTJjLTAuNTUzLDAtMSwwLjQ0OC0xLDFzMC40NDcsMSwxLDFoNC45OThsLTcuODg0LDcuODg0Yy0wLjM5MSwwLjM5MS0wLjM5MSwxLjAyMywwLDEuNDE0ICBjMC4xOTUsMC4xOTUsMC40NTEsMC4yOTMsMC43MDcsMC4yOTNzMC41MTItMC4wOTgsMC43MDctMC4yOTNsNy44ODQtNy44ODR2NWMwLDAuNTUyLDAuNDQ4LDEsMSwxYzAuNTUzLDAsMS0wLjQ0OCwxLTFWMy43MDUgIEMyNS4yOTUsMy4xNTIsMjQuODQ4LDIuNzA1LDI0LjI5NSwyLjcwNXoiPjwvcGF0aD48L3N2Zz4=);
    background-size: 15px 15px;
    margin: 0px 0px 0px 5px;
}

html {
    font-size: 100%;
    overflow-x:hidden;
}

body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.85;
    font-weight: 400;
    font-size: 15px;
    color: #777;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

.disable-hover {
    pointer-events: none;
}

::-moz-selection {
    background: #4a90e2;
    color: #fff !important;
}

::-webkit-selection {
    background: #4a90e2;
    color: #fff !important;
}

::selection {
    background: #4a90e2;
    color: #fff !important;
}

.wrapper {
    position: relative;
}

html .layout,
body .layout {
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.flex-control-nav, .flex-control-paging{
	display:none;
}


/*#subnav2_emergencies{
	display:none !important;
}*/

.layout {
    opacity: 0;
    -webkit-transition: 1.7s opacity ease;
            transition: 1.7s opacity ease;
}

.layout.fade-in {
    opacity: 1;
}

.wrapper2 {
    width:75%;
    margin:0 auto;
}

.scroll-top {
    border-radius: 20px;
    position: fixed;
    bottom: 14px;
    right: 20px;
    height: 40px;
    width: 40px;
    z-index: 9;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: .5s all ease;
            transition: .5s all ease;
    -webkit-transform: translateY(86px);
            transform: translateY(86px);
}

.scroll-top:hover,
.scroll-top:focus {
    color: #fff;
}

.scroll-top.scroll-top-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

@media (max-width: 767px) {
    .scroll-top {
        display: none;
    }
}

/*------------------------------------------------------------------
[Typography]
*/

a {
    color: #1362A4;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    color: #313131;
}

h1 > a:hover,
h1 > a:focus,
h2 > a:hover,
h2 > a:focus,
h3 > a:hover,
h3 > a:focus,
h4 > a:hover,
h4 > a:focus,
h5 > a:hover,
h5 > a:focus,
h6 > a:hover,
h6 > a:focus {
    color: #fff;
}

p,
pre,
ul,
ol,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 16px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-weight: 600;
    color: #1362A4;
}

h1,
.h1 {
    font-size: 35px;
    font-weight:500;
}

h2,
.h2 {
    font-size: 26px;
    font-weight:500;
}

h3,
.h3 {
    font-size: 20px;
    font-weight: 500;
}

h4,
.h4 {
    font-size: 16px;
    font-weight: 500;
}

h5,
.h5 {
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 10px;
}

h6,
.h6 {
    font-weight: 500;
    font-size: 12px;
    margin: 0 0 10px;
}

.font-serif {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
}

.rotate {
    text-shadow: none !important;
}

ul,
ol {
    padding-left: 0;
    list-style: none;
}

ul > li,
ol > li {
    margin: 0 0 5px;
}

em {
    font-style: italic;
}


blockquote {
    border: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    font-style: italic;
    font-size: 15px;
    margin: 40px 0;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    padding: 0px;
    margin: 20px 0;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote:hover {
    border-color: #4a90e2;
}

.lead {
    line-height: 1.8;
    font-weight: 400;
    font-size: 20px;
}

pre {
    border: 0;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 20px 30px;
    margin: 40px 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
}

/* LOGIN FORM */

.login-form{
	position:absolute;
	z-index:99999;
	width:100%;
}

.wrapper-login{
	position:relative;
	margin: 0 auto;
}

/*Username and Password*/

.usernamepassword_space {

}


.pass-form{

}
@-moz-document url-prefix() {
    .usernamepassword_space {
        /*padding-top: 150px !important;*/
    }
}


.usernamepassword_nav {
    margin-top: 55px;
    margin-left: 0px;
}

@-moz-document url-prefix() {
    .usernamepassword_nav {
        margin-top: 75px;
        margin-left: 0px;
    }
}

.usernamepassword_footer {
    margin-left: -40px;
}

.usernamepassword_banner {
    font-family: 'Montserrat', sans-serif;
    font-weight:bold; color:#FFF;
    font-size:12px;
    padding:4px;
    background-color: #E31D2C;
    border: 1px solid #FFF;
    margin-bottom:10px;
    width:100%;
    left:0;
    right:0px;
    position:absolute;
    top:-26px;
    text-align:center;
}

.usernamepassword_bgimage {
    /*background-image: url('images/pieces/toc_login.jpg');*/
    background-color:transparent;
    background-repeat: no-repeat;
}

.usernamepassword_panel {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    border: 1px solid gray;
    background-color:black;
    padding:20px;
    height:100px;
}

.usernamepassword_header {
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    color:#01ADEF;
    font-size:20px;
    margin-bottom:10px;
    text-align:right;

}

.username_text{
	position:absolute;
	top:35px;
}

.usernamepassword_subheader {
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    color:#333;
    float:left;
    font-size:14px;
	margin-right:2%;
}

.usernamepassword_need {
    font-family: 'Montserrat', sans-serif;
    font-size:12px;
    padding-bottom:5px;
    text-align:center;
}

.usernamepassword_need a:link {
    color:#eee;
}

.usernamepassword_need a:hover {
    color: #01ADEF;
}

.usernamepassword_submit {
    padding-bottom:5px;
	float:left;
    font-family: 'Montserrat', sans-serif;

}

.username_text a:hover{
	color:#01ADEF;
}

.usernamepassword_submit input[type=submit]{
	background:#01ADEF;
	color:#fff;
	font-weight:500;
	text-transform: uppercase;
	border:none;
}


@media (max-width: 991px) {

	.usernamepassword_header{
		text-align:center;
	}

	.usernamepassword_subheader{
		float:none;
		text-align:center;
		margin: 0px 0px 17px 0px;
	}

	.usernamepassword_panel{
		height:auto;
	}
	.pass-form{
		float:none;
		display:inline-block;
		width:100%;
	}

	.usernamepassword_submit{
		float:none;
		text-align:center;
	}
	.username_text{
		text-align: center;
		position:initial;
		top:0px;
	}
	}

/*------------------------------------------------------------------
[Progress Bars]
*/

.progress-item {
    margin: 0 0 25px;
}

.progress-title {
    line-height: 1.2;
    color: #313131;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
}

.progress {
    background-color: #eaeaea;
    box-shadow: none;
    height: 5px;
    margin: 0 0 10px;
    overflow: visible;
    box-shadow: none;
}

.progress-bar {
    position: relative;
    height: 5px;
    border-radius: 3px;
    box-shadow: none;
}

.progress-bar.progress-bar-brand {
    background-color: #4a90e2;
}

.pb-number-box {
    position: absolute;
    padding: 4px 0;
    display: block;
    top: -30px;
    right: 0;
    opacity: 0;
    line-height: 12px;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
}

/*------------------------------------------------------------------
[Forms]
*/

.form-control {
    box-shadow: none;
    border-radius: 2px;
    border-width: 1px;
    border-color: #eee;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: .09375rem;
    font-size: .625rem;
    padding: 1rem .9375rem;
}

.form-control:focus {
    border-color: #eee;
    box-shadow: none;
}

.form-control-lg {
    font-size: .6875rem;
    padding: 1.0625rem .9375rem;
}

.form-control-sm {
    padding: .8125rem .9375rem;
}

.input-group-addon {
    border-color: #eee;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3rem + 2px);
}

select.form-control-lg:not([size]):not([multiple]) {
    height: 3.5rem;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: 2.8125rem;
}

/*------------------------------------------------------------------
[Buttons]
*/

.navbar-btn{
	float:left;
}

.btn {
    border-width: 2px;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: .09375rem;
    font-weight: 600;
    font-size: 1.3rem;
    padding: .9375rem 1rem .9375rem 1rem;
    -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
}

.btn:focus,
.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
    outline: 0;
}

.btn.btn-circle {
    border-radius: 30px;
}

.btn.btn-round {
    border-radius: 2px;
}

.btn.btn-shadow {
    box-shadow: 0 1px 30px rgba(0, 0, 0, .1);
}

/* --- [Button Sizes] --- */

.btn-lg {
    padding: .9375rem 2rem .9375rem 2rem;
    letter-spacing: .09375rem;
    font-size: .75rem;
}

.btn-sm {
    padding: .75rem 1.5rem .75rem 1.5rem;
    font-size: .625rem;
}

.btn-xs {
    padding: .625rem 1.25rem .625rem 1.25rem;
    font-size: .625rem;
}

/* --- [Button Colors] --- */

.btn.btn-brand {
    background-color: #4a90e2;
    border-color: #4a90e2;
    color: #fff;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn.btn-brand:hover,
.btn.btn-brand:focus {
    background-color: #277adc;
    border-color: #277adc;
    color: #fff;
}

.btn.btn-brand.btn-outline {
    background: transparent;
    border-color: #4a90e2;
    color: #4a90e2;
}

.btn.btn-brand.btn-outline:hover,
.btn.btn-brand.btn-outline:focus {
    background: #4a90e2;
    color: #fff;
}

.btn.btn-gray {
    background-color: #ddd;
    border-color: #ddd;
    color: #444;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
    background-color: #c9c9c9;
    border-color: #c9c9c9;
    color: #444;
}

.btn.btn-gray.btn-outline {
    background: transparent;
    border-color: #ddd;
    color: #ddd;
}

.btn.btn-gray.btn-outline:hover,
.btn.btn-gray.btn-outline:focus {
    background: #ddd;
    color: #444;
}

.btn.btn-dark {
    background-color: #111;
    border-color: #111;
    color: #fff;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}

.btn.btn-dark.btn-outline {
    background: transparent;
    border-color: #111;
    color: #111;
}

.btn.btn-dark.btn-outline:hover,
.btn.btn-dark.btn-outline:focus {
    background: #111;
    color: #fff;
}

.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #444;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background-color: #4a90e2;
    border-color: #4a90e2;
    color: #fff;
}

.btn.btn-white.btn-outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline:focus {
    background: #fff;
    color: #444;
}


/*------------------------------------------------------------------
[Team]
*/

.team-item {
    text-align: center;
}

.team-item:hover .team-image:after {
    background: rgba(49, 49, 49, .95);
}

.team-item:hover .team-content,
.team-item:hover .team-content-social {
    opacity: 1;
}

.team-item:hover .team-content {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image > img {
    width: 100%;
}

.team-image:after {
    background: transparent;
    position: absolute;
    display: block;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
}

.team-content,
.team-content-social {
    -webkit-transition: .3s ease-in;
            transition: .3s ease-in;
    opacity: 0;
    z-index: 2;
}

.team-content {
    position: absolute;
    padding: 20px 0 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
}

.team-content p,
.team-content h5 {
    color: #fff;
}

.team-content h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 0 0 4px;
}

.team-content p {
    font-size: 14px;
    opacity: .8;
    margin: 0;
}

.team-content-social {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 18px;
}

.team-content-social ul > li {
    display: inline-block;
    margin-right: 26px;
}

.team-content-social ul > li:last-child {
    margin-right: 0;
}

.team-content-social ul > li > a {
    color: #fff;
    opacity: .5;
}

.team-content-social ul > li > a:hover {
    opacity: 1;
}

/* ------------------------------------------------------------------
[Iconbox]
*/

.icon-box {
    padding: 35px 0;
}

.icon-box:hover .icon-box-icon {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.icon-box-icon {
    font-size: 38px;
    font-size: 56px;
    color: #4a90e2;
    margin: 0 0 10px;
    -webkit-transition: all .4s linear;
            transition: all .4s linear;
}

.icon-box img{
	width:40px;
}

.icon-box-title h6 {
    font-size: 15px;
    margin: 0 0 15px;
}

.icon-box-content > *:last-child {
    margin-bottom: 0;
}

.icon-box-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 11px;
    margin-top: 15px;
}

.icon-box-left {
    position: relative;
    text-align: left;
    padding-left: 60px;
}

.icon-box-left .icon-box-icon {
    position: absolute;
    height: 38px;
    width: 38px;
    left: 0;
    text-align: center;
    line-height: 38px;
    font-size: 32px;
    color: #4a90e2;
    -webkit-transition: all .4s linear;
            transition: all .4s linear;
}

.icon-box-left .icon-box-icon,
.icon-box-left .icon-box-title {
    text-align: left;
}


.searchbox_shell, .search-icon, #search, .demo-2 input[type=search], input[type=search], #admin_search_form{
	box-sizing: unset;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


#content{
	float:left;
}
.btn-info, .btn-info:hover, .btn-info:focus, .btn:focus,
.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus{
	background-color:transparent;
	border-color:transparent;
}

.btn-info:hover{
	color:#383535 !important;;
}

#sidebar {
    width: 31%;
    position: fixed;
    top: 0;
    left: -50%;
    height: 100vh;
    z-index: 9999;
    background: #1362A4;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}


.left2{
	width:75%;
	float:right;
}

.sidebar-header img{
	width:395px;
	margin-bottom:10%;
	margin-top:5%;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: transparent;
    color: #CCCCCC;
}

.panel-title{
	border-bottom:1px solid #777 !important;
	padding-bottom:10px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.panel-title:hover {
    color: rgba(255, 255, 255, .6);
}

.panel-default>.panel-heading{
	background-color:#1362A4;
	border:none;
	color:#fff;
}

.panel{
	background-color:#1362A4;
	border:none;
}


#site-wrap.active{
	 position: fixed;
    width: 100vw;
    height: 100%;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(30,68,102, 0.7);
    z-index: 998;
    display: none;
}

.overlay2 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(to left, rgba(0,0,0,0.0), rgba(0,0,0,0.1), rgba(0,0,0,7));
    z-index: 998;
}

#sidebar .sidebar-header {
    padding: 7px;
    background: #1362A4;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;

}

.sidebar-img img{
	width:193px;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    float:right;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


.nav-link2{
	z-index:999;
}


/* SECTIONS */

.welcome{
	background:#fff;
	padding:80px 40px;
}

.welcome h1, .welcome h2{
	color:#1362A4;
	font-size:33px;
}

.welcome p{
	color:#1A1818;
	font-size:22px;
}

.welcome .address-bold{
	color:#1362A4;
	font-weight:bold;
}

.welcome .address{
	color:#434343;
	font-size:19px;
}

.addresses{
	padding-left:75px;
	padding-top:25px;
}

.addresses span{
	display:block;
	line-height:27px;
}

.buildings{
	background:#fff;
	text-align: center;
	padding:130px 40px;
}

.buildings h2{
	color:#1362A4;
	font-size:34px;
	line-height: 3rem;
}

.buildings p{
	font-size:18px;
	color:#363636;
}
.amenities{
	background:#898989;
}

.neighborhood{
	background:#54585A;
}

.amenities h2, .neighborhood h2 {
	color:#fff;
	font-size:33px;
}

.amenities li{
	color:#fff;
}

.neighborhood p{
	color:#fff;
}

.button-white{
	background:#FFFFFF;
	color:#5A5A5A;
	padding:8px 25px;
	text-align: center;
	border-radius: 5px;
	margin-top:20px;
	display: inline-block;
}

.button-white:hover{
	background:#ddd;
}

.button-blue{
	background:#1362A4;
	color:#fff;
	padding:8px 25px;
	text-align: center;
	border-radius: 5px;
}

.button-blue:hover{
	background:#132B40;
}

hr{
	background:#1362A4;
	height:6px;
	width:50%;
	margin-top:10px;
	margin-bottom:10px;
}

.col-wrapper{
	padding: 8% 10%;
}


.toc-img{
	width:100%;
}

.border-right{
	border-right:1px solid #92B4C6;
}



/*------------------------------------------------------------------
[Text-box]
*/

.text-box {
    padding: 5px 0;
}

.text-box .text-box-link {
    font-size: 11px;
}


/*------------------------------------------------------------------
[Label]
*/

.label {
    border-radius: 0;
}

.label-brand {
    background: #4a90e2;
    color: #fff;
}

/*------------------------------------------------------------------
[Tabs]
*/

.nav-tabs {
    border-bottom: 1px solid #eaeaea;
}

.nav-tabs .nav-link {
    background-color: #f7f7f7;
    border: 1px solid #eaeaea;
    border-right: 0;
    border-radius: 0;
    padding: 10px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
    color: #999;
}

.nav-tabs .nav-link > i,
.nav-tabs .nav-link > span {
    margin-right: 5px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eaeaea;
    background-color: #fff;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: #eaeaea;
    border-bottom: 1px solid transparent;
}

.nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: .25rem;
}

.nav-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: .25rem;
    border-right: 1px solid #eaeaea;
}

.tab-content {
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-top: 0;
    padding: 20px 18px;
    color: #999;
}

.tab-pane *:last-child,
.card-block *:last-child {
    margin-bottom: 0;
}

/*------------------------------------------------------------------
[Accordions]
*/

.card {
    border-color: #eaeaea;
    border-radius: 0;
}

.card + .card {
    border-top: 0;
    margin-top: -1px;
}

.card:last-child {
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
}

.card:first-child {
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
}

.card .card-block {
    border-bottom: 1px solid #eaeaea;
    color: #999;
}

.card-header {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
    background-color: #f7f7f7;
    border-color: #eaeaea;
    padding: 12px 18px;
}

.card-header a {
    position: relative;
    display: block;
    color: #999;
}

.card-header a:hover,
.card-header a:focus {
    color: #111;
}

.card-header a:after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0;
    margin-top: -7px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1;
}

.card-header a > i,
.card-header a > span {
    margin-right: 5px;
}

/*------------------------------------------------------------------
[Pagination]
*/

.pagination {
    display: block;
    text-align: center;
    margin: 0;
}

.pagination > li {
    display: inline-block;
}

.pagination > li > a > .arrows,
.pagination > li > span > .arrows {
    font-size: 35px;
}

.pagination > li > a > .arrows:before,
.pagination > li > span > .arrows:before {
    line-height: 40px;
}

.pagination .prev {
    text-align: left;
    float: left;
}

.pagination .next {
    text-align: right;
    float: right;
}

.pagination .prev a:hover,
.pagination .next a:hover {
    background-color: transparent;
}

.page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 50%;
}

.page-item.active .page-link {
    background-color: #fff;
    border-color: transparent;
    color: #4a90e2;
}

.page-link:focus,
.page-link:hover {
    background-color: #fff;
    border-color: transparent;
    color: #4a90e2;
}

.page-link {
    background: transparent;
    border: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    color: #313131;
    margin: 0;
}

/*------------------------------------------------------------------
[Maps]
*/

.maps-container {
    height: 600px;
}

.maps-container.map-widget {
    height: 400px;
}

.map {
    height: 100% !important;
    width: 100%;
}

.map:before {
    display: none;
}


/*------------------------------------------------------------------
[Sliders]
*/
#links img{
	padding:10px;
}

.owl-carousel .owl-pagination {
    text-align: center;
}

.owl-carousel .owl-pagination .owl-page {
    border-radius: 8px;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 4px;
    position: relative;
    background: rgba(255, 255, 255, .7);
    display: inline-block;
    overflow: hidden;
    height: 6px;
    width: 6px;
    margin: 6px 4px;
    text-indent: -200%;
    z-index: 1000;
    border-radius: 6px;
    box-shadow: 0 0 1px rgba(17, 17, 17, .4);
    -webkit-transition: all .3s cubic-bezier(0, 0, .58, 1);
            transition: all .3s cubic-bezier(0, 0, .58, 1);
}

.owl-carousel .owl-pagination .owl-page.active {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}

.image-slider {
    position: relative;
}

.image-slider img {
    width: 100%;
}

.image-slider.owl-carousel .owl-prev,
.image-slider.owl-carousel .owl-next {
    background: transparent;
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    margin-top: -35px;
    text-align: center;
    line-height: 70px;
    font-size: 36px;
    display: block;
    color: #fff;
}

.image-slider.owl-carousel .owl-prev span:before,
.image-slider.owl-carousel .owl-next span:before {
    line-height: 68px;
}

.image-slider.owl-carousel .owl-prev {
    left: 15px;
}

.image-slider.owl-carousel .owl-next {
    right: 15px;
}

.image-slider .owl-pagination {
    margin-top: -28px;
}

.tms-slides {
    text-align: center;
}

.tms-slides .tms-icons {
    margin: 0 0 20px;
}

.tms-slides .tms-icons h2 {
    line-height: 1;
    font-size: 32px;
}

.tms-slides blockquote {
    border: 0;
    line-height: 1.8;
    font-size: 20px;
    padding: 20px 0;
    margin: 0;
}

.tms-slides blockquote p:before,
.tms-slides blockquote p:after {
    display: none;
}

.tms-slides .tms-author {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 11px;
    opacity: .8;
}

.tms-slides .owl-pagination {
    margin-top: 20px;
}

.module-slides {
    position: relative;
}

.module-slides .slides-container {
    display: none;
}

.module-slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.module-slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

.slides-navigation {
    margin: -35px auto 0;
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 100%;
}

.slides-navigation a {
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    margin-top: -35px;
    text-align: center;
    font-size: 36px;
    display: block;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
            transition: all .3s cubic-bezier(.3, .1, .58, 1);
}

.slides-navigation a span:before {
    line-height: 68px;
}

.slides-navigation a.prev {
    left: 40px;
}

.slides-navigation a.next {
    right: 40px;
}

.module-slides.dark-nav:hover a.prev:hover,
.module-slides.dark-nav:hover a.next:hover,
.module-slides.dark-nav:hover a.prev:focus,
.module-slides.dark-nav:hover a.next:focus,
.module-slides.dark-nav .slides-navigation a {
    color: #313131;
}

.module-slides:hover a.prev:hover,
.module-slides:hover a.next:hover,
.module-slides:hover a.prev:focus,
.module-slides:hover a.next:focus {
    color: #fff;
}

.module-slides:hover a.prev:hover {
    -webkit-transform: translateX(-5px) scale(.97);
            transform: translateX(-5px) scale(.97);
}

.module-slides:hover a.next:hover {
    -webkit-transform: translateX(5px) scale(.97);
            transform: translateX(5px) scale(.97);
}

.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.slides-pagination a {
    position: relative;
    background: rgba(255, 255, 255, .7);
    display: inline-block;
    overflow: hidden;
    height: 6px;
    width: 6px;
    margin: 6px 7px;
    text-indent: -200%;
    z-index: 1000;
    border-radius: 6px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s cubic-bezier(0, 0, .58, 1);
            transition: all .3s cubic-bezier(0, 0, .58, 1);
}

.slides-pagination a.current {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}

@media (max-width: 992px) {
    .slides-navigation a.prev {
        left: 20px;
    }

    .slides-navigation a.next {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .slides-navigation a.prev,
    .slides-navigation a.next {
        display: none;
    }
}

/*------------------------------------------------------------------
[Flexslider]
*/

.flexslider {
    border: 0;
    margin: 0;
}

.flexslider .slides {
    height: 100% !important;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
}

.flexslider .slides {
    overflow: hidden;
}

.flexslider .slides li {
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
}

.flex-direction-nav a {
    text-shadow: none;
    line-height: 60px;
    color: #fff;
    width: 30px;
    height: 60px;
    margin: -30px 0 0;
    opacity: .8;
}

.flex-direction-nav a:hover {
    opacity: 1;
}

.flex-direction-nav a:before {
    font-family: "linea-arrows-10" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    color: #fff;
}

.flex-direction-nav a.flex-next:before {
    content: "\e04b";
}

.flex-direction-nav a.flex-prev:before {
    content: "\e03f";
}

.flex-direction-nav .flex-prev {
    left: 45px;
}

.flex-direction-nav .flex-next {
    right: 45px;
}

.dark-nav .flex-direction-nav a:before {
    color: #313131;
}

.slide-background {
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    z-index: -1;
}

.kenburns .slides li:nth-of-type(odd) .slide-background {
            animation: kenBurnsEast 25s linear infinite alternate;
    -webkit-animation: kenBurnsEast 25s linear infinite alternate;
}

.kenburns .slides li:nth-of-type(even) .slide-background {
            animation: kenBurnsWest 25s linear infinite alternate;
    -webkit-animation: kenBurnsWest 25s linear infinite alternate;
}

@keyframes kenBurnsEast {
    from {
                transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0);
    }

    to {
                transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px);
    }
}

@-webkit-keyframes kenBurnsEast {
    from {
                transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0);
    }

    to {
                transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px);
    }
}

@keyframes kenBurnsWest {
    from {
                transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0);
    }

    to {
                transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px);
    }
}

@-webkit-keyframes kenBurnsWest {
    from {
                transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0);
    }

    to {
                transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px);
    }
}

@media all and (max-width: 767px) {
    .flex-direction-nav {
        display: none;
    }

    .kenburns .slides li .slide-background {
        -webkit-animation: none !important;
                animation: none !important;
    }
}

/*------------------------------------------------------------------
[Social Icons]
*/

.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-list > li {
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.social-list > li > a {
    display: block;
    background: #f7f7f7;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #313131;
}

.social-list > li > a:hover,
.social-list > li > a:focus {
    opacity: .6;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons > li {
    display: inline-block;
    margin: 10px 0px 5px 10px;
}

.social-icons > li > a {
    font-size: 14px;
    color: #333;
}

.social-icons > li > a:hover,
.social-icons > li > a:focus {
    color: #4a90e2;
}

/*!------------------------------------------------------------------
[Preloader]
*/

.pace .pace-progress {
    background: #4a90e2;
}

.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}

/*------------------------------------------------------------------
[Offcanvas]
*/

body:after {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    height: 1px;
    width: 1px;
    bottom: 0;
    right: 0;
    left: 0;
    top: -1px;
    z-index: 9998;
    content: " ";
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(.785, .135, .15, .86);
            transition: opacity .2s cubic-bezier(.785, .135, .15, .86);
    cursor: pointer;
    cursor: url("../images/close.png"), pointer;
}

body.off-canvas-sidebar-open:after {
    visibility: visible;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
}

.layout {
    position: relative;
    -webkit-transition: left .2s cubic-bezier(.645, .045, .355, 1), 1.7s opacity ease;
            transition: left .2s cubic-bezier(.645, .045, .355, 1), 1.7s opacity ease;
    left: 0;
}

body.off-canvas-sidebar-open .layout {
    left: -270px;
}

.off-canvas-sidebar-open .off-canvas-sidebar {
    -webkit-transform: translateX(-425px);
            transform: translateX(-425px);
}

.textwidget p{
	font-size:20px;
	color:#fff;
}

.off-canvas-sidebar {
    background: #F95951;
    position: fixed;
    right: -425px;
    top: 0;
    height: 100%;
    width: 425px;
    z-index: 999999;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
            transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
            transition: transform .2s cubic-bezier(.645, .045, .355, 1);
            transition: transform .2s cubic-bezier(.645, .045, .355, 1),
                -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
}

.off-canvas-sidebar h1,
.off-canvas-sidebar .h1,
.off-canvas-sidebar h2,
.off-canvas-sidebar .h2,
.off-canvas-sidebar h3,
.off-canvas-sidebar .h3,
.off-canvas-sidebar h4,
.off-canvas-sidebar .h4,
.off-canvas-sidebar h5,
.off-canvas-sidebar .h5,
.off-canvas-sidebar h6,
.off-canvas-sidebar .h6 {
    color: #fff;
}

.off-canvas-sidebar a {
    color: #fff;
}

.off-canvas-sidebar a:hover,
.off-canvas-sidebar a:focus {
    color: #fff;
    opacity: .7;
}

.off-canvas-sidebar-wrapper {
    width: auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.off-canvas-header,
.off-canvas-content {
    padding-right: 30px;
    padding-left: 30px;
}

.off-canvas-content {
    padding-bottom: 30px;
}

.off-canvas-header {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: right;
}

.close-offcanvas {
    font-size: 24px;
}

.off-canvas-sidebar a,
.off-canvas-sidebar .widget a {
    color: #fff;
    display:block;
}

.off-canvas-sidebar a:hover,
.off-canvas-sidebar a:focus,
.off-canvas-sidebar .widget a:hover,
.off-canvas-sidebar .widget a:focus {
    color: #fff;
    opacity: .7;
}

.off-canvas-sidebar .social-icons {
    text-align: center;
}

.off-canvas-sidebar .social-icons > li {
    margin: 5px 10px 0;
}

.off-canvas-sidebar .social-icons a {
    color: #fff;
}

.off-canvas-sidebar .social-icons a:hover,
.off-canvas-sidebar .social-icons a:focus {
    color: #fff;
}

/*------------------------------------------------------------------
[Modals]
*/

.modal {
    z-index: 99999;
}

.modal-dialog {
    margin: 100px auto;
}

.modal-content {
    border: 0;
    border-radius: 3px;
}

@media (min-width: 768px) {
    .modal-sm {
        width: 340px;
    }
}

/*------------------------------------------------------------------
[Special Headings]
*/

.special-heading {
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.special-heading h1,
.special-heading h2,
.special-heading h3,
.special-heading h4,
.special-heading h5,
.special-heading h6 {
    border-bottom: 2px solid #4a90e2;
    display: inline-block;
    padding: 0 0 7px 0;
    margin: 0 0 -2px 0;
}

.special-heading h1,
.special-heading h2,
.special-heading h3,
.special-heading h4 {
    letter-spacing: 2px;
}

.special-heading h5,
.special-heading h6 {
    letter-spacing: 1px;
}

.special-heading h1 {
    font-size: 20px;
}

.special-heading h2 {
    font-size: 18px;
}

.special-heading h3 {
    font-size: 16px;
}

.special-heading h4 {
    font-size: 14px;
}

.special-heading h5 {
    font-size: 14px;
}

.special-heading h6 {
    font-size: 12px;
}

/*------------------------------------------------------------------
[Testimonials]
*/

.tms-carousel {
    margin: 0 -15px;
}

.tms-carousel .owl-pagination {
    margin-top: 20px;
}

.testimonials-card {
    background: #fff;
    border: 1px solid #f2f2f2;
    text-align: center;
    position: relative;
    margin: 60px 15px 20px;
    padding: 0 40px 40px;
    color: #999;
    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}

.testimonials-card:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}

.testimonials-card-photo {
    position: absolute;
    left: 50%;
    height: 90px;
    width: 90px;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}

.testimonials-card-photo img {
    border-radius: 50%;
    width: 100%;
}

.testimonials-card-content {
    padding: 80px 0 10px;
}

.testimonials-card-author {
    font-size: 14px;
}

.testimonials-card-author h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 0 5px;
}

.testimonials-card-author *:last-child {
    margin-bottom: 0;
}

.testimonials-card .testimonials-card-author h4 {
    color: #313131;
}

/*------------------------------------------------------------------
[Icon List]
*/

.icon-list li {
    display: table;
    margin: 0 0 8px;
}

.icon-list i,
.icon-list span {
    display: table-cell;
    vertical-align: middle;
}

.icon-list i:before,
.icon-list span:before {
    display: block;
}

.icon-list .fa,
.icon-list .icon {
    font-size: 19px;
    width: 1%;
    color: #4a90e2;
    padding-right: 15px;
}

/*------------------------------------------------------------------
[Features]
*/

.wrapper-text{
	text-align:center;
	margin: 0 auto;
	width:100%;
}

.overlay-text{
	position:absolute;
	top:49%;
	left:8%;
	z-index:3;
}

.full-width{
	width:100%;
}

.linkbox{
	margin:10px;
	background: #1362A4;
	padding:3px 9px;
	font-size:15px;
	display:inline-block;
	color:#fff !important;
}

.linkbox:hover{
	background:#54565A;
}

.feature {
    margin: 15px 0;
}

.feature .feature-thumb img {
    width: 100%;
}

.feature .feature-content {
    padding: 30px 0;
}

.feature .feature-content h6 {
    font-size: 15px;
    margin: 0 0 15px;
}

.feature .feature-content p:last-child {
    margin-bottom: 0;
}

.feature-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 11px;
}

	.mobile-logo{
		display:none;
	}


/*------------------------------------------------------------------
[Style Switcher]
*/

.custom-panel {
    position: fixed;
    width: 230px;
    left: 0;
    top: 150px;
    color: #eee;
    z-index: 999;
    background-color: #252525;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.panel-toggle {
    background-color: #252525;
    position: absolute;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.panel-toggle i {
    font-size: 1.1em;
}

.panel-options,
.panel-header {
    padding: 20px;
}

.panel-header {
    font-size: 15px;
    border-bottom: 1px #2d2d2d solid;
}

.panel-options {
    padding: 30px 20px;
}

.panel-options p {
    font-size: 13px;
    margin: 0 0 20px 0;
}

.st-sw-layout {
    display: block;
    padding: 2px 0;
    font-weight: 400;
}

.color-picker {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
}

.color-picker.color-picker-last {
    margin: 0 0 20px 0;
}

.color-picker li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.color-picker li:nth-child(5n) {
    margin-right: 0;
}

.color-picker li > a {
    border-radius: 50%;
    display: block;
    height: 30px;
    width: 30px;
}

.color-picker li a:hover,
.color-picker li a.selected-color {
    border: 2px solid #eee !important;
}

/*------------------------------------------------------------------
[Header & Navigation]
*/

.icons{
	background:#333;
	position:absolute;
	z-index:99;
	width:100%;
	border-top:1px solid #eee;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.nomargin{
	margin:0 !important;
	font-weight:600;
	line-height:1;
	padding-top:9px;
	font-size:14px;
}

.icon-box{
	padding:10px;
}
.icon-box:hover{
	background:#01ADEF;
}


.center-logo{
	display:block;
	margin:auto;
	margin-bottom:3%;
}
.left{
	float:left;
}

.right{
	float:right;
}


.off-canvas-sidebar-open .header {
    left: -270px;
}

.header {
    background: #fff;
    z-index: 1040;
    height: 50px;
    width: 100%;
    padding: 4px 0px;
    left: 0;
    margin:10px 0px;
    -webkit-transition: height .3s ease-out,
                        background .3s ease-out,
                        box-shadow .5s,
                        left .2s cubic-bezier(.645, .045, .355, 1),
                        -webkit-transform .5s;
            transition: height .3s ease-out,
                background .3s ease-out,
                box-shadow .5s,
                left .2s cubic-bezier(.645, .045, .355, 1),
                -webkit-transform .5s;
            transition: height .3s ease-out,
                background .3s ease-out,
                transform .5s,
                box-shadow .5s,
                left .2s cubic-bezier(.645, .045, .355, 1);
            transition: height .3s ease-out,
                background .3s ease-out,
                transform .5s,
                box-shadow .5s,
                left .2s cubic-bezier(.645, .045, .355, 1),
                -webkit-transform .5s;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid rgba(220, 220, 220, .2);
}

.main-link-btn{
	background:#fff;
	color:#444444 !important;
	border:1px solid #F15A54;
	border-radius: 17px;
	padding:8px 25px;
	margin-right:10px;
	font-weight:600;
	font-size:16px;
}

.main-link-btn:hover{
	background:#eee;
	text-decoration: none !important;
}



.header.header-small {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}
/*
.header.header-shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    height: 1px;
}
*/
.header.header-center .inner-nav {
    text-align: center;
}

.header.header-right .inner-nav {
    text-align: right;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

.header.header-right .extra-nav {
    min-width: auto;
    max-width: auto;
}

.header .container,
.header .container-fluid {
    position: relative;
    display: table;
    height: 100%;
}

.header .brand-light {
    display: none;
}

.header .inner-brand {
    color: #313131;
    white-space: nowrap;
}

.header2 .home-brand {
	margin-left:10px;
	font-size:14px;
	font-weight:600;
	color: #313131;
}

.fa-bars{
	color: #fff;
	font-size:18px;
}

.top-links{
	float:right;
	margin-top:12px;
}

.top-links .link {
	font-size:15px;
	color:#383535;
	font-weight:300;
	padding-right: 10px;
	padding:7px;
}


.top-links .link:hover{
	color:#132B40;
}

.search-word{
	position:relative;
	right:60px;
	top:28px;
	color:#fff;
	font-weight:500;
	font-size:15px;
	cursor:pointer;
}

.menu-word{
	font-size:15px;
	font-weight:300;
	top:-4px;
	position: relative;
	text-transform: capitalize;
}

.logo{
	margin-top:25px;
}

.logo img {
	margin: auto;
    display: inline;
}

.header2{
	padding:0px 0px;
	background-color:#fff;
	position:relative;
	z-index:9999;
	width:100%;
}

.btn-info{
	color:#383535;
}

.header .label {
    float: right;
    padding: 2px 6px 1px !important;
    letter-spacing: 1px !important;
    font-size: 8px !important;
    margin: 1px 0 0 !important;
}

.inner-header {
    vertical-align: middle;
}

.inner-nav {
    position: relative;
}

.extra-nav,
.inner-header {
    overflow: hidden;
}

.nav-toogle,
.inner-header,
.inner-navigation {
    display: flex;
    height: 100%;
}

.inner-brand {
    -webkit-transition: all .3s;
            transition: all .3s;
    font-size: 20px;
}

.inner-nav,
.inner-navigation {
    width: 100%;
}

.inner-navigation-inline {
    display: inline-table;
    height: 100%;
    width: 100%;
}

.inner-nav,
.extra-nav {
    height: 100%;
}

.extra-nav {
    white-space: nowrap;
}

.nav-toogle {
    display: none;
}

.nav-toogle > a {
    display: block;
    height: 14px;
    width: 18px;
    float: right;
}

.nav-toogle > a span {
    background: #313131;
    display: block;
    height: 2px;
    width: 100%;
}

.nav-toogle > a span:nth-child(2),
.nav-toogle > a span:nth-child(3) {
    margin-top: 4px;
}

.inner-nav > ul,
.extra-nav > ul {
    list-style: none;
    height: 100%;
    padding: 0;
    margin: 0;
}

.inner-nav > ul > li,
.extra-nav > ul > li {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 24px 0 0;
}

.inner-nav > ul > li:last-child,
.extra-nav > ul > li:last-child {
    margin-right: 0;
}

.inner-nav > ul > li > a,
.extra-nav > ul > li > a {
    display: block;
    text-transform: uppercase;
    letter-spacing: .7px;
    line-height: 30px;
    font-weight: 600;
    font-size: 12px;
    height: 100%;
}

.inner-nav > ul > li > a::after,
.inner-nav > ul > li > a::before,
.extra-nav > ul > li > a::after,
.extra-nav > ul > li > a::before {
    content: "";
    display: block;
    height: 50%;
    height: calc(50% - 12px);
}

.extra-nav > ul > li:first-child {
    padding-left: 24px;
}

.extra-nav > ul > li > a > .fa {
    margin-left: 10px;
}

.inner-nav > ul > li > .nav-btn .btn {
    letter-spacing: .7px;
    font-size: 12px;
    padding: 12px 24px;
}

.inner-nav > ul > li > .nav-btn .btn:hover,
.inner-nav > ul > li > .nav-btn .btn:focus {
    opacity: 1;

}

.inner-nav > ul > li > .nav-btn::after,
.inner-nav > ul > li > .nav-btn::before {
    content: "";
    display: block;
    height: 50%;
    height: calc(50% - 23px);
}

.inner-nav > ul > li.menu-item-has-children > .sub-menu,
.inner-nav > ul > li.menu-item-has-children > .mega-menu {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
            transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
            transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
            transition: opacity .4s ease 0s,
                transform .4s ease 0s,
                visibility .4s linear 0s,
                -webkit-transform .4s ease 0s;
}

.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .sub-menu,
.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .mega-menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.mega-menu-col2{
	border-bottom:1px solid red;
}

.inner-nav .sub-menu,
.inner-nav .mega-menu {
    background-color: #fff;
    position: absolute;
    min-width: 225px;
    left: -20px;
    opacity: 0;
    z-index: 1030;
    visibility: hidden;
    top: 100%;
    text-align: left;
    box-shadow: 0 14px 32px 4px rgba(0, 0, 0, .1);
}

.inner-nav .sub-menu {
    list-style: none;
    padding: 10px 0;
}

.inner-nav .sub-menu .sub-menu {
    left: 100%;
    top: -10px;
}

.inner-nav .sub-menu li {
    position: relative;
    margin: 0;
}

.inner-nav .sub-menu li.mega-menu-col > a {
    color: #000;
    font-weight: 600;
}

.inner-nav .sub-menu li a {
    position: relative;
    display: block;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    color: #999;
}

.inner-nav .sub-menu li a:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    color: #777;
}

.inner-nav .sub-menu li a > .fa {
    margin-right: 6px;
    text-align: center;
    font-size: 14px;
    width: 18px;
}

.inner-nav .sub-menu li:hover::after {
    color: #777;
}

.inner-nav .mega-menu {
    white-space: nowrap;
    padding: 0;
}

.inner-nav .mega-menu .sub-menu {
    box-shadow: none;
    left: 0;
}

.inner-nav .mega-menu .sub-menu + .sub-menu {
    padding-top: 0;
}

.inner-nav .mega-menu .sub-menu .sub-menu {
    padding: 15px 0 0;
}

.inner-nav .sub-menu.mega-menu-row {
    padding: 0 5px;
}

.inner-nav .mega-menu .sub-menu {
    position: relative;
}

.inner-nav .mega-menu .sub-menu .sub-menu {
    left: auto;
}

.inner-nav .mega-menu .sub-menu .mega-menu-col {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    width: auto;
}

.inner-nav .mega-menu .sub-menu .mega-menu-col > a {
    pointer-events: none;
    cursor: default;
}

.inner-nav .sub-menu .menu-item-has-children::after {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    content: "\f105";
    color: #999;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.inner-nav .sub-menu .menu-item-has-children.mega-menu-col::after {
    content: "";
    display: none;
}

.inner-nav .sub-menu-open > .sub-menu,
.inner-nav .sub-menu-open > .mega-menu,
.inner-nav .sub-menu-open > .mega-menu .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.mega-menu.sub-menu-left {
    left: auto;
    right: 0;
}

.header .inner-brand,
.header.header-light.header-small .inner-brand {
    color: #333333;
}

.header .brand-dark,
.header.header-light.header-small .brand-dark {
    display: inline-block;
}

.header .brand-light,
.header.header-light.header-small .brand-light {
    display: none;
}

.header .inner-nav > ul > li > a,
.header .extra-nav > ul > li > a,
.header.header-light.header-small .inner-nav > ul > li > a,
.header.header-light.header-small .extra-nav > ul > li > a {
    color: #333333;
}

.header .inner-nav > ul > li > a.active,
.header .inner-nav > ul > li > a:hover,
.header .inner-nav > ul > li > a:focus,
.header .extra-nav > ul > li > a.active,
.header .extra-nav > ul > li > a:hover,
.header .extra-nav > ul > li > a:focus,
.header.header-light.header-small .inner-nav > ul > li > a.active,
.header.header-light.header-small .inner-nav > ul > li > a:hover,
.header.header-light.header-small .inner-nav > ul > li > a:focus,
.header.header-light.header-small .extra-nav > ul > li > a.active,
.header.header-light.header-small .extra-nav > ul > li > a:hover,
.header.header-light.header-small .extra-nav > ul > li > a:focus {
    opacity: .8;
}

.header .inner-nav > ul > li.sub-menu-open > a,
.header .extra-nav > ul > li.sub-menu-open > a,
.header.header-light.header-small .inner-nav > ul > li.sub-menu-open > a,
.header.header-light.header-small .extra-nav > ul > li.sub-menu-open > a {
    opacity: .8;
}

.header.header-light .inner-brand {
    color: #333333;
}

.header.header-light .brand-dark {
    display: none;
}

.header.header-light .brand-light {
    display: inline-block;
}

.header.header-light .inner-nav > ul > li > a,
.header.header-light .extra-nav > ul > li > a {
    color: #333333;
}

.header.header-light .inner-nav > ul > li > a.active,
.header.header-light .inner-nav > ul > li > a:hover,
.header.header-light .inner-nav > ul > li > a:focus,
.header.header-light .extra-nav > ul > li > a.active,
.header.header-light .extra-nav > ul > li > a:hover,
.header.header-light .extra-nav > ul > li > a:focus {
    opacity: .8;
}

.header.header-light .inner-nav > ul > li.sub-menu-open > a,
.header.header-light .extra-nav > ul > li.sub-menu-open > a {
    opacity: .8;
    border-bottom:3px solid #F95951;
}

	.iframe-container {
  overflow: hidden;
  padding-top: 60.25%;
  position: relative;
  padding-bottom: 80%;
  height:100vh;
}

	.iframe-container iframe{
		 border: 0;
   height: 100vh;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
	}

@media (max-width: 1250px) {
.inner-nav > ul > li{
	margin: 0 12px 0 0;
	}

}
@media (max-width: 1205px) {
			a[aria-expanded="false"]::before, a[aria-expanded="true"]::before{
		font-size:0.8em;
		margin-top:0px;
	}
	}

@media (max-width: 1200px) {

	.search-icon{
		margin-right:20px;
	}
	#dismiss{
		top:2px;
		right:1px;
	}

	.header_nav .link{
		padding:4px 0px;
	}
	.header, .header.header-small{
		border-bottom:none;
	}
	}

@media (max-width: 1120px) {

	.left2{
		width:100%;
	}
	#sidebar{
		width:50%;
		right:-50%;
	}
.inner-nav > ul > li > a{
	font-size:11px;
	}
}


@media (max-width: 1100px) {
	.wrapper2{
		width:100%;
	}

	.extra-nav{
		text-align:right;
	}
	}


@media (min-width: 992px) {
    .inner-navigation.collapse {
        display: table-cell !important;
    }
}

@media (max-width: 991px) {


	.linkbox{
		font-size:17px;
		padding:7px;
	}

	.search-icon{
		margin-right:0px;
	}

	h1,
.h1 {
    font-size: 25px;
}


		.left2{
		width:100%;
	}
	#sidebar{
		width:70%;
		left:-70%;
	}
    .header {
        background-color: #fff;
        padding: 0;
    }

    .header .container,
    .header .container-fluid {
        width: 100%;
        padding: 0 30px;
        margin-top:-82px;
    }

    .header.header-right .inner-nav,
    .header.header-center .inner-nav {
        text-align: left;
    }

    .nav-toogle {
        display: block;
        vertical-align: middle;
        text-align: right;
        margin-top:35px;

    }


    .inner-nav,
    .inner-navigation,
    .inner-navigation-inline {
        height: auto;
    }

    .inner-nav {
        display: block;
    }

    .extra-nav {
        display: none;
    }

    .inner-nav ul > li,
    .inner-nav .sub-menu li {
        display: block;
        height: auto;
        margin: 0;
    }

    .inner-nav ul > li a,
    .inner-nav .sub-menu li a {
        position: relative;
        display: block;
        text-transform: uppercase;
        letter-spacing: .7px;
        line-height: 24px;
        font-weight: 600;
        font-size: 12px;
        color: #333;
        padding: 8px 0;
    }

    .inner-nav ul > li a:hover,
    .inner-nav ul > li a:focus,
    .inner-nav .sub-menu li a:hover,
    .inner-nav .sub-menu li a:focus {
        opacity: .8;
        margin-left:10px;
        color: #333;
    }

    .inner-nav ul > li a::after,
    .inner-nav ul > li a::before,
    .inner-nav .sub-menu li a::after,
    .inner-nav .sub-menu li a::before {
        content: none;
    }

    .inner-nav .sub-menu li a:hover {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .inner-nav .sub-menu li.mega-menu-col > a {
        color: #fff;
    }

    .inner-nav .sub-menu li.mega-menu-col > a::after {
        content: none;
    }

    .inner-nav li.menu-item-has-children > a::after {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px;
        content: "\f107";
        color: #333;
        -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
    }

    .inner-nav .sub-menu .menu-item-has-children::after {
        display: none;
        content: "";
    }

    .inner-navigation {
        position: absolute;
        background-color: #fff;
        max-height: 340px;
        width: 100%;
        left: 0;
        top: 100%;
        z-index:999;
    }

    .inner-navigation.show {
        overflow-y: auto;
    }

    .inner-navigation.collapse {
        display: none;
    }

    .inner-navigation.collapse.show {
        display: block;
    }

    .inner-navigation.collapsing {
        height: 0;
        -webkit-transition: height .35s ease;
                transition: height .35s ease;
    }

    .inner-navigation-inline {
        padding: 30px;
        display: block;
    }

    .inner-nav .sub-menu,
    .inner-nav .mega-menu {
        box-shadow: none;
    }

    .inner-nav .sub-menu,
    .inner-nav .sub-menu .sub-menu,
    .inner-nav .mega-menu {
        border: 0;
        background: transparent;
        background-image: none !important;
        display: none;
        padding: 0 0 0 8px;
        margin: 0;
    }

    .inner-nav .sub-menu .menu-item-has-children.sub-menu-open > a,
    .inner-nav .sub-menu .sub-menu .menu-item-has-children.sub-menu-open > a,
    .inner-nav .mega-menu .menu-item-has-children.sub-menu-open > a {
        background: transparent;
    }

    .inner-nav .sub-menu-open > .sub-menu,
    .inner-nav .sub-menu-open > .mega-menu,
    .inner-nav .sub-menu-open > .mega-menu .sub-menu,
    .inner-nav .mega-menu .sub-menu .mega-menu-col {
        position: static;
        display: block !important;
    }

    .inner-nav .mega-menu .sub-menu .sub-menu {
        padding: 0;
    }

    .inner-nav .mega-menu .sub-menu .mega-menu-col {
        width: auto;
        padding: 0;
    }

    .inner-nav .mega-menu > li:not(:last-child) {
        border: 0;
    }

    .inner-nav .mega-menu li {
        display: block;
        width: 100%;
        padding: 0;
    }

    .header .inner-brand,
    .header.header-light .inner-brand,
    .header.header-small .inner-brand,
    .header.header-light.header-small .inner-brand {
        color: #313131;
    }

    .header .brand-dark,
    .header.header-light .brand-dark,
    .header.header-small .brand-dark,
    .header.header-light.header-small .brand-dark {
        display: inline-block;
    }

    .header .brand-light,
    .header.header-light .brand-light,
    .header.header-small .brand-light,
    .header.header-light.header-small .brand-light {
        display: none;
    }

    .header .inner-nav > ul > li > a,
    .header.header-light .inner-nav > ul > li > a,
    .header.header-small .inner-nav > ul > li > a,
    .header.header-light.header-small .inner-nav > ul > li > a {
        color: #333;
    }

    .header .inner-nav > ul > li > a:hover,
    .header .inner-nav > ul > li > a:focus,
    .header.header-light .inner-nav > ul > li > a:hover,
    .header.header-light .inner-nav > ul > li > a:focus,
    .header.header-small .inner-nav > ul > li > a:hover,
    .header.header-small .inner-nav > ul > li > a:focus,
    .header.header-light.header-small .inner-nav > ul > li > a:hover,
    .header.header-light.header-small .inner-nav > ul > li > a:focus {
        opacity: .8;
    }
}

@media (max-width: 767px) {



		.top-links .link{
		display:none;
	}

		.mobile-logo{
		display:block;
		width:59px;
		float:left;
		margin-top:10px;
		margin-left:10px;
	}
	.overlay-text{
		top:17%;
		z-index:99;
	}
	.footer-address{
		font-size:12px;
		display:block;
	}

	.footer-terms{
		font-size:11px;
		display:block;
	}

	.social-icons > li{
		margin: 0px 0px 0px 10px;
	}

	.center-logo{
		width:170px;
		margin-bottom:15px;
	}

		.logo{
		margin-right:15px !important;
	}

	.icon-container{
		background:rgba(0,0,0,.4);
		padding:100px 0px 100px 0px;
		border-top:1px solid #eee;
	}

	.icon-container .row{
		margin-left:0px;
		margin-right:0px;
	}
		.icons {
			background:transparent;
			border-top:none;
		}

		.icon-box{
		width:31%;
		float:left;
		border:1px solid #eee;
		margin:1%;
		min-height:100px;
	}

	.icon-box:hover{
		background:#000;
	}
    .inner-navigation-inline {
        display: block;
    }
}

/*------------------------------------------------------------------
[Modules]
*/

.flexslider,
.module-slides,
.full-height {
    min-height: 100vh;
    height: 100vh;
}

.flexslider .container,
.module-slides .container,
.full-height .container {
    display: table;
    height: 100%;
    padding: 0;
}

.flexslider .container > .row,
.module-slides .container > .row,
.full-height .container > .row {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.flexslider .container,
.full-height .container,
.module-slides .container,
.module-header .container {
    position: relative;
    z-index: 2;
}

.module,
.module-sm,
.module-header {
    background-color: #f7f7f7;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 250px 0;
}

.module-sm2{
	padding:0px 0px 15px 0px;
}

.module.module-divider-top,
.module-sm.module-divider-top,
.module-header.module-divider-top {
    border-top: 1px solid #f2f2f2;
}

.module.module-divider-bottom,
.module-sm.module-divider-bottom,
.module-header.module-divider-bottom {
    border-bottom: 1px solid #f2f2f2;
}

.module,
.module-sm {
    background-color: #fff;
    padding: 100px 0;
}

.module-sm {
    padding: 0px 30px;
}

.module-gray {
    background-color: #f7f7f7;
}

.parallax {
    background-color: transparent !important;
}

.header + .wrapper .module:first-child {
    padding-top: 160px;
}

.header + .wrapper .module-sm:first-child {
    padding-top: 114px;
}

.header + .wrapper section.maps-container:first-child {
    padding-top: 81px;
}

.module-page-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #f2f2f2;
    padding: 111px 0 30px;
}

.module-page-title .h5 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 15px;
    margin: 0;
}

.row-page-title {
    display: table;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
}

.row-page-title .page-title-captions,
.row-page-title .page-title-secondary {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
}

.row-page-title .page-title-secondary .breadcrumb {
    float: right;
}

@media (max-width: 767px) {
    .row-page-title .page-title-captions {
        text-align: center;
    }

    .row-page-title .page-title-secondary {
        display: none;
    }
}

.bb {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
}

.flexslider,
.module-header,
.module-slides {
    text-align: center;
}

.flexslider .container > .row > [class*="col-"] > *:last-child,
.module-header .container > .row > [class*="col-"] > *:last-child,
.module-slides .container > .row > [class*="col-"] > *:last-child {
    margin-bottom: 0;
}

.flexslider .btn,
.module-header .btn,
.module-slides .btn {
    margin: 3px;
}

.flexslider h1,
.flexslider h2,
.flexslider h3,
.flexslider h4,
.flexslider h5,
.flexslider h6,
.module-header h1,
.module-header h2,
.module-header h3,
.module-header h4,
.module-header h5,
.module-header h6,
.module-slides h1,
.module-slides h2,
.module-slides h3,
.module-slides h4,
.module-slides h5,
.module-slides h6 {
    color: #313131;
    margin: 0;
}

.flexslider p,
.module-header p,
.module-slides p {
    font-size: 20px;
    margin: 0;
}

.flexslider h1.h1,
.module-header h1.h1,
.module-slides h1.h1 {
    font-size: 70px;
}

.flexslider h1.h2,
.module-header h1.h2,
.module-slides h1.h2 {
    font-size: 54px;
}

.flexslider h1.h3,
.module-header h1.h3,
.module-slides h1.h3 {
    font-size: 48px;
}

.flexslider h1.h4,
.module-header h1.h4,
.module-slides h1.h4 {
    font-size: 32px;
}

.flexslider h1.h5,
.module-header h1.h5,
.module-slides h1.h5 {
    font-size: 18px;
}

.flexslider h1.h6,
.module-header h1.h6,
.module-slides h1.h6 {
    letter-spacing: 1px;
    margin-right: -1px;
    font-size: 14px;
}

@media (max-width: 992px) {

    .module-page-title {
        padding: 30px 0;
    }

    .module-header {
        height: auto;
        min-height: auto;
        padding: 40px 0;
    }

    .flexslider h1.h1,
    .module-slides h1.h1,
    .module-header h1.h1 {
        font-size: 56px;
    }

    .flexslider h1.h2,
    .module-slides h1.h2,
    .module-header h1.h2 {
        font-size: 43.2px;
    }

    .flexslider h1.h3,
    .module-slides h1.h3,
    .module-header h1.h3 {
        font-size: 38.4px;
    }

    .flexslider h1.h4,
    .module-slides h1.h4,
    .module-header h1.h4 {
        font-size: 25.6px;
    }

    .flexslider h1.h5,
    .module-slides h1.h5,
    .module-header h1.h5 {
        font-size: 16.2px;
    }

    .flexslider h1.h6,
    .module-slides h1.h6,
    .module-header h1.h6 {
        font-size: 12.6px;
    }

    .flexslider br,
    .module-slides br,
    .module-header br {
        display: none;
    }
}

@media (max-width: 767px) {
    .flexslider h1.h1,
    .module-slides h1.h1,
    .module-header h1.h1 {
        font-size: 42px;
    }

    .flexslider h1.h2,
    .module-slides h1.h2,
    .module-header h1.h2 {
        font-size: 32.4px;
    }

    .flexslider h1.h3,
    .module-slides h1.h3,
    .module-header h1.h3 {
        font-size: 28.8px;
    }

    .flexslider h1.h4,
    .module-slides h1.h4,
    .module-header h1.h4 {
        font-size: 19.2px;
    }

    .flexslider h1.h5,
    .module-slides h1.h5,
    .module-header h1.h5 {
        font-size: 14.4px;
    }

    .flexslider h1.h6,
    .module-slides h1.h6,
    .module-header h1.h6 {
        font-size: 11.2px;
    }

    .flexslider p,
    .module-slides p,
    .module-header p {
        font-size: 18px;
    }
}

@media (max-width: 568px) {
    .flexslider h1.h1,
    .module-slides h1.h1,
    .module-header h1.h1 {
        font-size: 35px;
    }

    .flexslider h1.h2,
    .module-slides h1.h2,
    .module-header h1.h2 {
        font-size: 27px;
    }

    .flexslider h1.h3,
    .module-slides h1.h3,
    .module-header h1.h3 {
        font-size: 24px;
    }

    .flexslider h1.h4,
    .module-slides h1.h4,
    .module-header h1.h4 {
        font-size: 16px;
    }

    .flexslider h1.h5,
    .module-slides h1.h5,
    .module-header h1.h5 {
        font-size: 12.6px;
    }

    .flexslider h1.h6,
    .module-slides h1.h6,
    .module-header h1.h6 {
        font-size: 9.8px;
    }

    .flexslider p,
    .module-slides p,
    .module-header p {
        font-size: 16px;
    }
}

.bg-dark,
.bg-gradient {
    color: #fff;
}

.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4,
.bg-dark h5,
.bg-dark .h5,
.bg-dark h6,
.bg-dark .h6,
.bg-dark blockquote,
.bg-gradient h1,
.bg-gradient .h1,
.bg-gradient h2,
.bg-gradient .h2,
.bg-gradient h3,
.bg-gradient .h3,
.bg-gradient h4,
.bg-gradient .h4,
.bg-gradient h5,
.bg-gradient .h5,
.bg-gradient h6,
.bg-gradient .h6,
.bg-gradient blockquote {
    color: #fff;
}

.bg-dark .counter .counter-title,
.bg-dark .counter .counter-number,
.bg-gradient .counter .counter-title,
.bg-gradient .counter .counter-number {
    color: #fff;
}

.module-title {
    margin: 0 0 70px;
}

.module-title h2 {
    margin: 0 0 20px;
    font-size: 34px;
    margin: 0 -4px 10px 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 28px;
}

.module-title p {
    font-size: 16px;
}

.bg-gradient:after {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bg-dark-30:before,
.bg-dark-60:before,
.bg-dark-90:before,
.bg-light-30:before,
.bg-light-60:before,
.bg-light-90:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.bg-dark-30:before {
    background: linear-gradient(to left, rgba(0,0,0,0.0), rgba(0,0,0,0.1), rgba(0,0,0,0.85));
    content: "";
    left: 0;
    top: 0;
}

.bg-dark-60:before {
    background: rgba(34, 34, 34, .6);
    content: "";
    left: 0;
    top: 0;
}

.bg-dark-90:before {
    background: rgba(34, 34, 34, .9);
    content: "";
    left: 0;
    top: 0;
}

.bg-light-30:before {
    background: rgba(255, 255, 255, .3);
    content: "";
    left: 0;
    top: 0;
}

.bg-light-60:before {
    background: rgba(255, 255, 255, .6);
    content: "";
    left: 0;
    top: 0;
}

.bg-light-90:before {
    background: rgba(255, 255, 255, .9);
    content: "";
    left: 0;
    top: 0;
}

.bg-gradient:after {
    background-color: #4a90e2;
    background: -webkit-linear-gradient(45deg, #4a90e2 0%, rgba(74, 144, 226, .3) 100%);
    background: linear-gradient(45deg, #4a90e2 0%, rgba(74, 144, 226, .3) 100%);
    content: "";
    left: 0;
    top: 0;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.demo-preview {
    text-align: center;
    margin: 0 0 60px;
}

.demo-preview img {
    -webkit-transition: all .3s cubic-bezier(.46, .01, .25, 1);
            transition: all .3s cubic-bezier(.46, .01, .25, 1);
}

.demo-preview a {
    display: block;
    margin: 0 0 20px;
}

.demo-preview a:hover {
    opacity: .8;
}

.demo-preview h4 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.demo-preview:hover img {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
}

.block-two-columns {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.block-two-columns .block-item {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background-size: cover;
    width: 50%;
}

.block-two-columns .block-item .block-item-inner {
    padding: 10%;
    width: 100%;
}

@media (max-width: 767px) {
    .block-two-columns .block-item {
        display: inline-block;
        height: auto;
        width: 100%;
    }
}

/*------------------------------------------------------------------
[Portfolio filter]
*/

.row-portfolio-filter {
    margin-right: -15px;
    margin-left: -15px;
}

.filters {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.filters > li {
    display: inline-block;
    margin: 20px 15px;
    line-height: 20px;
}

.filters > li {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.filters > li a {
    color: #111;
    opacity: .5;
}

.filters > li a:hover,
.filters > li a.current {
    opacity: 1;
}

@media (max-width: 767px) {
    .filters > li {
        display: block;
    }
}

/*------------------------------------------------------------------
[Portfolio grid]
*/

.row-portfolio .grid-sizer,
.row-portfolio .portfolio-item {
    width: 33.333333%;
    float: left;
}

.row-portfolio[data-columns="2"] .grid-sizer,
.row-portfolio[data-columns="2"] .portfolio-item {
    width: 50%;
}

.row-portfolio[data-columns="4"] .grid-sizer,
.row-portfolio[data-columns="4"] .portfolio-item {
    width: 25%;
}

.row-portfolio.row-related-portfolio {
    margin-left: -10px;
    margin-right: -10px;
}

.row-portfolio.row-related-portfolio .grid-sizer,
.row-portfolio.row-related-portfolio .portfolio-item {
    padding: 0 10px 20px;
}

.row-portfolio.row-gutter .grid-sizer,
.row-portfolio.row-gutter .portfolio-item {
    padding: 10px;
}

/*------------------------------------------------------------------
[Portfolio Single Item]
*/

.portfolio-title,
.portfolio-caption,
.portfolio-overlay,
.portfolio-subtitle,
.portfolio-wrapper img {
    -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
            transition: all .3s cubic-bezier(.3, .1, .58, 1);
}

.portfolio-wrapper {
    position: relative;
    overflow: hidden;
}

.portfolio-overlay {
    position: absolute;
    background: rgba(49, 49, 49, .95);
    opacity: 0;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.portfolio-caption {
    position: absolute;
    padding: 25px;
    width: 100%;
    opacity: 0;
    z-index: 1;
    top: 50%;
    left: 0;
    text-align: center;
}

.portfolio-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.8;
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.portfolio-subtitle {
    font-size: 14px;
    opacity: .7;
}

.portfolio-link {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.portfolio-item:hover .portfolio-wrapper img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item:hover .portfolio-caption {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.row-portfolio[date-portfolio-type="standard"] .portfolio-caption {
    position: relative;
    opacity: 1;
}

.row-portfolio[date-portfolio-type="standard"] .portfolio-item .portfolio-title,
.row-portfolio[date-portfolio-type="standard"] .portfolio-item .portfolio-subtitle {
    color: #313131;
}

.row-portfolio[date-portfolio-type="standard"] .portfolio-item:hover .portfolio-title,
.row-portfolio[date-portfolio-type="standard"] .portfolio-item:hover .portfolio-subtitle {
    color: #fff;
}

.row-portfolio[date-portfolio-type="standard"] .portfolio-item:hover .portfolio-caption {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

@media (max-width: 1199px) {

	.col-wrapper{
		padding:3% 5%;
	}
    .row-portfolio[data-columns="4"] .grid-sizer,
    .row-portfolio[data-columns="4"] .portfolio-item {
        width: 33.333333%;
    }
}

@media (max-width: 991px) {

	.overlay-text{
		left:0;
	}

	.logo{
		margin-right:13%;
	}

	.nomargin{
		font-size:12px
	}

	.quicklinks{
		text-align:center;
		border:none !important;
		font-size:16px;
		margin-top:20px;
	}


    .row-portfolio .grid-sizer,
    .row-portfolio .portfolio-item,
    .row-portfolio[data-columns="4"] .grid-sizer,
    .row-portfolio[data-columns="4"] .portfolio-item {
        width: 50%;
    }

    .row-portfolio[data-columns="4"] .grid-sizer,
    .row-portfolio[data-columns="4"] .portfolio-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .row-portfolio .grid-sizer,
    .row-portfolio .portfolio-item,
    .row-portfolio[data-columns="4"] .grid-sizer,
    .row-portfolio[data-columns="4"] .portfolio-item,
    .row-portfolio[data-columns="2"] .grid-sizer,
    .row-portfolio[data-columns="2"] .portfolio-item {
        width: 100%;
    }
}

/*------------------------------------------------------------------
[Portfolio Single Navigation]
*/

.ps-next,
.ps-prev {
    height: 40px;
    display: block;
}

.ps-all,
.ps-next,
.ps-prev {
    line-height: 40px;
}

.ps-all a,
.ps-next a,
.ps-prev a {
    line-height: 40px;
    color: #313131;
}

.ps-all a > .arrows,
.ps-next a > .arrows,
.ps-prev a > .arrows {
    line-height: 40px;
    font-size: 35px;
}

.ps-all a > .arrows:before,
.ps-next a > .arrows:before,
.ps-prev a > .arrows:before {
    line-height: 40px;
}

.ps-all a:hover,
.ps-next a:hover,
.ps-prev a:hover {
    color: #4a90e2;
}

.ps-next {
    text-align: right;
}

.ps-all {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.ps-all .h4 {
    font-size: 12px;
}

/*------------------------------------------------------------------
[Portfolio Single]
*/

.portfolio-content p,
.portfolio-content ul,
.portfolio-content ol {
    margin: 0 0 30px;
}

.portfolio-sidebar {
    padding-left: 30px;
}

.quicklinks {
    padding: 20px 0;
    margin: 0 0 0;
}

.quicklinks ul {
    margin: 0;
}

.quicklinks.border-left {
    border: 0;
    border-left: 1px solid rgba(238, 238, 238, .9);
    padding: 0 0 0 30px;
}

.quicklinks li > span {
    display: inline-block;
    min-width: 100px;
}

.quicklinks > ul > li {
    margin: 0 0 20px;
}

.quicklinks > ul > li:last-child {
    margin: 0;
}

.quicklinks li > h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0 0 5px;
}

.quicklinks .link{
	display:block;
	color:#777;
}

.quicklinks .link:hover{
	color:#fff;
	text-decoration:none;
}

h2.single-portfolio-title {
    font-size: 30px;
}

h3.single-portfolio-title {
    font-size: 22px;
}

.project-details li {
    padding: 0 0 5px;
}

.portfolio-content > :last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .portfolio-sidebar {
        padding: 50px 0 0 0;
    }

    .portfoli-details.border-left {
        border: 0;
        border-top: 1px solid rgba(238, 238, 238, .9);
        border-bottom: 1px solid rgba(238, 238, 238, .9);
        padding: 20px 0;
    }
}

/*------------------------------------------------------------------
[Gallery]
*/

a[rel~="gallery"]:hover {
    opacity: .8;
}

.gallery {
    margin-left: -10px;
    margin-right: -10px;
}

.gallery:before,
.gallery:after {
    content: " ";
    display: table;
}

.gallery:after {
    clear: both;
}

.gallery .gallery-item {
    float: left;
    margin: 0 0 20px;
    padding: 0 10px;
}

.gallery-item {
    position: relative;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-columns-5 .gallery-item .gallery-caption,
.gallery-columns-6 .gallery-item .gallery-caption,
.gallery-columns-7 .gallery-item .gallery-caption,
.gallery-columns-8 .gallery-item .gallery-caption,
.gallery-columns-9 .gallery-item .gallery-caption {
    display: none;
}

.gallery .gallery-caption {
    background-color: rgba(255, 255, 255, .96);
    position: absolute;
    bottom: 15px;
    left: 30px;
    margin-right: 30px;
    padding: 8px 15px;
    text-align: left;
    font-size: 14px;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

@media (max-width: 991px) {
    .gallery-item {
        width: 50%;
    }

    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .gallery-item {
        width: 100%;
    }

    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 100%;
    }
}

/*------------------------------------------------------------------
[Blog]
*/

.sidebar {
    padding: 0 0 0 30px;
}

.sidebar.sidebar-left {
    padding: 0 30px 0 0;
}

.post {
    margin: 0 0 50px;
}

.post + .post {
    margin: 0 0 80px;
}

.post-preview {
    -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
    margin: 0 0 40px;
}

.post-preview img {
    border-radius: 3px;
}

.post-preview:hover {
    opacity: .7;
}

.blog-grid .post-preview,
.blog-masonry .post-preview {
    margin: 0 0 35px;
}

.post-more {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 11px;
    margin: 20px 0 0;
}

.post-header {
    margin: 0 0 30px;
}

.blog-grid .post-header,
.blog-masonry .post-header {
    margin: 0 0 20px;
}

.post-title {
    font-size: 30px;
    margin: 0 0 15px;
}

.blog-grid .post-title,
.blog-masonry .post-title {
    font-size: 16px;
    margin: 0 0 10px;
}

.post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #bdbdbd;
}

.post-meta > li {
    position: relative;
    display: inline-block;
    padding: 0 14px 0 0;
    margin: 0 14px 0 0;
}

.post-meta > li:not(:last-child):after {
    position: absolute;
    content: '|';
    right: -5px;
    top: 0;
}

.post-meta > li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.blog-grid .post-meta,
.blog-masonry .post-meta {
    font-size: 11px;
}

.post-meta a {
    color: #bdbdbd;
}

.post-meta a:hover,
.post-meta a:focus {
    color: #4a90e2;
}

.post-tags {
    margin: 30px 0 0;
}

.post-tags a {
    background: #f2f2f2;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    padding: 1px 15px;
    margin: 5px 10px 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 8px;
    color: #111;
}

.post-tags a:hover {
    background: #4a90e2;
    color: #fff;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 30px 0 20px;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
    margin-top: 0;
}

.post-content p,
.post-content ul,
.post-content ol {
    margin: 0 0 30px;
}

.post-content blockquote {
    padding: 20px 40px;
    margin: 40px 0;
}

.post-content ul,
.post-content ol {
    margin-left: 40px;
}

.post-content ul {
    list-style-type: disc;
}

.post-content ol {
    list-style-type: decimal;
}

.post-content > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .sidebar,
    .sidebar.sidebar-left {
        padding: 0;
    }
}

.blog-magazine .post {
    margin: 0 0 30px;
}

.blog-magazine .col-lg-6 .post-background {
    padding-top: 80%;
}

.post-background {
    position: relative;
    border-radius: 3px;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 40%;
}

.post-background:before {
    border-radius: 3px;
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, transparent 0%, #252525 100%);
    background: linear-gradient(to bottom, transparent 0%, #252525 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: .85;
    -webkit-transition: .3s ease;
            transition: .3s ease;
}

.post-background .post-background-link {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.post-background .post-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 30px;
    margin: 0;
    z-index: 2;
}

.post-background .post-header .post-title {
    font-size: 28px;
    margin: 0 0 10px;
}

.post-background .post-header .post-title a {
    color: #fff;
}

.post-background:hover:before {
    opacity: .6;
}

@media (max-width: 992px) {
    .blog-magazine .col-lg-6 .post-background,
    .blog-magazine .col-lg-12 .post-background {
        padding-top: 80%;
    }
}

/*------------------------------------------------------------------
[Comments & Comment Form]
*/

.comments-area {
    margin: 0 0 60px;
}

.comments-title,
.comment-reply-title {
    border-top: 1px solid rgba(238, 238, 238, .9);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 30px;
    margin: 0 0 30px;
}

.comment-reply-title {
    margin: 0 0 10px;
}

.comment-form {
    margin-top: 40px;
}

.comment {
    border-top: 1px solid rgba(238, 238, 238, .9);
    padding: 30px 0 0;
    margin: 30px 0 0;
}

.comment .children > .comment {
    margin-left: 90px;
}

.comment-author {
    margin: 5px 0 0;
    height: 64px;
    width: 64px;
    float: left;
}

.comment-author > img {
    border-radius: 50%;
}

.comment-body {
    position: relative;
    margin: 0 0 0 90px;
}

.comment-meta {
    margin: 0 0 15px;
}

.comment-meta-author {
    margin: 0 0 5px;
}

.comment-meta-author a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #313131;
}

.comment-meta-author a:hover,
.comment-meta-author a:focus {
    color: #4a90e2;
}

.comment-meta-date {
    font-size: 14px;
}

.comment-meta-date a {
    color: #999;
    opacity: .6;
}

.comment-meta-date a:hover,
.comment-meta-date a:focus {
    color: #4a90e2;
    opacity: 1;
}

.comment-reply {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 7px;
}

.comment-reply > a {
    background-color: #f2f2f2;
    padding: 7px 9px 5px 10px;
    border-radius: 15px;
    display: block;
    color: #111;
}

.comment-reply > a:hover,
.comment-reply > a:focus {
    background: #4a90e2;
    color: #fff;
}

/*------------------------------------------------------------------
[Widgets]
*/

.widget {
    margin: 0 0 50px;
}

.widget .widget-title {
    border-bottom: 1px solid rgba(238, 238, 238, .9);
    padding: 0 0 20px;
    margin: 0 0 25px;
}

.widget .widget-title h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0;
}

.widget ul,
.widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li,
.widget ol li {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(238, 238, 238, .9);
    padding-bottom: 10px;
}

.widget ul li:last-child,
.widget ol li:last-child {
    border: 0;
}

.widget a {
    color: #999;
}

.widget a:hover,
.widget a:focus {
    color: #4a90e2;
}

.widget input,
.widget select {
    width: 100%;
    box-shadow: none;
    border-radius: 2px;
    border-width: 1px;
    border-color: #eee;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: .09375rem;
    font-size: .625rem;
    padding: 1rem .9375rem;
}

/* --- [ Search Widget ] --- */


.searchbox_shell label{
	color:#fff;
	font-weight:500;
	cursor:pointer;
}

.panel-body{
	padding:0px !important;
	margin-left:15px !important;
}

.panel-body a, .ets-panel-body a{
	display:block;
	margin-right:20px;
	color:#fff !important;
	text-decoration: none;
				-webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  font-family: 'Montserrat', sans-serif;
  font-size:15px;
  font-weight:500;
}

.ets-panel-body:hover {
    color: rgba(255, 255, 255, .6);
}

.panel-body a:hover{
	color:#eee !important;
}

.mobile-quicklinks{
	display:none;
}

.search-icon{
	float:right;
	margin-top:10px;
}

input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}


input[type=search] {
	background: rgba(51,51,51,0) url('../../images/logos/search_icon_white.png') no-repeat 7px center;
	border: solid 1px transparent;
	background-size:25px;
	padding: 3px 20px;
	width: 20px;
	z-index:9999;
	-webkit-border-radius: 6em;
	-moz-border-radius: 6em;
	border-radius: 6em;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 100px;
	background-color: rgba(51,51,51,0);
	border-color: #67C0CA !important;
	color:#fff;
	-webkit-box-shadow: 0 0 5px rgba(103,192,202,.8);
	-moz-box-shadow: 0 0 5px rgba(103,192,202,.8);
	box-shadow: 0 0 5px rgba(103,192,202,.8);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
	background-color:#fff !important;
}

/* Demo 2 */
.demo-2 input[type=search] {
	width: 35px !important;
	padding-left: 0px;
	color: transparent;
	cursor: pointer;
	border:none !important;
}
.demo-2 input[type=search]:hover {
	background-color: rgba(51,51,51,.1);
}
.demo-2 input[type=search]:focus {
	background: rgba(51,51,51,.1) url('../../images/logos/search_icon_blue.png') no-repeat 7px center;
	width: 100px !important;
	background-size:25px;
	padding-left: 40px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	background-color: rgba(255,255,255,1);
	cursor: auto;
	font-size:16px;
	font-weight:600;
}
.demo-2 input:-moz-placeholder {
	color: transparent;
}
.demo-2 input::-webkit-input-placeholder {
	color: transparent;
}


.widget_search form {
    position: relative;
}

.search-button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: -2px;
    height: 100%;
    right: 10px;
    -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
    color: #ddd;
}

.search-button:focus,
.search-button.focus,
.search-button.active.focus,
.search-button.active:focus,
.search-button:active.focus,
.search-button:active:focus {
    outline: 0;
}

.search-button:hover {
    color: #4a90e2;
}

.widget_archive ul li a,
.widget_categories ul li a {
    margin-right: 5px;
}

.widget_recent_works,
.widget_recent_entries a,
.widget_recent_entries_custom a {
    color: #313131;
}

.widget_recent_works img,
.widget_recent_entries a img,
.widget_recent_entries_custom a img {
    border-radius: 3px;
}

.post-date {
    font-size: 12px;
    display: block;
    opacity: .7;
}

.widget_recent_entries_custom ul li {
    display: table;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.widget_recent_entries_custom .wi,
.widget_recent_entries_custom .wb {
    vertical-align: middle;
    display: table-cell;
}

.widget_recent_entries_custom .wi {
    float: left;
    width: 74px;
}

.widget_recent_entries_custom .wi img {
    width: 100%;
}

.widget_recent_entries_custom .wb {
    padding-left: 18px;
    width: 100%;
}

/* --- [ Resent Works Widget ] --- */

.widget_recent_works > ul {
    margin: 0 -5px;
}

.widget_recent_works > ul:before,
.widget_recent_works > ul:after {
    content: " ";
    display: table;
}

.widget_recent_works > ul:after {
    clear: both;
}

.widget_recent_works > ul > li {
    border: 0 !important;
    float: left;
    width: 33.333%;
    padding: 5px;
    margin: 0;
}

.widget_recent_works > ul > li > a:hover {
    opacity: .5;
}

/* --- [ Tags Widget ] --- */

.widget_tag_cloud .tagcloud > a {
    background: #f2f2f2;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    padding: 1px 15px;
    margin: 5px 10px 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 8px;
    color: #111;
}

.widget_tag_cloud .tagcloud > a:hover {
    background: #4a90e2;
    color: #fff;
    opacity: 1;
}

/* --- [ Twitter Feed Widget ] --- */

.twitter-feed-widget ul > li {
    border: 0;
}

.twitter-feed-widget ul > li img {
    display: none;
}

.twitter-feed-widget ul > li:last-child {
    padding: 0;
    margin: 0;
}

.twitter-feed-widget .timePosted {
    font-size: 12px;
    opacity: .7;
    margin: 2px 0 0;
}

.twitter-feed-widget .tweet {
    word-wrap: break-word;
    margin: 0;
}

.twitter-feed-widget .user,
.twitter-feed-widget .interact {
    display: none;
}

/* --- [ Сalendar widget ] --- */

.calendar_wrap,
.calendar_wrap table {
    width: 100%;
}

.calendar_wrap caption {
    text-align: right;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.calendar_wrap thead {
    font-size: 10px;
}

.calendar_wrap thead th {
    padding-bottom: 10px;
    text-align: center;
}

.calendar_wrap tbody {
    color: #aaa;
}

.calendar_wrap tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

.calendar_wrap tbody td:hover {
    background: #fff;
}

.calendar_wrap tbody .pad {
    background: none;
}

.calendar_wrap tfoot #next,
.calendar_wrap tfoot #prev {
    text-transform: uppercase;
    font-size: 10px;
}

.calendar_wrap tfoot #next {
    text-align: right;
}

.calendar_wrap tfoot #prev {
    padding-top: 10px;
}

/* --- [ Navmenu widget ] --- */

.widget_nav_menu ul li {
    border: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
}

.widget_nav_menu .sub-menu {
    padding: 30px 0 0;
}

.widget_nav_menu .sub-menu li {
    padding-bottom: 15px;
    margin-bottom: 0;
}

.widget_nav_menu .sub-menu li:last-child {
    padding-bottom: 0;
}

.footer .widget ul li,
.footer .widget ol li,
.footer .widget .widget-title,
.off-canvas-sidebar .widget ul li,
.off-canvas-sidebar .widget ol li,
.off-canvas-sidebar .widget .widget-title {
    border-color: rgba(255, 255, 255, .05);
}

.footer .widget_tag_cloud .tagcloud > a,
.off-canvas-sidebar .widget_tag_cloud .tagcloud > a {
    background: transparent;
    border: 1px solid #f2f2f2;
    color: #fff;
}

.footer .widget_tag_cloud .tagcloud > a:hover,
.off-canvas-sidebar .widget_tag_cloud .tagcloud > a:hover {
    background-color: #4a90e2;
    border-color: #4a90e2;
}

/*------------------------------------------------------------------
[Footer]
*/

.footer {
    position: relative;
    background: #1362A4;
    color: #fff;
    margin: 0 auto;
	margin-top:0px;
}

.footer-logo{
	width:65px;
	float:left;
	margin-top:5px;
}

.ets-logo{
	width:47px;
	margin-top:5px;
	float:right;
}

.footer a {
    color: #fff !important;
}

.footer a:hover,
.footer a:focus {
    color: #fff;
    opacity: .7;
}

.footer h1,
.footer .h1,
.footer h2,
.footer .h2,
.footer h3,
.footer .h3,
.footer h4,
.footer .h4,
.footer h5,
.footer .h5,
.footer h6,
.footer .h6 {
    color: #fff;
}

.footer .widget {
    margin: 60px 0 50px;
}

.footer .copyright {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, .05);
    padding: 20px 0;
}

.footer-address{
	display:inline;
	margin: 10px;
	float:left;
	padding-right:20px;
	font-weight:600;
	color:#fff;
}

.footer-terms{
	display:inline;
	margin-top: 11px;
	float:right;
	font-weight:400;
	color:#fff;
	font-size:11px !important;
}

.social-icons fa{
	color:#fff;
}

.wrapper-footer{
	position:relative;
	bottom:0px;
	margin: auto;
	z-index:999;
	left:0px;
	right:0px;
}

.wrapper-main{
	position:relative;
}

.ufcw-logo {
    filter: drop-shadow(3px 5px 1px rgb(0 0 0 / 0.3));
}

@media (max-width: 991px) {

	.col-wrapper{
		text-align: center;
	}

	.neighborhood, .amenities{
		padding:40px;
	}
	.desktop{
		display:none;
	}
	.footer-address{
		padding-right:0px;
	}

	.footer-terms{
		padding-right:0px;
	}
		.overlay-text{
		top:21%;
		left:0;
		right:0;
	}
	.ufcw-logo{
	    margin: 0 auto;
        filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
	}

	.top-links{
		margin-top:29px;
	}

	.addresses{
		padding-left:0px;
	}

	.footer-logo{
		margin-top:32px;
	}

	.ets-logo{
		margin-top:15px;
		padding-bottom:5px;
	}

	.welcome{
		padding:30px;
		text-align: center;
	}

	.welcome p, .buildings p{
		font-size:17px;
	}

	.button-blue{
		display:block;
		margin-bottom:25px;
	}

	.button-white{
		display:block;
	}

	.welcome h1, .welcome h2, .buildings h2, .amenities h2, .neighborhood h2{
		font-size:25px;
	}

	.border-right{
		border:none;
	}

	.logo img{
		margin: 0;

	}

		.header_nav{
		margin-bottom:100px;
	}

	.search-icon{
	margin-top:11px;

	}

	.left2{
		padding-left:4px;
		margin-top:15px;
	}

	.demo-2 input[type=search]:focus{
		background: #fff url('../../images/logos/search_icon_blue.png') no-repeat 7px center;
		background-size:25px;
	}

    .wrapper-footer{
	    width:100%;
    }

    .social-icons{
	    text-align:center;
	    float:none !important;
    }

    .footer .pull-right{
	    float:none !important;
    }

    .footer-logo{
	    float:left;
	    margin-top:5px
    }

    .footer-address{
	    text-align:center;
	    display:block;
	    margin:0px;
	    margin-top:20px;
	    float:none;
	    border-right:none;
	    position:relative;
    }

	.footer-terms{
	    text-align:center;
	    display:block;
	    margin-top:10px;
	    /*margin-top:-60px;*/
	    float:right;
	    border-right:none;
	    position:relative;
    }

    .col-md-2{
	    text-align:center;
    }
}

@media (max-width: 767px) {


	.footer .phone, .toc-social {
		display:none;
	}
			.search-icon{
	margin-top:-7px;

	}

	.searchbox_shell label{
		display:none;
	}
    .scroll-top {
        display: none;
    }
}

@media (max-width: 500px) {

	.nomargin{
	font-size:13px;
}

	.logo img{
		padding-right:45px;
	}


     .overlay-text h1{
	     font-size:16px;
     }

          .overlay-text h3{
	     font-size:21px;
     }


}


@media (max-width: 320px) {
.logo{display:none}
.top-links{margin-top:28px;}
  .overlay-text h1{
	     font-size:15px;
     }
	}
