/* HTML Tags */
html
{
	/*overflow: hidden;*/
}
body
{
	color: #000F29;
    font-family: 'Alef', sans-serif;
    font-style: normal;
    font-weight: 400;
}
img
{
    border:none;
    margin: 0;
    padding: 0;
}
sub,sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
a {color: #000F29;text-decoration: underline;margin: 0;padding: 0;}
a:visited {color: #000F29;}
a:active {color: #000F29;}
a:hover {color: #000F29;text-decoration: none;}

::selection {
    background: #FAFAFA; /* Safari */
}
::-moz-selection {
    background: #FAFAFA; /* Firefox */
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
}
iframe {
    border: none;
}
.rtl{direction: rtl;}


/* Default Fonts */
.font-bold{
    font-weight: 700;
}
.font-arabic{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 130px;
}
/* Default Fonts  */

/* IDs */
#header{
    min-height: 155px;
    height: auto;
    background: url('../img/pattern.png');
    padding-top: 35px;
}
#logo-container{
    float: right;
    text-align: right;
}
#logo-container h3{
    display: none;
}
#title-container{
    float: left;
}
#title-container h3{
    display: none;
    font-size: 22px;
    line-height: 14px;
}
#title-container h4{
    display: none;
    margin-top: 26px;
    font-size: 15px;
}
#navigation-container{
    height: 28px !important;
    background-color: #000F29;
}
#main-nav-container{}
#main-nav-container a{color: #FFFFFF;}
#main-nav-container span.divider{
    position: absolute;
    top: 11px;
    right: 0;
    border-left: solid 1px #FFFFFF;
    height: 10px;
    width: 1px;
}
#main-nav.navbar-nav > li{
    float: right;
}
#main-nav span.divider {
    right: auto;
    left: 0;
}
#lan-nav > li:first-child a{
    padding-left: 0;
}
#main-content-container{
    margin-top: 35px;
}
#video-container{
    position: relative;
    margin-bottom: 25px;
}
#trailer-wrapper{
    position: absolute;
    color: #fff;
    font-size: 20px;
    height: 100%;
    left: 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
#trailer-wrapper div{
    vertical-align: middle;
    padding-top: 100px;
}
#trailer-wrapper a {
    background-color: rgba(23, 35, 34, 0.75);
    color: #FFFFFF;
    padding: 10px;
    border-radius: 0.5em;
}
#view-video-container{
    background-color: #000F29;
    margin: 10px auto 10px auto;
    width: 152px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
}
#view-video-container a{
    color: #FFFFFF;
}
#awards-container{
    margin: 20px auto;
    text-align: center;
}
#awards-container .award {
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
}
#footer-container{
    margin-top: 60px;
    height: 10px;
    background-color: #000F29;
}
#fullscreen-button {
    position: relative;
    float: right;
    margin: 5px;
    z-index: 5000000000;
    cursor: pointer;
}
/* IDs */

/* Classes */

.container2 {
    float: right;
    width: 819px;
}
.line1{
    height: 2px;
    background-color: #000F29;
    margin: 15px auto 15px auto;
}
.title1
{
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}
.title2
, #main-content-container h3
,#main-content-container h4
{
    margin: 10px 0 10px 0 !important;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 700;
}
.paragraph1{
    /*margin-top: 10px;*/
}
.paragraph1 h4{
    
}
.caption{
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
}
.news-container h4{
    margin-top: 0;
}
.news-container img{
    width: 140px;
}
.mobile-title{
    margin-bottom: 10px;
}
.link-block{
    background-color: #000F29;
    padding: 5px;
    margin: 0px auto 5px auto;
    width: 440px;
    text-align: center;
}
.link-block a{
    color: #FAFAFA;
}
.highlight{
	background-color: #d1d1e6;
    display: inline-block;
}
/* Customization */

@media (max-width: 768px) {
    #logo-container{
        text-align: center;
        float: none;
        margin-bottom: 10px;
    }    
    #navigation-container{
        height: auto !important;
    }
    #main-nav.navbar-nav{
        width: 100%;

    }
    #main-nav.navbar-nav > li{
        float: none;
        text-align: right;
        margin-right: 0;
    }
    #main-nav-container span.divider {
        display: none;
    }
    #lan-nav{
        text-align: right;
        float: none;
        width: 100%;
    }
    #lan-nav li{
        float: right;
    }
    .link-block {
        width: auto;
    }
}


.navbar-collapse{
    padding: 0 !important;
}

.navbar-nav > li > a{
    padding-top: 4px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.navbar-toggle{
    margin-top: 0;
    padding-top: 7px;
}
.navbar-toggle .icon-bar{
    background-color: #ffffff;
}

/* Customization */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #main-nav-container span.divider{
        top: 9px;
    }
}
