@import url("https://fonts.googleapis.com/css?family=Knewave: 400,700");


a.knopka {
  color: #fff;
  text-decoration: none; 
  user-select: none; 
  background: rgb(196,25,27); 
  padding: .7em 1.5em;
  outline: none; 
} 
a.knopka:hover { background: rgb(196,25,27); } 

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

 img {
    vertical-align: middle;
}


 fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


 textarea {
    resize: vertical;
}

.cr-logo {
    font-family: Knewave;
    font-size: 20px;
    color: red;
}

.logo h1{
    font-family: "Raleway";
    font-weight: bold;
}

   .chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html,
body {
    height: 100%;
}

body {
    padding: 0;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
    overflow: auto;
    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

iframe {
    margin: 0;
    padding: 0;
    border: none;
}

hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

a img {

}

.odd a img {
    background: #f5f5f5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


.lead-title {
    font-family: "Raleway";
    position: relative;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 32px;
    margin-bottom: 42px;
    line-height: 56px;
}

.lead-title:before,
.short-border:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 32%;
    height: 2px;
    width: 35%;
    background: #333;
}

.paragraph-title {
    font-family: "Raleway";
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
    color: white;
}

.sub-title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 36px;
    color: white;
}

.block-title {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 36px;
}

.text-title {
    font-family: "Lato";
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 28px;
}

.strong-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
}

.article-title {
    font-family: "Raleway";
    font-size: 48px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    line-height: 56px;
    border-bottom: 1px solid #ddd;
}

.short-border {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 45px;
}


p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #C4191B;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #C4191B;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

.overflow-image {
    margin-top: -65px;
}

.other {
    border-bottom: 1px solid #C4191B;
    color: #C4191B;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    background: #C4191B;
    color: #666;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.button,
button {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 40px;
    border: 0;

    font-family: "Lato";
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    text-align: center;
    max-width: 100%;

    background: #C4191B;
    box-shadow: 0 2px 1px 1px #933232, inset 0 2px 1px 1px rgba(0, 0, 0, 0);

    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    -ms-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}

.button:hover,
button:hover {
    background: #C4191B;
}

.button:active,
button:hover {
    box-shadow: 0 0 0 0 #933232, inset 0 2px 1px 1px rgba(0, 0, 0, 0.2);
}

.button:before,
button:before {
    margin-right: 10px;
}

.big-icon {
    position: relative;
    padding-left: 15%;
}

.big-icon:before {
    position: absolute;
    left: 0;
    font-size: 28px;
}

.bigger-icon {
    display: block;
    text-align: center;
    color: #d1dee1;
    font-size: 82px;
    margin-bottom: 30px;
}

.is-white,
.is-white p,
.is-white strong {
    color: white;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.csstransitions .animated {
    visibility: hidden;
}

.csstransitions .animated.visible {
    visibility: visible;
}

.no-js .animated {
    visibility: visible;
}

.csstransitions span.animated {
    display: inline-block;
}

.callout {
    text-align: center;
    padding: 45px 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    line-height: normal;
    margin-bottom: 55px;
}

.callout-box:before {
    display: inline-block;
    font-size: 48px;
    color: #555;

    -webkit-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.callout-box:hover:before {
    display: inline-block;
    font-size: 48px;
    color: #222;
}

.callout-box .box-title {
    font-size: 21px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1;
    margin-bottom: 18px;
    line-height: 28px;
}

.callout-box p {
    margin: 0;
}

.note {
    position: relative;
    top: -3px;
    display: inline-block;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 700;
    color: white;
    background: #C4191B;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 10px 18px;
}

.filters {
    text-align: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.filters li {
    display: inline-block;
}

.filters li a {
    display: block;
    border: none;
    color: #777;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 15px 20px 15px;
}

.filters li .selected,
.filters li a:hover {
    background: none;
    color: #C4191B;
}

form {
    margin-bottom: 30px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    width: 100%;
    height: 60px;

    font-family: "Lato";
    font-size: 16px;
    color: #333;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    margin-bottom: 25px;

    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 0 45px 0 15px;
}

textarea {
    min-height: 200px;
    padding-top: 18px;
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    font-style: italic;
}

:-moz-placeholder { 
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    font-style: italic;
}

::-moz-placeholder {  
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    font-style: italic;
}

:-ms-input-placeholder {
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    font-style: italic;
}

.input-field .placeholder {
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    font-style: italic;
}

.input-field {
    position: relative;
    margin: 0;
}

.input-field:before {
    position: absolute;
    right: 22px;
    top: 22px;
    color: #aaa;
}

input.error,
textarea.error {
    border: 1px solid #ec3a33;
}

input.valid,
textarea.valid {
    border: 1px solid #7ec0f0;
}

label.error {
    position: absolute;
    bottom: 2px;
    color: #c57c7e;
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background: #C4191B;
    box-shadow: none;
    color: white;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.submit-button {
    margin-left: 15px;
}

.spinner-holder {
    position: relative;
    top: 8px;
}

.feedback-text {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 13px;
    font-style: italic;
}

.map-canvas {
    width: 100%;
    height: 100%;
}

.map-canvas img {
    max-width: none;
}

.main-nav,
.wrap,
.top-bar,
.main-head {
    -webkit-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);

    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.no-csstransforms .nav-active .wrap,
.no-csstransforms .nav-active .top-bar,
.no-csstransforms .nav-active .main-head {
    left: 30%;
}

.csstransforms .nav-active .wrap,
.csstransforms .nav-active .top-bar,
.csstransforms .nav-active .main-head {
    -moz-transform: translateX(30%);
    -webkit-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
}

.main-slider .bg-img-1 {
    background-image: url("../assets/img/index/bg-1.jpeg");
}

.main-slider .bg-img-2 {
    background-image: url("../assets/img/index/bg-2.jpg");
}

.main-slider .bg-img-3 {
    background-image: url("../assets/img/index/bg-3.jpg");
}

.main-slider .bg-img-4 {
    background-image: url("../assets/img/index/bg-4.jpg");
}

.main-slider .bg-img-5 {
    background-image: url("../assets/img/index/bg-5.jpg");
}

.main-slider .bg-img-6 {
    background-image: url("../assets/img/about/bg.jpg");
}

.main-slider .bg-img-7 {
    background-image: url("../assets/img/team/bg.jpg");
}

.main-slider .bg-img-8 {
    background-image: url("../assets/img/services/bg.jpg");
}

.main-slider .bg-img-9 {
    background-image: url("../assets/img/projects/bg.jpg");
}

.main-slider .bg-img-10 {
    background-image: url("../assets/img/team/bg-2.jpg");
}

.main-slider .bg-img-11 {
    background-image: url("../assets/img/news/bg.jpg");
}

.divider-about {
    background-image: url("http://placehold.it/1400x450");
}

.divider-services {
    background-image: url("../assets/img/index/p-1.jpg");
}

.divider-contacts {
    background-image: url("../assets/img/services/p-1.jpg");
}

.divider-team {
    background-image: url("../assets/img/team/p-1.jpg");
}

.divider-pricing {
    background-image: url("http://placehold.it/1400x986");
}

.divider-portfolio {
    background-image: url("http://placehold.it/1400x450");
}

.divider-blog {
    background-image: url("../assets/img/about/p-1.jpg");
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;

    background: #2e3133;

    font-family: "Raleway";
    font-size: 12px;
    font-weight: 700;
    text-align: left;

    -webkit-backface-visibility: hidden;
}

.no-csstransforms .main-nav {
    left: -2%;
}

.csstransforms .main-nav {
    -moz-transform: translateX(-2%);
    -webkit-transform: translateX(-2%);
    -o-transform: translateX(-2%);
    -ms-transform: translateX(-2%);
    transform: translateX(-2%);
}

.no-csstransforms .nav-active .main-nav {
    left: 0;
}

.csstransforms .nav-active .main-nav {
    -moz-transform: translateX(-0%);
    -webkit-transform: translateX(-0%);
    -o-transform: translateX(-0%);
    -ms-transform: translateX(-0%);
    transform: translateX(-0%);
}

.main-nav ul {
    margin: 0;
    width: 30%;
    font-size: 12px;
    text-transform: uppercase;
    pointer-events: none;
}

.nav-active .main-nav ul {
    pointer-events: auto;
}

.main-nav ul li {
    line-height: normal;
    list-style: none;

    -webkit-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    -ms-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in;
}

.main-nav ul li a {
    display: block;
    color: #aaa;
    text-decoration: none;
    padding: 18px 6px;
    margin: 0 17px;
    border-bottom: 1px solid #4a4e51;

    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -ms-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.main-nav ul .active a {
    color: white;
}

.main-nav ul li:hover {
    background: #26292b;
}

.main-nav ul li a:hover {
    color: white;
    background: none;
}

.main-nav ul .button-close a {
    border: none;
    position: relative;
    margin-left: 80%;
    display: inline-block;
    cursor: pointer;
}

.main-nav ul .button-close:hover,
.main-nav ul .social-icons:hover,
.main-nav ul .list-button:hover {
    background: none;
}

.main-nav ul .social-icons {
    text-align: center;
    margin-top: 20px;
}

.main-nav ul .social-icons a {
    border: none;
    display: inline-block;
    padding: 0;
    margin: 0 10px 20px 10px;
}

.main-nav ul .social-icons a:before {
    font-size: 18px;
}

.main-nav ul .list-button {
    padding-bottom: 10px;
}

.main-nav ul .list-button a {
    border: none;
    text-align: center;
    background: #4a4e51;
    color: white;

    -webkit-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    -ms-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in;
}

.main-nav ul .list-button:hover a {
    background: #5b5e61;
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    z-index: 888;

    background: white;
    background: rgba(255, 255, 255, 0.85);
}

.top-bar .container {
    padding: 10px 5px;
    text-align: center;
}

.lang {
    left: 93.9%; 
    margin-right: 5%; 
    margin-top: 3px; 
    position: absolute;
    color: #464646;
    z-index: 101;
}

@media only screen and (max-width: 479px) {
     .lang {display:none;}
}

@media only screen and (min-width: 478.9px) {
     .lang-m {display:none;}
}

.ab{font-size: 20px;}
.name {font-size: 50px;}
.name span{
    font-size: 35px;
    color: #C4191B;
}
.date{font-size: 25px;}
.date strong{font-size: 30px;}
.affilation{font-size: 24px;}

@media only screen and (max-width: 473px) {
    .ab{font-size: 20px;}
    .name{font-size: 32px;}
    .name span{font-size: 20px;}
    .affilation{font-size: 20px;}
    .date{font-size: 20px;}
    .date strong{font-size: 25px;}
}

@media only screen and (min-width: 1100px) {
     .menu-small {display:none;}
}

@media only screen and (max-width: 1101px) {
     .menu-big {display:none;}
}


.index {
    font-family: "Raleway";
    font-size: 18px;
    color: #464646;
    position: absolute; 
    padding-left: 19%; 
    padding-top: 15px; 
    z-index: 100;
}

.services {
    font-family: "Raleway";
    font-size: 18px;
    color: #464646;
    position: absolute; 
    padding-left: 29%; 
    padding-top: 15px; 
    z-index: 99;
}

.team {
    font-family: "Raleway";
    font-size: 18px;
    color: #000000;
    position: absolute; 
    padding-right: 27%;
    padding-top: 4px; 
    right: 0;
    z-index: 99;
}

.about {
    font-family: "Raleway";
    font-size: 18px;
    color: #000000;
    position: absolute; 
    padding-right: 18%;
    padding-top: 4px; 
    right: 0;
    z-index: 100;
}


.top-bar .nav-trigger {
    position: absolute;
    top: 34%;
    left: 20px;
    font-family: "Raleway";
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;

    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -ms-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.top-bar .nav-trigger:before {
    position: relative;
    top: 1px;
    margin-right: 10px;
    font-size: 16px;
}

.top-bar .nav-trigger:hover {
    color: #666;
}

.main-head {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    z-index: 99;

    background-color: #333;
    background-repeat: repeat;
    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    text-align: center;
}

.main-head .container {
    position: relative;
    z-index: 99;
    display: table-cell;
    vertical-align: middle;
    width: 98%;
}

.main-head .hero {
    font-family: "Raleway";
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    color: white;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.st-hero {
    font-family: "Raleway";
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
    line-height: normal;
    color: white;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 500px){
    .st-hero{
        font-size: 40px;
    }
}

.main-head .hero-sub {
    position: relative;
    font-family: "Lato";
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    color: white;
    line-height: normal;
    padding-top: 15px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.main-head .hero-sub:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 28%;
    width: 45%;
    height: 5px;
    background: #C4191B;
    border-radius: 5px;
}

.button-status {
    display: inline-block;
    position: relative;
    top: 100px;
    z-index: 99;

    color: white;
    font-size: 60px;
    line-height: 1;

    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -ms-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.state-loading:before {
    display: block;
}

.state-enter {
    cursor: pointer;
}

.state-enter:hover {
    color: #C4191B;
}

.state-enter:before {
    content: "\e006";
}

.wrap {
    position: absolute;
    z-index: 777;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: 50%;
    background-color: white;
    overflow: hidden;

    -webkit-backface-visibility: hidden;

    -webkit-overflow-scrolling: touch;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
        .nav-active {
        overflow: hidden;
    }
}

.section-wrap {
    border-bottom: 2px solid #e6eaed;
    padding: 65px 20px 0 20px;
    background: white;

    -webkit-backface-visibility: hidden;
}

.section-wrap.odd {
    background: black;
}

.section-divider {
    position: relative;
    z-index: 999;
    width: 100%;
    display: table;
    height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;

    -webkit-backface-visibility: hidden;

    background-color: #333;
    background-repeat: repeat;
    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: fixed;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
        .section-divider {
        background-attachment: scroll;
    }
}

.section-divider:before {
    content: " ";
}

.section-divider:after {
    content: " ";
    position: absolute;
    bottom: -35px;
    left: 50%;
    width: 3px;
    height: 35px;
    background: #E6EAED;
}

.section-divider .container {
    display: table-cell;
    vertical-align: middle;
}

.divider-text {
    text-align: center;
    color: white;
}

.divider-text-sub,
.divider-text-lead {
    color: white;
    text-transform: uppercase;
}

.divider-text-sub {
    position: relative;
    font-family: "Lato";
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.divider-text-sub:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 30%;
    height: 2px;
    background: #C4191B;
}

.divider-text-lead {
    font-family: "Raleway";
    font-size: 36px;
}


.employee {
    text-align: center;
}

.profile-picture {
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #e6eaed;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    margin: 0 0 10px 0;
    overflow: hidden;
}

.profile-picture img {
    border-radius: 100%;
}

.employee .employee-name {
    font-family: "Lato";
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
    line-height: normal;
}

.employee .employee-title {
    font-family: "Lato";
    font-size: 18px;
    color: #999;
    font-style: italic;
    margin: 0;
    margin-bottom: 25px;
    color: #C4191B;
}

.process-step {
    text-align: right;
    position: relative;
}

.process-step:before {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 36px;
}

.process-step .step-content {
    width: 80%;
    display: inline-block;
    text-align: left;
}

.portfolio-container {
    height: 200px;
    margin-bottom: 50px;
}

.portfolio-item {
    position: relative;
    margin: 10px;
    cursor: pointer;

    -webkit-perspective: 600;
    -moz-perspective: 600px;
    -o-perspective: 600;
    -ms-perspective: 600;
    perspective: 600;

    -webkit-transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.portfolio-item.small,
.portfolio-item.small .portfolio-image {
    width: 145px;
    height: 146px;
}

.portfolio-item.medium,
.portfolio-item.medium .portfolio-image {
    width: 200px;
    height: 312px;
}

.portfolio-item.large,
.portfolio-item.large .portfolio-image {
    width: 255px;
    height: 312px;
}

.portfolio-item.long,
.portfolio-item.long .portfolio-image {
    width: 145px;
    height: 312px;
}

.portfolio-item.stretch,
.portfolio-item.stretch .portfolio-image {
    width: 310px;
    height: 146px;
}

.portfolio-item:hover .portfolio-link {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-link {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 15px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-family: "Lato";
    color: #aaa;
    border: none;
    background: #383b48;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

    -moz-transform: translate3d(0, -30px, -300px) skewX(-10deg);
    -webkit-transform: translate3d(0, -30px, -300px) skewX(-10deg);
    -o-transform: translate3d(0, -30px, -300px) skewX(-10deg);
    -ms-transform: translate3d(0, -30px, -300px) skewX(-10deg);
    transform: translate3d(0, -30px, -300px) skewX(-10deg);

    -webkit-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);

    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
         -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.portfolio-link:hover {
    background: #383b48;
    color: #aaa;
}

.portfolio-link:before {
    content: "\e009";
    font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: white;
}

.portfolio-link .portfolio-title {
    display: block;
    font-family: "Lato";
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 5px;
}


.entries-container {
    margin-bottom: 40px;
}

.blog-entry {
    background: #fafafa;
    width: 45%;
    margin: 15px;
}

.gray-bg {
    background: #fafafa;
    width: 95%;
    margin: 15px;
}

.blog-entry iframe {
    width: 100%;
    height: 225px;
}

.blog-entry .media-tall {
    height: 400px;
}


.blog-entry .entry-media {
    display: block;
    line-height: normal;
    border: none;

    -webkit-transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.blog-entry .entry-media img {
    width: 100%;
    max-width: 100%;
}

.blog-entry .entry-media:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}


.blog-entry .entry-info {
    padding: 10px 18px;
}

.blog-entry .entry-title,
.blog-entry .entry-title a {
    font-size: 21px;
    color: #333;
    border: none;
    line-height: 28px;
}

.blog-entry .entry-title a:hover {
    color: white;
}

.blog-entry .entry-excerpt {
    line-height: 21px;
    margin-bottom: 15px;
}


.blog-entry .entry-meta {
    font-size: 12px;
    margin: 0;
}

.blog-entry .entry-meta span {
    font-size: 12px;
    display: block;
    margin-right: 15px;
}

.blog-entry .entry-meta span:before {
    position: relative;
    top: 2px;
    font-size: 14px;
    margin-right: 5px;
}




.s-entry {
    background: #fafafa;
    width: 45%;
    margin: 15px;
}

.s-entry iframe {
    width: 100%;
    height: 225px;
}

.s-entry .media-tall {
    height: 400px;
}


.s-entry .entry-media {
    display: block;
    line-height: normal;
    border: none;

    -webkit-transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.s-entry .entry-media img {
    width: 100%;
    max-width: 100%;
}

.s-entry .entry-media:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}


.s-entry .entry-info {
    padding: 10px 18px;
}

.s-entry .entry-title,
.s-entry .entry-title a {
    font-size: 21px;
    color: #333;
    border: none;
    line-height: 28px;
}

.s-entry .entry-title a:hover {
    color: white;
}

.s-entry .entry-excerpt {
    line-height: 21px;
    margin-bottom: 15px;
}


.s-entry .entry-meta {
    font-size: 12px;
    margin: 0;
}

.s-entry .entry-meta span {
    font-size: 12px;
    display: block;
    margin-right: 15px;
}

.s-entry .entry-meta span:before {
    position: relative;
    top: 2px;
    font-size: 14px;
    margin-right: 5px;
}




.post-link a {
    display: block;
    color: #333;
    font-size: 21px;
    line-height: normal;
    border: none;
    padding: 25px 15px;
    word-wrap: break-word;
}

.post-link a:hover {
    background: none;
    color: #C4191B;
}

.post-link a:before {
    position: relative;
    top: 2px;
    margin-right: 15px;
}

.post-link a:hover:before {
    color: #C4191B;
    border-color: #C4191B;
}


.post-quote {
    position: relative;
    background: #C4191B;
}

.post-quote:before {
    position: absolute;
    bottom: -70px;
    right: -20px;
    color: #fafafa;
    color: rgba(255, 255, 255, 0.3);
    font-size: 248px;
}

.post-quote blockquote {
    float: right;
    width: 82%;
    border-left: 1px solid #fafafa;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin: 30px 20px 30px 0;
    padding-left: 20px;
}

.post-quote blockquote p {
    color: white;
    font-style: italic;
    font-weight: 700;
    font-size: 21px;
    line-height: 36px;
}

.testimonial {
    text-align: center;
    margin-bottom: 40px;
}

.testimonial blockquote {
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    color: #aaa;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    font-style: italic;
}

.testimonial .sr {
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.testimonial .sr-image {
    position: relative;
    width: 350px;
    height: 100px;
    margin-right: 10px;
}

.testimonial .sr-image2 {
    position: relative;
    width: 540px;
    height: 200px;
    margin-right: 10px;
}

.testimonial .sr-info {
    display: inline-block;
    text-align: left;
    margin: 0;
    line-height: 24px;
}

.testimonial .sr-info span {
    display: block;
}

.testimonial .sr-title {
    font-size: 13px;
    color: #C4191B;
    text-transform: uppercase;
}


.social-links {
    margin: 0px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    display: block;
    padding: 15px 20px;

    border: none;
    border-radius: 5px;

    color: #aaa;
    line-height: normal;
    font-size: 21px;

    background: transparent;
}

.social-links li a:hover {
    color: white;
    background: #ccc;
}

.social-links li .tu:hover {
    background: #355065;
}

.social-links li .fo:hover {
    background: #223f17;
}

.social-links li .dr:hover {
    background: #cb386f;
}

.social-links li .vi:hover {
    background: #1bb7ea;
}

.social-links li .rs:hover {
    background: #ff9900;
}

.social-links li .tw:hover {
    background: #00aced;
}

.social-links li .fb:hover {
    background: #334f8c;
}

.social-links li .tg:hover {
    background: #0088cc;
}

.social-links li .pi:hover {
    background: #cc2127;
}

.social-links li .gp:hover {
    background: #ce4132;
}

.social-links li .ig:hover {
    background: #ccb7a6;
}

.social-links li .yt:hover {
    background: #e33737;
}

.social-links li .fl:hover {
    background: #0062dd;
}

.social-links li .da:hover {
    background: #415345;
}

.social-links li .gh:hover {
    background: black;
}

.social-links li .bl:hover {
    background: #ff6501;
}

.social-links li .sc:hover {
    background: #f75e0e;
}

.social-links li .lf:hover {
    background: #d9004a;
}


footer {
    text-align: center;
    color: #bbb;
    font-size: 18px;
    font-weight: 700px;

    background: #1e1e1e;
    padding: 65px;
}

footer a {
    color: white;
    border: none;
}

footer p {
    margin: 0;
}


.tab-content {
    overflow: visible;
}

.tabs-nav {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.tabs-nav li {
    display: inline-block;
}

.tabs-nav li a {
    display: inline-block;
    margin: 0 -3px;
    color: #777;
    text-decoration: none;
    background: #f9fbfd;
    border: 1px solid #e6eaed;
    border-bottom: 0;
    padding: 20px 40px;

    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.tabs-nav .active a {
    border-top: 5px solid #C4191B;
    padding-top: 15px;
    background: white;
    color: #C4191B;
}

.tabs-nav li a:hover {
    background: white;
}

.about-tabs {
    min-height: 400px;
}


.toggle {
    margin-bottom: 20px;
}

.toggle-header {
    position: relative;
    display: block;
    font-family: "Raleway";
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 23px;
    cursor: pointer;

    padding-bottom: 16px;

    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -ms-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.toggle-open .toggle-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.toggle-header:before {
    position: absolute;
    right: 0;
    top: 4px;
    content: "\e042";
    font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
    color: #222;

    -webkit-transition: all 0.2s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.2s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.2s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.2s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.2s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.toggle-header:hover {
    color: #555;
}

.no-csstransforms .toggle-open .toggle-header:before {
    content: "\e006";
}

.csstransforms .toggle-open .toggle-header:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.no-csstransforms .tog-open .tog-header:before {
    content: "\e006";
}

.csstransforms .tog-open .tog-header:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}







.gaonutosal {
  float: left;
  width: 90%;
  padding: 0 1em;
}

.pesontedan {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #f3f1f1;
  overflow: hidden;
}

.pesontedan input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.pesontedan label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #C4191B;
  line-height: 3;
  cursor: pointer;
  text-shadow: 0 1px 0 #333131;
  font-size: 17px;
}


.reg-pesontedan {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: black;
  overflow: hidden;
}

.reg-pesontedan input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.reg-pesontedan label {
  position: relative;
  background: #fafafa;

  cursor: pointer;
  font-size: 21px;
}


.pesontedan-content {
  max-height: 0;
  overflow: hidden;
  background: #0d7b8e;
  transition: max-height .40s;
  font-size: 18px;
  color: #fffdfd;
  text-shadow: 0 1px 0 #292727;
}

.pesontedan-content {
  background: #e33033;
}
.pesontedan-content p {
  margin: 1em;
}
/* :checked */
.pesontedan input:checked ~ .pesontedan-content {
  max-height: 100%;
}

.reg-pesontedan input:checked ~ .pesontedan-content {
  max-height: 100%;
}

/* Icon */
.pesontedan label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .40s;
  -o-transition: all .40s;
  transition: all .40s;
}

/* Icon */
.reg-pesontedan label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .40s;
  -o-transition: all .40s;
  transition: all .40s;
}


.tp {
    margin-left: 10%;
}





.pricing-option {
    padding-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #C4191B;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    letter-spacing: 8px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding: 20px;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #C4191B;
}

.pricing-option .pricing-signup:hover {
    background: #528eb8;
}

.expandable-holder {
    position: relative;

    -webkit-transition: margin 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: margin 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: margin 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: margin 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: margin 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.expandable-trigger {
    position: relative;
    display: block;

    margin-bottom: 15px;

    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 90px 20px 50px 20px;
    cursor: pointer;

    border: none;
    background: #333;
}

.expandable-trigger:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    color: #C4191B;
    font-size: 32px;
    text-align: center;

    -webkit-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.expandable-trigger:after {
    content: "\e009";
    font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: #777;

    -webkit-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.expandable-trigger:hover,
.expandable-active .expandable-trigger {
    background: #222;
}

.expandable-active .expandable-trigger:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: white;
}

.expandable-content {
    position: absolute;
    left: 0;
    display: none;
    height: 0;

    -webkit-transition: height 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: height 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: height 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: height 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: height 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);

    padding: 15px 20px;
    background: #e6eaed;
}

.expandable-active .expandable-content {
    display: block;
    height: auto;
}

.expandable-content p:last-child {
    margin: 0;
}


.container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: black;
    clip: rect(0, 0, 0, 0);

    visibility: hidden;
    opacity: 0;

    -webkit-transition: clip 0.4s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: clip 0.4s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: clip 0.4s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: clip 0.4s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: clip 0.4s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.overlay-active {
    visibility: visible;
    opacity: 1;
}

.container-overlay .overlay-fill {
    width: 100%;
    height: 100%;
}

.container-overlay .button-close {
    position: absolute;
    top: 10px;
    left: 90%;
    z-index: 999;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.container-overlay .button-close:before {
    position: relative;
    top: 6px;
    margin-right: 10px;
    font-size: 32px;
}


.overlay-trigger {
    position: relative;
    z-index: 999;
    top: 45px;
    margin-bottom: 45px;
    display: inline-block;
    width: 270px;
    height: 146px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #e6eaed;
}

.overlay-trigger .trigger-image {
    width: 270px;
    height: 146px;
}

.overlay-trigger .trigger-title {
    position: absolute;
    top: 47px;
    left: 24%;
    z-index: 99;

    font-family: "Raleway";
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;

    background: black;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 15px;

    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    transition: background 0.1s linear;
}

.overlay-trigger:hover .trigger-title {
    background: black;
    background: rgba(0, 0, 0, 0.75);
}


.modal-active {
    overflow: hidden;
}

.modal-active .modal-page {
    visibility: visible;
}

.modal-page {
    position: fixed;
    top: 0;
    left: 0;

    visibility: hidden;
    opacity: 0;
    z-index: 999;

    width: 100%;
    height: 100%;

    background: #f5f5f5;

    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

    -webkit-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.modal-loading {
    display: block;

    opacity: 0.8;

    -webkit-transform: translateX(85%);
    -moz-transform: translateX(85%);
    -o-transform: translateX(85%);
    -ms-transform: translateX(85%);
    transform: translateX(85%);
}

.modal-loaded {
    opacity: 1;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.modal-spinner {
    position: absolute;
    top: 50%;
    left: 75px;
}

.modal-inner {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

.slider-active .modal-inner {
    overflow: hidden;
}

.modal-content {
    padding: 0 20px;
    margin-bottom: 50px;
}

.modal-top-bar {
    position: relative;
    z-index: 99;

    padding: 45px;
}

.modal-top-bar .button-close {
    position: relative;
    top: -5px;
    color: #555;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    line-height: normal;

    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

.modal-top-bar .button-close:before {
    position: relative;
    top: 6px;
    margin-right: 10px;
    font-size: 32px;
}

.modal-top-bar .button-close:hover {
    color: #333;
}

.slider-active .modal-top-bar .button-close {
    color: white;
}

.modal-page .content-switcher {
    position: absolute;
    z-index: 555;
    top: 32px;
    right: 45px;
}

.modal-page .content-switcher a {
    z-index: 9;
    position: relative;
    display: inline-block;
    width: 62px;
    height: 62px;

    border: none;
    border-radius: 100%;

    font-size: 21px;
    line-height: 62px;
    color: white;
    text-align: center;

    background: #555;
}

.modal-page .content-switcher a:first-child {
    left: 10px;
}

.modal-page .content-switcher .active,
.modal-page .content-switcher a:hover {
    background: white;
    color: #555;
}

.modal-page .content-switcher .active {
    z-index: 99;
}

.project-details {
    font-size: 14px;
    border-top: 8px solid #C4191B;
    padding: 15px 10px;
    background: #f1f1f1;
    word-wrap: break-word;
}

.project-details p {
    line-height: 18px;
    margin-bottom: 15px;
}

.project-details .client-quote {
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
    color: #999;
    text-align: center;
}

.project-details .client-quote p {
    font-size: 16px;
}

.project-details .client-quote:before {
    content: '"';
    position: absolute;
    top: -10px;
    left: -5px;
    font-size: 36px;
    color: #ddd;
}

.project-details .client-quote:after {
    content: '"';
    position: absolute;
    bottom: -30px;
    right: -5px;
    font-size: 36px;
    color: #ddd;
}


.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    margin-left: -100px;
    text-align: left;
}


.article-meta .sr-info {
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ddd;
}

.sr-info .sr-image {
    display: block;
    border-radius: 100%;
    margin-bottom: 15px;
    max-width: 95px;
    max-height: 95px;
}

.sr-info .sr-name {
    color: #333;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.sr-info .sr-bio {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 21px;
    margin-bottom: 0;
}

.post-meta {
    margin-bottom: 35px;
}

.post-meta p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}

.post-meta em,
.post-meta strong {
    display: block;
}

.post-meta em {
    font-size: 12px;
}


.tweet-button {
    display: inline-block;
    color: #777;
    font-size: 13px;
    border: none;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 90px;
}

.tweet-button:before {
    position: relative;
    top: 2px;
    font-size: 18px;
    margin-right: 7px;
}

.tweet-button:hover {
    color: #777;
    background: none;
}

.tweet-button:hover:before {
    color: #333;
}


.article-nav {
    margin-bottom: 50px;
}

.article-nav a {
    display: block;
    border: none;
    color: #999;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.article-nav a:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.article-nav a em,
.article-nav a strong {
    display: block;
}

.article-nav a em {
    font-size: 12px;

    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

.article-nav a:hover {
    background: none;
}

.article-nav a:hover em,
.article-nav a:hover:before {
    color: #333;
}

.article-nav a:before {
    position: relative;
    top: 5px;
    float: left;
    padding-bottom: 30px;
    margin-right: 10px;
    color: #999;
    font-size: 22px;
}


.comments {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ddd;
}

.comments ul {
    list-style: none;
}

.comments .comment-count {
    margin: 0 0 35px 0;
}

.comment-count .count-bubble {
    display: inline-block;
    position: relative;
    top: -12px;
    font-family: "Lato";
    color: white;
    line-height: normal;
    font-weight: 700;
    font-size: 14px;
    margin-left: 5px;
    text-align: center;
    width: 32px;
}

.comment-count .count-bubble:before {
    position: absolute;
    top: -6px;
    left: 0;
    z-index: -1;
    color: #404040;
    font-size: 32px;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-container {
    position: relative;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.comment-container .comment-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

.comment-container .comment-image img {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 100%;
}

.comment-container .comment-image:hover {
    background: none;
}

.comment-container .comment-content {
    margin-left: 75px;
}

.comment-container .comment-sr {
    float: left;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: normal;
    border: none;
}

.bypostsr .comment-container .comment-sr {
    color: #C4191B;
}

.comment-container .is-sr {
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    color: #aaa;
    line-height: 28px;
    margin-left: 10px;
}

.comment-container .comment-sr:hover {
    color: #555;
    background: none;
}

.comment-container .comment-date {
    float: right;
    font-size: 11px;
    color: #8b8b8b;
    margin-bottom: 0;
    line-height: normal;
}

.comment-container .comment-body {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.comment-container .reply-button {
    position: absolute;
    bottom: 15px;
    right: 0;
    display: none;

    font-size: 12px;
    color: #555;
    line-height: normal;

    border-bottom: 1px solid transparent;
}

.comment-container:hover .reply-button {
    display: block;
}

.comment-container .reply-button:hover {
    color: #333;
    background: none;
    border-bottom: 1px solid #333;
}


.children {
    margin-left: 60px;
}

#commentform textarea {
    height: 230px;
}



.sl-slider-wrapper {
    width: 800px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}


.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
}


.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 1;
}


.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0 200px 200px 200px;
}


.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0;
}

.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
    background: #fff;
}

.sl-slide-horizontal .sl-slide-inner {
    background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
    background: #ccc;
}

.main-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f2325;
}

.main-slider .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-position: center center;
}


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

.flex-container { position: relative; margin-bottom: 60px; }
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} 
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}


.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.flexslider {
    border: 1px solid #e6eaed;
}

.flex-direction-nav a {
    position: absolute;
    left: -65px;
    top: 50%;

    border: none;
    background: none;
    font-size: 36px;
    color: #777;
    right: auto;

    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.flex-direction-nav .flex-next {
    right: -65px;
    left: auto;
}

.flex-direction-nav a:focus {
    background: none;
    color: #777;
}

.flex-direction-nav a:hover {
    background: none;
    color: #333;
}

.flex-direction-nav a:before {
    content: "\e008";
    font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.flex-direction-nav .flex-next:before {
    content: "\e007";
}

.flex-control-nav {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    float: none;
    display: inline-block;
}

.flex-control-nav li a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;

    background: #777;

    cursor: pointer;
    text-indent: -9999px;

    border: none;
    border-radius: 100%;

    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.flex-control-nav li:hover a,
.flex-control-nav li .flex-active {
    background: #333;
}


.blog-entry .flex-container {
    margin-bottom: 0;
}

.blog-entry .flexslider {
    border: none;
}

.blog-entry .flex-control-nav {
    display: none;
}

.blog-entry .flex-direction-nav a {
    top: 45%;
    font-size: 28px;
    left: 15px;
    color: white;
    color: rgba(255, 255, 255, 0.3);
}

.blog-entry .flex-direction-nav .flex-next {
    left: auto;
    right: 15px;
}

.blog-entry .flex-direction-nav a:hover {
    color: white;
}


.modal-page .portfolio-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #383b48;

    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);

    -webkit-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.modal-page .portfolio-slider.visible {
    visibility: visible;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.modal-page .portfolio-slider .flexslider {
    border: none;
}

.modal-page .portfolio-slider .flex-control-nav {
    display: none;
}

.modal-page .portfolio-slider .flex-direction-nav a {
    top: 45%;
    font-size: 78px;
    left: 35px;
    color: white;
    color: rgba(255, 255, 255, 0.3);
}

.modal-page .portfolio-slider .flex-direction-nav .flex-next {
    left: auto;
    right: 35px;
}

.modal-page .portfolio-slider .flex-direction-nav a:hover {
    color: white;
}

.modal-page .portfolio-slider .spinner {
    top: 50% !important;
    left: 50% !important;
}


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}



.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}



.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}


.cbp-bislideshow {
    z-index: 999;
    list-style: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background: #383b48;
}

.cbp-bislideshow li {
    position: absolute;
    width: 101%;
    height: 101%;
    top: -0.5%;
    left: -0.5%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}


.backgroundsize .cbp-bislideshow li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}


.backgroundsize .cbp-bislideshow li img {
    display: none;
}

.cbp-bislideshow li img {
    display: block;
    width: 100%;
}

.cbp-bicontrols {
    z-index: 9999;
    position: absolute;
    width: 100%;
    bottom: 44px;
    left: 0;
    text-align: center;
}

.cbp-bicontrols span {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0 35px;
}

.cbp-bicontrols span:before {
    display: block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 52px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.cbp-bicontrols span:hover:before {
    color: #e8e7e3;
}

.cbp-bicontrols span:hover:before {
    opacity: 1;
}

.cbp-bicontrols span:active:before {
    top: 2px;
}

span.cbp-biplay:before {
    content: "\e03f";
}

span.cbp-bipause:before {
    content: "\e041";
}

span.cbp-binext:before {
    content: "\e007";
}

span.cbp-biprev:before {
    content: "\e008";
}


.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
    opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
    display: block;
}




 .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


 .hidden {
    display: none !important;
    visibility: hidden;
}


 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


 .visuallyhidden.focusable:active,
 .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}



 .invisible {
    visibility: hidden;
}


 .clearfix:before,
 .clearfix:after {
    content: " ";
    display: table; 
}

.clearfix:after {
    clear: both;
}


 .clearfix {
    *zoom: 1;
}


   @media only screen and (min-width: 1200px) {
        .main-nav ul {
            width: 25%;
        }

        .no-csstransforms .nav-active .wrap,
        .no-csstransforms .nav-active .top-bar,
        .no-csstransforms .nav-active .main-head {
            left: 25%;
        }

        .csstransforms .nav-active .wrap,
        .csstransforms .nav-active .top-bar,
        .csstransforms .nav-active .main-head {
            -moz-transform: translateX(25%);
            -webkit-transform: translateX(25%);
            -o-transform: translateX(25%);
            -ms-transform: translateX(25%);
            transform: translateX(25%);
        }

        .overlay-trigger .trigger-title {
            top: 45px;
            left: 25%;
        }

        .tabs-nav li a {
            padding: 20px 90px;
        }

        .process-step .step-content {
            width: 85%;
        }

        .portfolio-item {
            margin: 15px;
        }

        .portfolio-item.small,
        .portfolio-item.small .portfolio-image {
            width: 170px;
            height: 166px;
        }

        .portfolio-item.medium,
        .portfolio-item.medium .portfolio-image {
            width: 250px;
            height: 362px;
        }

        .portfolio-item.large,
        .portfolio-item.large .portfolio-image {
            width: 330px;
            height: 362px;
        }

        .portfolio-item.long,
        .portfolio-item.long .portfolio-image {
            width: 170px;
            height: 362px;
        }

        .portfolio-item.stretch,
        .portfolio-item.stretch .portfolio-image {
            width: 370px;
            height: 166px;
        }

        .portfolio-link .portfolio-title {
            font-size: 30px;
            line-height: 38px;
        }

        .blog-entry {
            width: 30%;
        }
   }

   @media only screen and (max-width: 959px) {
        .main-nav ul {
            width: 50%;
        }

        .no-csstransforms .nav-active .wrap,
        .no-csstransforms .nav-active .top-bar,
        .no-csstransforms .nav-active .main-head {
            left: 50%;
        }

        .csstransforms .nav-active .wrap,
        .csstransforms .nav-active .top-bar,
        .csstransforms .nav-active .main-head {
            -moz-transform: translateX(50%);
            -webkit-transform: translateX(50%);
            -o-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%);
        }
    }


   @media only screen and (min-width: 768px) and (max-width: 959px) {
        .big-icon {
            padding-left: 25%;
        }

        .tabs-nav li a {
            padding: 20px 30px;
        }

        .tabs-nav li:first-child a {
            border-right: 0;
        }

        .tabs-nav li:last-child a {
            border-left: 0;
        }

        .overlay-trigger .trigger-title {
            top: 45px;
            left: 24%;
        }

        .overlay-trigger {
            margin: 40px 0 0 0;
        }

        .overlay-trigger,
        .overlay-trigger .trigger-image {
            width: 225px;
            height: 125px;
        }

        .overlay-trigger .trigger-title {
            top: 40px;
            left: 21%
        }

        .pricing-option .pricing-edition {
            font-size: 18px;
            letter-spacing: 5px;
        }

        .pricing-option .price sup {
            top: 30px;
        }

        .pricing-option .price .price-amount {
            font-size: 72px;
        }

        .modal-loading {
            -webkit-transform: translateX(78%);
            -moz-transform: translateX(78%);
            -o-transform: translateX(78%);
            -ms-transform: translateX(78%);
            transform: translateX(78%);
        }

        .portfolio-item {
            margin: 10px;
        }

        .testimonial .sr-info {
            text-align: center;
        }
   }

 
   @media only screen and (max-width: 767px) {
        .big-icon {
            padding-left: 40px;
        }

        .nav-active .main-nav ul {
            position: absolute;
            top: 0;
            left: 0;
            overflow: scroll;
            height: 100%;
        }

        .callout-box {
            margin-bottom: 30px;
        }

        .button-status {
            top: 20px;
            font-size: 32px;
        }

        .tabs-nav {
            text-align: left;
        }

        .tabs-nav li {
            display: block;
        }

        .tabs-nav li a {
            width: 100%;
            padding: 20px 0;
            text-align: center;
        }

        .process-step .step-content {
            width: 85%;
        }

        .section-divider {
            height: 350px;
        }

        .divider-text-lead {
            font-size: 24px;
            line-height: 32px;
        }

        .testimonial .sr-info {
            text-align: center;
        }

        .blog-entry {
            width: 43%;
        }

        .post-quote blockquote {
            border: none;
            width: auto;
            text-align: center;
        }

        .modal-top-bar {
            padding: 45px 20px;
        }

        .article-meta .sr-info {
            margin-bottom: 30px;
            padding-bottom: 0;
            border-bottom: none;
            float: left;
            width: 45%
        }

        .post-meta {
            float: right;
            width: 45%;
            margin: 113px 0 0 0;
        }

        .tweet-button {
            width: 100%;
            float: left;
            margin-bottom: 30px;
        }

        .article-nav {
            float: left;
        }

        .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
            margin-left: 0;
        }

        .comment-container .comment-sr {
            display: inline-block;
            float: none;
            margin-bottom: 5px;
        }

        .comment-container .comment-date {
            float: none;
            margin-bottom: 10px;
        }

        .cbp-bicontrols span {
            margin: 0 25px;
        }

        .cbp-bicontrols span:before {
            font-size: 42px;
        }
    }


.nowrap{
     float: left; /*Задаем обтекание*/
     line-height: 120px;/*Высота строки +  верт. центрирования текста*/
     width: 320px; /*Фиксируем ширину блока*/
     text-align: center;
}

   @media only screen and (min-width: 480px) and (max-width: 767px) {
        .main-head .hero {
            margin-bottom: 20px;
        }

        .main-head .hero-sub {
            padding-top: 25px;
        }

        .main-nav ul {
            width: 60%;
        }

        .no-csstransforms .nav-active .wrap,
        .no-csstransforms .nav-active .top-bar,
        .no-csstransforms .nav-active .main-head {
            left: 60%;
        }

        .csstransforms .nav-active .wrap,
        .csstransforms .nav-active .top-bar,
        .csstransforms .nav-active .main-head {
            -moz-transform: translateX(60%);
            -webkit-transform: translateX(60%);
            -o-transform: translateX(60%);
            -ms-transform: translateX(60%);
            transform: translateX(60%);
        }

        .modal-loading {
            display: block;

            opacity: 0.8;

            -webkit-transform: translateX(70%);
            -moz-transform: translateX(70%);
            -o-transform: translateX(70%);
            -ms-transform: translateX(70%);
            transform: translateX(70%);
        }
    }


   @media only screen and (max-width: 479px) {
        .main-head .container {
            width: 100%;
            padding: 0 10px;
            top: 20px;
        }

        .main-head .hero-sub {
            padding-top: 25px;
        }

        .main-nav ul {
            width: 80%;
        }

        .no-csstransforms .nav-active .wrap,
        .no-csstransforms .nav-active .top-bar,
        .no-csstransforms .nav-active .main-head {
            left: 80%;
        }

        .csstransforms .nav-active .wrap,
        .csstransforms .nav-active .top-bar,
        .csstransforms .nav-active .main-head {
            -moz-transform: translateX(80%);
            -webkit-transform: translateX(80%);
            -o-transform: translateX(80%);
            -ms-transform: translateX(80%);
            transform: translateX(80%);
        }

        .top-bar .container {
            text-align: right;
        }

        .process-step .step-content {
            width: 80%;
        }

        .lead-title {
            font-size: 38px;
            line-height: 46px;
        }

        .paragraph-title {
            font-size: 30px;
        }

        .sub-title {
            font-size: 22px;
            line-height: 28px;
        }

        .blog-entry .flex-direction-nav {
            display: block;
        }

        .blog-entry {
            width: 100%;
            margin: 0 0 30px 0;
        }

        .modal-loading {
            display: block;

            opacity: 0.8;

            -webkit-transform: translateX(60%);
            -moz-transform: translateX(60%);
            -o-transform: translateX(60%);
            -ms-transform: translateX(60%);
            transform: translateX(60%);
        }
    }

   @media print,
   (-o-min-device-pixel-ratio: 5/4),
   (-webkit-min-device-pixel-ratio: 1.25),
   (min-resolution: 120dpi) {
}



   @media print {
    * {
        background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }


     .ir a:after,
     a[href^="javascript:"]:after,
     a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; 
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
