/* font: Cario  */
@import url('https://fonts.googleapis.com/css?family=Cairo');

/* custom coloring classes */
.seagull{
	background-color: #85BADA;
}
.cornflower{
	background-color: #9BC7E0;
}
.wildwatermelon{
	background-color: #FE526C;
}
.silver{
	background-color: #c1c1c1;
}
.tranquil{
	background-color: #E4E8E7;
}
.white{
	background-color: #ffffff;
}
.text-white{color: white;}

.red{background-color: red}
.gray{background-color: #666666}
.darkgray{background-color: #333333}
.black{background-color: black}
.maroon{background-color: #993333}

.dblSpanishWhite{
	background-color: #367FA2;	
}
.whitesmoke{
	background-color: #F6F6F6;
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-bar-success {
    background-color: #5cb85c;
}
/* workaround for bug 
https://stackoverflow.com/questions/38102235/foundation-6-nesting-default-width-row-inside-expanded-row
*/

.row {
	max-width: 75rem;
}
.radius{
	border-radius: 3px;
}
.homeage-box{
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	padding: 15px;
	margin: 0 0 1rem 0;
	position: relative;
	overflow: hidden;
}

/* start override */
body{direction:rtl;font:20px/1.5 'Cairo',Arial;background-color:#F2F2F2;color:#58595B}
h1,h2,h3,h4,h5,h6{
	font-family: 'Cairo';
}

/* slanted nav menu at the top */
nav {background-color: #000; color: white; right:-145px;}
nav a{color: white !important; }
nav li {
  display:inline-block;
  transition: background 0.2s;
  transform: skew(-20deg);  /* SKEW */
}
nav li a {
  display:block;
  text-decoration:none;
  padding:0px 10px;
  font-size:smaller !important;
  transform: skew(	20deg); /* INVERSE SKEW */
}
nav li:hover{
  background:#ddd;
}
.sticky-nav{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	background: white !important;
	flex-direction: column;
	justify-content: center;
	height: 1100%;
	transform: translate3d(0, 0, 0);
	transition: all .25s ease-in-out;
}
.padded-text { padding: 0px 90px 0px 35px;}
.green{background-color:green}
.black{background-color:black}
.yellow{background-color:yellow}

#owl-homepage-albums img {
    object-fit: cover;
    height: 370px;
    width: 100%;
}

.box-title{
	position: absolute; 
	top: 0px;
	right: 0px;
	border-radius:16px 0 0 0;
	padding-right: 5px; 
	color: white;
	font-size: smaller;
	z-index:4;
}

.box-title::after{
	display: block;
    content:" ";
    width: 16px;
    height: 30px;
    top: 0px;
    position: relative;
    right: 5px;
    transform:skewX(-15deg);
    z-index: 1;
	background-color: inherit;
	float: left;
	
}

/* mobile site menu icon animation */
* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 25px;
  height: 36px;
  position: relative;
  margin: 5px 0px 0px 5px;
  float: right;
  z-index: 20;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  display: block;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 12px;
}

#nav-icon1 span:nth-child(3) {
  top: 24px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}

/* override menu topbar */
.top-bar ul{
	background-color: transparent;	
}
.menu a, .menu a:visited{
	color: #000;
	font-size: 20px;
}
.menu a:hover{
	color: #FE526C;
	font-size: 20px;
}

.menu li ul li a, .menu li ul li a:visited{
	color: #000;
	font-size: 16px;
}
.top-bar li.active {
	background: #367FA2;
	height: 50px;
}

/* login button */
.gloassy {
	background: -webkit-linear-gradient(top, #C31B1A 52%, #933 49%);
	background: -o-linear-gradient(top, #C31B1A, #933);
	background: -moz-linear-gradient(top, #C31B1A 52%, #933 49%);
	background: linear-gradient(top, #C31B1A 52%, #933 49%);
	font-size: 1.3rem;
	line-height: 0.3;
}
.top-bar-left a:link, .top-bar-left a:visited{
	color: #navy;
}
.top-bar-left a:active{
	color: #f6f6f6;
}
#loginModal {
	padding: 0px;
	border: 0px;
	border-radius: 5px;
}

#loginModal .title{
	padding: 15px;
	height: 50px;
}

#loginModal input{
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

label.error{
	color: red;
}
/***
 * hero image 
 *****************************************************************/
.heroimage{
	position: relative;
	width: 100vw;
	height: 100vh;
	/* hide horizontal scrollbar on IE11 */
	overflow: hidden;
}

.heroimage .slide1{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../images/slide1.jpg');
	background-size: cover;
}

#owl-homepage .item img{
	display: block;
	width: 100%;
	height: auto;
}

owl-controls{
	position: relative;
	top: -40px;
}


/***
 * frontpage contents
 *****************************************************************/
 h1.frontpage{
	color: #407996;
}
.position-relative{ position: relative}

ul.media-list {
	list-style-image: url('../images/play.png');
	margin-right: 0; padding-right: 45px;
	font-size: 11px;
}
ul.media-list li{
	border-bottom: 1px solid #cccccc;
}

ul.media-list li:last-child{
	border-bottom: 0px ;
}

.album-btn{
	position: absolute;
	bottom: 10px;
	left: 25px;
	border-radius: 3px;
	font-size: 80%;
	color: #993333;
	font-weight: bold;
}
.rounded-bx{
	border-radius: 0.3em;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 0px solid rgba(10, 10, 10, 0.25);
    position: relative;
	color: white;	
}
	
.down-arrow {
    width: 0; 
    height: 0; 
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #85BADA;
}


/* social media box */
.tabs{
	border: 0px;
	/*margin-right: 40%;*/
}
.tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected="true"]{
	background: transparent;
	border-bottom: 2px solid #993333;
	font-weight: bold;
}
.tabs-content{
	border: 0px;
}
.twitter-ico{
	position: absolute;
	top: 35%;
	right: 45%;
	background: white;
	padding: 15px;
}
#tweets ul{
	list-style: none;
}
.owl-theme .owl-controls .owl-page span{
background: #993333;
}
.channels img{
	padding: 30px;
	margin: 0 10px;
}

/* Breadcrumbs */

		.breadcrumb { 
			list-style: none; 
			overflow: hidden; 
			padding-right: 0px;
			margin-right: 0px;
			border:1px solid #d3d3d3;
			border-radius: 5px;
		}
		.breadcrumb li { 
			float: right; 
		}
		.breadcrumb li a {
			color: #8F8C85;
			text-decoration: none; 
			padding: 10px 55px 10px 0;
			background: brown;                   /* fallback color */
			background: #F6F6F6; 
			position: relative; 
			display: block;
			float: right;
		}
		.breadcrumb li a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-right: 30px solid #F6F6F6;
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			right: 100%;
			z-index: 2; 
		}	
		.breadcrumb li a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-right: 30px solid #d3d3d3;
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			margin-right: 1px;
			right: 100%;
			z-index: 1; 
		}	
		.breadcrumb li:first-child a {
			padding-right: 10px;
		}
		.breadcrumb li:last-child a {
			background: transparent !important;
			color: black;
			pointer-events: none;
			cursor: default;
			
		}
		.breadcrumb li:last-child a:after { border: 0; }
		.breadcrumb li:last-child a:before { border: 0; }
		.breadcrumb li a:hover { background: #8F8C85; color: white; }
		.breadcrumb li a:hover:after { border-right-color: #8F8C85 !important; }


/*
 * footer menu 
 *********************************************************************************/
.footer {
	background:  url(../images/footerbg@4x.png) center 40px repeat-x;
	min-height: 650px;
}
footer ul {
	font-size: 80%;
	padding: 15px;
}

footer > ul > li > ul {
	display: block;
	position: relative; right:0; top:0px;
	margin-right: 0px;
	padding-right: 0;
}

footer  ul li {
	float:right;
	margin-top:0px;
	padding:0px; 
	width:180px;
	display: block;

}

ul ul li:before {
	content: "> ";
	color: #c1c1c1;
	font-weight: bold;
	font-size: 100%;
}
footer ul a {
	color: #7d7d7d;
	text-align:right;
	display:inline;
	margin:0;
	padding:0 0px;
}


footer ul a:hover, #footer_links ul a:active
{
	background:transparent;
	color:#E08125;
}

/* make shover button white */
footer li.sfhover > a
{
	color:#ffffff;
}



/* paging button style */


/* button style */

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px !important;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
	
a.btn{
	text-decoration: none;
}

a.btn:hover{
	color: red;
}

/* title bar header - sticky*/
.title-bar {
  width: 100%;
  z-index: 10;
  transition: height .25s ease;
  height: 4.5em;
  background: white;
}
.title-bar .title-bar-right, .title-bar .title-bar-left {
  transition: padding-top .25s ease;
  padding-top: 0.4em;
}
.title-bar.shrink {
  height: 3em;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
  opacity: 0.95;  
}
.title-bar.shrink .title-bar-right, .title-bar.shrink .title-bar-left {
  padding-top: 0em;
}
.title-bar .dropdown.menu li {
  float: left;
}
.title-bar .dropdown.menu .is-dropdown-submenu {
  border: none;
  background-color: #0A0A0A;
}
.title-bar.shrink img{
	max-height: 45px;
}
.title-bar img{
	max-height: 65px;
}
.audio-section i{
	font-size: 60pt;
}

.badge.alert{
  position: relative;
  left: 25px;
}	
