@font-face {
    font-family: timesNewRoman;
    src: url('../fonts/timesNewRoman.ttf');
}
body {
    margin: 0;
    overflow: hidden;
    font-family: tahoma, arial;
}
body .invisible {
    display: none;
}
body .ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
}
body .ajax-loader img {
    width: 100px;
    height: 146px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -73px;
    margin-left: -50px;
}
body .preload {
    display: none;
}
body .home-page-background {
    width: 100%;
    height: 100%;
    background-image: url('../images/home-bg1_s.jpg');
    background-size: 2505px 1605px;
    background-position: center center;
    overflow: hidden;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
body .home-page-background .navigation {
    width: 814px;
    height: 522px;
    position: absolute;
    background: url('../images/romb.png');
    background-size: 814px 522px;
    top: 50%;
    left: 50%;
    margin-top: -261px;
    margin-left: -407px;
    z-index: 2;
}
body .home-page-background .navigation img {
    border: none;
}
body .home-page-background .navigation .label {
    position: absolute;
    z-index: 3;
    color: rgba(250, 250, 244, 0.61);
    font-size: 15px;
    font-family: timesNewRoman;
    letter-spacing: 1px;
    width: 140px;
    text-align: center;
    overflow: hidden;
}
body .home-page-background .navigation .left-button-label {
    top: 213px;
    left: 229px;
    height: 73px;
    line-height: 18px;
    -ms-transform: rotate(-60deg);
    /* IE 9 */
    -webkit-transform: rotate(-60deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
}
body .home-page-background .navigation .right-button-label {
    top: 193px;
    left: 452px;
    width: 160px;
    height: 60px;
    line-height: 15px;
    -ms-transform: rotate(40deg);
    /* IE 9 */
    -webkit-transform: rotate(40deg);
    /* Chrome, Safari, Opera */
    transform: rotate(40deg);
    -o-transform: rotate(40deg);
}
body .contacts-page-background,
body .what-we-do-page-background,
body .philosophy-page-background,
body .slider-page-background {
    -ms-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: white;
}
body .contacts-page-background .header,
body .what-we-do-page-background .header,
body .philosophy-page-background .header,
body .slider-page-background .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 4;
}
body .contacts-page-background .header .blackline,
body .what-we-do-page-background .header .blackline,
body .philosophy-page-background .header .blackline,
body .slider-page-background .header .blackline {
    width: 100%;
    height: 70px;
    background-color: black;
    line-height: 70px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: white;
}
body .contacts-page-background .header .circle,
body .what-we-do-page-background .header .circle,
body .philosophy-page-background .header .circle,
body .slider-page-background .header .circle {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100px;
    height: 100px;
    background: black;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
body .contacts-page-background .header .grayish-button,
body .what-we-do-page-background .header .grayish-button,
body .philosophy-page-background .header .grayish-button,
body .slider-page-background .header .grayish-button {
    border: none;
    margin-left: 8px;
    margin-top: 8px;
}
body .contacts-page-background .header .blueline,
body .what-we-do-page-background .header .blueline,
body .philosophy-page-background .header .blueline,
body .slider-page-background .header .blueline {
    width: 100%;
    height: 100px;
    background-color: #747FC3;
}
body .contacts-page-background .wrapper,
body .what-we-do-page-background .wrapper,
body .philosophy-page-background .wrapper,
body .slider-page-background .wrapper {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    background-image: url('../images/bg3.png');
    background-size: 185px 118px;
    z-index: 3;
    background-position: center center;
}
body .contacts-page-background .wrapper .cover,
body .what-we-do-page-background .wrapper .cover,
body .philosophy-page-background .wrapper .cover,
body .slider-page-background .wrapper .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
body .what-we-do-page-background {
    display: none;
}
body .what-we-do-page-background .wrapper .cover .content {
    -ms-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    display: none;
    width: 690px;
    position: absolute;
    left: 50%;
    margin-left: -345px;
    top: 10%;
    height: 80%;
    z-index: 5;
}
body .what-we-do-page-background .wrapper .cover .content .box-container {
    width: 160px;
    height: 100%;
    margin: 0 25px;
    float: left;
    position: relative;
    background-image: url('../images/box-transparent.png');
    background-size: contain;
    padding: 0 10px;
    cursor: pointer;
}
body .what-we-do-page-background .wrapper .cover .content .box-container .textbox {
    margin-top: 10%;
    height: 94%;
}
body .what-we-do-page-background .wrapper .cover .content .box-container .textbox .text-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
body .what-we-do-page-background .wrapper .cover .content .box-container .arrow {
    display: none;
    background-image: url('../images/arrow-transparent.png');
    width: 45px;
    height: 10px;
    position: absolute;
    right: -45px;
    bottom: 22px;
}
body .what-we-do-page-background .wrapper .cover .content .box-container:hover .arrow {
    display: block;
}
body .what-we-do-page-background .wrapper .cover .content .box-container:nth-of-type(1) .textbox .text-image {
    background-image: url('../images/text1_unhighlited.png');
}
body .what-we-do-page-background .wrapper .cover .content .box-container:nth-of-type(1):hover .textbox .text-image {
    background-image: url('../images/text1_highlited.png');
}
body .what-we-do-page-background .wrapper .cover .content .box-container:nth-of-type(2) .textbox .text-image {
    background-image: url('../images/text2_unhighlited.png');
}
body .what-we-do-page-background .wrapper .cover .content .box-container:nth-of-type(2):hover .textbox .text-image {
    background-image: url('../images/text2_highlited.png');
}
body .what-we-do-page-background .wrapper .cover .content .box-container:nth-of-type(3) .textbox .text-image {
    background-image: url('../images/text3_unhighlited.png');
}
body .what-we-do-page-background .wrapper .cover .content .box-container:nth-of-type(3):hover .textbox .text-image {
    background-image: url('../images/text3_highlited.png');
}
body .what-we-do-page-background .wrapper .cover .content .box-container:hover {
    background-image: url('../images/box-full.png');
}
body .what-we-do-page-background .wrapper .cover .content .box-container:hover .arrow {
    background-image: url('../images/arrow.png');
}
body .what-we-do-page-background .wrapper .cover .content .box-container:hover .eyes {
    display: block;
}
body .what-we-do-page-background .wrapper .cover .content .box-container:hover .text {
    display: block;
}
body .what-we-do-page-background .wrapper .cover .content .eyes {
    position: absolute;
    width: 80px;
    height: 40px;
    background-size: 80px 40px;
    display: none;
}
body .what-we-do-page-background .wrapper .cover .content .yellow-eyes {
    top: 70px;
    left: -100px;
    background-image: url(../images/I-Y.png);
}
body .what-we-do-page-background .wrapper .cover .content .blue-eyes {
    top: 320px;
    left: -560px;
    background-image: url(../images/I-B.png);
}
body .what-we-do-page-background .wrapper .cover .content .red-eyes {
    top: 220px;
    left: -330px;
    background-image: url(../images/I-R.png);
}
body .what-we-do-page-background .wrapper .cover .content .text {
    position: absolute;
    display: none;
}
body .what-we-do-page-background .wrapper .cover .content .yellow-text {
    top: 200px;
    left: 660px;
}
body .what-we-do-page-background .wrapper .cover .content .yellow-text img {
    width: 120px;
}
body .what-we-do-page-background .wrapper .cover .content .red-text {
    top: 100px;
    left: 430px;
}
body .what-we-do-page-background .wrapper .cover .content .red-text img {
    width: 180px;
}
body .what-we-do-page-background .wrapper .cover .content .blue-text {
    top: 50px;
    left: 200px;
}
body .what-we-do-page-background .wrapper .cover .content .blue-text img {
    width: 150px;
}
body .slider-page-background {
    display: none;
}
body .slider-page-background .wrapper .content {
    display: none;
    top: 50%;
    left: 50%;
    margin-top: -240px;
    margin-left: -223px;
    width: 446px;
    height: 400px;
}
body .slider-page-background .wrapper .content .frame {
    color: white;
    font-style: italic;
}
body .slider-page-background .wrapper .content .symbol {
    display: none;
}
body .philosophy-page-background .header .blueline {
    text-align: center;
}
body .philosophy-page-background .header .blueline img {
    height: inherit;
}
body .philosophy-page-background .wrapper .content {
    top: 50%;
    left: 50%;
    margin-top: -240px;
    margin-left: -223px;
    width: 446px;
    height: 400px;
    text-align: center;
}
body .philosophy-page-background .wrapper .content img {
    width: inherit;
    height: inherit;
    border: none;
}
body .philosophy-page-background .wrapper .content .triangle-text,
body .philosophy-page-background .wrapper .content .square-text,
body .philosophy-page-background .wrapper .content .pentagon-text {
    position: absolute;
    background-size: cover;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-left: 223px;
    width: 150px;
    height: 91px;
    display: none;
}
body .philosophy-page-background .wrapper .content .triangle-text {
    margin-top: -45px;
    background-image: url('../images/Qasd.png');
}
body .philosophy-page-background .wrapper .content .square-text {
    margin-top: 25px;
    background-image: url('../images/Qodra.png');
}
body .philosophy-page-background .wrapper .content .pentagon-text {
    margin-top: 95px;
    background-image: url('../images/Qeema.png');
}
body .philosophy-page-background .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    z-index: 3;
    background-image: url('../images/bottom_line.png');
    background-size: 100% 80px;
    background-position: center;
    vertical-align: center;
}
body .philosophy-page-background .footer.triangle {
    background-image: url('../images/bottom_line_triangle.png');
}
body .philosophy-page-background .footer.square {
    background-image: url('../images/bottom_line_square.png');
}
body .philosophy-page-background .footer.pentagon {
    background-image: url('../images/bottom_line_pentagon.png');
}
body .philosophy-page-background .footer .text {
    display: none;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #373857;
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    margin-top: 18px;
}
body .contacts-page-background,
body .philosophy-page-background,
body .slider-page-background {
    display: none;
}
body .contacts-page-background .header,
body .philosophy-page-background .header,
body .slider-page-background .header {
    height: 170px;
}
body .contacts-page-background .wrapper,
body .philosophy-page-background .wrapper,
body .slider-page-background .wrapper {
    top: 170px;
}
body .contacts-page-background .wrapper .content,
body .philosophy-page-background .wrapper .content,
body .slider-page-background .wrapper .content {
    display: none;
    -ms-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    z-index: 5;
    position: absolute;
}
body .contacts-page-background .wrapper .content,
body .slider-page-background .wrapper .content {
    width: 799px;
    height: 508px;
    background-image: url(../images/central-romb2.png);
    top: 50%;
    left: 50%;
    margin-top: -254px;
    margin-left: -400px;
}
body .contacts-page-background .wrapper .content .right-button,
body .slider-page-background .wrapper .content .right-button {
    position: absolute;
    width: 180px;
    height: 167px;
    margin-left: 588px;
    margin-top: 146px;
    border: none;
}
body .slider-page-background .wrapper .content .left-button {
    position: absolute;
    width: 163px;
    height: 188px;
    margin-left: 30px;
    margin-top: 160px;
    border: none;
}
body .slider-page-background .wrapper .content .frame {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 2px 10px;
    left: 233px;
    top: 134px;
    width: 307px;
    height: 226px;
    border: none;
}
body .slider-page-background .wrapper .content .eqn,
body .slider-page-background .wrapper .content .symbol-7,
body .slider-page-background .wrapper .content .symbol-4,
body .slider-page-background .wrapper .content .symbol-d,
body .slider-page-background .wrapper .content .symbol-1,
body .slider-page-background .wrapper .content .symbol-a,
body .slider-page-background .wrapper .content .symbol-2,
body .slider-page-background .wrapper .content .symbol-b {
    position: absolute;
}
body .slider-page-background .wrapper .content .eqn {
    width: 463px;
    height: 127px;
    left: -220px;
    top: -10px;
}
body .slider-page-background .wrapper .content .symbol-7 {
    width: 97px;
    height: 120px;
    left: -167px;
    top: 105px;
}
body .slider-page-background .wrapper .content .symbol-4 {
    width: 88px;
    height: 93px;
    left: 0px;
    top: 323px;
}
body .slider-page-background .wrapper .content .symbol-d {
    width: 90px;
    height: 90px;
    left: 57px;
    top: 417px;
}
body .slider-page-background .wrapper .content .symbol-1 {
    width: 72px;
    height: 84px;
    left: 697px;
    top: 22px;
}
body .slider-page-background .wrapper .content .symbol-a {
    width: 120px;
    height: 151px;
    left: 800px;
    top: 72px;
}
body .slider-page-background .wrapper .content .symbol-2 {
    width: 78px;
    height: 98px;
    left: 697px;
    top: 315px;
}
body .slider-page-background .wrapper .content .symbol-b {
    width: 142px;
    height: 120px;
    left: 775px;
    top: 400px;
}
body .contacts-page-background .wrapper .content .invalidField {
    border: 1px solid red !important;
    margin-top: -1px;
    margin-left: -1px;
}
body .contacts-page-background .wrapper .content .name-field {
    left: 90px;
    top: 211px;
    width: 110px;
    height: 28px;
}
body .contacts-page-background .wrapper .content .email-field {
    left: 90px;
    top: 260px;
    width: 110px;
    height: 28px;
}
body .contacts-page-background .wrapper .content .captcha-field {
    left: 333px;
    top: 418px;
    width: 110px;
    height: 28px;
}
body .contacts-page-background .wrapper .content .text-field {
    left: 233px;
    top: 134px;
    width: 307px;
    height: 226px;
    overflow: auto;
    line-height: 20px;
}
body .contacts-page-background .wrapper .content .name-field,
body .contacts-page-background .wrapper .content .email-field,
body .contacts-page-background .wrapper .content .captcha-field,
body .contacts-page-background .wrapper .content .text-field {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    font-family: verdana;
    font-style: italic;
    padding: 2px 10px;
    color: #fff;
    font-size: 20px;
    border: none;
}
body ::-webkit-input-placeholder {
    color: #fff;
    font-size: 20px;
}
body :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 20px;
}
body ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 20px;
}
body :-ms-input-placeholder {
    color: #fff;
    font-size: 20px;
}