html, body {
    height: 100%;
}

body {
    background: #FFFFFF;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-weight: 300;
}

/*navbar*/
.top-nav-collapse-presentation li{
    font-size: 1em !important;
}

.navbar-brand {
    margin: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 35px;
}

.navbar li a {
    color: #FFFFFF !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media(min-width:1024px) {
    .navbar {
        background-color: transparent;
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }

    .top-nav-collapse-presentation {
        padding: 0;
    }

    .navbar li {
        font-size: 1.3em;
    }

    .nav>li>a {
        padding: 15px 7px;
    }
}

.navbar {
    border: none;
}

.navbar .icon-bar {
    background-color: #FFFFFF !important;
}

.navbar button {
    border-color: #FFFFFF !important;
}

.top-nav-collapse {
    background-color: #2C3E50;
    opacity: 0.9;
}

.top-nav-collapse-presentation {
    background-color: #2C3E50;
    opacity: 0.9;
}

@media(max-width:1024px) {
    .navbar {
        background-color: #2C3E50;
        opacity: 0.9;
    }
}

@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-right {
        float: none!important;
		margin-bottom: 7px;
	}
    .navbar-right>li {
        float: none;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .collapse.in{
  		display:block !important;
	}
}

.navbar .container {
    position: relative;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
}

/*footer*/
footer {
    background-color: #2C3E50;
    color: #fff;
}

footer .footer-col {
    margin-bottom: 20px;
}

footer, .push {
	height: 300px;
}

footer .nav_links {
    text-align: left;
}

footer .nav_links ul{
    list-style-type: none;
}

footer .nav_links li,
footer .nav_links a {
    color: #A1A2AB;
}

footer .nav_links .first_element,
footer .nav_links .first_element a {
    color: #FFFFFF;
}

.wrapper {
    min-height: 100%;
	margin: 0 auto -300px;
    overflow: hidden;
}

/*contacts template*/
.contacts_icon {
    margin: 20px;
}

/*map template*/
.map {
    height: 600px;
    margin-bottom: 80px;
}

#map {
    height: 100%;
    width: 100%;
}

/*presentation template*/
.presentation {
    background: #e1eef5;
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

.presentation section img{
    border: 0 !important;
    box-shadow: 0 0 0 !important;
}

.reveal .controls div {
	opacity: 0 !important;
}

.reveal .controls div.enabled {
	opacity: 0.7 !important;
}

/*common*/
.border_pattern_l_purple {
    background: url(/static/images/triangle_light_purple.png) repeat-x;
}

.border_pattern_white {
    background: url(/static/images/triangle_white.png) repeat-x;
}

.triangle_svg {
    background-color: transparent !important;
    margin-top: -1px;
}

.font_color_black p,
.font_color_black a,
.font_color_black h1 {
    color: #000000;
}

.font_color_white p,
.font_color_white a,
.font_color_white h1 {
    color: #FFFFFF;
}

.font_size_small p,
.font_size_small a,
.font_size_small li{
    font-size: 1em;
}

.font_size_medium p,
.font_size_medium a,
.font_size_medium li{
    font-size: 1.2em;
}

.font_size_large p,
.font_size_large a,
.font_size_large li{
    font-size: 1.4em;
}

@media (max-width: 600px) {
    .font_size_large h1 {
        font-size: 2em;
    }
}

.font_size_large .btn {
    margin-top: 20px;
}

.background_color_white {
    background-color: #FFFFFF;
}

.background_color_black {
    background-color: #000000;
}

.background_color_gray {
    background-color: #F2F4F5;
}

.background_color_dark {
    background-color: #2C3E50;
}

.background_color_blue {
    background-color: #3784B9;
}

.background_color_l_blue {
    background-color: #77B3D4;
}

.background_color_green {
    background-color: #76C2AF;
}

.background_color_purple {
    background-color: #705FA5;
}

.background_color_l_purple {
    background-color: #817CB0;
}

.background_color_turquoise {
    background-color: #0EA0B4;
}

.background_image_cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background_image_center .container {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
}

.background_image_right>.container {
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 70%;
    /*background-size: 50%;*/
    /*background-position: right;*/
    height: 100%;
}

.button_transparent {
    background: transparent;
    font-weight: 300;
}

.padding_small .container {
    padding-top: 3em;
    padding-bottom: 3em;
}

.padding_medium .container {
    padding-top: 5em;
    padding-bottom: 5em;
}

.container_width_narrow .container{
    max-width: 50em;
}

.text_alignment_center {
    text-align: center;
}

.text_alignment_left {
    text-align: left !important;
}

#fullscreen_header {
    z-index: 1;
}

#fullscreen_header .carousel-inner,
#fullscreen_header .item,
#fullscreen_header .text_div{
    height: 100%;
    padding: 0;
}

#fullscreen_header .container {
    padding: 0;
}

.fullscreen_header_inner,
.fullscreen_header_inner>.container{
    height: 100%;
}

.fullscreen_header_inner p{
    font-size: 2.5em;
    line-height: 1.1em;
}

.fullscreen_header_inner .btn{
    margin-top: 1em;
    font-size: 1.4em;
}

#fullscreen_header .container  {
    margin-bottom: -40px;
}

@media (max-width: 767px) {
    .fullscreen_header_inner,
    #fullscreen_header .text_div {
        padding-top: 50px;
    }
    .fullscreen_header_inner .container .row,
    #fullscreen_header .container .row {
        padding-left: 2em;
        padding-right: 2em;
        position: absolute;
        bottom: 50px;
    }
    #fullscreen_header .container {
        background-position: top center !important;
    }
    .fullscreen_header_inner p{
        font-size: 2em;
        line-height: 1em;
    }
}

.text_position_narrow img {
    max-width: 140%;
    max-height: 500px;
    margin-right: -40%;
}

.text_position_left img {
    max-width: 140%;
    max-height: 500px;
    margin-right: -40%;
}

.text_position_right img {
    max-width: 140%;
    max-height: 500px;
    margin-left: -40%;
}

@media (max-width:767px) {
    .text_position_left img {
        max-width: 100%;
        margin-right: 0;
        margin-top: 2em;
    }

    .text_position_right img {
        max-width: 100%;
        margin-left: 0;
        margin-top: 2em;
    }
}

.text_div {
    width: 100%;
    text-align: center;
}

.text_div .container {
    padding-top: 5em;
    padding-bottom: 5em;
    max-width: 50em;
}

.text_div p,
.text_div a,
.text_div li{
    font-size: 1.2em;
}

.arrow_navigation img{
    margin: 0;
}

.image_margin_top img{
    margin-top: -180px;
    margin-right: auto;
    margin-left: auto;
}

@media(max-width: 767px) {
    .image_margin_top img{
        margin-top: -20px;
    }
}

.divider {
    width:100%;
    height: 1px;
    background-color: #AAC1CD;
    margin-top:30px;
    margin-bottom: 50px;
}

/*browser_window*/
.browser_window {
    background-color: #DDDDDD;
    border-radius: 10px;
    height: 300px;
    box-shadow: 0 0 10px #5A6875;
}

.browser_bar {
    height: 30px;
    width: 100%;
    padding-left: 20px;
    padding-top: 8px;
}

.browser_button {
    float: left;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: #AAC1CD;
    width:14px;
    height: 14px;
    margin-right: 5px;"
}

.browser_button_red {
    background-color: #FF6A53;
}

.browser_button_yellow {
    background-color: #F5D663;
}

.browser_button_green {
    background-color: #76C2AF;
}

.browser_body {
    background-color: #FFFFFF;
    background-size: 50%;
    background-position:center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 268px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0;
}

.image_template .browser_body {
    background-size: cover;
    height: 568px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.image_template .browser_window {
    height: 600px;
}

.image_template .container {
    max-width: 992px;
}

@media (max-width: 767px) {
    .image_template .browser_window {
        height: 300px;
    }

    .image_template .browser_body {
        height: 268px;
    }
}

/*triangle template*/
.svg_color_white {
    fill: #FFFFFF;
}

.svg_color_gray {
    fill: #F2F4F5;
}

.svg_color_dark {
    fill: #2C3E50;
}

.svg_color_blue {
    fill: #3784B9;
}

.svg_color_l_blue {
    fill: #77B3D4;
}

.svg_color_green {
    fill: #76C2AF;
}

.svg_color_purple {
    fill: #705FA5;
}

.svg_color_l_purple {
    fill: #817CB0;
}

.svg_color_turquoise {
    fill: #0EA0B4;
}

/*panel_with_negative_margins template*/
.panel_with_negative_margin {
    margin-bottom: -40px;
}

.panel_with_negative_margin .panel{
    padding: 20px;
    margin-top: -120px;
    border-radius: 15px;
    box-shadow: 0 0 10px #e6e6e6;
}

.panel_with_negative_margin .container{
    padding-top: 5em;
    padding-bottom: 5em;
}

.panel_with_negative_margin p,
.panel_with_negative_margin a,
.panel_with_negative_margin li {
    font-size: 1.2em;
}

/*image_with_label template*/
.image_with_label p{
    color: #000000;
    padding: 20px 0 20px 0;
}

.image_with_label a p{
    color: #77B3D4 !important;
}

.image_with_label a:hover {
    text-decoration: none;
}

.image_with_label a:hover p{
    color: #0066cc !important;
}

.image_with_label img{
    max-width: 200px;
}

.image_with_label img{
    padding-top: 20px;
}

/*image_with_on_mouseover_event*/
.image_mouseover {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #333333;
}

.image_mouseover .container {
    padding-top: 50px;
    padding-bottom: 20px;
}

.image_mouseover .content-item {
    right: 0;
    margin: 0 0 30px;
}

.image_mouseover .content-item .content-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

.image_mouseover .content-item .content-link .caption {
    font-size: 1.4em;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #20252B;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.image_mouseover .content-item .content-link .caption:hover {
    opacity: 1;
}

.image_mouseover .content-item .content-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: #fff;
}

.image_mouseover * {
    z-index: 2;
}

.text_with_image .container{
    padding-top: 5em;
    padding-bottom: 5em;
}

.text_with_image p{
    font-size: 1.2em;
}

.text_with_image .btn{
    font-size: 1.2em;
}

.summary p {
    font-size: 1.4em;
}

/*olympiad_image template*/
.olympiad_image {
    margin-top: -50px;
    overflow: hidden;
}

.olympiad_image_image {
    height: 480px;
    background: transparent;
}

.olympiad_image_image img{
    height: 550px;
}

.olympiad_image_dark_stripe {
    height: 26px;
    background-color: #666666;
}

.olympiad_image_gray_stripe {
    height: 22px;
    background-color: #848585;
}

.olympiad_image_last_stripe {
    height: 24px;
    background: transparent;
}

.padding_large .container {
    padding-top: 12em;
    padding-bottom: 12em;
}

/*fixed_height_carousel template*/
#fixed_height_carousel {
    z-index: 1;
}

#fixed_height_carousel .fullscreen_header_inner{
    height: 100%;
    min-height: 500px;
    max-height: 500px;
}

#fixed_height_carousel .container{
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 50%;
    padding-top: 12em;
    padding-bottom: 12em;
}

@media (max-width: 767px) {
    #fixed_height_carousel .container{
        background-position: center center;
    }
}

.text_with_image_center .container {
    padding-top: 12em;
    padding-bottom: 12em;
    max-width: 50em;
    text-align: center;
}

.text_with_image_right .container {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer-col {
    padding-top: 60px;
}

.rocket {
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 192px;
    background-image: url(/static/images/rocket.png);
    background-size: auto 100%;
    -webkit-animation: play .8s steps(11) infinite;
       -moz-animation: play .8s steps(11) infinite;
         -o-animation: play .8s steps(11) infinite;
            animation: play .8s steps(11) infinite;
    -webkit-animation-play-state:paused;
       -moz-animation-play-state:paused;
         -o-animation-play-state:paused;
            animation-play-state:paused;
}


@-webkit-keyframes play {
   from { background-position: 0px; }
     to { background-position: -880px; }
}

@-moz-keyframes play {
   from { background-position: 0px; }
     to { background-position: -880px; }
}

@-o-keyframes play {
   from { background-position: 0px; }
     to { background-position: -880px; }
}

@keyframes play {
   from { background-position: 0px; }
     to { background-position: -880px; }
}

.footer:hover .rocket {
  -webkit-animation-play-state:running;
     -moz-animation-play-state:running;
       -o-animation-play-state:running;
          animation-play-state:running;
}

.support_table td {
    font-size: 1.2em;
    vertical-align: middle !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@media (max-width: 1199px) {
    .iso {
        display: none;
    }
}.language_button {
    position: absolute;
    right: 10px;
    top: 11px;
    -webkit-transition: top .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: top .5s ease-in-out,padding .5s ease-in-out;
    transition: top .5s ease-in-out,padding .5s ease-in-out;
}
@media (max-width: 1024px){
    .language_button {
        position: absolute;
        left: 7px;
        top: 0;
    }
}
@media (max-width: 1023px){
    .language_button {
        position: absolute;
        left: 15px;
        top: 0;
    }
}

@media (max-width: 767px) {
    .language_button {
        position: absolute;
        left: 0;
        top: 0;
    }
}
.language_button .btn {
    border: none;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1em;
    padding: 0;
}

.language_button .btn:hover,
.language_button .btn:focus,
.language_button .btn:active {
    background-color: transparent;
}

.text_with_date {
    max-width: 768px;
}

dl {
    font-size: 1.2em;
    margin-left: 10px;
    margin-right: 10px;
}

dt {
    position: relative;
    color: #888;
    font-size: 2.5em;
    font-weight: 300;
    float: left;
}

dd {
    margin-left: 200px;
    padding-top: 0.6em;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    dt {
        font-size: 1.2em;
    }
    dd {
        margin-left: 100px;
        padding-top: 0;
    }
}

.button_pdf {
    background-image: url(/static/images/icons/pdf.png);
    background-repeat: no-repeat;
    width: 56px;
    height: 64px;
    border: none;
}

.article_div p{
    margin-bottom: 20px;
}

.article_div a{
    font-size: 1em;
}

/*video*/
.modal {
    text-align: center;
    padding: 0!important;
    margin: 0 0 0 -300px;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modal-content iframe{
    margin: 0 auto;
    display: block;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background:transparent;
    border:none;
    outline:none;
}
.modal-content iframe {
    border:none;
    padding:0;
    margin:0;
}

@media only screen and (max-width: 641px) {
    .modal-body {
        height:100px;
        padding:0;
        margin: 0;
    }
    .modal-content {
        padding:0;
        margin: 0;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 15px;
    }
}