
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

/* ===== General ===== */

html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  color: #505050;
	
}
@media (min-width: 1200px) {
  .container {
	width: 1500px !important;
	  
  }
	.container2 {
	width: 1920px !important;
}
}

/* Drop Down*/
@media (max-width: 768px) {
  #social_side_links {
    display: none !important;
  }
}

.arabicfont {
    font-family: 'Cairo','Oswald', sans-serif;
}

.arabicfontsize {
	font-size: 24px
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        /*border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;*/
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        /*border-left-color: #fff;*/
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }



/* ===== Typography ===== */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Cairo','Oswald', sans-serif;
}

.h32 {
	font-size:1.2em;
}

.secondarytitle{
	font-family: 'Cairo','Oswald', sans-serif;

}

.jumbobgcolor{
    background-color:#e8e8e8;

}

.color-primary {
	color: #877749;
}

.color-black {
	color: #333 !important;
}

.menusubtitle {
font-weight: normal !important;font-size: 10px;font-family: 'Poppins', sans-serif;text-transform: uppercase;
}

.bold {
	font-weight: bold !important;
}

.bg-shadow {
	box-shadow: 0px 0px 56px 0px #E8E8E8 inset;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-top-10 {
	margin-top: 5px;
}
.margin-top-20 {
	margin-top: 20px;
}

.bg-primary {
	background: #877749;
}
.color-white {
	color: #fff;
}
.btn-primary {
	color: #fff;
	background: #877749;
}

.line-normal {
line-height: normal;
}
.size-16 {
font-size: 16px;
}
.size-20 {
font-size: 20px;
}
.size-36 {
	font-size: 36px;
}
.size-60 {
font-size: 60px;
}
.uppercase {
text-transform: uppercase;
}
.bold {
	font-weight: bold;
}
/*Floating Button */
.label-container{
	position:fixed;
	bottom:38px;
	left:85px;
	display:table;
	visibility: hidden;
}

.label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	left:15px;
	background-color:#877749;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index: 99999;
}

.my-float{
	font-size:24px;
	margin-top:18px;
	color: #fff;
	font-weight: bold !important;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}

/*Floating Button ended */
.upcomnig_events {
	padding: 3px;margin: 0;
}
.upcomnig_events:hover {
	background: #b38502;
}
.coming_event {
	background: #fdfdfd;padding: 15px;margin: 0;border: 1px solid rgba(187,187,187,.45);min-height: 391px;
}
.coming_event:hover {
	background: #ffffff;
}
.coming_event a {
	text-decoration: none;
}
.coming_event h2 {
	margin: 15px 0px 0px;text-align: center;display: block;font-weight: bold;color: #000;
}
.coming_event h3 {
	color: #999;font-size: 14px;text-align: center;text-transform: uppercase;display: block;
}
.coming_event h5.dates {
	color: #000;font-size: 14px;text-align: center;text-transform: uppercase;display: block;margin:0;font-weight:bold;
}
.coming_event img {
	max-width: 98%;
width: auto !important;
margin: 5% auto;
}

/* Social Side links*/
#social_side_links {
  position: fixed;
  bottom: 70px;
  left: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
}

#social_side_links li a {
	display: block;
border-bottom: 1px solid #AC9C6E;
text-align: center;
}

#social_side_links li a i {
font-size: 24px;
color: #fff;
padding: 10px;
}

#social_side_links li a i {
	display: block;
  padding: 10px;
  -webkit-transition:  background .2s ease-in-out;
  -moz-transition:  background .2s ease-in-out;
  -o-transition:  background .2s ease-in-out;
  transition:  background .2s ease-in-out;
}

#social_side_links li a:hover i {
background: rgba(0, 0, 0, .2);
 
    &:hover{
    padding-left: 20px;
    width:65px;
    }}

/* Social Side Links Ended*/

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	



.justify {
	text-align: justify;
}

.pattrenbg {
	background: url(/Assets/img/layers.png);background-size: 10%;background-repeat: repeat;padding-bottom: 50px;
}

.magazinebox {
margin: 15px;padding: 10px 0px 10px;border-bottom: 4px double #ddd;border-top: 4px double #ddd;
}

.circularhead {
padding: 6px;
color: #333;
}
.circularbody {
padding: 10px;
height: auto;
overflow: auto;
border-radius: 10px;
background: #fff;
}
.circularitem {
text-align: left;
display: block;
padding: 10px;
background: #fff;
box-shadow: 0px 1px 2px 0px #e8e8e8;
border-top: 1px solid #dbdbdb;
font-weight: bold;
font-size: 15px;
line-height: normal;
color: #000;
}

.circularitemhome {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}

.newsbox {
border-radius: 5px;
padding: 10px;
margin-bottom: 30px;
background: #fff;
box-shadow: 1px 1px 2px 0px #aaa;
margin-right: 10px;
}

.newsbox:hover {
background: #F0EDE6;
}

.newsbox h4 {
color: #000;
}

.newsbox span {
	font-size: 12px;
text-transform: uppercase;
color: #A8A4A4;
display: block;
margin-bottom: 5px;
}
.newsbox p {
color: #333;
font-size: 12px;
}


.dropdown-menu {
width: max-content !important;	
}

.dimheading {
border: 0;
font-size: 32px;
display: block;
color: #000;
opacity: 0.2;
width: 100%;
}

.maindivision {
padding: 20px 0px 5px;
background: #F0EDE6;
}

.homedivision {
min-height: 120px;
cursor: pointer;
}

.homedivision .col-md-4 {
border-right: 1px solid #fff;
min-height: 60px !important;
}

.homedivision a.btn {
margin-top: 0px;
border: 0;
line-height: normal;
font-size: 12px;
background: no-repeat;
padding-left: 0;
text-transform: uppercase;
}

.homedivision a.btn i.readmore {
	height: 13px;
width: 13px;
background: #877749;
color: #ffffff;
text-align: center;
border-radius: 50%;
line-height: 12px;
padding-left: 2px;
font-size: 10px;
}

.bg-white {
	background: #ffffff;
}
.bg-f9 {
	background: #f9f9f9;
}

.bg-eee {
	background: #eeeeee;
}

.nomargin {
	margin: 0 !important;
}

.nopadding {
	padding: 0;
}
.padding-5 {
	padding: 5px;
}
.padding-10 {
	padding: 10px;
}
.padding-20 {
	padding: 20px;
}
.padding-40 {
	padding: 40px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*Bootstrap 3*/
.modal.large {
	 width: 100%;
}
		.navbar {
		 background-color: #EEEEEC; margin: 0;padding:0; border: 0; border-radius: 0;font-family: "League Gothic",sans-serif;

		}
			
			.pull-down{
				margin-bottom: 0px;
					
					
			}
			.front-doorblackbg{
				height: 177px;
				background-color: rgba(15, 15, 15, 0.61);
			}

            .wrapper-frontdoor{
                height:525px;
                background: #353432 url("/Assets/img/jumpHorse.jpg") center top;
            }
		
			.slidercontainer{
				width: 626px;
				color: #ffffff;
				font-size: 16px;
				font-style: italic;
			}
/*
.announcementbar {
    margin-top: 0px;
    background: #877749 url("/Assets/img/brownbar.gif") center top;
    padding: 5.5px 0px;
    overflow: hidden;
    font-weight:bold;  
} 
*/
.announcementbar {
margin-top: 0px;
height: 1px;
overflow: hidden;
font-weight: bold;
box-shadow: 0px 0px 15px 2px #000;
margin-bottom: 10px;
background: #ddd;
} 

.announcementbar span { font-family: "Oswald";	color: #c3c358;	font-size: 18px;font-weight: 200;overflow: hidden;}
			
			.carousel-inner{
				
				height: 553px;
			}

			
			.project-section {

				padding: 0px 0px;
				max-height: 100%;
				width:100%;
				
				
				}
			
			.box-content{
				text-align: center;
			}
			
			.box-content > h3{ font-family: "League Gothic";color: #2f2f2f;font-size: 28px;font-weight: 400;}
			.box-content > p {text-align: left;color: #9c9ca6;font-size: 16px;font-weight: 300;}
			
			.events-area {
				background-color: #dcdbd9;
				width:100%;
				}
			.events-area img{margin: 15px 10px; }
			
			
			.noleftmargin {
				margin-left: 0px;				
			}
			
			.countdown-box{
				
				background: url(../../Assets/img/arabic_pattern.jpg) center;
				padding:5px;
				margin: 0 auto;
				width:100%;
				text-align:center;
				position: relative;
				min-height: 320px;
								
			}
			.countdown-box > .small-head {
				font-size:18px;				
				margin-left:0px;
				margin-right:0px;
				
				
			}
			.countdown-box h2 {margin-top:0px}
			.countdown-box >.countdownbg{
				background: url(../../Assets/img/countdownbg.png) center;
				width:550px;
				height: 124px;
				text-align:center;
				
			}
			
			.events-list{
				background-color: #eeeeec;
				height: 400px;
				overflow: hidden;
				margin:10px 0;
			}
			
			
			.events-list ul{
				list-style: none;
				margin:0px;
				padding: 0px;
				
			}
			
			.events-list ul li{
			 padding: 10px 12px;
			 border-bottom: 1px solid #dbdad9;
			 font-family: "Oswald"ssss;
			 color: #616161;
			 font-size: 12px;
			 font-weight: 300;

			}
			
			.events-list ul li > .date{ font-family: "Oswald", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";color: #053150;font-size: 14px;font-weight: 700;transform: scale(1.767,1.764);}
			
			.events-list ul li > .status{ font-family: "Oswald"sss;color: #00794e;font-size: 13.26px;font-weight: 300;}
			.events-list ul li > .littlediscipline{ font-family: "Oswald";font-size: 13.26px;font-weight: 300;}
			.events-list ul li > .jumping{ color:#d38be7 }
			.events-list ul li > .endurance { color:#9c9af8}
			
			
			
		.ename {
            width:200px;
		}

			
			/*.events-list ul li:last-child 
			{
				border:none;
				border:none;
				margin-bottom: 25px;
			}*/
			
			.events-list a{
			font-family: Oswald;
			color: #00794e;
			font-size: 11px;
			margin:18px;
			}
			
			
			.media-area{
			
				
			}
			
			.media-box{
			background: #fff;	
				
			}
			
		
			.endurancebg{
			background: url(../../Assets/img/endurancebg.jpg) no-repeat right;

			}
			 .jumpingbg{
			background: url(../../Assets/img/JumpingBG.jpg) no-repeat right;

			}
			 .dressagebg{
			background: url(../../Assets/img/dressagebg.jpg) no-repeat right;


			}

            .dressagebgarabic{
			background: url(../../Assets/img/dressagebgar.jpg) no-repeat left;
			}

			.racingbg{
			background: url(../../Assets/img/racingbg.jpg) no-repeat right;

			}



.search-filters{

  

}

.search-filters ul{
	list-style:none;
	margin-left: -10px;
	border-left: 1px #eee solid;
	padding-left: 10px;
}


.search-filters ul li{
	padding: 0px;
	

}


.search-filters ul li:last-child {
	margin: 0;
	padding:10px;
	border-bottom:  1px #eee solid;



}


.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
	line-height: 350px;
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 100px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}

@media (max-width: 400px) {
.homedivision {
border-radius: 0 !important;
}

.homedivision img {
	display: none;
}

}
	
@media (min-width: 768px) {
.gal-container .modal-dialog {
	width: 55%;
	margin: 50px auto;
}
}
@media (max-width: 768px) {
	.gal-container .modal-content{
		height:250px;
	}
}
/* Footer Style */
i.red{
	color:#BC0213;
}
.gal-container{
	padding-top :75px;
	padding-bottom:75px;
}

/* ===== Sticky Footer ===== */

.wrapper {
min-height: 100%;
height: 100%;
padding-top: 20px;
height: auto;
}

/* ===== Mini Navbar ===== */

.mini-navbar {
  width: 100%;
  height: 40px;
  font-size: 0.9em;
  z-index: 9999;
  position: relative;
}
.mini-navbar .hidden-sm {
  display: inline-block !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mini-navbar .hidden-sm {
	display: none !important;
  }
}



.mini-navbar .phone {
  display: inline-block;
  padding: 10px;
}
.mini-navbar a {
  display: inline-block;
  padding: 10px;
  -webkit-transition: background 500ms;
	  transition: background 500ms;
}

.mini-navbar a:hover {
  text-decoration: none;
}

/* Mini Navbar Dark */

.mini-navbar-dark {
background: #867649;
color: #fff;
border-bottom: 1px solid #ccc;
}
.mini-navbar-dark a {
  color: #FFF;
}
.mini-navbar-dark a:hover {
  color: #eee;
}

.mini-navbar-dark a i {
	font-size: 15px;
}

/* Mini Navbar White */

.mini-navbar-white {
 background-color: #eeeeec;
  color: #505050;
  border-bottom: 1px solid #ecf0f1;
}
.mini-navbar-white a {
  color: #505050;
}
.mini-navbar-white a:hover {
  background: #f5f5f5;
}

/* Search Form */

.mini-navbar form {
  width: 250px;
}
.mini-navbar form .form-control{
  height: 26px;
  margin: 7px 0;
  border: 0;
  -webkit-box-shadow: none;
	  box-shadow: none;
}
.mini-navbar form button {
  height: 26px;
  margin: 7px 0;
  padding: 2px 7px;
  background: #ecf0f1;
}
.mini-navbar-dark form .form-control {
  background: #484848;
  color: #ccc;
}
.mini-navbar-white form .form-control {
  background: #fff;
  border: 1px solid #dedede;
  color: #505050;
}

/* ===== Navbar ===== */

.navbar-static-top {
  right: 0;
  left: 0;
}

/* Navbar gets a bit higher */

.navbar {
  min-height: 75px;
  margin-bottom: 0 !important;
  font-size: 1.6em
}

.navbar-ar {
  min-height: 75px;
  margin-bottom: 0 !important;
  font-size: 1.15em;
  font-family: 'Cairo','Oswald', sans-serif;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
  padding-top: 35px;
  padding-bottom: 27.5px;
  }
}
.navbar-form {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-brand {
  padding: 5px 5px;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  width: 100%;
  display: block;
margin-top: 5px;
}
.navbar-brand > span {
  font-size: 14px;
}
@media (max-width: 767px) {
  .navbar-brand > span {
	display: none;
  }
}
.navbar-btn {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-text {
  margin-top: 27.5px;
  margin-bottom: 27.5px;
}
.navbar-toggle {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}

/* Navbar Dark */

.navbar-dark {
  background-color: #4E4D4A;
  border: 0;
}

.navbar-dark .navbar-brand {
  color: #ecf0f1;
  text-shadow: 1px 1px 2px #333;
}

.navbar-dark .navbar-brand > span {
  color: #ccc;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-text {
  color: #ecf0f1;
}

.navbar-dark .navbar-nav > li > a {
  color: #ecf0f1;
  background: transparent;
  -webkit-transition: background 500ms;
	  transition: background 500ms;
}

/* .navbar-dark .navbar-nav > li > a:hover,
.navbar-dark .navbar-nav > li > a:focus {
  color: #FFF;
} */

.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #353432;
}

.navbar-dark .navbar-nav > .disabled > a,
.navbar-dark .navbar-nav > .disabled > a:hover,
.navbar-dark .navbar-nav > .disabled > a:focus {
  color: #bdc3c7;
}

.navbar-dark .navbar-toggle {
  border-color: transparent;
  background: transparent;
}

.navbar-dark .navbar-toggle:hover,
.navbar-dark .navbar-toggle:focus {
  background-color: #353432;
}

.navbar-dark .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}

.navbar-dark .navbar-toggle:hover .icon-bar,
.navbar-dark .navbar-toggle:focus .icon-bar{
  background-color: #fff;
}

.navbar-dark .navbar-collapse,
.navbar-dark .navbar-form {
  border-color: #353432;
}

.navbar-dark .navbar-nav > .open > a,
.navbar-dark .navbar-nav > .open > a:hover,
.navbar-dark .navbar-nav > .open > a:focus {
  color: #FFF;
}

.navbar-nav > .open > a:after {
  content: "\f0d8";
  font-family: FontAwesome;
  position: absolute;
  z-index: 9999;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
  font-size: 36px;
}

.navbar-dark .navbar-nav > .open > a:after {
  color: #353432;
}

.navbar-white .navbar-nav > .open > a:after {
  color: #fff;
}

.navbar-dark .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}

.navbar-dark .navbar-nav > .dropdown > a .caret {
  border-top-color: #ecf0f1;
  border-bottom-color: #ecf0f1;
}

.navbar-dark .navbar-nav > .open > a .caret,
.navbar-dark .navbar-nav > .open > a:hover .caret,
.navbar-dark .navbar-nav > .open > a:focus .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}

/* Navbar Dark Dropdown Menu */

.navbar-dark .navbar-nav > li > .dropdown-menu {
  background-color: #353432;
  border: 1px solid #353432;
  border-top: 1px solid #666;
  -webkit-box-shadow: none;
	  box-shadow: none;
}
.navbar-dark .dropdown-menu > li > a {
  padding: 7px 20px;
  border-bottom: 1px solid #666;
  color: #fff;
}
.navbar-dark .dropdown-menu > li > a:hover,
.navbar-dark .dropdown-menu > li > a:focus {
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
	  transition: all 0.1s ease-in-out;
}
.navbar-dark .dropdown-menu > li:last-child > a {
  border-bottom: 0;
}

.navbar-dark .navbar-link {
  color: #ecf0f1;
}

.navbar-dark .navbar-link:hover {
  color: #FFF;
}

/* Navbar Dark Mobile */

@media (max-width: 767px) {
  .navbar-dark .navbar-nav .open .dropdown-menu > .dropdown-header {
	border-color: #353432;
  }
  .navbar-dark .navbar-nav .open .dropdown-menu > li > a {
	color: #ecf0f1;
	padding: 10px 20px;
	border: 0;
  }
  .navbar-dark .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-dark .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
  }
  .navbar-dark .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff;
  }
  .navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #bdc3c7;
	background-color: transparent;
  }
  .navbar-dark .navbar-nav > li > a:hover,
  .navbar-dark .navbar-nav > li > a:focus {
	color: #FFF;
  }
  .navbar-dark .navbar-nav > .open > a,
  .navbar-dark .navbar-nav > .open > a:hover,
  .navbar-dark .navbar-nav > .open > a:focus {
	padding-top: 10px;
	padding-bottom: 10px;
	border-width: 0;
  }
}

/* Navbar White */

.navbar-white {
background: #fff;
border: 0;
padding-bottom: 5px;
}

.navbar-white .navbar-brand {
  color: #505050;
}

.navbar-white .navbar-brand > span {
  color: #ccc;
}

.navbar-white .navbar-brand:hover,
.navbar-white .navbar-brand:focus {
  color: #111;
	
}

.navbar-white .navbar-text {
  color: #505050;
}

.navbar-white .navbar-nav > li > a {
  color: #000;
  background: transparent;
  -webkit-transition: background 500ms;
	  transition: background 500ms;
}

.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
  color: #877749 !important;
}

.nav-hover-fix:hover {
  color: #fff !important;
}

.navbar-white .navbar-nav > .active > a,
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a:focus {
  color: #111;
  background: #f5f5f5;
}

.navbar-white .navbar-nav > .disabled > a,
.navbar-white .navbar-nav > .disabled > a:hover,
.navbar-white .navbar-nav > .disabled > a:focus {
  color: #ccc;
}

.navbar-white .navbar-toggle {
  border-color: transparent;
  background: transparent;
}

.navbar-white .navbar-toggle:hover,
.navbar-white .navbar-toggle:focus {
  background-color: #f5f5f5;
}

.navbar-white .navbar-toggle .icon-bar {
  background-color: #505050;
}

.navbar-white .navbar-toggle:hover .icon-bar,
.navbar-white .navbar-toggle:focus .icon-bar{
  background-color: #111;
}

.navbar-white .navbar-collapse,
.navbar-white .navbar-form {
  border-color: #ccc;
}

.navbar-white .navbar-nav > .open > a,
.navbar-white .navbar-nav > .open > a:hover,
.navbar-white .navbar-nav > .open > a:focus {
  color: #fff;
}

.navbar-white .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-white .navbar-nav > .dropdown > a .caret {
  border-top-color: #505050;
  border-bottom-color: #505050;
}

.navbar-white .navbar-nav > .open > a .caret,
.navbar-white .navbar-nav > .open > a:hover .caret,
.navbar-white .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* Navbar White Dropdown Menu */

.navbar-white .navbar-nav > li > .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ecf0f1;
  border-top: 1px solid #f5f5f5;

}
.navbar-white .dropdown-menu > li > a {
  padding: 7px 20px;
  border-bottom: 1px solid #ecf0f1;
  color: #505050;
	font-family: 'Roboto', sans-serif;
}
.navbar-white .dropdown-menu > li > a:hover,
.navbar-white .dropdown-menu > li > a:focus {
  color: #000;
  -webkit-transition: all 0.1s ease-in-out;
	  transition: all 0.1s ease-in-out;
}
.navbar-white .dropdown-menu > li:last-child > a {
  border-bottom: 0;
}

.navbar-white .navbar-link {
  color: #505050;
}

.navbar-white .navbar-link:hover {
  color: #505050;
}

/* Navbar White Mobile */

@media (max-width: 767px) {
  .navbar-white .navbar-nav .open .dropdown-menu > .dropdown-header {
	border-color: #ecf0f1;
  }
  .navbar-white .navbar-nav .open .dropdown-menu > li > a {
	color: #505050;
	padding: 10px 20px;
	border: 0;
  }
  .navbar-white .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-white .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
  }
  .navbar-white .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-white .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-white .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #505050;
	background-color: transparent;
  }
  .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
  }
  /* .navbar-white .navbar-nav > li > a:hover,
  .navbar-white .navbar-nav > li > a:focus {
	color: #fff;
  } */
  .navbar-white .navbar-nav > .open > a,
  .navbar-white .navbar-nav > .open > a:hover,
  .navbar-white .navbar-nav > .open > a:focus {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-width: 0;
  }
}

/* ===== Style Toggle ===== */

.style-toggle-btn {
  position: absolute;
  z-index: 50505055;
  top: -3px;
  left: -46px;
  color: #FFF;
  background: #4E4D4A;
  padding: 12px;
  font-size: 18px;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
}
.style-toggle-btn.fa-angle-double-right {
  padding: 12px 17px 12px 16px;
}
.style-toggle {
  position: fixed;
  z-index: 50505055;
  top: 150px;
  right: -180px;
  max-width: 180px;
  border-radius: 0 0 0 3px;
  background: #fff;
  border: 3px solid #666;
  border-right: 0;
  color: #505050;
  -webkit-transition: right 0.5s ease-in-out;
	  transition: right 0.5s ease-in-out;
}
.style-toggle-show {
  right: 0;
}
.style-toggle-header {
  padding: 10px;
  color: #fff;
  background: #666;
}
.style-toggle-body {
  padding: 10px;
}

/* ===== Back to Top link ===== */

.backtotop {
  background: #666;
  padding: 10px 15px;
  font-size: 18px;
  color: #FFF;
  border-radius: 3px;
  -webkit-transition: background 0.1s ease-in-out;
	  transition: background 0.1s ease-in-out;
}
.backtotop:hover {
  background: #4E4D4A;
}

/* ===== Footer ===== */

.border-right-1d {
	border-right: 1px solid #ddd;
}
.border-bottom-1d {
	border-bottom: 1px solid #ddd;
}

footer .footer-top {
	background: #877749;
	color: #fff;
}

footer .footer-top small {
	margin-top: 30px;
	display: block;
}

footer .footer-top h3 {
	font-size: 24px;margin: 0;background: #928254;padding: 2px 10px 5px;border-radius: 50px;
}

footer {
  padding: 0px;
  margin-top: 0px;
}
footer h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
footer h3 > span {
  padding: 5px;
}

footer .footer-contact-btn {
	border: 1px solid #999;border-radius: 50px;
}

footer ul li {
display: block;
padding: 0px 0px 10px;
border-radius: 50px;
}

footer ul.address li i {
font-size: 22px;
display: inline-block;
float: left;
margin-right: 5px;
padding: 0px 5px 0px 5px;
}
/* Footer Dark */

.footer-dark {
  background: #f9f9f9;
}
.footer-dark hr {
  border-top: 1px solid #e8e8e8;
  margin-top: 50px;
}

/* Footer White */

.footer-white {
  background: #fff;
  border-top: 1px solid #dedede;
  color: #999;
}
.footer-white h3 {
  border-color: #eee;
}

/* Social Links */

.social > ul,
.social > ul > li {
  margin: 0;
  padding: 0;
}
.social li > a {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0px 5px 0px 0px;
	border-radius: 5px;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	background: #877749;
	color: #fff;
	padding-top: 2px;
  transition: background 500ms, color 500ms;
  -webkit-transition: background 500ms, color 500ms;
}
.social li:hover > a {
  color: #fff;
}
.social li > a.rss:hover {
  background: #ff9900;
}
.social li > a.facebook:hover {
  background: #3B5998;
}
.social li > a.twitter:hover {
  background: #1dcaff;
}
.social li > a.plus:hover {
  background: #dd4b39;
}
.social li > a.vk:hover {
  background: #3f628a;
}
.social li > a.pinterest:hover {
  background: #c92026;
}
.social li > a.vimeo:hover {
  background: #446d82;
}
.social li > a.github:hover {
  background: #657e8c;
}
.social li > a.linkedin:hover {
  background: #0c7bb3;
}
.social li > a.dropbox:hover {
  background: #4fa3e3;
}
.social li > a.youtube:hover {
  background: #ed413e;
}
.social li > a.black:hover {
  background: #333333;
}

/* Footer White Social Links */

.footer-white .social li > a {
  border: 1px solid #ccc;
}
.footer-white .social li > a:hover {
  border: 1px solid transparent;
}

/* ===== Jumbotron ===== */


.jumbobg {

	  background:#353432;
}
.main-slideshow {
position: relative;
margin-top: 4px;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #867649;
}
/*.jumbotron.first {
  background: url(../img/Occassional_Banners/Ramadan2018uaeerf.jpg) no-repeat center center;
  background-size: cover;
}*/

.jumbotron.first {
    background: url(../img/slider-bg.png) no-repeat center center;
    background-size: cover;
}



.jumbotron.first2 {
  background: url(../img/slider-bg.png) no-repeat center center;
  background-size: cover;
}


.jumbotron.second {
    background-color: #a6592b;
    background-size: cover;

}
.jumbotron.third {
    background: url(../img/slider-bg.png) no-repeat center center;
    background-size: cover;
}

.jumbotron.fourth {
  background: url(../img/slider-bg.png) no-repeat center center;
  background-size: cover;

}


.jumbotron.PresCup2020Ar {
    background: url(../img/Occassional_Banners/PresCup2020Arabic.jpg) no-repeat center center;
    background-size: cover;
}


.jumbotron.PresCup2020En {
    background: url(../img/Occassional_Banners/PresCup2020bannerEnglish.jpg) no-repeat center center;
    background-size: cover;
}



.jumbotron.fifth {
    background: url(../img/News/AlShiraaBG.jpg) no-repeat center center;
    background-size: cover;
}


.jumbotron.sixth {
    background: url(../img/Occassional_Banners/CommemoDay2019.jpg) no-repeat center center;
    background-size: cover;
}


.jumbotron.seventh {
    background: url(../img/Occassional_Banners/UAENAtionalDay2019.jpg) no-repeat center center;
    background-size: cover;
}

.jumbotron.eight {
    background-color: #000;
    background: url(../img/Occassional_Banners/NewYear2020.png) no-repeat center center;
    background-size: cover;
}

.block {
	display: block;
}

.jumbotron {
width: 100%;
color: #000;
border-bottom: 1px solid #eee;
overflow: hidden;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding-top: 20px !important;
padding-bottom: 100px !important;
margin-bottom: 30px !important;
}
.jumbotron h1 {
font-size: 36px;
line-height: 1.5;
margin-bottom: 20px;
color: #333;
font-weight: bold;
}
.jumbotron.first img {
width: 95%;
}
.jumbotron.second img {
	width: 90%;
	margin: 0px auto 0;
	transition: bottom 0.3s;
	-webkit-transition: bottom 0.3s;
}

.jumbotron img {
        width: 90%;
        margin: 0px auto 0;
        transition: bottom 0.3s;
        -webkit-transition: bottom 0.3s;
		min-height: 350px !important;
    }


.jumbotron.second img:hover {
  bottom: -590px;
}
.jumbotron.third .video {
  width: 80%;
  margin: 50px auto 0 auto;
}
.jumbotron.first h1,
.jumbotron.third h1 {
  margin-top: 50px;
}
@media (max-width: 767px) { /* Adjusting for mobile */
  .jumbotron.first h1,
  .jumbotron.third h1 {
	margin-top: 20px;
  }
}
.jumbotron .lead {
  font-size: 1.2em;
  
}
.jumbotron .btn {
  font-size: 18px;
  padding: 10px 30px;
  margin-top: 10px;
  text-transform: capitalize;
  border-radius: 100px;
}

/* Slideshow controls */

a.slideshow-arrow {
  position: absolute;
  display: block;
  height: 100px;
  width: 50px;
  top: 50%;
  margin-top: -60px;
  background: transparent;
  color: transparent;
  font-size: 32px;
  font-weight: 300;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 500ms, color 500ms;
	  transition: background 500ms, color 500ms;
}
.main-slideshow:hover a.slideshow-arrow {
color: #877749;
font-size: 60px;
background: none !important;
}
a.slideshow-arrow:hover,
a.slideshow-arrow:active {
  text-decoration: none;
}
a.slideshow-arrow-prev {
  left: 0;
  right: auto;
  padding-right: 5px;
}
a.slideshow-arrow-next {
  right: 0;
  left: auto;
  padding-left: 5px;
}

/* ===== Intro Text ===== */

.intro .btn {
  margin-top: 20px;
}

/* ===== Services ===== */

.services {
  margin-top: 30px;
  margin-bottom: 60px;
}
.services-item i {
  float: left;
  margin: 20px 15px 0 0;
  -webkit-transition: all 500ms;
	  transition: all 500ms;
}
.services-item-desc {
  overflow: hidden;
}

/* Portfolio */

.portfolio {
  margin-bottom: 30px;
}
.portfolio__nav {
  margin-bottom: 20px;
}
.portfolio-item {
  margin-bottom: 20px;
}
.portfolio-item > a {
  position: relative;
  display: block;
  border-radius: 3px;
  overflow: hidden;
}
.portfolio-item > a > .mask {
  position: absolute;
  bottom: -40px;
  width: 100%;
  padding: 10px;
  background: #4E4D4A;
  color: #fff;
  -webkit-transition: bottom 500ms;
	  transition: bottom 500ms;
}
.col-sm-3 > .portfolio-item > a > .mask,
.col-md-3 > .portfolio-item > a > .mask,
.col-lg-3 > .portfolio-item > a > .mask {
  font-size: 0.9em;
}
.portfolio-item > a:hover > .mask {
  bottom: 0;
}
.portfolio-desc {
  padding: 0 5px;
  margin-bottom: 20px;
}
.portfolio-desc > h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* ===== Features ===== */

.features.last {
  margin-bottom: 50px;

}
.divider {
  border-bottom: 1px solid #eee;
  margin: 20px 0 40px;
}
.features h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 50px;
}
.features p {
  line-height: 1.7;
}
.features img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.features .border-bottom {
  border-bottom: 1px solid #dedede;
}

.features {
	padding-bottom:10px;
	padding-top:10px;
   /* border-bottom: 1px solid #eee;*/
}

@media (max-width: 767px) { /* Adjusting for mobile */
  .features h3 {
	margin-top: 30px;
  }
  .features h3.first-child {
	margin-top: 0;
  }
  .features.last {
	margin-bottom: 0;
  }
}

/* ===== Block Block ===== */

.recent-blogs {
  margin-bottom: 20px;
}
.recent-blog {
  margin-bottom: 20px;
}
.recent-blog img {
  height: 70px;
  width: 70px;
  float:left;
  margin-right: 20px;
  border-radius: 70px;
}
.recent-blog-desc {
  overflow: hidden;
}
.recent-blog-desc h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
}
.recent-blog-desc p {
  line-height: 1.7;
}

/* ===== About Us Page ===== */

.about-us-p img {
  max-width: 40%;
  margin: 0 20px 20px 0;
}

/* Our Team */

.team-member {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}
.team-member:hover {
  border-color: #ddd;
}
.team-member > img {
  margin-bottom: 10px;
  border-radius: 3px;
}

/* ===== Blog Page ===== */

.blog-p img.author {
  float:left;
  height: 70px;
  width: 70px;
  border-radius: 70px;
  margin-right: 20px;
}
.blog-p-body {
  overflow: hidden;
}
.blog-p-body p {
  line-height: 1.7;
}
.blog-p-body .embed-responsive {
  margin: 20px 0;
}
.blog-p-body img {
  border-radius: 3px;
  margin: 20px 0;
}
.blog-p-search {
  margin-bottom: 40px;
}
.blog-p-social {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.blog-p-social > li {
  padding: 0;
  border-bottom: 1px solid #eee;
}
.blog-p-social > li a {
  display: block;
  padding: 10px 0;
}
.blog-p-social > li i {
  margin-right: 10px;
}
.blog-p-popular {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.blog-p-popular > li {
  margin-bottom: 10px;
}

/* ===== Comments ===== */

.comments {
  margin: 20px 0;
}
.cmt {
  margin-bottom: 15px;
}
.cmt > img {
  width: 70px;
  height: 70px;
  border-radius: 3px;
  float: left;
  margin: 0 10px 0 0;
}
.cmt > .cmt-block {
  overflow: hidden;
}
.cmt > .cmt-block > .cmt-body {
  margin-top: 5px;
}
.cmt > .cmt-block textarea {
  border-radius: 0;
}

/* ===== Coming Soon ===== */

.coming-soon-p {
  padding: 100px 0;
  background: url(../img/bg-1.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
.coming-soon-p h1 {
  font-size: 50px;
  text-shadow: 1px 1px 2px #505050;
}
.coming-soon-p .lead {
  margin: 40px 0 50px;
  text-shadow: 1px 1px 2px #505050;
}
.coming-soon-p form .form-control,
.color-jumbotron form .form-control { /* Same form for the shop jumbotron */
  height: 45px;
  width: 300px;
  padding: 12px 24px;
  border-radius: 45px 0 0 45px;
  font-size: 18px;
  -webkit-box-shadow: none;
	  box-shadow: none;
}
.coming-soon-p form button,
.color-jumbotron  form button {
  height: 45px;
  border-radius: 0 45px 45px 0;
  margin-left: -4px;
}
@media (max-width: 767px) {
  .coming-soon-p {
	padding: 30px 0;
  }
  .coming-soon-p form .form-control,
  .color-jumbotron  form .form-control {
	border-radius: 45px;
	width: 100%;
  }
  .coming-soon-p form button,
  .color-jumbotron  form button {
	display: block;
	width: 100%;
	border-radius: 45px;
  }
}
.is-countdown {
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 32px;
  text-shadow: 1px 1px 2px #505050;
  font-family: 'Oswald', sans-serif;
}
.countdown-rtl {
  direction: rtl;
}
.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}
.countdown-show1 .countdown-section {
  width: 98%;
}
.countdown-show2 .countdown-section {
  width: 48%;
}
.countdown-show3 .countdown-section {
  width: 32.5%;
}
.countdown-show4 .countdown-section {
  width: 24.5%;
}
.countdown-show5 .countdown-section {
  width: 19.5%;
}
.countdown-show6 .countdown-section {
  width: 16.25%;
}
.countdown-show7 .countdown-section {
  width: 14%;
}
.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
}
.countdown-amount {
  font-size: 200%;
}
.countdown-period {
  display: block;
}
.countdown-descr {
  display: block;
  width: 100%;
}


/* ===== Contact Us ===== */

/* Alert Message */

#form_message {
  display: none;
}
#form_message.alert-success {
  display: block;
}

/* Help Block (error messages) */

#form_sendemail .help-block {
  color: #ff5722 !important;
  display: none;
}
#form_sendemail .has-error .help-block,
#form_sendemail .has-error.help-block {
  display: block;
}
/* reCaptcha */
#recaptcha_image {
  margin-bottom: 15px;
}
#recaptcha_image > img {
  border: 1px solid #FFF;
}
#recaptcha_image,
#recaptcha_image > img {
  width: 100% !important;
  max-width: 300px;
  height: auto !important;
}
#recaptcha_audio_play_again {
  cursor: pointer;
}

/* reCaptcha iframe bug fix (causing an emptly line just before
  the closing </body> tag */
  
iframe[src="about:blank"] {
  display: none !important;
}


/* ===== Portfolio Item ===== */

.port-slideshow-p {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
}

/* Slideshow controls */

a.port-arrow-p  {
  position: absolute;
  display: block;
  height: 100px;
  width: 50px;
  top: 50%;
  margin-top: -50px;
  background: transparent;
  color: transparent;
  font-size: 32px;
  font-weight: 300;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 500ms, color 500ms;
	  transition: background 500ms, color 500ms;
}
.port-slideshow-p:hover a.port-arrow-p  {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
a.port-arrow-p:hover,
a.port-arrow-p:active {
  text-decoration: none;
}
a.port-arrow-prev {
  left: 0;
  right: auto;
  padding-right: 5px;
}
a.port-arrow-next {
  right: 0;
  left: auto;
  padding-left: 5px;
}

/* !Slideshow controls */

.port-item-p h3 {
  line-height: 1.5;
}
.port-item-p p {
  line-height: 1.7;
}

/* ===== Pricing Table ===== */

.pricing-p .item {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: margin-top 500ms;
	  transition: margin-top 500ms;
}
.pricing-p .item:hover {
  margin-top: -10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.pricing-p .head {
  position: relative;
  margin-bottom: 50px;
  padding: 30px 10px 10px;
  border-radius: 3px;
}
.pricing-p .head h4 {
  color: #FFF;
  text-transform: uppercase;
}
.pricing-p .head .arrow {
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 30px;
  width: 100%;
  border-top-width: 30px;
  border-top-style: solid;
  border-right: 99px solid white;
  border-left: 99px solid white;
}
.pricing-p .sceleton h5 {
  font-size: 30px;
}
.pricing-p .sceleton span {
  font-size: 24px;
}
.pricing-p .sceleton ul {
  margin: 0 0 10px;
  padding: 0;
}
.pricing-p .sceleton li {
  list-style-type: none;
  padding: 10px 0;
  border-top: 1px dotted #ccc;
}
.pricing-p .sceleton li:hover {
  border-top: 1px solid #ccc;
  background: #eee;
  cursor: pointer;
}
@media (max-width: 1199px) { /* Adjusting for large devices */
  .pricing-p .head .arrow {
	border-right-width: 95px;
	border-left-width: 95px;
  }
}
@media (max-width: 991px) { /* Adjusting for small devices */
  .pricing-p .head .arrow {
	border-right-width: 68px;
	border-left-width: 68px;
	border-top-width: 20px;
  }
}
@media (max-width: 767px) { /* Adjusting for mobile */
  .pricing-p .head {
	padding: 20px;
	margin-bottom: 20px;
  }
  .pricing-p .head .arrow {
	border: 0;
  }
  .pricing-p .item {
	margin: 20px 0;
  }
  .pricing-p .item:hover {
	margin: 20px 0;
  }
}

/* ===== Services Page ===== */

.services-p {
  margin: 10px 0;
}

/* ===== Sign In & Sign Up ===== */

.sign-form {
  padding: 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.sign-form .popover {
  min-width: 200px;
}
.popover-title {
  font-family: 'Roboto', sans-serif !important;
  background: transparent;
  font-weight: bold;
}

/* ===== 404 Not Found ===== */

.not-found-p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.not-found-p .text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -43px;
  margin-left: -98px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.not-found-p h1 {
  margin-top: 0;
}
.not-found-p h2 {
  font-size: 22px;
  margin-top: 0;
}

/* ===== Theme FAQ ===== */

.theme-faq-p p {
  line-height: 1.7;
}

/* ===== Help Center ===== */

/* .panel-title {
  font-family: 'Roboto', sans-serif;
}
.faq-cats-p ul {
  list-style-type: none;
  padding: 0; 
  margin: 0;
}
.faq-cats-p ul li:first-child {
  margin: 0 0 15px 0;
}
.faq-cats-p ul li {
  margin: 15px 0 15px 0;
}
.faq-cats-p ul li i{
  vertical-align: middle;
  margin-right: 15px;
  color: #c0c0c0;
}
.faq-cats-p ul li:hover i{
  color: #00B4FF;
} */

/* ===== Shop ===== */

.color-jumbotron {
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 50px 0;
  color: white;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.color-jumbotron form {
  margin-top: 50px;
}
.shop-product {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.shop-product:hover {
  border-color: #ddd;
}
.shop-product img {
  margin-bottom: 10px;
  border-radius: 3px;
}
.shop-product a {
  color: #515151;
}
.shop-product.featured:before {
  content: "Featured";
  position: absolute;
  top: 0;
  right: 15px;
  padding: 3px 8px;
  border-radius: 0 3px 0 3px;
  background: #E35E54;
  color: white;
}
.shop-product.featured .price .old {
  color: red;
  text-decoration: line-through;
}
.shop-product.featured .price .new {
  font-weight: bold;
}
.shop-category {
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 15px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
.shop-search {
  margin-bottom: 20px;
}

/* Shop Item */

.shop-item .product-img {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #eee;
}
.shop-item .product-img img {
  border-radius: 3px;
  opacity: 0.5;
}
.shop-item .product-img img:hover {
  opacity: 1;
}
.shop-item .product-img img.main {
  margin-bottom: 5px;
  opacity: 1;
}
.shop-item .product-img .row {
  padding: 0 12px;
}
.shop-item .product-img .col-xs-4 {
  padding-left: 2px;
  padding-right: 2px;
}
.rating {
  display: inline-block;
  margin-left: 0px;
}
.rating li {
  margin: 0;
  padding: 0;
  color: #F7C41F;
  font-size: 14px;
}
.shop-item .reviews {
  font-size: 12px;
  margin-left: 10px;
}
.shop-item .price-block {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  background: #eee;
  border-radius: 3px;
}
.shop-item .price-block .form-control {
  display: inline-block;
  width: 60px;
}
.shop-item .price-block .price {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 20px;
}

/* Shopping Cart */

.shopping-cart table > thead > tr > th {
  border-bottom-width: 1px;
}
.shopping-cart table > tbody > tr > td {
  vertical-align: middle;
}
.shopping-cart table img {
  float: left;
  width: 100px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
}
.shopping-cart table .item {
  overflow: hidden;
}
@media (max-width: 767px) {
  .shopping-cart table img {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
  }
  .shopping-cart table .item {
	overflow: visible;
  }
}
.shopping-cart .form-control {
  width: 60px; 
}
.shopping-cart .checkout {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.shopping-cart .checkout > li {
  margin: 10px 0;
}

/* ===== Alt Pages ===== */

.alt-p {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .alt-p {
	padding-top: 50px;
  }
}
.alt-p .logo a {
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  margin-bottom: 30px;
  text-decoration: none;
}

/* ===== Help Center ===== */

.help-cats-p {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.help-cats-p > li > a {
  display: block;
  padding: 5px 0;
  color: #999;
  -webkit-transition: padding-left 500ms;
	  transition: padding-left 500ms;
}
.help-cats-p > li > a:hover {
  color: #505050;
  padding-left: 7px;
}
.help-questions-p {
  padding-left: 0;
  margin-left: 20px;
}
.help-questions-p > li  > a {
  display: block;
  padding: 5px 0;
  color: #505050;
}

/* ===== User Profile ====== */

.user-avatar {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
}
.user-avatar:before,
.user-avatar:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.user-avatar:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.user-social {
  margin-top: 15px;
}
.user-social li > a {
  background: #bdc3c7;
  color: #fff;
}
.user-cart > h4 {
  margin-bottom: 20px;
}
.user-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}
.user-info > li {
  padding: 3px 0;
}

/* ===== Responsive Video ===== */

.responsive-embed-showcase .embed-responsive {
  margin-bottom: 15px;
}



#feedback {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 350px;
  margin-left: -3px;
  margin-bottom: 0px;
  margin-top:0px;
}

#feedback-form {
  float: left;
  width: 300px;
  height: 100%;
  z-index: 1000;
  padding-left: 5px;
  padding-right: 10px;
  background-clip: 'padding-box';
  border: 1px solid rgba(0,0,0,.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  margin-bottom: 10px;
  
}

#feedback-tab {
  float: right;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  width: 190px;
  height: 42px;
  background-color: rgba(148,186,101,0.9);
  margin-top: 170px;
  margin-left: -67px;
  padding-top: 5px;
  margin-bottom:0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#feedback-tab:hover { background-color: rgba(0,0,0,0.4); }

#feedback-form textarea { resize: none; }




.shadow {

	box-shadow: 0 0 30px #bdc3c7;
}


.rotate{
	transform: rotate(10deg);  
}

.form-group input[type="checkbox"] {
	display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
	width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
	display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
	display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
	display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
	display: none;   
}



	#ticker_container{margin-top:6px;}
	#newscontent {margin-right: 10px; float: left;}
	#newscontent a {color: #585858;}
	#news {display: none;}
	#controls { float: right; height: 16px;}
	#news {display: none;}
	.news_tricker{width:50%;}




.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}





@media all and (max-width: 1200px) { /* screen size until 1200px */
    body {
        font-size: 1.5em; /* 1.5x default size */
    }
}
@media all and (max-width: 1000px) { /* screen size until 1000px */
    body {
        font-size: 1.2em; /* 1.2x default size */
        }
    }
@media all and (max-width: 500px) { /* screen size until 500px */
    h1 {
        font-size: 1em; /* 0.8x default size */
        }
	.homedivision {
		min-height: auto;
	}
	.newsbox {
		margin-bottom: 10px;
		margin-right: auto;
	}
	.newsbox .disciimg{
		display: none !important;
	}
	.circularbody {
		margin-bottom: 40px;
	}
	.magazinbox-left {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.magazinbox-right {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.nav-pills > li {
	float: none !important;
	}
	.nav-pills > li > a {
		border-radius: 0 !important;
	}
	.nav-pills > li + li {
		margin-left: 0 !important;
	}
	.navbar-brand {
		width: 80%;
	}
	.features img {
		display: none !important;
	}
	.features {
		margin: 0;
		text-align: justify;
	}
    }

.disciimg {
	padding: 0;
	opacity: 0.3;
	max-width: 80px;
	display: inline-block;
	margin-bottom: 5px;
}
.magazinbox-left {
	background-color: #fff;border-radius: 0 50px 0 50px;box-shadow: 0px 1px 5px 0px #ccc;min-height: 19vw;padding-top: 20px;
}
.magazinbox-right {
	background-color: #fff;border-radius: 50px 0px 50px 0px;box-shadow: 0px 1px 5px 0px #ccc;min-height: 19vw;padding-top: 20px;
}

.scrollme {

    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.padding-right{
    padding-right:15px;
}

.padding-left{
    padding-right:15px;
}






/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}