@font-face {
  font-family: 'proxima-reg';
  src: url('http://www.horizonme.com.tr/asset/fonts/proxima_nova_reg-webfont.eot'); /* IE9 Compat Modes */
  src: url('http://www.horizonme.com.tr/asset/fonts/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://www.horizonme.com.tr/asset/fonts/proxima_nova_reg-webfont.woff') format('woff'), /* Modern Browsers */
       url('http://www.horizonme.com.tr/asset/fonts/proxima_nova_reg-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'icomoon';
  src:  url('http://www.horizonme.com.tr/asset/fonts/icomoon.eot?weo6xq');
  src:  url('http://www.horizonme.com.tr/asset/fonts/icomoon.eot?weo6xq#iefix') format('embedded-opentype'),
    url('http://www.horizonme.com.tr/asset/fonts/icomoon.ttf?weo6xq') format('truetype'),
    url('http://www.horizonme.com.tr/asset/fonts/icomoon.woff?weo6xq') format('woff'),
    url('http://www.horizonme.com.tr/asset/fonts/icomoon.svg?weo6xq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
  content: "\e90c";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-twitter:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e004";
}
.icon-clipboard:before {
  content: "\e008";
}
.icon-map-pin:before {
  content: "\e047";
}
.icon-add_box:before {
  content: "\e146";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-linkedin1:before {
  content: "\eac9";
}

html { 
    overflow-x: hidden; 
}
body{
    font-family: 'proxima-reg';
    overflow-x: hidden;
}
.margin-top {
    margin-top: 40px;
}
.clear {
    clear: both;
}
p {
    line-height: 22px;
    text-align: justify;
    font-size: 12px;
}
a , a:hover {
    text-decoration: none;
}
.h3, h3 {
    font-size: 29px;
}
strong {
    font-weight: bold;
}
.padding-clear {
    padding: 0px;
}
ul {
    padding-left: 0px;
}
/* edit bootstrap */
.bxslider, .bxslider li{
    margin: 0;
    padding: 0;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    top:0;
    left:0;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}
.bx-controls-direction {
    display: none;
}
.top-header {
    font-size: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    background: #fff;
    text-align: right;
}
.top-header span {
    color: #6d6e70;
    padding-left: 20px;
    border-left: 1px solid #eee;
    font-size: 10px;
    text-transform: uppercase;
}
.top-header a {
    color: #fff;
    transition: 0.6s;
    padding: 0px 2px;
    text-transform: uppercase;
    margin-right: 20px;
    background: #e1111a;
    margin-left: 8px;
}
.top-header a:hover {
    color: #fff;
    background: #000;
    transition: 0.6s;
}
.top-header el {
    color: #6d6e70;
    transition: 0.6s;
    padding: 0px 2px;
    text-transform: uppercase;
    margin-right: 20px;
    margin-left: 8px;
}
.top-header span:first-child {
    padding-left: 0px;
    border-left: 0px solid #eee;
}
.menu-bg {
    background: #fff;
    padding-bottom: 10px;
    position: fixed;
    right: 0px;
    top: 35px;
    z-index: 100;
    transition: all .4s ease-in-out;
    border-top: 3px solid #fff;
    border-bottom: 1px solid #fff;
    height: 100px;
}
.menu {
    text-align: right;
}
.menu ul {
    list-style: none;
    padding-top: 50px;
}
.menu li {
    margin-right: 20px;
    display: inline;
}
.menu li a {
    font-size: 13px;
    color: #084a7c;
    transition: 0.6s;
    padding: 4px 6px;
    background: transparent;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: bold;
}
.menu li a:hover {
    color: #fff;
    background: #e1111a;
    transition: 0.6s;
}
.logo {
    float: left;
    text-align: center;
    margin-top: 10px;
}
.logo img {
    height: 75px;
}
.slider {
    margin-top: 104px;
}

.contact-bg {
    background: #534a4a;
    padding-top: 60px;
    padding-bottom: 40px;
}
.contact-bg form {
    width: 80%;
    display: block;
    margin: auto;
}
.contact-bg input[type=text] {
    height: 36px;
    border: 0px;
    background: #fff;
    padding: 4px;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    border-radius: 2px;
    transition: 0.6s;
    text-transform: uppercase;
}
.contact-bg input[type=text]:focus {
    background: #e3e3e3;
    transition: 0.6s;
}
.contact-bg input[type=submit] {
    transition: 0.6s;
    background: #e1111a;
    border: 0px;
    color: #fff;
    font-size: 13px;
    padding: 4px 15px;
    height: 36px;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    display: block;
    margin: auto;
}
.contact-bg input[type=submit]:hover {
    transition: 0.6s;
    background: #000;
}
.contact-bg textarea {
    height: 120px;
    border: 0px;
    background: #fff;
    padding: 4px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 2px;
    transition: 0.6s;
    padding-left: 10px;
}
.contact-bg textarea:focus {
    background: #e3e3e3;
    transition: 0.6s;
}
.about-bg {
    background: #064e79;
    padding-top: 40px;
    padding-bottom: 30px;
}
.about-img {
    background: url(../images/about.jpg);
    background-size: cover;
    background-position: center center;
    height: 250px;
    width: 250px;
    padding: 20px;
    border-radius: 50%;
    border: 4px solid #19608a;
    transition: 0.6s;
}
.about-img:hover {
    opacity: 0.8;
    transition: 0.6s;
}
.about-text {
    padding-top: 30px;
}
.about-text h1 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.about-text p {
    color: #fff;
    text-align: left;
    font-size: 13px;
    line-height: 25px;
}
.about-text a {
    text-align: center;
    background: #000;
    padding: 4px 10px;
    margin: auto;
    display: inline-block;
    color: #fff;
    transition: 0.6s;
}
.about-text a:hover {
    background: #ffba00;
    color: #000;
    transition: 0.6s;
}
.index-advice {
    height: 360px;
    background: #ffba00;
    background-image: url(../images/bg-add.png);
    background-image: url(../images/bg-add.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    color: #000;
}
.index-advice-form {
    padding-top: 20px;
}
.index-advice-form form {
    width: 80%;
    display: block;
    margin: auto;
}
.index-advice-form input[type=text] {
    height: 36px;
    border: 0px;
    background: #fff;
    padding: 4px;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    border-radius: 2px;
    transition: 0.6s;
    text-transform: uppercase;
}
.index-advice-form input[type=text]:focus {
    background: #e3e3e3;
    transition: 0.6s;
}
.index-advice-form input[type=submit] {
    transition: 0.6s;
    background: #000;
    border: 0px;
    color: #fff;
    font-size: 11px;
    padding: 4px 15px;
    height: 36px;
    float: right;
    cursor: pointer;
    border-radius: 2px;
}
.index-advice-form input[type=submit]:hover {
    transition: 0.6s;
    background: #e1111a;
}
.index-advice-form textarea {
    height: 80px;
    border: 0px;
    background: #fff;
    padding: 4px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 2px;
    transition: 0.6s;
    padding-left: 10px;
}
.index-advice-form textarea:focus {
    background: #e3e3e3;
    transition: 0.6s;
}
.index-advice-content {
    padding: 45px 50px 45px 20px;
    text-align: right;
    background: url(../images/chemi.png);
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 360px;
}
.index-advice-content h1 {
    font-size: 14px;
    color: #fff;
}
.index-advice-content p {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    text-align: justify;
}
#parallex {
    height: 50%;
    width: 100%;
    display: table;
    position: relative;
    display: table;
    position: relative;
    background: #000;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}
.parallax {
    position: relative;
    height: 50vh;
    width: 100%;
    background-image: url(../images/para.jpg);
    background-color: #000;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}
.certificate {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    text-align: center;
}
.certificate h1 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.cer {
    width: 19%;
    margin-right: 1%;
    height: 65px;
    display: inline-block;
}
.footer-bg {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #000;
}
.footer-bg-logo {
    text-align: center;
}
.footer-bg-logo img {
    height: 80px;
}
.info-item {
    margin-top: 20px;
    text-align: center;
}
.info-item span {
/*    float: right;*/
    color: #fff;
    padding-right: 12px;
    font-size: 30px;
    padding-top: 6px;
}
.info-item p {
    color: #fff;
    font-size: 11px;
/*    float: right;*/
    display: inline-block;
}
.social {
    text-align: center;
    margin-top: 20px;
}
.social a span {
    color: #fff;
    padding-left: 12px;
}
.social a span:hover {
    color: #a54686;
}
.copyright {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 12px;
}
.nav-bg {
    background: #014c7b;
}
.navigation {
    color: #fff;
    font-size: 11px;
    padding: 7px 0px;
    text-align: left;
}
.navigation a {
    color: #fff;
    font-size: 10px;
    padding: 0 10px 0 0px;
}
.navigation span::after {
    content: " | ";
    padding-right: 10px;
}
.navigation a:hover {
    color: #eee;
}
.content {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 300px;
    text-align: right;
    direction: rtl;
}
.content p {
    font-size: 14px;
    line-height: 27px;
    text-align: left;
    direction: ltr;
}
.content h1 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
    color: #e1111a;
}
.content label {
    font-weight: bold;
}
.content input[type=checkbox] {
    margin-left: 5px;
}
.margin-top {
    margin-top: 104px;
}
.cer-item {
    width: 24%;
    float: right;
    border:1px solid #6d6e70;
    margin-left: 1%;
    height: 300px;
    background-color: #fff;
    margin-bottom: 20px;
}
.news-index-bg {
    background: #eee;
    padding: 20px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom:1px solid #eee;
}
.news-index-bg a h1 {
    font-size: 14px;
    color: #000;
    text-align: left;
    direction: ltr;
    margin-bottom: 10px;
}
.news-index-bg a h1:hover {
    color: #a54686;
}
.news-index-bg p {
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    color: #323433;
    text-align: left;
    direction: ltr;
}
.news-index-img {
    height: 100px;
    width: 100%;
    margin: auto;
    border-radius: 5px;
}
.news-index-button {
    margin-top: 10px;
}
.news-index-button a {
    padding: 5px 10px;
    color: #fff;
    background: #0f66a4;
    float: left;
    font-size: 11px;
}
.contact-img {
    
}
.contact-img img {
    float: left;
    border: 1px solid #6d6e70;
    margin-right: 10px;
    max-width: 400px;
}
.contact {
    text-align: center;
}
.contact p {
    text-align: center;
}
.contact strong {
    color: #e1111a;
}
.res-menu {
    display: none;
}
.res-menu .logo {
    float: left;
    position: absolute;
    left: 10px;
    z-index: 100;
    top: 0px;
    margin-top: 0px;
}
.res-menu .logo img {
    
}
#btn {
    display: none;
    width: 100%;
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 99;
}
.slicknav_menu {
    position: relative;
    z-index: 10000;
}
.slicknav_menutxt {
    opacity: 0;
}
#btn ul {
    list-style: none;
}
#menu-res {
    display: none;
}
.slicknav_btn {
    margin: 0px;
}
.slicknav_menu {
    background: transparent;
    padding: 0px;
}
.slicknav_menu .slicknav_menutxt {
    font-weight: normal;
    text-shadow: none;
    font-size: 11px;
    padding-top: 3px;
    color: #004786;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #000;
}
.slicknav_btn {
    text-shadow: none;
    border-radius: 0px;
    background-color: transparent;
    margin-bottom: 20px;
}
.slicknav_nav {
    background: #e1111a;
}
.slicknav_nav a {
    font-size: 13px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}
.slicknav_nav a:hover {
    background: transparent;
    color: #000;
}
.slicknav_nav ul {
    margin-right: 20px;
}
.slicknav_nav li {
    text-align: right;
}
.slicknav_nav .slicknav_row:hover {
    background: transparent;
}
.slicknav_nav .slicknav_arrow {
    margin-right: 5px;
}
.res-top {
    display: none;
}
.slicknav_menu .slicknav_icon-bar {
    width: 1.5em;
    box-shadow: none;
}
.download {
    float: left;
}
.download a {
    background: #000;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    display: table;
}
.download a:hover {
    background: #a54686;
}
.bxslider li {
    height: 580px;
    position: relative;
}
.slider-content {
    position: absolute;
    left: 0px;
    top: 350px;
    width: 50%;
    text-align: left;
    background: rgba(255,255,255,0.8);
    padding-left: 20px;
    margin-left: 7%;
    padding-top: 10px;
    padding-bottom: 20px;
}
.slider-content h1 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    width: 100%;
}
.slider-content p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    width: 90%;
    line-height: 20px;
}
.slider-content a {
    font-size: 11px;
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 10px;
    background: transparent;
    transition: 0.6s;
}
.slider-content a:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}
.line {
    background: #ffba00;
    width: 30%;
    height: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.error_footer {
    display: none;
    color: #F00;
    font-size: 13px;
}
.success_footer {
    display: none;
    color: #008e1e;
    font-size: 13px;
}
.error_group {
    height: 20px;
}
@media only screen and (max-width: 767px) {
    .menu {
        display: none;
    }
    .res-menu {
        display: table;
    }
    .res-hide {
        display: none;
    }
    .top-header a:last-child {
/*        display: none;*/
    }
    #btn {
        display: table;
    }
    .res-top {
        display: table;
        font-size: 11px;
        padding-top: 38px;
    }
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .about-img {
        margin: auto;
    }
    .product-item {
        width: 100%;
    }
    .parallax {
        height: 70vh;
    }
    .cer {
        width: 100%;
        margin-bottom: 10px;
    }
    .slider {
        padding: 0px;
    }
    .content {
        padding: 0px;
    }
    .news-index-img {
        border-radius: 0px;
        width: auto;
        margin-bottom: 10px;
    }
    .news-index-bg {
        padding: 0px;
    }
    .parallax {
    position: relative;
    height: 90vh;
    width: 100%;
    background-image: url(../images/para.jpg);
    background-color: #000;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
    }
    #parallex {
        height: 50%;
    }
    .top-header span {
        padding-left: 5px;
    }
    .top-header el {
        margin-right: 5px;
    }
    .slider-content {
        display: none;
    }
    .index-advice {
        display: table;
    }
    .index-advice-form form {
        width: 100%;
    }
    .index-advice-form {
        padding-bottom: 30px;
    }
}