@charset "utf-8";
/* CSS Document */

body {
  background-color: #fff; /* for the tint */
}

.overlay{
	pointer-events:none;
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	z-index:9999;
}

.hero-content{
        overflow:hidden;
        margin-top:-55px;
        margin-bottom:-30px;
    }
    @keyframes infinite_scale {
        0% {transform:scale(1,1)}
        50% {transform:scale(1.3, 1.3);}
        100% {transform:scale(1, 1);}
    }

    .hero-bg{
        background-size: cover;
        position:absolute;
        width:100%;
        height:100%;
        animation: infinite_scale 125s infinite;
    }
    .hero-overlay{
        position:absolute;
        top:0px;
        left:0px;
        right:0px;
        bottom:0px;
        z-index:199;
        background-color:rgba(0,0,0,0.4)
    }

    
    @media(min-width:960px){
        .hero-content{
            min-height:65vh!important;
        }
        .keywords{
            padding-top:30px!important;
        }
        .hero-text{
            width:1000px;
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%, -50%);
            z-index:200;
        }

        .hero-text h1{
            color:#FFF;
            line-height:50px;
            font-size:40px;
            text-align:center;
        }

        .hero-text p{
            opacity:0.7;
            text-align:center;
            font-size:18px;
            color:#FFF;
            margin-top:30px;
            margin-bottom:40px;
        }

        .hero-text .keywords-button{
            background-color:#E9573F;
            color:#FFF;
            width:200px;
            height:50px;
            text-align:center;
            line-height:50px;
            font-size:14px;
            font-weight:600;
            margin:0 auto;
        }
    }
    @media(max-width:960px){
        .hero-content{
            min-height:55vh!important;
        }
        .keywords{
            padding-top:50px!important;
        }
        .hero-text{
            width:340px;
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%, -50%);
            z-index:200;
        }

        .hero-text h1{
            color:#FFF;
            line-height:50px;
            font-size:23px;
            text-align:center;
        }

        .hero-text p{
            opacity:0.7;
            text-align:center;
            font-size:14px;
            color:#FFF;
            margin-top:0px;
            margin-bottom:40px;
        }

        .hero-text .keywords-button{
            background-color:#E9573F;
            color:#FFF;
            width:130px;
            height:40px;
            text-align:center;
            line-height:40px;
            font-size:12px;
            font-weight:600;
            margin:0 auto;
        }
    }
    
    .hero-content{
        min-height:50vh;
    }

.all-elements{
	overflow-x:hidden;	
}

.page-content{
	background-color:#FFFFFF;
	z-index:10;
	display:block;
	padding-top: 55px;
	min-height:100vh;
	position:relative;
	box-shadow: -4px 0 4px 0 rgba(0,0,0,0.1);	
}

.page-content-wrapper{
	display:block;
	margin-top:0px;
	margin-bottom:0px;
	padding:20px;
	padding-bottom:15px;
}

.page-sidebar{
	width:274px;
	display:block;
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	bottom:0px;
	overflow:hidden;
	position:fixed;
}

.page-sidebar-scroll{
	z-index:2;
	width:290px;
    overflow: scroll;
    overflow-x: hidden;
   /* -webkit-overflow-scrolling: touch;*/
	height:100%;
}

/* .header-clear{
	height:50px;
} */

/* .header-clear-big{
	height:85px;	
} */

/*Sidebar Header*/
/*//////////////*/

.sidebar-header a:first-child{
	border-left:none;	
}

.sidebar-header a{
	display:block;
	width:54.6px;
	float:left;	
	height:55px;
	line-height:55px;
	text-align:center;
	font-size:14px;
	transition:all 200ms ease;
}

.sidebar-logo img{
	width:200px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:25px;
}

.sidebar-decoration{
	height:1px;
	display:block;
}

.sidebar-navigation a:first-child{
	border-top:none!important;	
}

.sidebar-navigation{
	margin-bottom:-1px;		
}

.sidebar-heading{
	padding:5px;
	padding-left:20px;
	/*font-size:10px;*/
	font-size: 1.2rem;
	font-family:'Lato', sans-serif;
}

.sidebar-heading .fa-copyright{
    font-size: 1.2rem !important;
}

.nav-item a{
	height:60px;	
	display:block;
	line-height:60px;
	padding-left:60px;
	font-family:'Source Sans Pro', sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:0.9px;
	transition:all 200ms ease;
}

.nav-item a i:first-child{
	font-size:16px;
	position:absolute;
	top:50%;
	margin-top:-7px;
	left:20px;
	width:18px;
	text-align:center;
}

.nav-item a i:last-child{
	/*font-size:16px;*/
	font-size:1.2rem !important;
	position:absolute;
	top:50%;
	margin-top:-4px;
	left:240px;
	font-size:10px;
}

.nav-item .fa-circle{
	font-size:6px!important;	
	margin-top:-1px!important;	
	left:242px!important;
}

.active-nav-item .fa-circle{
	color:#27ae60!important;
}

.subnav-item a{
	padding-left:85px;	
	font-size:11px;
	height:55px;
	line-height:55px;
}

.subnav-item a:last-child{
	border-bottom:none;	
}

.subnav-item a i:first-child{
	left:50px;
	font-size:12px;
	margin-top:-4px;
}

.input-group-btn{
    font-size: 1.2rem;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

/*Submenu Activation*/
/*//////////////////*/

.subnav-item{
	display:none;	
}

.nav-item .fa-plus{
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform:rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
	color:inherit;
	transition:all 100ms ease;
}

.active-subnav-icon{
	-ms-transform: rotate(45deg)!important; /* IE 9 */
	-webkit-transform:rotate(45deg)!important; /* Chrome, Safari, Opera */
	transform: rotate(45deg)!important;
	color:#c0392b!important;
	transition:all 100ms ease;
}

.active-subnav-item{
	display:block;
}

/*Header Icons*/
/*////////////*/

.header{
	top: 0;
	height:55px;
	position:fixed;
	width:100%;
	z-index:9999999;
}

.header a:first-child{
	height:55px;
	width:55px;
	display:block;	
	text-align:center;
	line-height:55px;
	font-size:14px;
}

.header img{
	width:110px;
	position:absolute;
	top:11px;
	left:45%;
	margin-left:-35px;	
}

.header a:last-child{
	height:55px;
	width:55px;
	display:block;
	position:absolute;
	text-align:center;
	line-height:55px;
	font-size:14px;	
	top:0px;
	right:0px;
}

.header a:hover{
	background-color:rgba(255,255,255,0.02);	
}

/*Content Heading*/
/*///////////////*/

.content-heading{
	margin-bottom:30px;	
}

.content-heading h4{
	color:#FFFFFF;
	position:absolute;	
	z-index:9999;
	text-transform:uppercase;
	margin-top:27px;
	padding-left:30px;
}

.content-heading{
	max-height:100px;	
}

.content-heading p{
	color:#FFFFFF;
	position:absolute;	
	z-index:999;
	margin-top:48px;
	padding-left:30px;
	opacity:0.5;
}

.content-heading .overlay{
	z-index:99;
	background-color:rgba(0,0,0,0.8);
}

.content-heading i{
	font-size:32px;
	position:absolute;
	color:#FFFFFF;
	right:30px;	
	z-index:999;
	margin-top:36px;
}

.content-heading img{
	width:100%;
	display:block;
	position:relative;
	z-index:2;
}

@media (min-width:768px){
	.content-heading{
		max-height:140px;	
	}
	
	.content-heading h4{
		font-size:20px;	
		margin-top:45px;
		padding-left:50px;
	}
	
	.content-heading p{
		font-size:13px;	
		margin-top:75px;
		padding-left:50px;
	}
	
	.content-heading i{
		font-size:40px;
		margin-top:53px;
		right:50px;	
	}
}


/*Thumbnails Columns*/

.thumb-clear{
	height:40px;
	display:block;
	width:100%;
}

.thumb-left{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-left a{
	display:block;
	text-align:right;
}

.thumb-left img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:left;
	margin-right:20px;
}

.thumb-left strong{
	color:#1a1a1a;
	display:inline-block;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-left em{
	font-style:normal;
}

.thumb-right{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-right img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:right;
	margin-left:20px;
}

.thumb-right strong{
	color:#1a1a1a;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-right em{
	font-style:normal;
}


@media (min-width:768px){
	.thumb-left img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-left em{
		line-height:28px;	
	}
	
	.thumb-left strong{
		padding-top:10px;	
	}
	
	.thumb-right img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-right em{
		line-height:28px;	
	}
	
	.thumb-right strong{
		padding-top:10px;	
	}	
}

/*////////////////////*/
/*Quote & Staff Slider*/
/*////////////////////*/

.staff-item img{
	border-radius:300px;	
	max-width:150px;
	margin-left:auto;
	margin-right:auto;
}

.staff-item h4{
	text-align:center;
	margin-top:20px;	
	font-size:16px;
}

.staff-item em{
	text-align:center;
	font-size:12px;
	color:#e34e47;
	display:block;
	margin-top:-10px;
	margin-bottom:10px;
	font-style:normal;
}

.staff-item strong{
	display:block;	
	font-weight:400;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	line-height:28px;
}


.footer a{
	width:16.6%;	
	float:left;
	height:55px;
	line-height:55px;
	text-align:center;
}

.small-text{
	display:block;
	margin-top:-10px;
	color:#e34e47;
	margin-bottom:10px;	
}


.wide-gallery{
	margin-bottom:30px;	
}

.round-gallery img{
	border-radius:300px;	
}

.round-gallery .overlay{
	border-radius:300px;	
}

.round-gallery a{
	margin-left:4%;
	margin-right:4%;
	margin-bottom:4%;
}

.round-gallery .wide-gallery-4{width:42%;}
.round-gallery .wide-gallery-2{width:42%;}

.round-gallery i{
	display:none;	
}

.wide-gallery img{
	margin:0px;	
}

.wide-gallery .overlay{
	background-color:rgba(0,0,0,0.6);
}


.wide-gallery-2{position:relative;	height:100%;	width:50%; float:left;}
.wide-gallery-4{position:relative;	height:100%;	width:50%; float:left;}
.wide-gallery-1{position:relative;  height:100%; 	width:100%; float:none; clear:both;}

@media (min-width:768px){
	.wide-gallery-4{position:relative;	height:100%;	width:25%; float:left;}
}

.wide-gallery-4 h3{
	font-size:16px;
	position:absolute;
	top:50%;
	margin-top:-13px;	
	z-index:99999;
	color:#FFFFFF;
	text-align:center;
	font-weight:800;
	display:block;
	width:100%;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #000000;
}

.wide-gallery-4 h4{
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	position:absolute;
	top:50%;
	margin-top:15px;
	z-index:99999;
	color:#bdc3c7;
	text-align:center;
	font-weight:400;
	display:block;
	width:100%;	
	text-transform:uppercase;
	opacity:1;
	text-shadow:0px 1px 1px #000000;
}

.wide-gallery-4 i{
	position:absolute;
	z-index:99999;
	top:20px;
	left:20px;	
	color:#FFFFFF;
	text-shadow:0px 1px 1px #000000;
}

.wide-gallery-2 h3{
	font-size:16px;
	position:absolute;
	top:50%;
	margin-top:-20px;	
	z-index:99999;
	color:#FFFFFF;
	text-align:center;
	font-weight:800;
	display:block;
	width:100%;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #000000;
}

.wide-gallery-2 h4{
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	position:absolute;
	top:50%;
	margin-top:5px;
	z-index:99999;
	color:#bdc3c7;
	text-align:center;
	font-weight:400;
	display:block;
	width:100%;	
	text-transform:uppercase;
	opacity:1;
	text-shadow:0px 1px 1px #000000;
}

.wide-gallery-2 i{
	position:absolute;
	z-index:99999;
	top:20px;
	left:20px;	
	color:#FFFFFF;
	text-shadow:0px 1px 1px #000000;
}

.wide-gallery-1 h3{
	font-size:16px;
	position:absolute;
	top:50%;
	margin-top:-25px;	
	z-index:99999;
	color:#FFFFFF;
	text-align:center;
	font-weight:800;
	display:block;
	width:100%;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #000000;
}

.wide-gallery-1 h4{
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	position:absolute;
	top:50%;
	margin-top:0px;
	z-index:99999;
	color:#bdc3c7;
	text-align:center;
	font-weight:400;
	display:block;
	width:100%;	
	text-transform:uppercase;
	opacity:1;
	text-shadow:0px 1px 1px #000000;
}

.wide-gallery-1 i{
	position:absolute;
	z-index:99999;
	top:20px;
	left:20px;	
	color:#FFFFFF;
	text-shadow:0px 1px 1px #000000;
}


@media (min-width:768px){
	.wide-gallery-1 h3{
		font-size:26px;	
		margin-top:-15px;
	}
	
	.wide-gallery-1 h4{
		margin-top:15px;	
	}
	
	.wide-gallery-2 h3{
		font-size:26px;	
		margin-top:-30px;
	}	
}



/*Charts*/
/*//////*/

.chart-wrapper{
	display:block;
}

.chart-box{
	display:inline-block;
	width:11px;
	height:11px;
	margin-right:20px;
	font-weight:800;
	color:#1f1f1f;
	font-style:normal;
}

.chart-text{
	display:inline-block;
	width:51px;
	height:11px;
	margin-right:20px;
	font-weight:800;
	color:#1f1f1f;
	font-style:normal;
}


/*Page Countdown*/
/*//////////////*/

.countdown-page h1{
	text-align:center;	
	margin-bottom:30px;
	margin-top:10px;
}

.countdown-page p{
	width:75%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

@media (min-width:767px){
	.countdown-page p{
		width:60%;	
	}
}

.countdown{
	display:block;	
	width:265px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-bottom:30px;
}

.countdown-box{
	float:left;	
}

.countdown-box span{
	display:block;
	text-align:center;
	font-size:10px;
	padding-top:5px;
	text-transform:uppercase;
}

.countdown-years{
	font-size:24px;	
	font-weight:800;
	margin-left:15px;
	margin-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	color:#1f1f1f;
	display:none;
}

.box-years span{
	display:none!important;	
}

.countdown-days{
	font-size:28px;	
	font-weight:800;
	margin-left:15px;
	margin-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	color:#1f1f1f;
}

.countdown-hours{
	font-size:28px;	
	font-weight:800;
	margin-left:15px;
	margin-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	color:#1f1f1f;
}

.countdown-minutes{
	font-size:28px;	
	font-weight:800;
	margin-left:15px;
	margin-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	color:#1f1f1f;
}

.countdown-seconds{
	font-size:28px;	
	font-weight:800;
	margin-left:15px;
	margin-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	color:#1f1f1f;
}

.facebook-ball{
	background-color:#3B5998;
	width:35px;
	height:35px;
	border-radius:35px;
	line-height:35px;
	color:#FFFFFF;
	text-align:center;
}

.google-ball{
	background-color:#d34836;
	width:35px;
	height:35px;
	border-radius:35px;
	line-height:35px;
	color:#FFFFFF;
	text-align:center;	
}

.twitter-ball{
	background-color:#4099FF;
	width:35px;
	height:35px;
	border-radius:35px;
	line-height:35px;
	color:#FFFFFF;
	text-align:center;
}

.countdown-socials{
	width:165px;
	margin-left:auto;
	margin-right:auto;	
	padding-top:30px;
	padding-bottom:40px;
}

.countdown-socials a{
	float:left;
	display:block;
	margin-left:10px;
	margin-right:10px;	
}

@media (min-width:768px){
	
	.countdown-page h1{
		font-size:26px;	
	}
	
	.countdown-page{
		margin-top:75px;	
		margin-bottom:75px;
	}
	
	.countdown-box span{
		display:block;
		text-align:center;
		font-size:12px;
		padding-top:5px;
		text-transform:uppercase;
	}
	
	.countdown-wrapper{
		width:360px;
		margin-top:50px;
		margin-left:auto!important;
		margin-right:auto!important;	
	}
	
	.countdown-wrapper h4{
		font-size:20px;	
	}
	
	.countdown {
		width:320px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		margin-top:50px;
		margin-bottom:50px;
	}
	
	.countdown-socials{
		margin-top:40px;	
	}
	
	.countdown-years{
		font-size:36px;
		padding:5px 0px;	
		display:none;
	}
	
	.box-years span{
		display:none!important;	
	}
	
	.countdown-days{
		font-size:36px;	
		padding:5px 0px;
	}
	
	.countdown-hours{
		font-size:36px;	
		padding:5px 0px;
	}
	
	.countdown-minutes{
		font-size:36px;	
		padding:5px 0px;
	}
	
	.countdown-seconds{
		font-size:36px;	
		padding:5px 0px;
	}
	
	.countdown-wrapper-bottom p{
		width:370px!important;
		margin-left:auto;
		margin-right:Auto;
		text-align:center;
	}		
	
	.countdown-socials{
		width:200px;
	}
	
	.facebook-ball, .twitter-ball, .google-ball{
		width:45px;
		height:45px;
		border-radius:45px;	
		line-height:45px;
		font-size:14px;
	}
}


@media (min-width:1000px){
	
	.countdown-box span{
		display:block;
		text-align:center;
		font-size:12px;
		padding-top:5px;
		text-transform:uppercase;
	}
	
	.countdown-wrapper{
		width:420px;
		margin-top:20px;
		margin-left:auto!important;
		margin-right:auto!important;	
	}
	
	.countdown {
		width:320px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
	
	.countdown-years{
		font-size:32px;	
		padding:20px 0px;
		display:none;
	}
	
	.box-years span{
		display:none!important;	
	}
	
	.countdown-days{
		font-size:36px;	
		padding:5px 0px;
	}
	
	.countdown-hours{
		font-size:36px;
		padding:5px 0px;	
	}
	
	.countdown-minutes{
		font-size:36px;	
		padding:5px 0px;
	}
	
	.countdown-seconds{
		font-size:36px;
		padding:5px 0px;	
	}
	
	.countdown-wrapper-bottom p{
		width:360px!important;
		margin-left:auto;
		margin-right:Auto;
		text-align:center;
	}		
}

/*Error Page*/

.error-page{
	padding-top:20px;
	padding-bottom:80px;	
}

.error-page h1{
	font-size:32px;	
	line-height:70px;
	text-align:center;
}

.error-page p{
	text-align:center;
	width:85%;
	margin-left:auto;
	margin-right:auto;	
}



@media (min-width:767px){
	.error-page{
		padding-top:150px;
		padding-bottom:150px;	
	}
	
	.error-page p{
		width:60%;	
		padding-bottom:50px;
	}
	
	.error-page h1{
		font-size:60px;	
		line-height:80px;
	}
}

/*//////////*/
/*Staff Page*/
/*//////////*/


.staff-sidebar-small em{
	color:#e34e47;
	margin-top:-10px;
	display:block;
	margin-bottom:20px;
}

/*/////////*/
/*Login Box*/
/*/////////*/

.login-box{
	width:270px;
	margin:0 auto;
	background-color:#ececec;
	padding:20px;
	margin-top:40px;
	margin-bottom:40px;
	border:solid 1px rgba(0,0,0,0.07);	
	overflow:visible;
}

@media (min-width:768px){
	.login-box{
		margin-top:120px;	
		margin-bottom:120px!important;
	}
}

.login-box img{
	position:absolute;
	margin-top:-85px;
	border:solid 10px #FFFFFF;
	width:120px;
	border-radius:175px;
	margin-left:55px;	
}

.login-box em{
	margin-top:50px;
	margin-bottom:20px;
	text-align:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-style:normal;
}

.login-username{
	margin-bottom:20px;
	height:40px;
	width:100%;
	border:solid 2px rgba(0,0,0,0.1);
	color:rgba(0,0,0,0.5);
	padding-left:20px;	
	transition:all 400ms ease;	
}

.login-username:focus{
	border:solid 2px #27ae60;/*Green*/
	transition:all 400ms ease;	
}

.login-password{
	margin-bottom:20px;
	height:40px;
	width:100%;
	border:solid 2px rgba(0,0,0,0.1);
	color:rgba(0,0,0,0.5);
	padding-left:20px;	
	transition:all 400ms ease;	
}

.login-password:focus{
	border:solid 2px #c0392b;
	transition:all 400ms ease;	
}

.login-box strong{
	font-size:10px;
	text-align:center;
	display:block;
	margin-top:20px;
	margin-bottom:0px;
	font-style:normal;
	color:#666666;	
	font-weight:400;
}

.login-box strong a{
	display:inline;
	opacity:0.8;	
}

/*Portfolio*/

.portfolio-wrapper p{
	color:#666666;	
}


/*Enabled New Changes*/
/* 08 . 01 . 2015 */

.header img{
    width:110px;
    left:50%;
    margin-left:-55px;
}




@media (max-width:568px){
    .wide-gallery a{
        width:50%;
        height:50%;
    }
}

@media (min-width:568px) and (max-width:640px){
    .wide-gallery a{
        width:33.3333333%;
        height:33.3333333%;
    }
}

@media (min-width:640px) and (max-width:768px){
    .wide-gallery a{
        width:33.3333333%;
        height:33.3333333%;
    }
}

@media (min-width:768px) and (max-width:1024){
    .wide-gallery a{
        width:25%;
        height:25%;
    }
}

@media (min-width:1024px) and (max-width:1280px){
    .wide-gallery a{
        width:16.6666667%;
        height:16.6666667%;
    }
}

@media (min-width:1280px){
    .wide-gallery a{
        width:12.5%;
        height:12.5%;
    }    
}




















/*



@media (min-width:768px){
    .wide-gallery i{
        font-size:16px;
    }
    }
    
    .wide-gallery h3{
        font-size:18px;
        width:80%;
        left:50%;
        margin-left:-40%;
    }
    
    .wide-gallery h4{
        font-size:14px   
    }
}


@media (min-width:1025px){
    
    .nine-sixty{
        width:960px;
        margin-left:auto;
        margin-right:auto;
    }
    
    .wide-gallery{
        width:960px!important;
        margin-left:auto;
        margin-right:auto;
    }
}

@media (min-width:960px) and (orientation:landscape){

    .nine-sixty{
        width:960px;
        margin-left:auto;
        margin-right:auto;
    }
    
    .wide-gallery{
        width:960px!important;
        margin-left:auto;
        margin-right:auto;
    }
        
}


@media (min-width:768px) and (orientation:portrait){    
    .wide-gallery a{
        width:50%;
        height:50%;
    }
    
}



*/

.selected-box{
    opacity:1!important;
    transition:all 350ms ease;
}

.box-buttons .button{
    opacity:0.5;
    transition:all 350ms ease;
}

.new-to-site{
    margin-left:10px;
    margin-right:10px;
}


.new-to-site-h3{
    text-align:center;
    font-size:18px;
    font-weight:600;
}

.new-to-site-p{
    width:280px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-bottom:10px;
    padding-bottom:30px;
}


.box-buttons{
    width:310px;
    margin-left:auto;
    margin-right:auto;
}

.box-buttons a{
    font-size:11px;
    margin-bottom:20px;
}

.boxes{
    margin-bottom:50px;
}

#box-1{display:block;}
#box-2{display:none;}
#box-3{display:none;}


.boxes p{
    text-align:left;
}


@media (min-width:768px){
    
    .new-to-site-p{
        margin-bottom:50px;
        font-size:14px;
        width:600px;
    }
    
    .new-to-site-h3{
        margin-top:20px;
       font-size:24px;
    }
    
    .box-buttons{
        display:none;
    }
    
    #box-1{display:block!important;}
    #box-2{display:block!important;}
    #box-3{display:block!important;}
    
    #box-1{
        margin-bottom:50px;   
    }
    
    #box-2{
        width:45%;
        float:left;
        margin-left:5%;
    }
    
    #box-3{
        width:45%;
        float:left;
        margin-left:5%;
    }
    
}


@media (min-width:1280px){
    
    .new-to-site{
        width:1280px!important;
        margin-left:auto!important;
        margin-right:auto!important;
    }
    
    #box-1{
        width:50%;
        float:left;
    }
    
}


@media (max-width:767px){
    
    .keywords{
        display:none;   
    }
    
    .keywords a{
        height:40px;
        line-height:40px;
        color:#1f1f1f;
    }
    
    .keywords a i:first-child{
        width:18px;
        margin-right:20px;
        line-height:40px;
        text-align:center;
    }
    
    .keywords a i:last-child{
        float:right;   
        line-height:40px;
    }
    
    .keywords-button{
        width:200px!important;
        margin-left:auto!important;
        margin-right:auto!important;
        position:relative!important;
        height:40px;
        line-height:40px;
        text-align:center;
        margin-top:-30px;
        margin-bottom: @0px;
    }

}

@media (min-width:768px){
    
    .keywords{
        display:none;  
        margin-top:30px;
    }
    
    .keywords a{
        width:45%;
        float:left;
        margin-right:5%;
        height:40px;
        line-height:40px;
        color:#1f1f1f;
    }
    
    .keywords a i:first-child{
        width:18px;
        margin-right:20px;
        line-height:40px;
        text-align:center;
    }
    
    .keywords a i:last-child{
        float:right;   
        line-height:40px;
    }
    
    .keywords-button{
        width:200px!important;
        margin-left:auto!important;
        margin-right:auto!important;
        position:relative!important;
        height:40px;
        line-height:40px;
        text-align:center;
        margin-top:-30px;
        margin-bottom:@0px;
    }
    
    
}

@media (min-width:960px){
    
    .keywords{
        display:none;   
        margin-top:30px;
    }

    .keywords-box{
    
    }
    
    .keywords a{
        width:22%;
        float:left;
        margin-right:3%;
        height:40px;
        line-height:40px;
        color:#1f1f1f;
    }
    
    .keywords a i:first-child{
        width:18px;
        margin-right:20px;
        line-height:40px;
        text-align:center;
    }
    
    .keywords a i:last-child{
        float:right;   
        line-height:40px;
    }

    .keywords-button{
        width:200px!important;
        margin-left:auto!important;
        margin-right:auto!important;
        position:relative!important;
        height:40px;
        line-height:40px;
        text-align:center;
        margin-top:-30px;
        margin-bottom:@0px;
    }
    
}



.gray-background{
    margin-left:0px;
    margin-right:0px;
    background-color:rgba(0,0,0,0.07);
    padding-top:30px;
    padding-left:20px;
    padding-right:20px;
}
/* Custom css */
.social-links a {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
}
.template-item{
	cursor: pointer;
}
#content .map_area{
	height: 1000px;
	overflow: hidden;
	/* position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9999; */
}
.loc-result-set {
    margin-top: 15px;
}

.list-group-item-text {
    font-size: 15px;
}
.store_detail {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}

.main_row {
    /* margin-top: 75px; */
}
.location_denied{
	display: none;
}
.dropdown-menu li {
    list-style: none;
}
.mt-15 {
    margin-top: 15px;
}
.ajax-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.6);
    z-index: 9999;
    display: none;
}
.ajax-loader .fa {
    margin-top: 15%;
    width: 50px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-left: 50%;
    font-size: 50px;
}
.pt-15{
	padding-top: 15px;
}
/* For 480 or Up to 768 */
@media only screen and (max-width:768px){
	#storeMap{
		display: none;
	}
}

.timming li span {
    display: inline-block;
    vertical-align: middle;
    min-width: 105px;
}
.timming li {
    padding: 5px 16px;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.timming li.today {
    font-weight: bold;
    background: #efe;
}