html, body{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #FFF;
    background-color: #080121;
    height: 100%;
}
a:hover, a, a:focus, a:active{
    text-decoration: none;
    color: inherit;
}
h1{
    font-family: 'Raleway', serif;
    font-weight: 700;
    font-size: 30px;
    color: #EF4136;
    padding: 0;
    margin: 0;
}
h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #EF4136;
    padding: 0;
    margin: 0;
}
h3{
    font-family: "Cutive Mono", monospace;
    font-weight: 400;
    font-size: 25px;
    color: #EF4136;
}
h4{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #c1272d;
    padding: 0;
    margin: 0;
}
h5{

}
h6{

}
.left-column{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.left-column .background-image{
    background-image: url("../../images/soyak/new-york.jpg");
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}
.right-column{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.right-column .background-image{
    background-image: url("../../images/soyak/istanbul.jpg");
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}
.middle-line{
    position: absolute;
    z-index: 1;
    background-color: #EF4136;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.enter-btn{
    padding: 10px;
    border: 1px solid transparent;
    z-index: 2;
    top: calc(50% - 200px);
    position: absolute;
    background-color: rgba(8,1,33,0.4);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.enter-btn:hover{
    background-color: rgba(8,1,33,0.7);
    border: 1px solid #EF4136;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.image-container{
    margin-bottom: 10px;
}
.enter-btn .image-container{
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 300px;
}
.right-column .more-btn span:nth-child(1){
    font-family: 'Cutive Mono', monospace;
    font-size: 12px;
    vertical-align: middle;
}
.right-column .more-btn span:nth-child(2){
    font-size: 12px;
    vertical-align: middle;
    color: #FFF;
    margin-top: 3px;
}
.left-column .more-btn span:nth-child(2){
    font-family: 'Cutive Mono', monospace;
    font-size: 12px;
    vertical-align: middle;
}
.left-column .more-btn span:nth-child(1){
    font-size: 12px;
    vertical-align: middle;
    color: #FFF;
    margin-top: 3px;
}

.left-column .enter-btn{
    right: -1px;
    margin: auto;
    text-align: right;
}

.right-column .enter-btn{
    left: -1px;
    margin: auto;
    text-align: left;
}
.content-left-column{
    padding-left: 0;
    padding-right: 0;
}
.image-box{
    height: 250px;
    background-size: cover;
    background-position: center center;
    border-bottom: 1px solid #EF4136;
}
.header-container{
    border-bottom: 1px solid #EF4136;
    position: relative;
}
.header-container .header-box{
    padding: 15px 0 15px 15px;
}
.header-container .header-link{
    display: inline-block;
    border-left: 1px solid #EF4136;
    color: #EF4136;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 27px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.header-container .header-link:hover{
    background-color: #EF4136;
    color: #080121;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.paragraph-content{
    padding: 20px 40px 0 40px;
}
.paragraph-content p{
    font-family: "Cutive Mono", monospace;
    font-size: 14px;
    color: #FFF;
    text-align: left;
    line-height: 14px;
}
.link-buttons{
    padding: 20px 40px;
}
.link-button{
    display: block;
    padding: 15px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.link-button:hover{
    border: 1px solid #EF4136;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.link-button span{
    display: block;
}
.link-button span:nth-child(1){
    font-size: 13px;
    color: #EF4136;
}
.link-button span:nth-child(2){
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    text-decoration: underline;
}
.content-right-column{
    position: relative;
    padding: 60px;
    min-height: 500px;
    border-left: 1px solid #EF4136;
}
.content-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0.2;
    z-index: 0;
}
.content{
    z-index: 2;
    position: relative;
}
.first-content p{
    padding: 15px 0;
}
.first-content ul{
    padding: 15px 15px;
    list-style: none;
}
.first-content ul li{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 1.2em;
}
.first-content ul li:before {
    content: "\f178"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -2em; /* same as padding-left set on li */
    width: 2em; /* same as padding-left set on li */
    padding-right: 5px;
}
.back-btn{
    position: fixed;
    top: 0;
    right: 0;
    background-color: #EF4136;
    color: #080121;
    padding: 10px 15px;
    z-index: 99;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.back-btn span:nth-child(1){
    padding-right: 10px;
    vertical-align: middle;
}
.back-btn span:nth-child(2){
    font-size: 12px;
    vertical-align: middle;
}
.back-btn:hover{
    background-color: #080121;
    color: #EF4136;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.first-content ul li a{
    font-weight:600;
    text-decoration: underline;
}





/*.slick-track{*/
    /*height: 360px;*/
/*}*/
/*.slick-dots li button::before{*/
    /*content: "\f10c";  FontAwesome Unicode*/
    /*font-family: FontAwesome;*/
    /*font-size: 11px;*/
    /*color: #FFF;*/
/*}*/
/*.slick-dots li.slick-active button:before{*/
    /*content: "\f111";  FontAwesome Unicode*/
    /*font-family: FontAwesome;*/
    /*color: #FFF;*/
/*}*/
/*.slick-dots{*/
    /*text-align: center;*/
    /*margin-left: 5px;*/
    /*bottom: 10px;*/
/*}*/
/*.slick-prev, .slick-next{*/
    /*display: none !important;*/
/*}*/
/*.slick-next{*/
    /*right: 0;*/
/*}*/
/*.slick-prev{*/
    /*left: 0;*/
/*}*/
.modal{
    background-color: rgba(180,22,40,0.9);
    background-size: cover;
    background-position: center center;
    z-index: 9999999999;
}
.modal-body {
    position: relative;
    padding: 0;
    margin-top: 70px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.modal-content{
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 20px;
}
.modal-dialog{
    margin: 0;
}

.modal.fade {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
}

.modal.fade.in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.modal-header{
    border-bottom: none;
}
.modal-backdrop{
    background-color: transparent;
}
button.close {
    padding: 20px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 999;
    position: fixed;
    right: 0;
    top: 0;
    background-color: transparent;
}
.close:hover {
    color: #FFF;
    background-color: rgba(180,22,40,1);
    opacity: 1;
}

/*.fake-headers{*/
    /*position: fixed;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*opacity: 0;*/
    /*z-index: -999;*/
/*}*/

@media (min-width: 768px) and (max-width: 991px){

}
@media (min-width: 992px) and (max-width: 1280px){

@media (max-width: 767px){
    .content-right-column{border-left: 1px solid transparent;}
}
@media (max-width: 320px){

}
@media (max-height: 480px){

}

.floating{
    animation-name: floating;
    -webkit-animation-name: floating;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(50%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(50%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
