.modalContent {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .modalContent.modalActive {
        display: block;
    }

.myModal {
    width: 495px;
    height: auto;
    float: left;
    position: relative;
    background: #fff;
    padding: 40px 30px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .myModal h2 {
        width: 100%;
        float: left;
        text-align: left;
        color: #2d313a;
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 15px;
        letter-spacing: -2px;
    }

    .myModal p {
        width: 100%;
        float: left;
        color: #666666;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }

.modalExit {
    width: 51px;
    height: 51px;
    position: absolute;
    background: url(../img/ico/exit.png) no-repeat;
    right: 0;
    top: 0;
}

.contactInformationArea .adresRightArea a .s1 {
    margin-top: 16px;
}

.eJournalArea input[type="button"] {
    width: 60px;
    height: 50px;
    border: none;
    float: right;
    margin-top: -50px;
    outline: none;
    background: url(../img/ico/rightIco3.png) center center no-repeat;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.productArea {
    padding: 0;
    height: auto;
    position: relative;
}

    .productArea img {
        width: 100%;
        max-width: none;
    }

.leftMenu {
    position: relative;
}

    .leftMenu ul {
        width: 100%;
        float: left;
        clear: both;
    }


    .leftMenu .leftBotttom {
        width: 100%;
        float: left;
        clear: both;
    }

.product .owl-nav {
    display: none;
}

.productArea .owl-item {
    width: 100%;
    float: left;
    overflow: hidden;
}

.productInfo {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

    .productInfo i {
        font-size: 28px;
        color: #2d313a;
        -webkit-transition-timing-function: cubic-bezier(0.1, 0, 1, 1);
        -webkit-transition-duration: 0.3s;
        -moz-transition-timing-function: cubic-bezier(0.1, 0, 1, 1);
        -moz-transition-duration: 0.3s;
        -o-transition-timing-function: cubic-bezier(0.1, 0, 1, 1);
        -o-transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.1, 0, 1, 1);
        transition-duration: 0.3s;
    }

    .productInfo:hover i {
        color: #d54a39;
    }

.product:hover .hover1 {
    left: -50%;
}

.product:hover .hover2 {
    right: -50%;
}

.product.active .hover1 {
    left: 0;
}

.product.active .hover2 {
    right: 0;
}

.productArea .owl-dots {
    position: absolute;
    top: 20px;
    left: 20px;
}

.productArea .owl-dot {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #acbcbf;
    margin-right: 5px;
}

    .productArea .owl-dot.active {
        background: #2d313a;
    }

.fancybox-skin {
    padding: 5px !important;
    background: #424242;
}

.s1Ancestor {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

    .s1Ancestor i {
        font-size: 28px;
        color: #ffffff;
    }

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.lastCastle {
    width: 100% !important;
    float: left !important;
    clear: both !important;
    margin-top: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 30px;
    background: #efefef !important;
}

    .lastCastle li {
        float: left !important;
        margin-bottom: 10px !important;
        width: 100% !important;
        background: none !important;
        padding: 0 !important;
        height: auto !important;
    }

        .lastCastle li a {
            height: auto !important;
            background: none !important;
            width: 100% !important;
            color: #666 !important;
            font-weight: normal !important;
            font-size: 14px !important;
            line-height: 18px !important;
        }

.whiteListLi .lastCastle {
    padding-bottom: 0 !important;
}

.productArea p {
    bottom: 27px;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    padding-right: 44px;
    padding-top: 23px;
    padding-bottom: 27px;
    background: url(../img/ico/nano.png) bottom no-repeat;
    /*    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
}

.whiteList li a .s1 {
    width: calc(100% - 28px);
    float: left;
}

.bannerLeft h1 {
    font-size: 50px;
    letter-spacing: -1px;
}

.bannerBot .container {
    position: relative;
}

.bannerRight {
    position: absolute;
    right: 0;
    bottom: 0;
}

.myPdfNews a {
    width: 100%;
    height: 100%;
    float: left;
}

.myPdfNews i {
    display: table;
    margin: 0px auto;
    font-size: 60px;
    color: #acbcbf;
}


.myPdfNews span {
    width: 100%;
    float: left;
    text-align: center;
    color: #2d313a;
    font-size: 24px;
    font-weight: 800;
    margin-top: 15px;
    letter-spacing: -1px;
}

.contentLeft h2 {
    font-size: 60px;
    letter-spacing: -4px;
    line-height: 58px;
}

.webDesign {
    float: right;
    margin-right: 10px;
    color: #7a808d;
    font-size: 14px;
    font-weight: 600;
}

.sec2LeftRight p {
    height: 103px;
    overflow: hidden;
    overflow-y: visible;
}

    .sec2LeftRight p::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .sec2LeftRight p::-webkit-scrollbar {
        width: 2px;
        background-color: transparent;
    }

    .sec2LeftRight p::-webkit-scrollbar-thumb {
        background-color: #93a0a3;
        cursor: pointer;
    }

.sec2LeftRightAOld {
    width: 162px;
    height: 49px;
    float: left;
    opacity: 0;
    position: relative;
    border-radius: 40px;
    background: #acbcbf;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    line-height: 49px;
    margin-top: -51px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    overflow: hidden;
}

    .sec2LeftRightAOld .s1 {
        float: left;
        margin-left: 23px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        text-align: center;
    }

    .sec2LeftRightAOld .s2 {
        width: 21px;
        height: 20px;
        float: right;
        background: url(../img/ico/rightIco.png) no-repeat;
        margin-top: 13px;
        margin-right: -42px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .sec2LeftRightAOld:hover {
        margin-left: 0;
        background: #2d313a;
        margin-top: 20px !important;
        opacity: 1;
    }

.sec2LeftArea:hover a {
    margin-top: 20px !important;
}

.sec2LeftRightAOld:hover .s1 {
    float: left;
    margin-left: 0;
}

.sec2LeftRight p {
    opacity: 1 !important;
    font-size: 16px;
}

.sec2LeftRightAOld:hover .s2 {
    margin-right: 0;
}

.sec2LeftLeft img {
    display: table;
    margin: 0px auto;
}

.leftMenuClickLink {
    /*height:auto!important;*/
    line-height:20px!important;
}

#magic-line { 

    -webkit-transition: auto!important;
    -moz-transition:auto!important;
    -o-transition: auto!important;

    margin-left:0!important;
	position: absolute!important;
	bottom: 21px; 
	left: 0; 
	width: 100px; 
	height: 2px!important;
	background: #fff;
    float:none!important;
    max-width:96px!important;
}

.ie6 #magic-line {
	bottom: -3px;
}

#example-one li {
    display: inline-block;
}

.myMenu li {
    position:initial;
}

.myMenu li:first-child {
    margin-left:0;
}

.lastChild {
    position:relative!important;
}

.popUp ul li {
    position:relative;
}

.myFormRules {
  width: 100%;
  float: left;
  /*margin-left: 150px;
  margin-top: 150px;*/
}

.cotanctForm .mfrGroup input[type="text"] , .cotanctForm .mfrGroup input[type="email"] , .cotanctForm .mfrGroup textarea {
    width: 100%;
    height: 50px;
    float: left;
    background: #1f2228;
    border: 2px solid #2d313a;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    outline: none;
    border-radius: 40px;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.cotanctForm .mfrGroup textarea {
    height:96px;
    width:100%;
    padding:20px 30px;
    border-radius: 32px;
}

.cotanctForm .mfrGroup button {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url(../img/ico/button.png) no-repeat;
    border: none;
    outline: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.cotanctForm .mfrGroup {
    width: 50%;
    float: left;
    padding-right: 10px;
    margin-bottom: 20px;
    position: relative;
}

.cotanctForm .mfrGroup:nth-child(2n+0) {
    padding-left: 10px;
    padding-right:0;
}

.cotanctForm .mfrGroup:nth-child(5) {
    width:100%!important;
    padding:0;
}

.cotanctForm .mfrGroup:last-child {
    width:100%!important;
    padding:0;
    margin-bottom:0;
    margin-top: -22px;
    margin-left: -3px;
}

.mfrGroup label.placeholder {
    left:33px;
    color:#7a808d;
    font-size:14px;
    margin-bottom:0;
}

.cotanctForm .mfrGroup:nth-child(2n+0) label.placeholder {
    left:40px;
}

.mfrGroup input[type="text"]:focus ~ label.placeholder, .mfrGroup input[type="password"]:focus ~ label.placeholder, .mfrGroup input[type="email"]:focus ~ label.placeholder, .mfrGroup textarea:focus ~ label.placeholder {
    font-size:11px;
}

.cotanctForm .mfrGroup {
    
}

.eJournalArea input[type="text"] {
    color:#2d313a;
}
.eJournalArea input[type="text"]:focus {
    color:#fff;
}

.eJournalArea input[type="text"]:focus ~ input[type="button"] {
    background:url(../img/ico/rightIco2.png) center center no-repeat;
}

.eJournalArea input[type="text"].val {
    border:2px solid #c33030;
}

.flrUl2 ul li:hover a {
    transition: all .3s ease-in-out;
}
.flrUl2 ul li:hover a {
    color:#d54a39;
}

.tabList li a {
    transition: all .3s ease-in-out;
}

.tabList li:hover a {
    color:#d54a39;
}

.flbRight {
    transition: all .3s ease-in-out;
}
.flbRight:hover {
    background:url(../img/ico/footerLogo2hover.png) no-repeat;
}

.footerLeftBottom {
    margin-top: 40px;
    margin-bottom: -29px;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #d54a39;
    z-index: 9999;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
            animation-delay: -0.4s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
            animation-delay: -0.2s !important; }

@media only screen and (min-width: 1200px) {
	.myMenu .lastChild a {
		/*padding: 15px 20px;*/
	}
}

@media only screen and (max-width: 1380px) {
	.contentLeft h2 {
	    font-size: 52px;
	    letter-spacing: -4px;
	    line-height: 54px;
	}
}

@media only screen and (max-width: 991px) {
    .leftMenu .leftBotttom img {
        float:right;
    }
    .productArea p {
        background-size: cover;
    }
}
@media only screen and (max-width: 991px) {
    .bannerLeft h1 {
        font-size: 29px;
    }
    .footerLeftBottom {
        margin-bottom:0;
    }
    #magic-line {
        display:none!important;
    }
    .leftMenu ul {
        overflow:hidden;
    }
    .leftMenu {
        overflow-x:hidden;
    }
}

@media only screen and (max-width: 767px) {
    #magic-line {
        display:none;
    }
    .flbRight {
        margin-top: -150px;
        clear: both;
        float: left;
    }

    .footerLeftBottom {
        border-top: 0;
    }

    .bannerRight {
        position: relative;
    }

    .sec2LeftLeft {
        width: 100%;
        display: block;
        margin-top: 20px;
    }

    .contentLeft h2 {
        font-size: 24px;
        letter-spacing: -1px;
        line-height: 33px;
    }

    .sec3LeftArea {
        height: auto;
        padding-bottom: 80px;
    }
    .itemRight {
        height:auto;
        padding-bottom: 80px;
    }
    .cotanctForm .mfrGroup {
        width:100%;
        padding:0!important;
    }
}
