/* Admin Login style */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
	word-break:keep-all;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
@font-face {
    font-family: 'optimare';
    src: url('../fonts/optimare.eot');
    src: url('../fonts/optimare.eot') format('embedded-opentype'),
         url('../fonts/optimare.woff2') format('woff2'),
         url('../fonts/optimare.woff') format('woff'),
         url('../fonts/optimare.ttf') format('truetype'),
         url('../fonts/optimare.svg#optimare') format('svg');
}
@font-face {
    font-family: 'OPTIMA_B';
    src: url('../fonts/OPTIMA_B.eot');
    src: url('../fonts/OPTIMA_B.eot') format('embedded-opentype'),
         url('../fonts/OPTIMA_B.woff2') format('woff2'),
         url('../fonts/OPTIMA_B.woff') format('woff'),
         url('../fonts/OPTIMA_B.ttf') format('truetype'),
         url('../fonts/OPTIMA_B.svg#OPTIMA_B') format('svg');
}
html,body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'optimare';
}
img
{
    pointer-events: none;
}
/* -------------------------------------------------------
	Common style
------------------------------------------------------- */
.add-default-loading
{
    background: url(../images/loader.gif) no-repeat 50% 50%;
}
.min-size {
    clear: both;
    color: #292e32;
    float: left;
    font-family: "optimare";
    font-size: 14px;
    font-weight: normal;
}
.min-size span{
    color: rgba(255, 0, 0, 1);
}
sup{
    position: absolute;
    top: 3px;
    color: rgba(255, 0, 0, 1);
}
.overlay-admin{
	background: rgba(0,0,0,0.7);
	display: block;
}
.overlay-admin .modal-content{
	border-radius: 0;
	box-shadow: none;
}
.overlay-admin .modal-header{
	background: #2f5470;
}
.overlay-admin .modal-title{
	color: #fff;
	font-family: 'OPTIMA_B';
	font-size: 16px;
}
.overlay-admin .close{
	opacity: 1;
	color: #fff;
}
.overlay-admin .btn{
	border-radius: 0 !important;
	box-shadow: none;
}
.overlay-admin .modal-footer button{
	background: #292e32;
	color: #fff !important;
	text-shadow: none;
	border: none;
	font-size: 14px;
	font-family: 'optimare';
	padding: 6px 22px;
}
.overlay-admin .modal-footer button:hover, .overlay-admin .modal-footer button.active{
	background: #2f5470 !important;
}
.overlay-admin .modal-body p{
	font-size: 16px;
	font-family: 'optimare';	
}
.overlay-admin .modal-dialog{
	margin: auto;
	top: 20%;
}
.bs-example{
	position: absolute;
	width: 1000px;
	z-index: 1;
	top: 63px;
	left: 50%;
	margin: 0 0 0 -500px;
	font-size: 16px;
}
.error-animated{
  	-webkit-animation-fill-mode: both;
	  -moz-animation-fill-mode: both;
	  -ms-animation-fill-mode: both;
	  -o-animation-fill-mode: both;
	  animation-fill-mode: both;
  	-webkit-animation-duration: 1s;
  	-moz-animation-duration: 1s;
  	-ms-animation-duration: 1s;
	  -o-animation-duration: 1s;
	  animation-duration: 1s;
}

@-webkit-keyframes shake {
	  0%, 100% {-webkit-transform: translateX(0);}
	  10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	  20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
  	0%, 100% {-moz-transform: translateX(0);}
	  10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	  20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	  0%, 100% {-o-transform: translateX(0);}
	  10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	  20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	  0%, 100% {transform: translateX(0);}
	  10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	  20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.error-shake{
	  -webkit-animation-name: shake;
	  -moz-animation-name: shake;
  	-o-animation-name: shake;
	  animation-name: shake;
}

input, textarea, select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}
.coverImage{
    box-shadow: 0px 0px 8px rgba(81, 203, 238, 1);
    /* padding: 3px 0px 3px 3px; */
    border: 2px solid rgba(81, 203, 238, 1);
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus,.field-section .columns .row input:focus,
.field-section .columns .row .specifi:focus, .form-field  input[type=text]:focus, .form-field input[type=password]:focus{
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  border: 1px solid rgba(81, 203, 238, 1);
}
input.error{
  box-shadow: 0 0 5px rgba(255, 0, 0, 1);
  padding: 3px 0px 3px 3px;
  border: 1px solid rgba(255, 0, 0, 0);
}
span.valid-error{
	float: left;
    margin: 6px 0px 0px;
    color: #FE3030;
    font-size: 13px;
}
input[type="passsword"] {
    -webkit-text-security: disc;
    color: #000;
}
.grid-section, .grid-section table{
	 width: 100%;
	 float: left;
}
.grid-section table{
	border-collapse: collapse;
	word-break: break-all;
	border: 1px solid #bbbbbb;
}
.grid-section table thead tr{
	background: #284256;
}
.grid-section table thead tr th, .grid-section table tbody tr td{
	padding: 12px 5px;
	text-align: center;
	color: #fff;
	font-family: 'optimare';
	font-size: 16px;
	border-right: 1px solid #bbbbbb;
}
.grid-section table thead tr th:last-child, .grid-section table tbody tr td:last-child{
	border-right: none;
}
.grid-section table tbody tr td:first-child i{
	width: 122px;
	height: auto;
}
.grid-section table tbody tr td:first-child i img{
	width: 122px;
	height: auto;
	display: table;
	margin: auto;
}
.grid-section table tbody tr td{
	vertical-align: middle;
	color: #000;
	line-height: 20px;
}
.grid-section table tbody tr{
	border-bottom: 1px solid #bbbbbb;	
}
.grid-section table tbody tr:last-child{
	border-bottom: none;	
}
.grid-section table tbody tr:nth-child(2n+0){
	background: #f1f1f1;
}
.center{
	margin: auto;
	display: table;
}
.center i.edit, .center i.delete{
	width: 32px;
	height: 32px;
	background: #292e32;
	float: left;
	border-radius: 100%;
	margin:0 10px 0 0;
	cursor: pointer;
}
.center i.glyphicon-pencil::before, .center i.glyphicon-trash::before, i.glyphicon-trash::before{
	color: #fff;
	margin: 9px auto;
	display: table;
	font-size: 13px;
}
.center i:hover{
	background: #e1a232;
}
.grid-section i.fa-picture-o{
	color: rgb(201, 201, 201);
	font-size: 24px;
}
.field-section{
	width: 100%;
	float: none;
}
.field-section .columns{
	width: 250px;
	float: left;
	margin:20px 124px 0 0;
}
.field-section .columns .row{
	margin:0 0 20px 0;
	position: relative;
}
.field-section .columns .row label, .change-password-sec li label{
	font-size: 14px;
	color: #292e32;
	width: 100%;
	font-family: 'optimare';
	font-weight: normal;
	margin: 5px 0 10px 2px;
}
.field-section .columns .row input, .field-section .columns .row select, .change-password-sec li input{
	width: 100%;
	padding: 0 10px;	
	color: #000;
	height: 32px;
	margin:0 0 0 2px;
	/*border: 1px solid #bbbbbb;*/	
}
.field-section .columns .row textarea.specifi{
	height: 109px;
	resize: none;
	width: 100%;
	padding: 10px; 
	line-height: 24px;
	/*border: 1px solid #bbbbbb;*/	
}
input,textarea, select{
	font-size: 15px;
	font-family: 'optimare';
}
.field-section .last-columns{
	margin-right: 0;
}
.second-section-header{
	background: #292e32 !important;
}
.second-section-header p{
	text-transform: none !important;
}
.button-all{
	clear: both;
	float: right;
	margin: 0 0 20px 0;
}
.button-all li{
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
}
.button-all li:last-child{
	margin-right: 0;
}
.button-all li button, #confirmButtons a{
	padding: 8px 20px;
	font-size: 16px;
	color: #fff;
	background: #292e32;
	font-family: 'optimare';
	border: none;
}
.button-all li.active button, .button-all li:hover button, #confirmButtons a:hover, #confirmButtons a.blue{
	background: #2f5470;
}
.dropdow-sec{
	position: relative;
}
.dropdow-sec .caret, span.common-dropdown{
	position: absolute;
	right: 0;
	margin: -18px 10px 0 0px;
}
.dropdow-sec .dropdown-menu, .add-newsevents .dropdown-menu{
	width: 100%;
	margin: 2px 0 0 2px;
	padding: 0;
	border-radius: 0;	
}
.dropdow-sec .dropdown-menu li a, .add-newsevents .dropdown-menu li a{
	padding: 5px 20px;
	font-weight: normal;
	font-family: 'optimare';
	font-size: 14px;
}
.add-newsevents .last-columns .min-size, .last-min-size-banner {
    font-size: 15px !important;
    margin: 8px 0 0 0 !important;
}
.last-min-size-banner {
    font-size: 14px !important;
}
.gallery-upload-add{
	margin: 31px 0 0 0 !important;
}
.overlay-page
{
    background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%;
    position: fixed;
    z-index: 9;
	width: 100%;
	height: 100%;
}
.loading-flip
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 37px;
    margin: 0 -16px;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

@-moz-keyframes spin
{
    100%
    {
        -moz-transform: rotateY(360deg);
    }
}

@-webkit-keyframes spin
{
    100%
    {
        -webkit-transform: rotateY(360deg);
    }
}

@keyframes spin
{
    100%
    {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
/* -------------------------------------------------------
	Gallery
------------------------------------------------------- */
.gallery-upload-cr .field-section .columns .row{
    margin-bottom: 0;
}
.gallery-upload-cr #divUploadImages{
   margin: 31px 0 0 0;
}
.gallery-upload-cr .gallery-add-sec {
    clear: both;
}
.gallery-upload-cr .gallery-add-sec a{
    margin-left:0;
}
/* -------------------------------------------------------
	Login style
------------------------------------------------------- */
.wrapper{
	width: 100%;
	height: 100%;
}
.admin-header{
	width: 100%;
	background: url('../images/black_denim.png') ;
	background-repeat: repeat;
}
.admin-header h1{
	font-size: 24px;
	color: #fff;
	padding:37px 0;
	font-family: 'OPTIMA_B';
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}
.container, .footer-ln{
	width: 1000px;
	margin: auto;
	padding: 0;
}
.login-section{
	margin: 110px auto;
	padding: 50px;
	width: 410px;
	text-align: center;
	background: rgba(0,0,0,0.1);
	display: table;
	position: relative;
}
.login-field-he, .login-field-he .form-field{
	width: 100%;
	float: left;
}
.login-field-he .form-field{
	margin: 0 0 30px 0;
}
.login-field-he .form-field label{
	width: 40px;
	float: left;
	background: #292e32;
	height: 40px;
}
.login-field-he .form-field input{
	height: 40px;
	background: #fff;
	/*border: none;*/
	float: left;
	width: 270px;
	padding: 0 10px;
	text-align: left;
	font-family: Trebuchet MS;	
	font-size: 16px;
	color: #000;
}
.login-field-he .form-field input[type=password]{
    color: #000; 
}
.login-field-he .checkbox{
	float: left;
	width: 100%;
	margin: 0;
}
.login-field-he .checkbox label{
	float: left;
	font-family: 'optimare';
	font-size: 14px;
	color: #6b6e70;
}
.login-field-he .checkbox label input{
	margin: 0px -20px;
}
.login-field-he .checkbox a{
	float: right;
	margin:0;
	font-family: 'optimare';
	font-size: 14px;
	color: #6b6e70;
    text-decoration: none;
}
.login-field-he .checkbox a:hover, .remer-login p a:hover{
    text-decoration: underline;
}
.bs-example a{
    text-decoration: none;
}
.login-field-he button{
	padding: 13px 0;
	width: 100%;
	background: #292e32;
	color: #fff;
	text-align: center;
	font-family: 'optimare';
	font-size: 15px;
	border: none;
	margin: 30px 0 0 0;
}
.log-in-logo{
	width: 70px;
	height: 70px;
	background: #fff;
	position: absolute;
	top: -45px;
	left: 50%;
	margin: 0 0 0 -35px;
	border-radius: 100%;
}
.log-in-logo img{
	margin: 20px auto;
}
.admin-footer{
	border-top: 1px solid #e9e9e9;
	margin: -51px auto 0 auto;
	padding: 0;
	background: none;
}
.admin-footer p{
	width: 30%;
	float: left;
	font-size: 14px;
	color: #979797;
	margin: 13px 0;
	line-height: 24px;
	font-family: 'optimare';
	text-align: justify;
}
.admin-footer p a{
	color: #000;	
}
i.icon{
	background: url('../images/sprites.png');
	background-position: 0 0;
	float: left;
}
/*.form-field i.user, .form-field i.pwd{
	display: table;
	float: none;
}*/
.form-field i.user{
	width: 19px;
	height: 20px;
	background-position: -62px -5px;
	margin: 10px 10px;
}
.form-field i.pwd{
	width: 24px;
	height: 12px;
	background-position: -91px -5px;
	margin: 14px 8px;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.remer-login{
	width: 100%;
	text-align: center;
}
.remer-login p{
	font-size: 14px;
	color: #666;
	margin: 20px 0 0 0;
}
.remer-login p a{
	 color: #000;
	 text-decoration: none;
}
span.valid-error{
	margin-left: 40px;
}
.lang{
    float: right;
    margin: auto;
}
.lang li{
	float: left;
	font-family: 'optimare';
	font-size: 13px;
	color: #999999;
	list-style: none;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 10px 0 0;
}
.lang li.active, .lang li:hover{
	 color: #e1a232;
}
.lang li:last-child{
	margin-right: 0;
}
.lang i.english-flg, .lang i.spanish-flg{
	background-position: -124px -5px;
	width: 16px;
	height: 11px;
	float: left;
	margin:0 5px 0 0;
}
.lang i.spanish-flg{
	background-position: -150px -5px;
}
footer{
	background: #292e32;
	height: 40px;
}
footer p{
	font-size: 14px;
	color: #979797;
	font-family: 'optimare';
	float: left;
	margin: 13px 0;
}
footer p a{
	color: #fff;
	text-decoration: none;
}
footer p a:hover{
	color: #e1a232;
    text-decoration: underline;
}
footer p a.left:hover{
    color: #fff !important;
    text-decoration: none;
    cursor: text;
}
footer p.right{
	 float: right;
}
/*.brighten{
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.am-index-sec li:hover .brighten{
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
}*/
.section-header {
	width: 100%;
	background: #292e32;
	padding: 12px 20px;
	float: left;
	position: relative;
	height: 40px;
}
.section-header p{
	font-size: 16px;
	color: #fff;
	float: left;
	font-family: 'OPTIMA_B';
	text-transform: uppercase;
}
.add-section{
	float: right;
	cursor: pointer;
	margin: 15px 0 0 0;
}
i.add-option, .desc-list-ad i, .upload-section-head .add-section i, .images-upload .add-section i{
	width: 34px;
	height: 34px;
	background: #292e32;
	border-radius: 100%;
	float: left;
}
i.add-option::before{	
	width: 16px;
	height: 16px;
	content: "";
    display: block;
    background: url('../images/sprites.png');
	background-position: -176px -5px;
    margin: 9px auto;
}

.glyphicon-list {
    float: left;
    width: 30px;
    font-size: 24px;
    margin: 5px 0 0 5px;
}

.add-section a{
	font-size: 16px;
	color: #292e32;	
	font-family: 'optimare';
	float: left;
	margin: 10px 0 0 10px ;
}
#divUploadImages label {
    margin: 8px 0 0 0;
}
.add-section:hover a{
	color: #284256;
	text-decoration: underline;
}
.admin-footer p a:hover{
    text-decoration: underline;
}
.add-section:hover .add-option, .desc-list-ad i:hover, .upload-section-head .add-section:hover i, .images-upload .add-section:hover i{
	background: #e1a232;
}
.upload-image{
	background: #dbdbdb;
	position: relative;
}
.upload-image i{
	width: 32px;
	height: 32px;
	background: #292e32;
	border-radius: 100%;
	display: table;
	margin: 39px auto;
	cursor: pointer;
}
.upload-image i.fa-upload::before {
    color: #fff;
    font-size: 16px;
    margin: 8px auto;
    display: table;
}
.upload-image i:hover{
	background: #e1a232
}
.hover-upload{
	position: absolute;
	bottom: 10px;
	width: 90%;
	left: 50%;
	margin: 0px 0 0 -45%;
}
.hover-upload i.edit, .hover-upload i.delete{
	float: left;
	margin: 0;
	background: #e1a232;
}
.hover-upload i.delete{
	float: right;
}
.hover-upload i.edit:hover, .hover-upload i.delete:hover{
	background: #292e32;	
}
.hover-upload i.glyphicon-pencil::before, .hover-upload i.glyphicon-trash::before{
	color: #fff;
	font-size: 16px;
	display: table;
	margin: 8px 7px;
}
.section-header i, .settins-head i{
	color: #fff;
	font-size: 20px;
	float: right;
	border-left: 1px solid #325f82;
	position: absolute;
	right: 0px;
	height: 98%;
	padding: 9px 13px;
	cursor: pointer;
}
.section-header i:hover, .settins-head i:hover{
	color: #e1a232;
}
/* -------------------------------------------------------
	Home style
------------------------------------------------------- */
.an-head{
	height: 90px;
	background: #292e32;
	width: 100%;
}
.an-head .logo, .an-head .logo a{
	float: left
}
.an-head .logo img{
	margin: 10px 0;
}
.log-sec-hd{
	float: right;
	margin: 25px 0;
}
.log-sec-hd .user-name{
	clear: both;
	float: right;
	margin: 10px 0 0 0;
}
.log-sec-hd .user-name a{
	font-size: 17px;
	color: #fff;
	font-family: 'optimare';
	text-decoration: none;
    cursor: pointer; 
}
.user-name .dropdown-menu li a{
    color: #333;
    font-size: 15px;
    padding: 8px 20px;
}
.user-name .dropdown-menu li:last-child{
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.user-name .dropdown-menu li a:hover{
    background: #333;
    color: #fff;
}
.user-name a i{
	font-size: 17px;
	margin: 0px 0px 0px 6px;
	float: right;
}
.log-sec-hd .user-name a:hover, .log-sec-hd .user-name a:hover i{
	color: #e1a232;
}
.page-section {
	margin-top: 10px;
}
.page-section .container{
	margin: 0px auto;
}
.am-index-sec{
	margin:20px auto;
	float: left;
}
.am-index-sec ul li{
	float: left;
	width: 313px;
	margin: 0 30px 30px 0;
	list-style: none;
}
.am-index-sec ul li:nth-child(3n+0){
	margin-right: 0;
}
.am-index-sec ul li a.am-lst-alst{
	float: left;
    width: 100%;
    height: 296px;
}
.am-index-sec ul li a .ad-in-banner{
    height: 250px;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.am-index-sec ul li a img.blur{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
.am-index-sec ul li a img{
	width: 100%;
	max-width: 100%;
	height: 100%;
	float: left;
}
.am-index-sec ul li a .titel{
	width: 100%;
	text-align: center;
	padding: 15px 0 ;
	background: #292e32;
	float: left;
}
.am-index-sec ul li:hover .titel{
    background: #e1a232;
}
.am-index-sec ul li a .titel p{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'OPTIMA_B';
	font-size: 16px;
}
/* -------------------------------------------------------
	facilities style
------------------------------------------------------- */
.grid-faciti{
	margin: 15px 0 0;
}
.add-facilities, .description-list{
	float: left;
	width: 100%;
}
.desc-list-ad .columns{
	margin: 20px 40px 0 0;
}
.desc-list-ad .others li:last-child .columns{
	width: 127px;
	margin-right: 0;
}
.desc-list-ad{
	margin: 0 0 20px 0;
}
.desc-list-ad .row{
	margin: 0 !important;
}
.desc-list-ad ul li:last-child .row{
	display: table;
	margin: 7px auto !important;
}
.desc-list-ad li{
	list-style: none;
}
.desc-list-ad i.glyphicon-trash::before{
	color: #fff;
	margin: 11px 10px;
	font-size: 13px;
	display: table;
}
.desc-list-ad .others .columns{
	margin: 0px 40px 20px 0
}
.desc-list-ad .others .columns .row{
	margin: 0 !important;
}
.desc-list-ad .others .columns .add-section{
	margin: -1px 0;
}
.add-facilities .last-columns .cover-image{
	float: left;
	width: 250px;
	height: auto;
}
.add-facilities .last-columns .cover-image img{
	width: 100%;
	height:auto;
}
.upload-section-head i.fa-upload::before, .upload-section-head i.fa-check::before, .images-upload i.fa-check::before , 
.upload-section-head i.fa-link::before, .images-upload i.fa-link::before{
	color: #fff;
	font-size: 16px;
	margin: 9px 9px;
	float: left;
}
.upload-section-head{
	 float: left;
	 width: 100%;
}
.upload-section-head .caption-lt{
	 float: left;
}
.upload-section-head .caption-lt{
	cursor: text;
}
.upload-section-head .caption-lt i{
	width: 30px;
	height: 30px;
}
.upload-section-head i.fa-check::before{
	margin: 7px 7px;
}
.upload-section-head i.fa-link::before{
	margin: 7px 7px;
}
.upload-section-head .caption-lt i:hover, .upload-section-head .caption-lt:hover i{
	background: #292e32;
}
.upload-section-head .caption-lt a{
	cursor: text;
	text-decoration: none;
	color: #707070;
}
.facilities-upload .images-upload{
	margin: 20px 0 30px 0;
	float: left;
	width: 100%;
}
.add-banner-bt{
	margin:10px 0 0 0;
}
.facility-valid-error{
    margin-left: 4px !important;
}
.images-upload .drag-body ul li:nth-child(4n+0){
    margin-right: 0 !important;
}
.images-upload .drag-body ul li .add-section{
    position: absolute;
}
.images-upload .drag-body ul li i.glyphicon-trash::before{
    margin: 10px 10px !important;
}
.images-upload i.fa-check::before, .images-upload i.fa-check::before{
    margin: 10px auto;
    display: table;
    float: none;
}
.images-upload i.fa-link::before, .images-upload i.fa-link::before{
    margin: 10px auto;
    display: table;
    float: none;
}
.edit-facilities-images{
    float: left;
    width: 100%;
}
.edit-facilities-images .section-header{
    margin: 0 0 20px 0;
}
.edit-facilities-images .add-section{
    float: left;
    margin: 0px 0 20px;
}
.edit-facilities-images .add-section a{
    margin: 0;
}
/* -------------------------------------------------------
	News & Events style
------------------------------------------------------- */
.add-newsevents .timepicker{
    padding: 0;
}
/* -------------------------------------------------------
	Settigs style
------------------------------------------------------- */
.settings-admin{
	width: 100%;
	float: left;
	background: #fff;
	margin: 10px 0;
	border: 1px solid #d5d5d5;
	border-top: none;
}
.settings-admin .setting-menu, .settings-admin .stng-mu-desc{
	float: left;
}
.settings-admin .setting-menu{
	width: 220px;
	height: auto;
	background: #fff;
}
.setting-menu header, .stng-mu-desc header{
	background: #f5f5f5;
	padding: 11px 5px 11px 30px;
	border-bottom: 1px solid #d5d5d5;
	width: 100%;
	border-top: 1px solid #d5d5d5;
}
.setting-menu header p, .stng-mu-desc header p{
	font-size: 16px;
	font-family: 'OPTIMA_B';
	color: #292e32;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
}
.stng-mu-desc header{
	background: #284256;
	border-bottom: 1px solid #284256;
	border-top: 1px solid #284256;
	margin-bottom: 20px;
	position: relative;
}
.stng-mu-desc header p{
	font-family: 'optimare';
	text-transform:inherit;
	color: #fff;
}
.setting-menu-list ul li, .setting-menu-list ul li a{
	float: left;
	width: 100%;
	list-style: none;
}
.setting-menu-list ul li a{
	padding: 5px 5px 5px 30px;
	text-align: left;
	font-size: 16px;
	color: #292e32;
	font-family: 'optimare';
	text-decoration: none;
	margin: 10px 0 10px;
}
.setting-menu-list ul li.active a, .setting-menu-list ul li:hover a{
	color: #e98a1a;
}
.stng-mu-desc {
	float: left;
	width: 778px;
	border-left: 1px solid #d5d5d5;
	background: #f5f5f5;
}
.setting-desc-sec{
	width: 778px;
	min-height: 92px;
}
.change-password-sec ul li{
	list-style: none;
	width: 220px ;
	float: left;
	margin: 15px 37px 0 0px;
	position: relative;
}
.setting-desc-sec ul li:last-child{
	margin-right: 0;
}
.setting-desc-sec .section, .change-password-sec, .order-by{
	 float: left;
	 width: 100%;
}
.setting-desc-sec .section{
	padding: 0 20px 20px;
}
.setting-desc-sec .section .button-all{
	margin: 30px 0px 0px 0px;
}
.order-by li{
	list-style: none;
	float: left;
	width: 350px;
}
.order-sec, .table-orderlist{
	width: 100%;
	float: left;
}
.order-sec p{
	font-size: 16px;
	color: #292e32;
	font-family: 'optimare';
	float: left;
}
.table-orderlist{
	background: #fff;
	min-height: 146px;
	vertical-align: middle;
	display: table;
}
.table-orderlist .center{
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	width: 74px;
}
.table-orderlist .center a{
	position: relative;
	float: left;
	clear: both;
}
.table-orderlist .center a span.top, .table-orderlist .center a span.bottom{
	position: absolute;
	top: -18px;
	left: 7px;
	color: #292e32;
    font-size:13px;
}
.table-orderlist .center a span.bottom{
	top: 42px;
    left: 0px;
}
.table-orderlist .center a:hover span{
	color: #e1a232;
}
.table-orderlist .center a i{
	width: 35px;
	height: 35px;
	background: #292e32;
	float: left;
	border-radius: 100%;
	margin:0 0 20px 0;
	clear: both;
}
.table-orderlist .center a:hover i{
	background: #e1a232;
}
.table-orderlist .center a:last-child i{
	margin-bottom: 0;
}
.table-orderlist .list{
	float: left;
	width: 240px;
	min-height: 146px;
	border-right: 1px solid #bbbbbb;
}
.table-orderlist .list ul{
	float: left;
	margin: 15px;
}
.table-orderlist .list li{
	float: left;
	width: 100%;
}
.table-orderlist .list li a{
	text-align: center;
	float: left;
	width: 100%;
	margin:0px;
	padding: 11px 10px;
	color: #292e32;
	font-family: 'optimare';
	font-size: 17px;
	font-weight: inherit;
	text-align: left;
	text-decoration: none;
}
.table-orderlist .list li a.select, .table-orderlist .list li a:hover{
	background: #e1a232;
	color: #fff;
}
.ulOrderList {
    width: 88%;
}
.order-sec p{
	width: 100%;
	float: left;
	background: #284256;
	padding: 12px 0px;
	text-align: center;
	color: #fff;
	font-family: 'optimare';
	font-size: 16px;
}
.table-orderlist .center a i.glyphicon-menu-up::before ,.center a i.glyphicon-menu-down::before{
	font-size: 17px;
	color: #fff;
	margin: 9px 9px;
	float: left;
}
.order-by ul > li{
	margin-right: 37px;
    margin-bottom: 0px;
}
.order-by li:nth-child(2n+0){
	margin-right: 0;
}
.order-by ul > li:first-child .order-sec{
    margin-bottom: 20px;
}
.change-password-sec li input{
	font-family: Georgia, "Times New Roman", Times, serif;
}
.order-by .list ul li{
    margin: 0 !important;
}
.order-setting {
    margin: 0px 0px 20px 0px !important;
}
.order-by span.valid-error {
    margin-left:0;
}
.order-by ul > li .order-sec:last-child{
    margin-bottom: 0px;
}
/* -------------------------------------------------------
	Exception style
------------------------------------------------------- */
.exception-page{
	float: left;
	width: 100%;
	text-align: center;
}
.exception-page .right-sec h1 {
    font-size: 22px;
    color: #FF9007;
    margin: 80px 0px 20px 0;
    text-align: center;
	font-family: 'OPTIMA_B';
}
.right-sec img {
    height: 42px;
    width: 42px;
    vertical-align: middle;
}
.exception-page .right-sec p {
    font-size: 22px;
    line-height: 38px;
    text-align: center;
	font-family: 'OPTIMA_B';
}

.exception-bdy{
	width: 100%;
    background: url(../images/exception.png);
    background-repeat: repeat;
}
.wrap {
    width: 70%;
    margin: 3% auto 0% auto;
    text-align: center;
}
.meridi {
    display: table;
	margin: 0 auto 30px;
	max-width: 100%;
	float: left;
	clear: both;
}
.wrap span {
    font-size: 24px;
	color: #fff;
	font-weight: normal;
	font-family: cursive;
	float: left;
	clear: both;
}
.exc-main p {
    font-size: 19px;
	color: #fff;
	margin-top: 30px;
	float: left;
	clear: both;
}
.exc-main .buttom{
	float: left;
	clear: both;
}
.exc-main .buttom a{
	padding: 15px;
	display: table;
	margin: 20px auto;
	background: #e1a232;
	color: #fff;
	font-family: 'OPTIMA_B';
	text-decoration: none;
}
.wrap span i.fa-exclamation-circle::before {
    content: "\f06a";
    margin: 0px 10px 0 0;
    font-size: 31px;
}
.buttom a:hover{
	background: #292e32;
}
.right-sec i.fa-exclamation-circle::before {
    content: "\f06a";
    vertical-align: middle;
    font-size: 40px;
}
.Meridian-exe{
	float: left;
	margin: 77px 0;
}
.exc-main{
	float: left;
	text-align: left;
	width: auto;
	margin: 0px 0px 0px 50px;
}
/* -------------------------------------------------------
	Create-Modify Date
------------------------------------------------------- */
.create-modify-nd{
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
}
.create-modify-nd .left, .create-modify-nd .right{
    width: 50%;
    float: left;
}
.div-created-by, .div-modified-by{
    float: left;
    width: 100%;
}
.create-modify-nd .left p, .create-modify-nd .right p{
    width: 97%;
    float: left;
    clear: both;
    margin: 10px;
    font-size: 16px;
    font-family: 'optimare';
    color: #292e32;
}
.create-modify-nd .right p {
    text-align: right;
}
.create-modify-nd .left p span, .create-modify-nd .right p span{
    font-size: 16px;
    font-family: 'OPTIMA_B';
    color: #000;
}
/* ============================================================
  GLOBAL
============================================================ */
.ad-in-banner .effects .img {
  position: relative;
  float: left;
  width: 25%;
  overflow: hidden;
}
.ad-in-banner .effects .img:last-child {
  margin-right: 0;
}
.ad-in-banner .effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.ad-in-banner .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ad-in-banner p.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
.ad-in-banner p.close-overlay.hidden {
  display: none;
}
.ad-in-banner p.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 3px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-6 .overlay p.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-6 .img.hover .overlay {
  opacity: 1;
}
#effect-6 .img.hover .overlay p.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}
.ad-in-banner p.expand  i.fa-sign-in::before {
    content: "\f090";
    margin: 13px 0px;
    float: left;
    font-size: 28px;
}
.center .glyphicon-ok {
 width: 32px;
    height: 32px;
    background: #292e32;
    float: left;
    border-radius: 100%;
    margin: 0 10px 0 0;
    cursor: pointer;
    color:#fff;
}

.glyphicon-ok:before {
   position: absolute;
    bottom: 8px;
    right: 25%;
}

.w3-button .fa{
	width: 20px;
}

input:focus {
	outline: 1px solid #000 !important;
	font-weight: 900 !important;
}

select:focus {
	outline: 1px solid #000 !important;
	font-weight: 900 !important;
}

.fs-wrap:focus {
	outline: 1px solid #000 !important;
	font-weight: 900 !important;
}