/*
Theme Name: Future@MGIMO
Author: Vladislav Sakharov
Version: 1.0
*/

/* ----------------------------------- GENERAL LAYOUT -------------------------------------- */

html * {
     max-height: 1000000px;
     font-family: 'Roboto', sans-serif;
}

body {
     margin: 0px;
     background-color: #FAFAFA;
}

p {
    color: rgba(0,0,0,.8);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

p.quote_font {
    font-size: 1em;
}

p.short {
    margin-bottom: 1em;
}

p.margin_none {
    margin: 0em;
}

@media only screen and (min-width: 600px) {
    p.quote_font {
        font-size: 1.5em;
    }
}

a, a:visited {
    text-decoration: none;
    color: #0099CC;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a:hover {
    text-decoration: underline;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a.article_link {
    display: block;
    width: 95%;
    padding: 2.5% 2.5%;
    margin: 0px;
    background-color: transparent;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a.article_link:hover {
    text-decoration: none;
    background-color: #EEE;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

h1 {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8em;
    color: #607D8B;
    margin: 0.3em 0;
}

h2 {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4em;
    color: #607D8B;
    margin-top: 0.5em;
}

h3 {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5em;
    color: #607D8B;
}

h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: #607D8B;
}

@media only screen and (min-width: 800px) {
    h1 {
        font-family: 'Ubuntu', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 3.5em;
        color: #607D8B;
        margin: 0.3em 0;
    }

    h2 {
        font-family: 'Ubuntu', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 2em;
        color: #607D8B;
        margin-top: 0.5em;
    }
    h3 {
        font-family: 'Ubuntu', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 2em;
        color: #607D8B;
    }
}

.clear {
    clear: both;
}

.clear_case {
    clear: none;
}

.text_center {
    text-align: center;
}

.text_white {
    color: #FFF;
}

.text_bold {
    font-weight: 700;
}

/* ----------------------------------- HEADER -------------------------------------- */

.header_background_desktop {
    display: none;
    width: 100%;
    height: 72px;
    background-color: #455A64;
    position: relative;
    z-index:15;
}

.header_background_mobile {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #455A64;
    position: relative;
    z-index:15;
}

.navigation_bar {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
}

.header_logo {
    width: 111px;
    height: 50px;
    float: left;
    background-image: url(images/header_logo.png);
    background-size: 80% 80%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 0.6;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.header_logo:hover {
    opacity: 1;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#header_menu {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    background-image: url(images/menu_icon.png);
    background-size: 50% 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: .6;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}


#header_menu:hover {
    opacity: 1;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#nav_mobile {
    height: 251px;
    display: none;
}

.header_contacts {
    display: none;
}

@media only screen and (min-width: 965px) {
    .navigation_bar {
        width: 92%;
        padding-left: 4%;
        padding-right: 4%;
        margin-left: auto;
        margin-right: auto;
       height: 72px;
    }
    .header_logo {
        background-image: url(images/header_logo.png);
        background-size: 80% 80%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-color: transparent;
        width: 160px;
        height: 72px;
        float: left;
    }
    .header_background_desktop {
        display: block;
        width: 100%;
        height: 72px;
    }
    .header_background_mobile {
        display: none;
        width: 100%;
        height: 50px;
    }
}

@media only screen and (min-width: 1105px) {
    .header_contacts {
        display: block;
        width: 156px;
        height: 24px;
        padding-top: 24px;
        padding-bottom: 24px;
        float: right;
    }
}

/* ----------------------------------- NAVIGATION MENU  -------------------------------------- */

.menu {
    -webkit-padding-start: 0px;
    position: absolute;
    width 100%;
}

#nav {
    position: absolute;
    width: 100%;
    height: 50px;
    display: block;
    margin: 0px;
}

#nav ul {
    border-top: 0.1em solid rgba(255,255,255,.6);
    width: 100%;
    list-style: none;
    position: absolute;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    z-index: 10;
}

#nav ul li {
    display: block;
    position: relative;
    line-height: 50px;
    font-family: 'Ubuntu', sans-serif;
}

#nav ul li a {
    background-color: rgb(69,90,100);
    text-transform: uppercase;
    display: block;
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    position: relative;
    height: auto;
    float: none;
    text-decoration: none;
    text-align: center;
    font-size: 0.8em;
    font-weight: 700;
    color: #B4BDC1;
    font-family: 'Ubuntu', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 0.1s ease;
    -moz-transition: color 0.1s ease;
    -o-transition: color 0.1s ease;
    -ms-transition: color 0.1s ease;
    transition: color 0.1s ease;
}

#nav ul li a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    -webkit-transition: color 0.1s ease;
    -moz-transition: color 0.1s ease;
    -o-transition: color 0.1s ease;
    -ms-transition: color 0.1s ease;
    transition: color 0.1s ease;
}

#nav ul li.current_page_item a, div#nav ul li.current_page_item a:visited, div#nav ul li.current_page_item a:hover {
    text-decoration: none;
    color: #FFF;
}

@media only screen and (min-width: 965px) {
    #nav {
        position: relative;
        width: auto;
        height: 72px;
        display: block;
        margin: 0px;
        float: left;
    }

    #nav ul {
        border-top: none;
        display:block;
        list-style: none;
        margin: 0;
        position: relative;
        font-family: 'Ubuntu', sans-serif;
    }

    #nav ul li {
        display: block;
        float: left;
        line-height: 72px;
        font-family: 'Ubuntu', sans-serif;
    }

    #nav ul li a {
        background-color: transparent;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        text-decoration: none;
        text-align: left;
        font-size: 0.9em;
        font-weight: 700;
        color: #B4BDC1;
        font-family: 'Ubuntu', sans-serif;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: color 0.1s ease;
        -moz-transition: color 0.1s ease;
        -o-transition: color 0.1s ease;
        -ms-transition: color 0.1s ease;
        transition: color 0.1s ease;
    }

    #nav ul li a:hover {
        text-decoration: none;
        cursor: pointer;
        color: #FFF;
        -webkit-transition: color 0.1s ease;
        -moz-transition: color 0.1s ease;
        -o-transition: color 0.1s ease;
        -ms-transition: color 0.1s ease;
        transition: color 0.1s ease;
    }
    #nav ul li.current_page_item a, div#nav ul li.current_page_item a:visited, div#nav ul li.current_page_item a:hover {
        text-decoration: none;
        color: #FFF;
    }
}

/* ----------------------------------- MAIN PAGE -------------------------------------- */

.background_banner_main:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 600px;
    z-index: -10;
    background-color: #455A64;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: width 0.5s ease-in 999999s;
}

.background_container {
    background-color: #FAFAFA;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    z-index:1;
}

.background_banner_main {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-height: 600px;
}

.black_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 600px;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
}

.container_banner_main {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    padding: 4%;
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    max-width: 1000px;
    padding-left: 4%;
    padding-right: 4%;
}

.container_short {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    max-width: 800px;
    padding-left: 4%;
    padding-right: 4%;
}

a.registration_link {
    user-select: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: 1em;
    padding: 1em 1.75em;
    font-size: 1.3em;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
    color: #FFF;
    border: 0.13em solid #FFF;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a.registration_link:hover {
    background-color: #FFF;
    color: #455A64;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.lead {
    width: 100%;
    padding: 0px;
    float: none;
}

.mgimo_picture {
    width: 92%;
    max-width: 430px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    background-image: url(images/mgimo_picture.png);
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


@media only screen and (min-width: 400px) {
    .mgimo_picture {
        width: 92%;
        max-width: 430px;
        height: 380px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        background-image: url(images/mgimo_picture.png);
        background-size: 100% auto;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 800px) {
    .lead {
        width: 50%;
        padding-right: 7%;
        float: left;
    }
    .mgimo_picture {
        width: 43%;
        min-height: 500px;
        padding: 0px;
        margin: 0px;
        float: left;
        background-image: url(images/mgimo_picture.png);
        background-size: 100% auto;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
}

.feature_list {
    width: 100%;
    height: auto;
    padding-top: 3em;
}

.feature_element_wrap {
    box-sizing: border-box;
    width: 100%;
    min-height: 1px;
    float: left;
    padding: 2%;
}

.feature_element {
    max-width: 340px;
    margin: 0 auto;
    height: auto;
}

.feature_element_wrap_last {
    box-sizing: border-box;
    width: 100%;
    min-height: 1px;
    float: left;
    padding: 2%;
}

@media only screen and (min-width: 600px) {
    .feature_element_wrap {
        box-sizing: border-box;
        width: 50%;
        min-height: 1px;
        float: left;
        padding: 2%;
    }
    .feature_element {
        max-width: 300px;
        margin: 0 auto;
        height: auto;
    }
    .feature_element_wrap_last {
        box-sizing: border-box;
        width: 100%;
        min-height: 1px;
        float: left;
        padding: 2%;
    }
    .clear_case {
        clear: both;
    }
}

@media only screen and (min-width: 992px) {
    .feature_element_wrap {
        box-sizing: border-box;
        width: 33.3333%;
        min-height: 1px;
        float: left;
        padding: 2%;
    }
    .feature_element {
        max-width: 300px;
        margin: 0 auto;
        height: auto;
    }
    .feature_element_wrap_last {
        box-sizing: border-box;
        width: 33.3333%;
        min-height: 1px;
        float: left;
        padding: 2%;
    }
    .clear_case {
        clear: none;
    }
}

.feature_icon_1 {
    width: 100px;
    height: 100px;
    background-image: url(images/trend_1.png);
    background-size: 105% 105%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.feature_icon_2 {
    width: 100px;
    height: 100px;
    background-image: url(images/trend_2.png);
    background-size: 113% 113%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.feature_icon_3 {
    width: 100px;
    height: 100px;
    background-image: url(images/trend_3.png);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.video {
    margin: 3em auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------------------- PAGES -------------------------------------- */

.headline {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #455A64;
    background: linear-gradient(to bottom, #455A64, #546E7A);
    text-align: center;
    position: relative;
    z-index:10;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
}

.photo {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%; 
    background-color: #E5E5E5;
    float: none;
    background-image: url(images/shwab.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.quote {
    padding-left: 0px;
    width: 100%;
    float: none;
}

@media only screen and (min-width: 600px) {
    .photo {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        border-radius: 50%; 
        background-color: #E5E5E5;
        float: left;
        background-image: url(images/shwab.jpg);
        background-size: 100% 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .quote {
        padding-left: 40px;
        width: calc(100% - 240px);
        float: left;
    }
}

.speaker_image {
    width: 100px;
    height: 100px;
    background-image: url(images/anon.png);
    background-size: 115% 115%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_1_2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/1-2.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_1_3 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/1-3.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_2_1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/2-1.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_2_2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/2-2.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_2_3 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/2-3.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_2_4 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/2-4.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_2_5 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/2-5.jpg);
    background-size: 150% 150%;
    background-position: 60% 0%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_2_6 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/2-6.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_3_1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/3-1.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_3_2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/3-2.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_4_1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/4-1.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_4_2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/4-2.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_4_3 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/4-3.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_5_1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/5-1.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_5_2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/5-2.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.speaker_image_5_3 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(images/5-3.jpg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}


a.link_button {
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    user-select: none;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    margin-top: .5em;
    width: 250px;
    height: 50px;
    background-color: #455A64;
    color: #FAFAFA;
}

a.link_button:hover {
    color: #FAFAFA;
    background-color: #607D8B;
}

.formtext {
    width: calc(100% - 10px);
    max-width: 250px;
    height: 1.5em;
    padding: 5px;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
}

.formselection {
    min-width: 672px;
    padding: 5px;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
}

.formmessage {
    width: calc(100% - 10px);
    max-width: 650px;
    padding: 5px;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
}

p.form_title {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    color: #E57316;
    font-weight: 700;
    text-align: center;
}

p.form {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    margin-top: 1em;
    margin-bottom: 2px;
    font-weight: 700;
}

p.form_sub {
    font-size: .9em;
    font-family: 'Roboto', sans-serif;
    margin-top: 2px;
    margin-bottom: 5px;
    color: #9FA9AD;
}

p.radio {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    margin-top: 6px;
    margin-bottom: 6px;
}

.submit_button {
    user-select: none;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    margin-top: 2em;
    width: 250px;
    height: 50px;
    background-color: #455A64;
    color: #FAFAFA;
}

.submit_button:hover {
    background-color: #607D8B;
}

.accordion {
    border-bottom: 1px solid #EEE;
}

.faq_problem {
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}

a.faq_question {
    font-family: 'Roboto', sans-serif;
    color: #607D8B;
    font-weight: 700;
    text-decoration: none;
    display: block;
    width: calc(100% - 20px);
    padding: 20px 10px;
    background-color: transparent;
}

a.faq_question:hover {
    background-color: #EEE;
}

a.faq_active {
    background-color: #607D8B;
    color: #FFF;
}

a.faq_active:hover {
    background-color: #607D8B;
    color: #FFF;
}

.faq_answer {
    display: none;
    padding: 1em 10px 1em 10px;
}

a.return_button {
    display: block;
    user-select: none;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    line-height: 50px;
    font-weight: 700;
    margin-top: 2em;
    width: 100%;
    max-width: 300px;
    height: 50px;
    border: 2px outset rgb(221,221,221);
    background-color: #455A64;
    color: #FAFAFA;
}

a.return_button:hover {
    background-color: #607D8B;
}

/* ----------------------------------- FOOTER -------------------------------------- */


.footer_background {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    background-color: #222;
}

.scroll_button {
    user-select: none;
    cursor: pointer;
    width: 100%;
    height: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    color: #A5A5A5;
    text-align: center;
    padding: 20px 0px 15px 0px;
    margin-left: auto;
    margin-right: auto;

}

.scroll_button:hover {
    color: #FFF;
}

.footer_contacts {
    text-align: center;
    width: 92%;
    max-width: 1200px;
    padding-top: 5px;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: auto;
    margin-right: auto; 
    height: 36px;
}

.social_small {
    width: 24px;
    height: 24px;
    float: right;
}

.social_big {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.vkontakte {
    opacity: 0.6;
    background-image: url(images/vkontakte.png);
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a.vkontakte:hover {
    opacity: 1;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a.facebook {
    margin-left: 20px;
    opacity: 0.6;
    background-image: url(images/facebook.png);
    background-size: 80% 80%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a.facebook:hover {
    opacity: 1;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a.instagram {
    margin-left: 20px;
    opacity: 0.6;
    background-image: url(images/instagram.png);
    background-size: 80% 80%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a.instagram:hover {
    opacity: 1;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a.twitter {
    margin-left: 20px;
    opacity: 0.6;
    background-image: url(images/twitter.png);
    background-size: 80% 80%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a.twitter:hover {
    opacity: 1;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.footer_wrap {
    width: 92%;
    max-width: 1200px;
    height: 52px;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: auto;
    margin-right: auto;
}

.footer_copyright {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.footer_copyright_left {
    color: #a5a5a5;
    float: none;
    line-height: 1;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    text-align: center;
    width: 100%;
    font-size: 0.8em;
    font-weight: 700;
}

.footer_copyright_right {
    color: #a5a5a5;
    float: none;
    line-height: 1;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    text-align: center;
    width: 100%;
    font-size: 0.8em;
}

a.author_name {
    color: #a5a5a5;
    text-decoration: none;
    font-size: 0.8rem;
    -webkit-transition: color 0.1s ease;
    -moz-transition: color 0.1s ease;
    -o-transition: color 0.1s ease;
    -ms-transition: color 0.1s ease;
    transition: color 0.1s ease;
}

a.author_name:hover {
    color: #FFF;
    -webkit-transition: color 0.1s ease;
    -moz-transition: color 0.1s ease;
    -o-transition: color 0.1s ease;
    -ms-transition: color 0.1s ease;
    transition: color 0.1s ease;
}

@media only screen and (min-width: 800px) {
    .footer_copyright_left {
        color: #a5a5a5;
        float: left;
        line-height: 1.5;
        margin-top: 1.5em;
        margin-bottom: 1em;
        text-align: right;
        width: 50%;
        font-size: 0.9em;
        font-weight: 700;
    }
    .footer_copyright_right {
        color: #a5a5a5;
        float: left;
        line-height: 1.5;
        margin-top: 1.5em;
        margin-bottom: 1em;
        text-align: left;
        width: 50%;
        font-size: 0.9em;
    }
    a.author_name {
        color: #a5a5a5;
        text-decoration: none;
        font-size: 0.9rem;
        -webkit-transition: color 0.1s ease;
        -moz-transition: color 0.1s ease;
        -o-transition: color 0.1s ease;
        -ms-transition: color 0.1s ease;
        transition: color 0.1s ease;
    }
    a.author_name:hover {
        color: #FFF;
        -webkit-transition: color 0.1s ease;
        -moz-transition: color 0.1s ease;
        -o-transition: color 0.1s ease;
        -ms-transition: color 0.1s ease;
        transition: color 0.1s ease;
    }
}