/*
Document   : eaglwolforca.com
Author     : Shulgin Ilya
Description:
Purpose of the stylesheet follows.
*/
/* line 17, ../../../Users/user/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../Users/user/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../Users/user/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../Users/user/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../Users/user/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../Users/user/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../Users/user/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../Users/user/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../Users/user/.rvm/gems/ruby-1.9.2-p320/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 11, ../sass/screen.scss */
input:-moz-placeholder {
  color: #b3b3b2;
}

/* line 12, ../sass/screen.scss */
input::-webkit-input-placeholder {
  color: #b3b3b2;
}

@font-face {
  font-family: 'HoeflerTitling-HTF-BdSwash';
  src: url("../fonts/HoeflerTitling-HTF-BdSwash.otf") format("opentype");
}

@font-face {
  font-family: 'HoeflerTitling-HTF-SmSwash';
  src: url("../fonts/HoeflerTitling-HTF-SmSwash.otf") format("opentype");
}

@font-face {
  font-family: 'WhitneyHTF-Book';
  src: url("../fonts/WhitneyHTF-Book.otf") format("opentype");
}

@font-face {
  font-family: 'WhitneyHTF-BoldSC';
  src: url("../fonts/WhitneyHTF-BoldSC.otf") format("opentype");
}

@font-face {
  font-family: 'WhitneyHTF-MediumSC';
  src: url("../fonts/WhitneyHTF-MediumSC.otf") format("opentype");
}

@font-face {
  font-family: 'HoeflerText-Black';
  src: url("../fonts/HoeflerText-Black.otf") format("opentype");
}

@font-face {
  font-family: 'WhitneyHTF-Light';
  src: url("../fonts/WhitneyHTF-Light.otf") format("opentype");
}

@font-face {
  font-family: 'WhitneyHTF-Bold';
  src: url("../fonts/WhitneyHTF-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'WhitneyHTF-BookCondensed';
  src: url("../fonts/WhitneyHTF-BookCondensed.otf") format("opentype");
}

/* line 59, ../sass/screen.scss */
html {
  height: 100%;
  width: 100%;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-image: url("../images/background.png");
  background-repeat: repeat;
}

/* line 69, ../sass/screen.scss */
body {
  height: 100%;
  /* ------------ MEDIA QUERIES (START) ------------ */
  /* Tablet Portrait size to standard 960 (devices and browsers) */
  /*@media only screen and (min-width: 768px) and (max-width: 894px) {
     
  }*/
  /* All Mobile Sizes (devices and browser) */
  /*@media only screen and (max-width: 767px) {
    
    
  }*/
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  /* ------------ MEDIA QUERIES (END) ------------ */
  /* ------------ MOBILE IOS FORM ELEMENTS FIXIES (START) ------------ */
  /* ------------ MOBILE IOS FORM ELEMENTS FIXIES (END) ------------ */
  /*.totems_hidden {
    display: none;
  }*/
  /*.sec_nav_root {
    width: 100%;
    height: 32px;
    background-image: url('../images/top_nav_back.png');
    background-repeat: repeat-x;
    .nav_content {
      width: 100%;
      height: 32px;
      margin: 0 auto;
      ul {
        display: block;
        padding-top: 10px;
        width: 480px;
        height: 22px;
        margin: 0 auto;
        li {
          float: left;
          display: block;
          a {
            text-transform: uppercase;
            font-size: 12px;
            text-decoration: none;
            color: #515048;
          }
          a.active {
            color: #cdcdcb;
          }
          a:hover {
            color: #cdcdcb;
          }
        }
        li.a {
          margin-right: 25px;
        }
        li.b {
          margin-right: 25px;
        }
        li.c {
          margin-right: 25px;
        }
      }
    }
  }*/
  /*.sec_nav_bottom_line {
    width: 100%;
    height: 8px;
    background-image: url('../images/sec_nav_bottom_line.png');
    background-position: top center;
  }*/
  /*.sep_content_bottom_line {
    width: 100%;
    height: 9px;
    background-image: url('../images/sep_content_bottom_line.png');
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 15px;
  }*/
  /*.bottom_control_section {
    width: 100%;
    height: 16px;
    padding-bottom: 70px;
    img {
      display: block;
      margin: 0 auto;
      cursor: pointer;
    }
  }*/
  /*.content_section_wrapper {
    width: 100% !important;
    .content {
      width: 100% !important;
      padding: 0px !important;
    }
  }*/
  /* --- IOS SLIDER (START) --- */
    /*.iosSlider {
    	position: relative;
    	top: 0;
    	left: 0;
    	overflow: hidden;

    	width: 530px;
    	height: 368px;
    }

    .iosSlider .slider {
    	width: 100%;
    	height: 100%;
    }

    .iosSlider .slider .slide {
    	float: left;
    	width: 530px;
    	height: 368px;
    }*/
  /* --- IOS SLIDER (END) --- */
}
@media only screen and (max-width: 984px) {
  /* line 69, ../sass/screen.scss */
  body {
    /*#root_content {
      width: 100% !important;
    }*/
    /* Remove all secondary navigations and bottom opens/closes */
    /*.sec_nav_root, .sep_content_bottom_line, .bottom_control_section {
      display: none !important;
    }*/
    /* enable full height / size for content areas */
    /*.story_teaser, .projects_content_wrapper {
      height: auto !important;
    }*/
    /*#totems {
      display: none !important;
    }*/
    /*.totems_hidden {
      display: block !important;
      .totem_content_wrapper {
        height: auto;
        margin-left: 210px;
        .totem_left {
          background: url('../images/totems_sprite_resp.png') no-repeat;
        }
        .totem_right {
          .totem_rightr_block {
            margin-bottom: 53px;
          }
        } 
      }
    }*/
    /* Replace splash page */
    /*.project_box_sep {
      display: none;
    }*/
    /* Top navigation */
    /*#top_nav_root_wrapper_fixed {
      display: block !important;
    }
    
    #top_nav_root_wrapper {
      display: none !important;
    }*/
    /*#fixed_main_nav {
      display: block !important;
    }
    
    #st_main_nav {
      display: none !important;
    }*/
    /*.projects_content_wrapper {
      width: 100% !important;
    }*/
    /*.content_section_wrapper {
      width: 100% !important;
      .content {
        width: 100% !important;
        padding: 0px !important;
      }
    }*/
    /*#root_splash {
      background-image: url('../images/eaglwolforca-back-resp.jpg') !important;
    }*/
    /* Sections (Projects and Creations) */
    /*#projects_head {
      background-image: url('../images/ewo-projects-back-v2-resp.jpg') !important;
      height: 201px !important;
    }*/
    /*.project_box {
      width: 264px !important;
      margin-left: 24px !important;
      margin-bottom: 24px;
      .desc {
        position: absolute;
        display: none;
        z-index: 20;
        top: 76px;
        left: 0px;
        .title {
          margin-top: 0px !important;
          color: #ececec !important;
          font-size: 25px !important;
          font-family: WhitneyHTF-BookCondensed !important;
          padding-left: 12px;
        }
        .text {
          display: none;
        }
      }
      .resp_pb_overlay {
        background: rgba(102, 204, 51, 0.9) !important;
        width: 264px !important;
      }
    }
    
    .project_box:hover {
      .resp_pb_overlay, .desc {
        display: block !important;
      }
    }*/
    /*.sl_box {
      width: 550px !important;
      height: auto !important;
      img {
        width: 100% !important;
      }
      #nextBtn a, #prevBtn a {
        top: 314px !important;
      }
    }*/
    /*.slider li, .slider2 li {
      width: 550px !important;
      height: 368px !important;
    }*/
    /*.projects_hd {
      float: none !important;
      width: 870px !important;
      margin: 0 auto;
    }*/
    /*.full_project_layout {
      min-height: auto !important;
      margin-bottom: 24px; 
      .left_ajax_content {
        width: 265px !important;
        margin-right: 27px !important;
        .head {
          font-size: 25px !important;
          font-family: WhitneyHTF-BookCondensed !important; 
        }
      }
      .right_ajax_content {
        width: 550px !important;
      }
    }*/
    /* Sections (Contact us and Status) */
    /*#contacts_head {
      background-image: url('../images/ewo-contact-back-v2-resp.jpg') !important;
      height: 200px !important;
    }*/
    /*.contacts_content {
      display: none !important;
    }
    
    .resp_contacts_content {
      display: block !important;
    }*/
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  /* line 69, ../sass/screen.scss */
  body {
    /* Story Section Quesries (START) */
    /* Story Section Quesries (END) */
    /* Contact Section Quesries (START) */
    /* Contact Section Quesries (END) */
    /* Project Section Quesries (START) */
    /* Project Section Quesries (END) */
  }
  /* line 265, ../sass/screen.scss */
  body .projects_content_wrapper {
    width: 100% !important;
  }
  /* line 269, ../sass/screen.scss */
  body .content_section_wrapper {
    width: 100% !important;
  }
  /* line 271, ../sass/screen.scss */
  body .content_section_wrapper .content {
    width: 100% !important;
    padding: 0px !important;
  }
  /* line 284, ../sass/screen.scss */
  body .story_teaser .teaser_par {
    float: none !important;
    margin-left: 0px !important;
    margin: 0 auto !important;
    font-size: 20px !important;
    width: 560px !important;
  }
  /* line 290, ../sass/screen.scss */
  body .story_teaser .teaser_par p.first:first-letter {
    font-family: WhitneyHTF-Book, sans-serif !important;
    font-size: 20px !important;
  }
  /* line 297, ../sass/screen.scss */
  body .totems_hidden {
    width: 560px !important;
    margin-top: 95px !important;
    margin: 0 auto;
  }
  /* line 301, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper {
    width: 560px !important;
    margin-left: 0px !important;
  }
  /* line 304, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper .totem_left {
    display: none;
  }
  /* line 307, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper .totem_right {
    width: 560px !important;
    background: url("../images/totems_sprite_resp.png") no-repeat center center;
  }
  /* line 310, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper .totem_right h2 {
    font-size: 25px !important;
  }
  /* line 313, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper .totem_right p {
    font-size: 20px !important;
    line-height: 1.3em;
  }
  /* line 326, ../sass/screen.scss */
  body .resp_contacts_content {
    width: 552px !important;
  }
  /* line 330, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp, body .resp_contacts_content .contact_left_resp {
    float: none !important;
    width: 552px !important;
  }
  /* line 336, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp .sub_head {
    margin-bottom: 24px !important;
    font-size: 30px !important;
  }
  /* line 340, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp .desc {
    margin-bottom: 51px !important;
    font-size: 20px !important;
  }
  /* line 345, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp #resp_contactus_form input[type="text"] {
    width: 532px !important;
    height: 46px !important;
    line-height: 46px !important;
    font-size: 20px !important;
  }
  /* line 351, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp #resp_contactus_form textarea {
    width: 532px !important;
    font-size: 20px !important;
  }
  /* line 355, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp #resp_contactus_form input[type=submit], body .resp_contacts_content .contact_right_resp #resp_contactus_form .send_st_btn {
    font-size: 20px !important;
    height: 46px !important;
    line-height: 46px !important;
  }
  /* line 360, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp #resp_contactus_form .success_send_st {
    width: 307px !important;
    height: 46px !important;
    line-height: 46px !important;
    font-size: 20px !important;
    background: url("../images/contact-form-success-btn-resp.jpg") !important;
  }
  /* line 371, ../sass/screen.scss */
  body .resp_contacts_content .contact_bottom_resp .clients_head {
    font-size: 30px !important;
  }
  /* line 374, ../sass/screen.scss */
  body .resp_contacts_content .contact_bottom_resp .clients_p {
    font-size: 19px !important;
  }
  /* line 379, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp {
    margin-top: 35px;
  }
  /* line 382, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .sub_head {
    font-size: 30px !important;
    margin-bottom: 24px !important;
  }
  /* line 387, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side {
    float: left;
    width: 335px;
    margin-right: 20px;
    margin-bottom: 30px !important;
  }
  /* line 393, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side .sub_head_disc {
    font-size: 20px !important;
    margin-bottom: 33px !important;
  }
  /* line 398, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side .status_name {
    margin-bottom: 30px !important;
    line-height: 1.6em !important;
  }
  /* line 401, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side .status_name .one {
    color: #7c7b72 !important;
    font-size: 20px !important;
  }
  /* line 405, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side .status_name .two {
    font-size: 20px !important;
  }
  /* line 412, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side {
    float: left;
    width: 192px;
  }
  /* line 416, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .desc {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    font-size: 20px !important;
  }
  /* line 422, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .fb_link, body .resp_contacts_content .contact_left_resp .clr_socials_side .tw_link {
    width: 48px !important;
    height: 48px !important;
  }
  /* line 427, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .fb_link {
    background-image: url("../images/big_resp_fb.png") !important;
  }
  /* line 431, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .fb_link:hover {
    background-image: url("../images/big_resp_fb_hover.png") !important;
  }
  /* line 435, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .tw_link {
    background-image: url("../images/big_resp_tw.png") !important;
  }
  /* line 439, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .tw_link:hover {
    background-image: url("../images/big_resp_tw_hover.png") !important;
  }
  /* line 453, ../sass/screen.scss */
  body #projects_h_detect_resp2 {
    display: block !important;
  }
  /* line 457, ../sass/screen.scss */
  body #projects_h_detect {
    display: none !important;
  }
  /* line 461, ../sass/screen.scss */
  body .projects_hd {
    width: 576px !important;
  }
  /* line 466, ../sass/screen.scss */
  body .full_project_layout .left_ajax_content {
    float: none !important;
    width: 576px !important;
    margin-bottom: 35px;
  }
  /* line 470, ../sass/screen.scss */
  body .full_project_layout .left_ajax_content .head {
    font-size: 30px !important;
  }
  /* line 473, ../sass/screen.scss */
  body .full_project_layout .left_ajax_content .sub {
    font-size: 20px !important;
  }
  /* line 476, ../sass/screen.scss */
  body .full_project_layout .left_ajax_content .text {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 69, ../sass/screen.scss */
  body {
    /*#send_st_btn {
      display: none !important;
    }
    
    #send_mobile_btn {
      display: block !important;
    }*/
    /* Story Section Quesries (START) */
    /* Story Section Quesries (END) */
    /* Contact Section Quesries (START) */
    /* Contact Section Quesries (END) */
    /* Project Section Quesries (START) */
    /* Project Section Quesries (END) */
  }
  /* line 516, ../sass/screen.scss */
  body .projects_content_wrapper {
    width: 100% !important;
  }
  /* line 520, ../sass/screen.scss */
  body .content_section_wrapper {
    width: 100% !important;
  }
  /* line 522, ../sass/screen.scss */
  body .content_section_wrapper .content {
    width: 100% !important;
    padding: 0px !important;
  }
  /* line 534, ../sass/screen.scss */
  body .story_teaser .teaser_par {
    float: none !important;
    margin-left: 0px !important;
    margin: 0 auto !important;
    font-size: 20px !important;
    width: 560px !important;
  }
  /* line 540, ../sass/screen.scss */
  body .story_teaser .teaser_par p.first:first-letter {
    font-family: WhitneyHTF-Book, sans-serif !important;
    font-size: 20px !important;
  }
  /* line 547, ../sass/screen.scss */
  body .totems_hidden {
    width: 560px !important;
    margin-top: 95px !important;
    margin: 0 auto;
  }
  /* line 551, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper {
    width: 560px !important;
    margin-left: 0px !important;
  }
  /* line 554, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper .totem_left {
    display: none;
  }
  /* line 557, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper .totem_right {
    width: 560px !important;
    background: url("../images/totems_sprite_resp.png") no-repeat center center;
  }
  /* line 560, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper .totem_right h2 {
    font-size: 25px !important;
  }
  /* line 563, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper .totem_right p {
    font-size: 20px !important;
    line-height: 1.3em;
  }
  /* line 575, ../sass/screen.scss */
  body .resp_contacts_content {
    width: 552px !important;
  }
  /* line 579, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp, body .resp_contacts_content .contact_left_resp {
    float: none !important;
    width: 552px !important;
  }
  /* line 585, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp .sub_head {
    margin-bottom: 24px !important;
    font-size: 30px !important;
  }
  /* line 589, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp .desc {
    margin-bottom: 51px !important;
    font-size: 20px !important;
  }
  /* line 594, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp #resp_contactus_form input[type="text"] {
    width: 532px !important;
    height: 46px !important;
    line-height: 46px !important;
    font-size: 20px !important;
  }
  /* line 600, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp #resp_contactus_form textarea {
    width: 532px !important;
    font-size: 20px !important;
  }
  /* line 604, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp #resp_contactus_form input[type=submit], body .resp_contacts_content .contact_right_resp #resp_contactus_form .send_st_btn {
    font-size: 20px !important;
    height: 46px !important;
    line-height: 46px !important;
  }
  /* line 609, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp #resp_contactus_form .success_send_st {
    width: 307px !important;
    height: 46px !important;
    line-height: 46px !important;
    font-size: 20px !important;
    background: url("../images/contact-form-success-btn-resp.jpg") !important;
  }
  /* line 620, ../sass/screen.scss */
  body .resp_contacts_content .contact_bottom_resp .clients_head {
    font-size: 30px !important;
  }
  /* line 623, ../sass/screen.scss */
  body .resp_contacts_content .contact_bottom_resp .clients_p {
    font-size: 19px !important;
  }
  /* line 628, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp {
    margin-top: 35px;
  }
  /* line 631, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .sub_head {
    font-size: 30px !important;
    margin-bottom: 24px !important;
  }
  /* line 636, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side {
    float: left;
    width: 335px;
    margin-right: 20px;
    margin-bottom: 30px !important;
  }
  /* line 642, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side .sub_head_disc {
    font-size: 20px !important;
    margin-bottom: 33px !important;
  }
  /* line 647, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side .status_name {
    margin-bottom: 30px !important;
    line-height: 1.6em !important;
  }
  /* line 650, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side .status_name .one {
    color: #7c7b72 !important;
    font-size: 20px !important;
  }
  /* line 654, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side .status_name .two {
    font-size: 20px !important;
  }
  /* line 661, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side {
    float: left;
    width: 192px;
  }
  /* line 665, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .desc {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    font-size: 20px !important;
  }
  /* line 671, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .fb_link, body .resp_contacts_content .contact_left_resp .clr_socials_side .tw_link {
    width: 48px !important;
    height: 48px !important;
  }
  /* line 676, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .fb_link {
    background-image: url("../images/big_resp_fb.png") !important;
  }
  /* line 680, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .fb_link:hover {
    background-image: url("../images/big_resp_fb_hover.png") !important;
  }
  /* line 684, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .tw_link {
    background-image: url("../images/big_resp_tw.png") !important;
  }
  /* line 688, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .tw_link:hover {
    background-image: url("../images/big_resp_tw_hover.png") !important;
  }
  /* line 702, ../sass/screen.scss */
  body #projects_h_detect_resp2 {
    display: block !important;
  }
  /* line 706, ../sass/screen.scss */
  body #projects_h_detect {
    display: none !important;
  }
  /* line 710, ../sass/screen.scss */
  body .projects_hd {
    width: 576px !important;
  }
  /* line 715, ../sass/screen.scss */
  body .full_project_layout .left_ajax_content {
    float: none !important;
    width: 576px !important;
    margin-bottom: 35px;
  }
  /* line 719, ../sass/screen.scss */
  body .full_project_layout .left_ajax_content .head {
    font-size: 30px !important;
  }
  /* line 722, ../sass/screen.scss */
  body .full_project_layout .left_ajax_content .sub {
    font-size: 20px !important;
  }
  /* line 725, ../sass/screen.scss */
  body .full_project_layout .left_ajax_content .text {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 69, ../sass/screen.scss */
  body {
    /* NAVIGATION (START) */
    /* NAVIGATION (END) */
    /* Story Section Quesries (START) */
    /* Story Section Quesries (END) */
    /* Contact Section Quesries (START) */
    /* Contact Section Quesries (END) */
    /* Project Section Quesries (START) */
    /* Project Section Quesries (END) */
  }
  /* line 744, ../sass/screen.scss */
  body #root-content-cell {
    width: 180px !important;
  }
  /* line 746, ../sass/screen.scss */
  body #root-content-cell #splash_icon {
    width: 180px !important;
    margin-top: 60px !important;
  }
  /* line 749, ../sass/screen.scss */
  body #root-content-cell #splash_icon img {
    width: 180px !important;
  }
  /* line 755, ../sass/screen.scss */
  body .projects_content_wrapper {
    width: 100% !important;
  }
  /* line 759, ../sass/screen.scss */
  body .content_section_wrapper {
    width: 100% !important;
  }
  /* line 761, ../sass/screen.scss */
  body .content_section_wrapper .content {
    width: 100% !important;
    padding: 0px !important;
  }
  /* line 773, ../sass/screen.scss */
  body #top_nav_root_wrapper_fixed {
    display: none !important;
  }
  /* line 777, ../sass/screen.scss */
  body #top_nav_root_wrapper_fixed_mobile {
    display: block !important;
    height: 45px !important;
  }
  /* line 781, ../sass/screen.scss */
  body #top_nav_root_wrapper_fixed_mobile .nav_content_fixed {
    height: 45px !important;
    background: url("../images/top_nav_back_mobile_new.jpg") !important;
  }
  /* line 784, ../sass/screen.scss */
  body #top_nav_root_wrapper_fixed_mobile .nav_content_fixed .mobiles_top_menu {
    width: 285px !important;
    max-width: 360px !important;
    height: 29px !important;
    padding-top: 12px !important;
  }
  /* line 789, ../sass/screen.scss */
  body #top_nav_root_wrapper_fixed_mobile .nav_content_fixed .mobiles_top_menu li.a {
    margin-left: 39px !important;
  }
  /* line 792, ../sass/screen.scss */
  body #top_nav_root_wrapper_fixed_mobile .nav_content_fixed .mobiles_top_menu li.c {
    margin-right: 39px !important;
  }
  /* line 803, ../sass/screen.scss */
  body .content_section_wrapper h2 {
    font-size: 25px !important;
    /* 30 */
  }
  /* line 810, ../sass/screen.scss */
  body .story_top {
    background-image: url("../images/ewo-story-back-v2-resp-mobile.jpg") !important;
    background-size: 100% 100% !important;
    /*height: 151px !important;*/
  }
  /* line 817, ../sass/screen.scss */
  body .story_teaser .teaser_par {
    float: none !important;
    margin-left: 0px !important;
    margin: 0 auto !important;
    font-size: 16px !important;
    /* 20 */
    width: 96% !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  /* line 825, ../sass/screen.scss */
  body .story_teaser .teaser_par p.first:first-letter {
    font-family: WhitneyHTF-Book, sans-serif !important;
    font-size: 16px !important;
    /* 20 */
  }
  /* line 832, ../sass/screen.scss */
  body .totems_hidden {
    width: 100% !important;
    margin-top: 95px !important;
    margin: 0 auto;
  }
  /* line 836, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper {
    width: 100% !important;
    margin-left: 0px !important;
  }
  /* line 839, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper .totem_left {
    display: none;
  }
  /* line 842, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper .totem_right {
    width: 96% !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
    background: url("../images/totems_sprite_resp.png") no-repeat center center;
  }
  /* line 847, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper .totem_right h2 {
    font-size: 20px !important;
    /* 25 */
  }
  /* line 850, ../sass/screen.scss */
  body .totems_hidden .totem_content_wrapper .totem_right p {
    font-size: 16px !important;
    /* 20 */
    line-height: 1.3em;
  }
  /* line 862, ../sass/screen.scss */
  body .contact_top {
    background-image: url("../images/ewo-contact-back-v2-resp-mobile.jpg") !important;
    background-size: 100% 100% !important;
    /*height: 151px !important;*/
  }
  /* line 868, ../sass/screen.scss */
  body .resp_contacts_content {
    width: 100% !important;
  }
  /* line 872, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp, body .resp_contacts_content .contact_left_resp {
    float: none !important;
    width: 100% !important;
  }
  /* line 879, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp table {
    width: 310px !important;
    margin-left: 5px;
  }
  /* line 884, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp .sub_head {
    margin-bottom: 24px !important;
    font-size: 20px !important;
    /* 25 */
    padding-left: 2%;
  }
  /* line 890, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp .desc {
    margin-bottom: 51px !important;
    font-size: 16px !important;
    /* 20 */
    padding-left: 2%;
    padding-right: 2%;
  }
  /* line 897, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp #resp_contactus_form input[type="text"] {
    width: 290px !important;
    height: 46px !important;
    line-height: 46px !important;
    font-size: 16px !important;
    /* 20 */
  }
  /* line 906, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp #resp_contactus_form textarea {
    width: 290px !important;
    font-size: 16px !important;
    /* 20 */
    height: 300px !important;
  }
  /* line 914, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp #resp_contactus_form input[type=submit], body .resp_contacts_content .contact_right_resp #resp_contactus_form .send_st_btn {
    font-size: 20px !important;
    height: 46px !important;
    line-height: 46px !important;
  }
  /* line 923, ../sass/screen.scss */
  body .resp_contacts_content .contact_right_resp #resp_contactus_form .success_send_st {
    width: 60px !important;
    height: 46px !important;
    line-height: 46px !important;
    font-size: 20px !important;
    background: url("../images/sent_confirm_mobile.jpg") !important;
    padding-left: 36px !important;
  }
  /* line 935, ../sass/screen.scss */
  body .resp_contacts_content .contact_bottom_resp {
    margin-top: 77px;
  }
  /* line 937, ../sass/screen.scss */
  body .resp_contacts_content .contact_bottom_resp .clients_head {
    font-size: 20px !important;
    /* 25 */
    padding-left: 2%;
  }
  /* line 942, ../sass/screen.scss */
  body .resp_contacts_content .contact_bottom_resp .clients_p {
    font-size: 16px !important;
    /* 19 */
    padding-left: 2%;
    padding-right: 2%;
  }
  /* line 949, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp {
    margin-top: 35px;
  }
  /* line 952, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .sub_head {
    font-size: 20px !important;
    /* 25 */
    margin-bottom: 24px !important;
    padding-left: 2%;
  }
  /* line 959, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side {
    float: none !important;
    width: 100% !important;
    margin-right: 20px;
    margin-bottom: 30px !important;
    margin: 0 auto !important;
  }
  /* line 966, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side .sub_head_disc {
    font-size: 16px !important;
    /* 20 */
    margin-bottom: 33px !important;
    padding-left: 2%;
    width: 98% !important;
  }
  /* line 974, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side .status_name {
    margin-bottom: 30px !important;
    line-height: 1.6em !important;
    padding-left: 2%;
    width: 98% !important;
  }
  /* line 980, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side .status_name .one {
    color: #7c7b72 !important;
    font-size: 16px !important;
    /* 20 */
  }
  /* line 984, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_statuses_side .status_name .two {
    font-size: 16px !important;
    /* 20 */
  }
  /* line 991, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side {
    float: none !important;
    padding-left: 2%;
    width: 98% !important;
  }
  /* line 998, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .desc {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    font-size: 16px !important;
    /* */
  }
  /* line 1004, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .fb_link, body .resp_contacts_content .contact_left_resp .clr_socials_side .tw_link {
    width: 48px !important;
    height: 48px !important;
  }
  /* line 1009, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .fb_link {
    background-image: url("../images/big_resp_fb.png") !important;
  }
  /* line 1013, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .fb_link:hover {
    background-image: url("../images/big_resp_fb_hover.png") !important;
  }
  /* line 1017, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .tw_link {
    background-image: url("../images/big_resp_tw.png") !important;
  }
  /* line 1021, ../sass/screen.scss */
  body .resp_contacts_content .contact_left_resp .clr_socials_side .tw_link:hover {
    background-image: url("../images/big_resp_tw_hover.png") !important;
  }
  /* line 1035, ../sass/screen.scss */
  body .projects_top {
    background-image: url("../images/ewo-projects-back-v2-resp-mobile.jpg") !important;
    background-size: 100% 100% !important;
    /*height: 151px !important;*/
  }
  /* line 1041, ../sass/screen.scss */
  body #projects_h_detect_resp2 {
    display: block !important;
  }
  /* line 1045, ../sass/screen.scss */
  body #projects_h_detect {
    display: none !important;
  }
  /* line 1049, ../sass/screen.scss */
  body .projects_hd {
    width: 310px !important;
    margin: 0 auto !important;
    height: 500px !important;
  }
  /* line 1053, ../sass/screen.scss */
  body .projects_hd .project_box.margin_left {
    margin-left: 10px !important;
  }
  /* line 1056, ../sass/screen.scss */
  body .projects_hd .project_box {
    width: 150px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
  }
  /* line 1060, ../sass/screen.scss */
  body .projects_hd .project_box .resp_pb_overlay {
    width: 150px !important;
  }
  /* line 1063, ../sass/screen.scss */
  body .projects_hd .project_box .desc {
    top: 40px !important;
  }
  /* line 1065, ../sass/screen.scss */
  body .projects_hd .project_box .desc .title {
    font-family: WhitneyHTF-MediumSC !important;
    font-size: 17px !important;
  }
  /* line 1073, ../sass/screen.scss */
  body .full_project_layout {
    width: 310px !important;
    margin-left: 0px !important;
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  /* line 1078, ../sass/screen.scss */
  body .full_project_layout .project_box_sep {
    display: none !important;
  }
  /* line 1081, ../sass/screen.scss */
  body .full_project_layout .left_ajax_content {
    float: none !important;
    width: 310px !important;
    margin-bottom: 12px !important;
  }
  /* line 1085, ../sass/screen.scss */
  body .full_project_layout .left_ajax_content .head {
    font-size: 20px !important;
    /* */
    font-family: WhitneyHTF-Book !important;
  }
  /* line 1089, ../sass/screen.scss */
  body .full_project_layout .left_ajax_content .sub {
    font-size: 16px !important;
    font-family: WhitneyHTF-Bold !important;
    margin-bottom: 21px !important;
  }
  /* line 1094, ../sass/screen.scss */
  body .full_project_layout .left_ajax_content .text {
    font-size: 16px !important;
    line-height: 1.3em !important;
  }
  /* line 1104, ../sass/screen.scss */
  body .sl_box {
    width: 310px !important;
    height: auto !important;
  }
  /* line 1107, ../sass/screen.scss */
  body .sl_box img {
    width: 100% !important;
  }
  /* line 1110, ../sass/screen.scss */
  body .sl_box #nextBtn a, body .sl_box #prevBtn a {
    top: 152px !important;
  }
  /* line 1115, ../sass/screen.scss */
  body .slider li, body .slider2 li {
    width: 310px !important;
    height: 207px !important;
  }
}
/* line 1128, ../sass/screen.scss */
body input[type=text], body textarea {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  border-radius: 0px !important;
}
/* line 1142, ../sass/screen.scss */
body #root_splash {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/eaglwolforca-back-resp.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #291f21;
  background-size: 100% 100%;
  /*.top_nav_root.fixed {
    position: fixed;
    z-index: 1000;
    display: block;
  }*/
}
/* line 1153, ../sass/screen.scss */
body #root_splash .top_nav_root.fix {
  position: fixed;
  z-index: 10000;
}
/* line 1162, ../sass/screen.scss */
body #root_splash .top_nav_root.mobile {
  display: none;
  top: -45px;
}
/* line 1166, ../sass/screen.scss */
body #root_splash .top_nav_root {
  position: fixed;
  z-index: 1000;
  top: -32px;
  left: 0;
  width: 100%;
  height: 32px;
  background-image: url("../images/top_nav_back.png");
  background-repeat: repeat-x;
}
/* line 1176, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content_fixed {
  width: 100%;
  height: 32px;
  margin: 0 auto;
  /*ul.mobiles_top_menu {
    display: none;
  }*/
}
/* line 1183, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content_fixed ul {
  display: block;
  padding-top: 10px;
  width: 415px;
  height: 22px;
  margin: 0 auto;
}
/* line 1189, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content_fixed ul li {
  float: left;
  display: block;
}
/* line 1192, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content_fixed ul li a {
  text-transform: uppercase;
  font-family: WhitneyHTF-MediumSC;
  font-size: 14px;
  text-decoration: none;
  color: #515048;
}
/* line 1199, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content_fixed ul li a:hover {
  color: #cdcdcb;
}
/* line 1203, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content_fixed ul li.a {
  margin-left: 25px;
  margin-right: 63px;
}
/* line 1207, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content_fixed ul li.b {
  margin-right: 63px;
}
/* line 1210, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content_fixed ul li.c {
  margin-right: 25px;
}
/* line 1215, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content {
  width: 100%;
  height: 32px;
  margin: 0 auto;
}
/* line 1219, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content ul {
  display: block;
  padding-top: 10px;
  width: 480px;
  height: 22px;
  margin: 0 auto;
}
/* line 1225, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content ul li {
  float: left;
  display: block;
}
/* line 1228, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content ul li a {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #515048;
}
/* line 1234, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content ul li a:hover {
  color: #cdcdcb;
}
/* line 1238, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content ul li.a {
  margin-right: 25px;
}
/* line 1241, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content ul li.b {
  margin-right: 25px;
}
/* line 1244, ../sass/screen.scss */
body #root_splash .top_nav_root .nav_content ul li.c {
  margin-right: 25px;
}
/* line 1250, ../sass/screen.scss */
body #root_splash #root_content {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
/* line 1256, ../sass/screen.scss */
body #root_splash #root_content #root-content-cell {
  display: table-cell;
  width: 252px;
  margin: 0 auto;
  vertical-align: middle;
  height: 373px;
}
/* line 1262, ../sass/screen.scss */
body #root_splash #root_content #root-content-cell #splash_icon {
  display: none;
  width: 252px;
  height: auto;
  margin: 0 auto;
}
/* line 1351, ../sass/screen.scss */
body .story_top {
  width: 100%;
  background-image: url("../images/ewo-story-back-v2-resp.jpg");
  height: 201px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* line 1360, ../sass/screen.scss */
body .content_section_wrapper {
  width: 960px;
  padding-top: 50px;
  height: auto;
  margin: 0 auto;
}
/* line 1365, ../sass/screen.scss */
body .content_section_wrapper h2 {
  font-family: HoeflerTitling-HTF-BdSwash, sans-serif;
  font-size: 40px;
  text-align: center;
  color: #515048;
}
/* line 1371, ../sass/screen.scss */
body .content_section_wrapper .content {
  width: 940px;
  height: auto;
  min-height: 345px;
  padding: 10px;
  margin-top: 45px;
  margin-bottom: 15px;
}
/* line 1378, ../sass/screen.scss */
body .content_section_wrapper .content .story_teaser, body .content_section_wrapper .content .story_full {
  width: 100%;
  height: auto;
}
/* line 1382, ../sass/screen.scss */
body .content_section_wrapper .content .story_teaser div.teaser_par, body .content_section_wrapper .content .story_full div.teaser_par {
  float: left;
  display: block;
  font-family: WhitneyHTF-Book, sans-serif;
  font-size: 14px;
  color: #515048;
  height: auto;
  width: 390px;
  line-height: 1.3em;
  /*p.first:first-letter {
    font-family: HoeflerTitling-HTF-SmSwash, sans-serif;
    font-size: 25px;
    color: #515048;
  }*/
}
/* line 1396, ../sass/screen.scss */
body .content_section_wrapper .content .story_teaser div.teaser_par p, body .content_section_wrapper .content .story_full div.teaser_par p {
  margin-bottom: 15px;
}
/* line 1401, ../sass/screen.scss */
body .content_section_wrapper .content .story_teaser div.teaser_par.left, body .content_section_wrapper .content .story_full div.teaser_par.left {
  margin-right: 22px;
  margin-left: 80px;
}
/* line 1407, ../sass/screen.scss */
body .content_section_wrapper .content .story_full {
  display: none;
  margin-top: 20px;
}
/* line 1414, ../sass/screen.scss */
body #story, body #projects, body #totems, body #contact {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
/* line 1422, ../sass/screen.scss */
body #projects .projects_top {
  width: 100%;
  background-image: url("../images/ewo-projects-back-v2-resp.jpg");
  height: 201px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* line 1432, ../sass/screen.scss */
body #projects .projects_content_wrapper {
  width: 100%;
  min-height: auto;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  /*.project_box_sep {
    float: left;
    height: 1px;
    width: 940px;
    background-color: #b2b2b2;
    margin-top: 26px;
    margin-bottom: 26px;
    margin-left: 20px;
  }*/
  /*.project_box:hover {
    .resp_pb_overlay {
      display: block !important;
    }
  }*/
  /*.project_box:hover {
    .resp_pb_overlay, .desc {
      display: block;
    }
  }*/
}
/* line 1439, ../sass/screen.scss */
body #projects .projects_content_wrapper .projects_hd.invisible {
  display: none;
}
/* line 1443, ../sass/screen.scss */
body #projects .projects_content_wrapper .projects_hd {
  float: none;
  width: 870px;
  height: auto;
  margin: 0 auto;
}
/* line 1462, ../sass/screen.scss */
body #projects .projects_content_wrapper .full_project_layout {
  float: left;
  display: none;
  width: 940px;
  margin-left: 20px;
  margin-bottom: 24px;
  height: auto;
  min-height: auto;
}
/* line 1470, ../sass/screen.scss */
body #projects .projects_content_wrapper .full_project_layout .left_ajax_content {
  float: left;
  width: 265px;
  height: auto;
  margin-right: 27px;
}
/* line 1475, ../sass/screen.scss */
body #projects .projects_content_wrapper .full_project_layout .left_ajax_content .head {
  font-family: WhitneyHTF-BookCondensed;
  font-size: 25px;
  color: #65655e;
  text-transform: capitalize;
}
/* line 1481, ../sass/screen.scss */
body #projects .projects_content_wrapper .full_project_layout .left_ajax_content .sub {
  font-family: WhitneyHTF-Bold, sans-serif;
  font-size: 15px;
  color: #65655e;
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 1488, ../sass/screen.scss */
body #projects .projects_content_wrapper .full_project_layout .left_ajax_content .text {
  font-family: WhitneyHTF-Book, sans-serif;
  font-size: 13px;
  color: #65655e;
}
/* line 1494, ../sass/screen.scss */
body #projects .projects_content_wrapper .full_project_layout .right_ajax_content {
  float: left;
  width: 550px;
  height: auto;
}
/* line 1499, ../sass/screen.scss */
body #projects .projects_content_wrapper .full_project_layout .right_ajax_content .sl_box {
  position: relative;
  width: 550px;
  height: auto;
}
/* line 1504, ../sass/screen.scss */
body #projects .projects_content_wrapper .full_project_layout .right_ajax_content .sl_box img {
  width: 100%;
}
/* line 1507, ../sass/screen.scss */
body #projects .projects_content_wrapper .full_project_layout .right_ajax_content .sl_box #prevBtn a {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 314px;
  width: 23px;
  height: 54px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  z-index: 20 !important;
  left: 0px;
  background-image: url("../images/sl_left_btn.png");
}
/* line 1526, ../sass/screen.scss */
body #projects .projects_content_wrapper .full_project_layout .right_ajax_content .sl_box #nextBtn a {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 314px;
  width: 23px;
  height: 54px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  z-index: 20 !important;
  right: 0px;
  background-image: url("../images/sl_right_btn.png");
}
/* line 1564, ../sass/screen.scss */
body #projects .projects_content_wrapper .project_box:hover .resp_pb_overlay {
  display: block;
}
/* line 1570, ../sass/screen.scss */
body #projects .projects_content_wrapper .project_box {
  float: left;
  position: relative;
  width: 264px;
  height: auto;
  margin-left: 24px;
  margin-bottom: 24px;
  /*.st_pb_overlay {
    position: absolute;
    width: 264px;
    height: 200px;
    z-index: 10;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.9);
  }*/
}
/* line 1577, ../sass/screen.scss */
body #projects .projects_content_wrapper .project_box .image {
  width: 100%;
  /*img:hover {
    @include opacity(0.5);
    cursor: pointer;
  }*/
}
/* line 1579, ../sass/screen.scss */
body #projects .projects_content_wrapper .project_box .image img {
  width: 100%;
}
/* line 1588, ../sass/screen.scss */
body #projects .projects_content_wrapper .project_box .desc {
  position: absolute;
  /*display: none;*/
  z-index: 20;
  top: 76px;
  left: 0px;
  /*.text {
    font-family: WhitneyHTF-Book, sans-serif;
    font-size: 13px;
    color: #515048;
    margin-top: 3px;
  }*/
}
/* line 1594, ../sass/screen.scss */
body #projects .projects_content_wrapper .project_box .desc .title {
  font-family: WhitneyHTF-BookCondensed;
  font-size: 25px;
  color: #ececec;
  margin-top: 0px;
  padding-left: 12px;
}
/* line 1617, ../sass/screen.scss */
body #projects .projects_content_wrapper .project_box .resp_pb_overlay {
  display: none;
  position: absolute;
  cursor: pointer;
  width: 264px;
  z-index: 10;
  top: 0px;
  left: 0px;
  background: rgba(102, 204, 51, 0.9);
}
/* line 1633, ../sass/screen.scss */
body #totems .content {
  margin-bottom: 0px;
  min-height: 310px;
}
/* line 1637, ../sass/screen.scss */
body #totems .totems_top {
  width: 100%;
  height: 394px;
  background-image: url("../images/ewo-totem-back-v2.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* line 1647, ../sass/screen.scss */
body .totems_hidden {
  margin-bottom: 60px;
}
/* line 1649, ../sass/screen.scss */
body .totems_hidden .totem_content_wrapper {
  height: auto;
  margin-left: 210px;
}
/* line 1652, ../sass/screen.scss */
body .totems_hidden .totem_content_wrapper .totem_left {
  background: url("../images/totems_sprite_resp.png") no-repeat;
}
/* line 1658, ../sass/screen.scss */
body .totem_content_wrapper {
  width: 680px;
  min-height: 300px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 1664, ../sass/screen.scss */
body .totem_content_wrapper .totem_left {
  float: left;
  width: 258px;
  height: 557px;
  background-image: url("../images/totems_sprite.png");
  margin-right: 33px;
}
/* line 1671, ../sass/screen.scss */
body .totem_content_wrapper .totem_right {
  float: left;
  width: 381px;
  min-height: 417px;
  height: auto;
}
/* line 1676, ../sass/screen.scss */
body .totem_content_wrapper .totem_right .totem_rightr_block {
  margin-bottom: 30px;
}
/* line 1678, ../sass/screen.scss */
body .totem_content_wrapper .totem_right .totem_rightr_block h2 {
  font-family: HoeflerText-Black, sans-serif;
  text-align: left;
  font-size: 24px;
  color: #515048;
  margin-bottom: 7px;
}
/* line 1685, ../sass/screen.scss */
body .totem_content_wrapper .totem_right .totem_rightr_block p {
  font-family: WhitneyHTF-Book, sans-serif;
  text-align: left;
  font-size: 14px;
  color: #515048;
  margin-bottom: 12px;
  line-height: 1.3em;
}
/* line 1697, ../sass/screen.scss */
body #contact {
  /* ----- RESPONSIVE CONTACTS LAYOUT (START) ----- */
  /* ----- RESPONSIVE CONTACTS LAYOUT (END) ----- */
  /* ----- STANDART CONTACTS LAYOUT (START) ----- */
      /*.contacts_content {
        
        .contact_left {
          float: left;
          width: 397px;
          min-height: 500px;
          height: auto;
          ul.fb_tw {
            margin-bottom: 19px;
            li {
              display: inline-block;
              .fb_link {
                display: block;
                background-image: url('../images/fb.png');
                width: 30px;
                height: 30px;
              }
              .fb_link:hover {
                background-image: url('../images/fb_hover.png');
              }
              .tw_link {
                display: block;
                background-image: url('../images/tw.png');
                width: 30px;
                height: 30px;
              }
              .tw_link:hover {
                background-image: url('../images/tw_hover.png');
              }
            }
          }
          .status_sep {
            width: 169px;
            height: 2px;
            background-image: url('../images/contacs_status_line.png');
            margin-bottom: 50px;
          }
          .clients {
            width: 399px;
            height: 129px;
            background-image: url('../images/contacts_clients.png');
          }
          .status_sep + h3.sub_head {
            margin-bottom: 15px !important;
          }
          p {
            font-size: 14px;
            text-align: left;
            line-height: 1.3em;
            width: 300px;
          }
          p.status_name {
            font-family: WhitneyHTF-Book, sans-serif;
            color: #515048;
            margin-bottom: 25px;
          }
          p.bold {
            font-family: WhitneyHTF-BoldSC, sans-serif;
            color: #515048;
            margin-bottom: 25px;
          }
          p.desc {
            font-family: WhitneyHTF-Book, sans-serif;
            color: #81817f;
            margin-top: 50px;
            margin-bottom: 12px;
          }
        }

        .contact_bottom {
          float: left;
          width: 100%;
          height: auto;
          .clients_p {
            font-family: WhitneyHTF-Book, sans-serif;
            color: #81817f;
            font-size: 17px;
            line-height : 1.4em;
          }
          div.sep {
            width: 100%;
            height: 100px;
          }
        }

        .contact_right {
          float: left;
          width: 543px;
          min-height: 500px;
          height: auto;
          p.desc {
            font-family: WhitneyHTF-Book, sans-serif;
            font-size: 14px;
            text-align: left;
            line-height: 1.3em;
            color: #515048;
            margin-bottom: 20px;
          }
          #contactus_form {
            table {
              td {
                padding-bottom: 10px;
              }
            }
            input[type=text] {
              width: 288px;
              height: 20px;
              line-height: 20px;
              background-image: url('../images/textinput_back.png');
              background-color: transparent;
              border: none;
              padding-left: 10px;
              color: #b3b3b2;
            }
            input[type=text].error {
              border: solid 1px red;
              color: red;
            }
            textarea {
              width: 520px;
              height: 78px;
              max-height: 78px;
              resize: none;
              background-color: transparent;
              border: none;
              background-image: url('../images/textarea_back.png');
              padding-left: 10px;
              padding-right: 10px;
              padding-top: 7px;
              padding-bottom: 7px;
              color: #b3b3b2;
            }
            textarea.error {
              border: solid 1px red;
              color: red;
            }
            input[type=submit] {
              width: 143px;
              height: 27px;
              line-height: 23px;
              background-image: url('../images/submit_btn_normal.png');
              background-color: transparent;
              border: none;
              cursor: pointer;
              float: right;
              text-transform: uppercase;
              font-size: 15px;
              color: #b3b3b2;
            }
            input[type=submit]:hover {
              background-image: url('../images/submit_btn_hover.png');
              color: #fff;
            }
            .c_form_error {
              display: none;
              margin-top: 5px;
              color: red;
            }
          }
        }
        
      }*/
  /* ----- STANDART CONTACTS LAYOUT (END) ----- */
}
/* line 1699, ../sass/screen.scss */
body #contact .contact_top {
  width: 100%;
  background-image: url("../images/ewo-contact-back-v2-resp.jpg");
  height: 200px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* line 1712, ../sass/screen.scss */
body #contact h3.sub_head {
  font-family: WhitneyHTF-Book, sans-serif;
  text-align: left;
  font-size: 25px;
  color: #515048;
  margin-bottom: 37px;
}
/* line 1722, ../sass/screen.scss */
body #contact .resp_contacts_content {
  width: 697px;
  margin: 0 auto;
}
/* line 1730, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_bottom_resp {
  clear: both;
  width: 100%;
  height: auto;
}
/* line 1734, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_bottom_resp .clients_head {
  color: #a6a5a1;
  font-family: WhitneyHTF-Book, sans-serif;
  font-size: 20px;
  margin-bottom: 26px;
}
/* line 1740, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_bottom_resp .clients_p {
  font-family: WhitneyHTF-Book, sans-serif;
  color: #a6a5a1;
  font-size: 13px;
  line-height: 1.4em;
}
/* line 1746, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_bottom_resp div.sep {
  width: 100%;
  height: 100px;
}
/* line 1752, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp {
  float: right;
  width: 143px;
  height: auto;
}
/* line 1758, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp h3.sub_head {
  font-family: WhitneyHTF-Book, sans-serif;
  text-align: left;
  font-size: 20px;
  color: #515048;
  margin-bottom: 28px;
}
/* line 1766, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp .sub_head_disc {
  font-family: WhitneyHTF-Book, sans-serif;
  color: #7c7b72;
  font-size: 13px;
  margin-bottom: 20px;
}
/* line 1773, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp ul.fb_tw {
  margin-bottom: 19px;
}
/* line 1775, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp ul.fb_tw li {
  display: inline-block;
}
/* line 1777, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp ul.fb_tw li .fb_link {
  display: block;
  background-image: url("../images/resp_fb.png");
  width: 24px;
  height: 24px;
}
/* line 1783, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp ul.fb_tw li .fb_link:hover {
  background-image: url("../images/resp_fb_hover.png");
}
/* line 1786, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp ul.fb_tw li .tw_link {
  display: block;
  background-image: url("../images/resp_tw.png");
  width: 24px;
  height: 24px;
  margin-left: 24px;
}
/* line 1793, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp ul.fb_tw li .tw_link:hover {
  background-image: url("../images/resp_tw_hover.png");
}
/* line 1798, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp .status_sep {
  width: 169px;
  height: 2px;
  background-image: url("../images/contacs_status_line.png");
  margin-bottom: 50px;
}
/* line 1804, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp .clients {
  width: 399px;
  height: 129px;
  background-image: url("../images/contacts_clients.png");
}
/* line 1809, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp .status_sep + h3.sub_head {
  margin-bottom: 15px !important;
}
/* line 1812, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp p {
  font-size: 13px;
  text-align: left;
  line-height: 1.3em;
  width: 100%;
}
/* line 1818, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp p.status_name {
  font-family: WhitneyHTF-Book, sans-serif;
  color: #515048;
  margin-bottom: 20px;
}
/* line 1822, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp p.status_name .one {
  color: #515048;
  font-size: 13px;
  font-family: WhitneyHTF-Bold, sans-serif;
}
/* line 1831, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp p.bold {
  font-family: WhitneyHTF-BoldSC, sans-serif;
  color: #515048;
  margin-bottom: 25px;
}
/* line 1836, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_left_resp p.desc {
  font-family: WhitneyHTF-Book, sans-serif;
  color: #81817f;
  margin-top: 40px;
  margin-bottom: 12px;
}
/* line 1845, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_right_resp {
  float: left;
  width: 505px;
  height: auto;
}
/* line 1851, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_right_resp h3.sub_head {
  font-family: WhitneyHTF-Book, sans-serif;
  text-align: left;
  font-size: 20px;
  color: #515048;
  margin-bottom: 37px;
}
/* line 1859, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_right_resp p.desc {
  font-family: WhitneyHTF-Book, sans-serif;
  font-size: 14px;
  text-align: left;
  line-height: 1.3em;
  color: #515048;
  margin-bottom: 20px;
}
/* line 1869, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_right_resp #resp_contactus_form table td {
  padding-bottom: 13px;
}
/* line 1873, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_right_resp #resp_contactus_form input[type=text] {
  width: 460px;
  height: 26px;
  line-height: 26px;
  background-color: #d8d8d8;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  color: #7c7b72;
  font-family: WhitneyHTF-Book, sans-serif;
  font-size: 13px;
}
/* line 1885, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_right_resp #resp_contactus_form input[type=text].error {
  border: solid 1px red;
  color: red;
}
/* line 1889, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_right_resp #resp_contactus_form textarea {
  width: 460px;
  height: 132px;
  max-height: 132px;
  resize: none;
  background-color: #d8d8d8;
  border: none;
  padding: 10px;
  color: #7c7b72;
  font-family: WhitneyHTF-Book, sans-serif;
  font-size: 13px;
}
/* line 1901, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_right_resp #resp_contactus_form textarea.error {
  border: solid 1px red;
  color: red;
}
/* line 1905, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_right_resp #resp_contactus_form input[type=submit], body #contact .resp_contacts_content .contact_right_resp #resp_contactus_form .send_st_btn {
  width: 120px;
  height: 25px;
  line-height: 25px;
  background-color: #d8d8d8;
  border: none;
  cursor: pointer;
  float: right;
  text-transform: uppercase;
  font-size: 15px;
  color: #b3b3b2;
  font-family: WhitneyHTF-MediumSC;
  text-align: center;
}
/* line 1919, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_right_resp #resp_contactus_form input[type=submit]:hover, body #contact .resp_contacts_content .contact_right_resp #resp_contactus_form .send_st_btn:hover {
  background-color: #66cc33;
  color: #ececec;
}
/* line 1923, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_right_resp #resp_contactus_form .success_send_st {
  float: left;
  display: none;
  width: 164px;
  height: 25px;
  background: url("../images/contact-form-success-btn.jpg");
  font-family: WhitneyHTF-MediumSC;
  font-size: 15px;
  color: #ececec;
  line-height: 25px;
  padding-left: 28px;
}
/* line 1935, ../sass/screen.scss */
body #contact .resp_contacts_content .contact_right_resp #resp_contactus_form .c_form_error {
  display: none;
  margin-top: 5px;
  color: red;
}
/* line 2120, ../sass/screen.scss */
body #login_form table td {
  padding-bottom: 10px;
}
/* line 2124, ../sass/screen.scss */
body #login_form .login_error {
  display: none;
  margin-top: 5px;
  color: red;
}
/* line 2129, ../sass/screen.scss */
body #login_form input[type=text], body #login_form input[type=password] {
  width: 290px;
  height: 26px;
  line-height: 26px;
  background-image: url("../images/textinput_back.png");
  background-color: transparent;
  border: none;
  padding-left: 10px;
  color: #b3b3b2;
}
/* line 2139, ../sass/screen.scss */
body #login_form input[type=text].error, body #login_form input[type=password].error {
  border: solid 1px red;
  color: red;
}
/* line 2143, ../sass/screen.scss */
body #login_form textarea {
  width: 520px;
  height: 78px;
  max-height: 78px;
  resize: none;
  background-color: transparent;
  border: none;
  background-image: url("../images/textarea_back.png");
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #b3b3b2;
}
/* line 2157, ../sass/screen.scss */
body #login_form input[type=submit] {
  width: 143px;
  height: 27px;
  line-height: 23px;
  background-image: url("../images/submit_btn_normal.png");
  background-color: transparent;
  border: none;
  cursor: pointer;
  float: right;
  text-transform: uppercase;
  font-size: 15px;
  color: #b3b3b2;
}
/* line 2170, ../sass/screen.scss */
body #login_form input[type=submit]:hover {
  background-image: url("../images/submit_btn_hover.png");
  color: #fff;
}
/* line 2202, ../sass/screen.scss */
body .slider ul, body .slider li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 2207, ../sass/screen.scss */
body .slider li, body .slider2 li {
  width: 550px;
  height: 368px;
  overflow: hidden;
}
