/* © Mobibase 

- @Font-face
- Base
- Portal
- General
- Navigation
- Main/Layout
- Plugin
- Helper
- Responsive design
- Print

*/

/* ==========================================================================
   Mobibase's font
   ========================================================================== */

@font-face {
    font-family: 'Harabara';
    src: url('../fonts/harabara-webfont.eot');
    src: url('../fonts/harabara-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/harabara-webfont.woff') format('woff'),
         url('../fonts/harabara-webfont.ttf') format('truetype'),
         url('../fonts/harabara-webfont.svg#harabararegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   Base
   ========================================================================== */

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

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #ebebeb;
    color: #373737;
    text-shadow: none;
}

::selection {
    background: #ebebeb;
    color: #373737;
    text-shadow: none;
}

/* A better looking default horizontal rule */

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

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */

 img {
    vertical-align: middle;
}

/* Remove default fieldset styles */

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

/* Allow only vertical resizing of textareas */

 textarea {
    resize: vertical;
}

/* Chrome Frame prompt */

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

/* ==========================================================================
   Portal
   ========================================================================== */

.portal {
    z-index: 777;
    left: 0;
    width: 100%;
    background-color: black;
    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;
    -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 50px rgba(0,0,0,1);
    box-shadow: 0px 0px 50px rgba(0,0,0,1);
}

.portal-wrap {
    border-bottom: none;
    padding: 0px 20px 25px 0px;

    background: #404040; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjI2MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #404040 0%, #262626 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#262626)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #404040 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #404040 0%,#262626 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #404040 0%,#262626 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #404040 0%,#262626 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#262626',GradientType=0 ); /* IE6-8 */

    -webkit-backface-visibility: hidden;

    -webkit-box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
    box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
}

#portal-header {
    padding-top: 50px;
    padding-bottom: 0px;
}

#portal-body {
    min-height: 100%;
    height: 100%;
}

#portal-content {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
}

#portal-content .container{
    padding-top: 100px;
    padding-bottom: 50px;
}

#portal-contact {
    margin-top: 25px;
}

#portal-footer {
    text-align: center;
    color: #bbb;
    font-size: 18px;
    font-weight: 700;
    position: fixed;
    width: 100%;
    background: #262626;
    padding: 25px 0px 25px 0px;
    bottom: 0;
}

/* ==========================================================================
   Access
   ========================================================================== */

.access {
    z-index: 777;
    left: 0;
    width: 100%;
    background-color: black;
    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;
    -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 50px rgba(0,0,0,1);
    box-shadow: 0px 0px 50px rgba(0,0,0,1);
}

.access-wrap {
    border-bottom: none;
    padding: 0px 20px 0 20px;

    background: #404040; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjI2MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #404040 0%, #262626 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#262626)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #404040 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #404040 0%,#262626 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #404040 0%,#262626 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #404040 0%,#262626 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#262626',GradientType=0 ); /* IE6-8 */

    -webkit-backface-visibility: hidden;

    -webkit-box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
    box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
}

#access-body {
    min-height: 100%;
    height: 100%;
}

#access-content {
    height: 100%;
}

#access-content .container{
    padding-top: 100px;
    padding-bottom: 50px;
}

#access p {
    line-height: 20px;
}

.access-text {
    margin-top: -10px;
    padding-bottom: 25px; 
}

#access-footer {
    text-align: center;
    color: #bbb;
    font-size: 18px;
    font-weight: 700;
    position: fixed;
    width: 100%;
    background: #262626;
    padding: 25px 0px 25px 0px;
    bottom: 0;
}

#access-contact {
    margin-top: 25px;
}

#access-form {
    width: 40%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {

    .form {
        margin-top: 0px !important;
    }

    #access-content .container{
    padding-top: 50px;
    padding-bottom: 25px;
    }

    #access-form {
    width: 100%;
    }

}

/* ==========================================================================
   General
   ========================================================================== */

html,
body {
    height: 100%;
}

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

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

    background: #262626;
}

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 {
    background: none;
}

.odd a img {
}

.centered p, .centered img {
    text-align:center;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
    font-family: "Harabara";
    font-weight: 300;
    color: white;
    text-shadow: 0px 6px 12px rgba(0, 0, 0, 0.75);
    letter-spacing: 1px;
}

/* Leading title */

.lead-title {
    font-family: "Harabara";
    position: relative;
    font-size: 48px;
    text-transform: none;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 56px;
    color:#FFF;
    text-shadow: 0px 6px 12px rgba(0, 0, 0, 0.75);
}

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

/* Paragraph title */

.paragraph-title {
    font-family: "Harabara";
    text-align: center;
    text-transform: none;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
    color:#FFF;
    text-shadow: 0px 6px 12px rgba(0, 0, 0, 0.75);
}

/* Sub title */

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

/* Block title */

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

/* Text Block title */

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

/* Strong title */

.strong-title {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    line-height: 28px;
    text-shadow: 0px 6px 12px rgba(0, 0, 0, 0.75);
}

/* Article styles */

.article-content .title {
    font-family: "Harabara";
    font-size: 25px;
    text-transform: none;
    margin-bottom: -10px;
    line-height: 35px;
    margin-bottom: 10px;
}

.article-content .date {
    font-size: 20px;
    color: #ebebeb;
    font-weight: 700;
}

.article-content .text {
    font-size: 20px;
    color: #ebebeb;
}

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

/* Paragraph & Typographic */

p {
    line-height: 28px;
    margin-bottom: 0px;
    color:#ebebeb;
}

.centered {
    text-align: center;
}

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

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 #b2b2b2;
}

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

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

/* Images */

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

/* Links */

a {
    border-bottom: none;
    color: #b2b2b2;
    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: none;
    color: #FFF;
    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: 5px 10px;
    margin-top: 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

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

    background: rgba(178,178,178,0.15);
    /*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-nav {}

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

.button-white,
button {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

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

    background: rgba(000,000,000,0.30);
    /*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-white:hover,
button:hover {
    background: rgba(000,000,000,0.50);
}

/*.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 */

.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: none;
    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: #b2b2b2;
    line-height: normal;
    text-transform: none;
    border-radius: 20px;
    padding: 10px 18px;
}

/* Isotope Filters */

.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: none;
    font-size: 24px;
    margin: 0 15px 20px 15px;
}

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

/* Form Input fields etc */

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: 50px;

    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: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    
    border: none;

    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 { /* Firefox 18- */
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
    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: 16px;
    color: 
    white;
}

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

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

label.error {
    position: absolute;
    bottom: 35px;
    color: #c57c7e;
    font-weight: 700;
    font-size: 12px;
    right: 17px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background: none;
    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:0px;
    border:none;
    width: 100% !important;
    height: 50px;
}

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

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

/* ==========================================================================
   Navigation
   ========================================================================== */

/* MyAccount */

a#myaccount {
    position: fixed;
    top:0px;
    right: 25px;
    padding: 0px;
    /*background: url("../assets/img/myaccount.png") no-repeat bottom;
    background-position: center;
    width: 150px;
    height: 100px;
    z-index: 999;*/
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(209,209,209,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1', GradientType=0 );
    color: #000;
}

a#myaccount:hover, a#myaccount:active {
    position: fixed;
    top:0px;
    right: 25px;
    background: none;
    color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
}

/* Top Bar */

.top-bar {
    position: fixed;
    top:0;
    left: 0;
    z-index: 888;
    width: 100%;
}

.top-bar .mobile-container {
    background: rgba(0,0,0,0.25);
    height: 50px;
    width: 100%;
}

.top-bar .desktop-container {
    background: rgnavba(19,19,19,1);
    background: -moz-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(81,81,81,0) 83%, rgba(94,94,94,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,19,19,1)), color-stop(83%, rgba(81,81,81,0)), color-stop(100%, rgba(94,94,94,0)));
    background: -webkit-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(81,81,81,0) 83%, rgba(94,94,94,0) 100%);
    background: -o-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(81,81,81,0) 83%, rgba(94,94,94,0) 100%);
    background: -ms-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(81,81,81,0) 83%, rgba(94,94,94,0) 100%);
    background: linear-gradient(to bottom, rgba(19,19,19,1) 0%, rgba(81,81,81,0) 83%, rgba(94,94,94,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#5e5e5e', GradientType=0 );
    height: 75px;
}

/* Navigation Trigger */

.top-bar .nav-trigger {
    position: absolute;
    top: 15px;
    left: 20px;
    font-family: "Harabara";
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-transform: none;
    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: #ebebeb;
}

/* Main Header*/

.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: black;
    text-align: center;
}

.main-head .container {
    position: absolute;
    z-index: 99;
    display: table-cell;
    width: 100%;
    bottom: 40%;
}

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

.main-head .hero-sub {
    position: relative;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: normal;
    padding-top: 0px;
    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: white;
    border-radius: 10px;
}*/

/* Desktop Navigation */

.desktop-nav {
    width: 100%;
    min-width: 990px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    -webkit-transition: top 450ms 50ms ease-out, opacity 600ms 50ms ease-out;
    -moz-transition: top 450ms 50ms ease-out, opacity 600ms 50ms ease-out;
    -ms-transition: top 450ms 50ms ease-out, opacity 600ms 50ms ease-out;
    -o-transition: top 450ms 50ms ease-out, opacity 600ms 50ms ease-out;
    transition: top 450ms 50ms ease-out, opacity 600ms 50ms ease-out;
    background: rgba(0,0,0,0.35);
}

.desktop-nav a {
    display: inline-block;
    color: 
    rgba(255,255,255,0.75);
    text-decoration: none;
    width: 75px;
    height: 25px;
    line-height: 27px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    font-family: "Harabara";
    margin: 20px 10px;
    background: rgba(0,0,0,0.75);
}

.desktop-nav a:hover {
    background: #ebebeb;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 10px #272727;
    color: #272727;
}

/* Mobile Navigation */

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

    background: #272727;

    font-family: "Harabara";
    font-size: 15px;
    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: 15px;
    text-transform: none;
    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;
}

/* Close Button */

.main-nav ul .button-close a {
    border: none;
    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;
}

/* Social Icons */

.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;
}

/* List Button */

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

.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;
}

/* Enter button */

.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: #b2b2b2;
}

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

/* Nav active page layout transition */

.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/Layout
   ========================================================================== */

/* Page Wrapper */

.wrap {
    position: absolute;
    z-index: 777;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: 
    black;
    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;
    -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 50px rgba(0,0,0,1);
    box-shadow: 0px 0px 50px rgba(0,0,0,1);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */
    /* WebKit says no to overflow-x, so we stop overflow on entire page. */
    .nav-active {
        overflow: hidden;
    }
}

/* Section Wrap */

.section-wrap {
    border-bottom: none;
    padding: 0px 20px 0 20px;

    background: #404040; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjI2MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #404040 0%, #262626 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#262626)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #404040 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #404040 0%,#262626 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #404040 0%,#262626 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #404040 0%,#262626 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#262626',GradientType=0 ); /* IE6-8 */

    -webkit-backface-visibility: hidden;

    -webkit-box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
    box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
}

.section-wrap.odd {
    background: #404040; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjI2MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #404040 0%, #262626 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#262626)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #404040 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #404040 0%,#262626 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #404040 0%,#262626 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #404040 0%,#262626 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#262626',GradientType=0 ); /* IE6-8 */

    -webkit-box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
    box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
}

/* Sections global styles */

.main-head {
    background: #404040; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjI2MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #404040 0%, #262626 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#262626)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #404040 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #404040 0%,#262626 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #404040 0%,#262626 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #404040 0%,#262626 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#262626',GradientType=0 ); /* IE6-8 */
}

#services, #platform, #news, #contact {
    padding:65px 20px 50px 20px;
}

/* Services section */

#services.section-wrap {
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#services .container {
    padding-top: 25px;
    padding-bottom: 10px;
}

#services p {
    line-height: 20px;
}

#services .span3, #services .span6 {
    padding-top: 20px;
}


#overview-preview {
    padding-bottom: 20px;
    color:#ebebeb;
}

#overview-details {
}

#overview-details-text {
    padding-bottom:35px;
}

#overview-details .strong-title {
    font-size:25px;
}

.services-details .strong-title {
    margin-bottom: 0px;
    text-shadow: 0px 6px 12px rgba(0, 0, 0, 0.75);
}

.services-details .span3, .services-details .span4, .services-details .span6, .services-details .span8 {
    border-radius: 5px;
    padding: 10px 10px 20px 10px;
    margin: 25px 10px 0px 10px;
    background: rgba(178,178,178,0.15);
}

.services-details p {
    line-height: 20px;
}

.logo-details {
    margin-top: 25px;
    margin-bottom: 10px;
    max-height: 70px;
}

#programs-details .logo-details {
    margin-top: 25px;
    margin-bottom: 10px;
    max-height: 70px;
}

.argument img {
    margin: 20px -10px -20px -10px;
    max-width: 105%;
}

/* OTT Flix section */

#ottflix {
    background: url("../assets/img/bgsection-ottflix.jpg") no-repeat bottom #0c0c0c;
    height: 800px;
}

#ottflix .container {
    padding-top: 60px;
}

a.ottflix-nav {
    background: rgba(238,86,80,1);
    background: -moz-linear-gradient(top, rgba(238,86,80,1) 0%, rgba(150,38,36,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,86,80,1)), color-stop(100%, rgba(150,38,36,1)));
    background: -webkit-linear-gradient(top, rgba(238,86,80,1) 0%, rgba(150,38,36,1) 100%);
    background: -o-linear-gradient(top, rgba(238,86,80,1) 0%, rgba(150,38,36,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,86,80,1) 0%, rgba(150,38,36,1) 100%);
    background: linear-gradient(to bottom, rgba(238,86,80,1) 0%, rgba(150,38,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5650', endColorstr='#962624', GradientType=0 );
    color: #ffffff;
}

a.ottflix-nav:hover, a.ottflix-nav:active {
    background: #962524;
    color: #ffffff;
}

.new, .new:hover, .new:active {
    text-align: center;
    background: none;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(192,59,57,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(192,59,57,1);
    box-shadow: inset 0px 0px 0px 2px rgba(192,59,57,1);
    color:#ee5450;
}

.new-nav, .new-nav:hover, .new-nav:active {
    background: #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    color:#262626;
    font-size: 7px;
    padding: 3px 5px;
    margin: -10px 3px 0 0;
    position: absolute;
}


/* Platform section */

#platform {
    padding:65px 20px 0px 20px;
}

#platform .container {
    padding-top: 25px;
}

/* About section */

#about {
    padding:65px 20px 0px 20px;  
}

#timeline {
    padding-top: 14px;
}

/* News section */

#news .container {
    padding-top: 25px;
}

.modal-services .strong-title {
    text-shadow:none;  
}

.modal-services .container {
    margin-top: -90px;
}

/* Contact section */

#contact {
    padding:85px 20px 0px 20px;
    background: url("../assets/img/bgsection-contact.jpg") no-repeat bottom;
    height: 1200px;
}

#contact .social-links {
    margin:0px; 
}

#contact .contact-text {
    margin-top: -10px;
    padding-bottom: 25px; 
}

#contact .row-fluid {
    margin-top: 25px;  
}

.contact-labels {
    color: #787878;
    font-family: "Harabara";
    letter-spacing: 1px;
    font-size: 15px;
}

.contact-sides {
    margin-top: 75px;
}

#firstname {
    display: none !important;
}

/* Apply page */

#apply {
    padding-top: 85px;
}

#apply .apply-text {
    padding-top: 10px;
    padding-bottom: 25px; 
}

/* Dividers global styles */

.section-divider {
    position: relative;
    z-index: 999;
    width: 100%;
    display: table;
    height: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 0px 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;

    -webkit-box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
    box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */
    /* There is a bug in WebKit when applying a fixed background to an element or it's children after using translateX. */
    .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: bottom;
}

/* Map Canvas

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

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

 */

/* Dividers text */

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

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

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

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

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

/* Services Divider */

#divider-services {
    background-image: url("../assets/img/bgdivider-services.jpg");
}

#img-divider-services {
    bottom: 0px;
    position: relative;
}

#text-divider-services {
    top: 8px;
    position: relative;
}

#text-divider-services .strong-title {
    text-shadow:none;
    color: #2a4246;
}

/* Platform Divider */

#divider-platform {
    background-image: url("../assets/img/bgdivider-platform.jpg");
}

#img-divider-platform {
    bottom: 0px;
    position: relative;
}

#text-divider-platform {
    top: 18px;
    position: relative;
    padding-bottom: 10px;
}

#text-divider-platform a {
    color:white;
}

#text-divider-platform a:hover {
    color:#b2deff;
}

#text-divider-platform .strong-title {
    text-shadow:none;
    color:#493c49;
}

.divider-icon-plaform {
    display: inline-block;
    position: relative;
    z-index: 99;
    color: 
    white;
    font-size: 30px;
    line-height: 1;
    top: 7px;
    right: 7px;
}

.divider-icon-platform a:hover {
    color:#b2deff;
}

/* About Divider */

#divider-about {
    background-image: url("../assets/img/bgdivider-about.jpg");
}

#img-divider-about {
    bottom: 0px;
    position: relative;
}

#text-divider-about {
    top: 8px;
    position: relative;
}

#text-divider-about .strong-title {
    text-shadow:none;
    color: #518b7f;
    margin-bottom: 5px;
}

/* News Devider */

#divider-news {
    background-image: url("../assets/img/bgdivider-news.jpg");
}

#img-divider-news {
    bottom: 0px;
    position: relative;
}

#text-divider-news {
    top: 8px;
    position: relative;
}

#text-divider-news .social-links {
    margin-bottom: 0;
    margin-top: 0;
}

#text-divider-news .strong-title {
    text-shadow: none;
    color:#ffcfb8;
}

#text-divider-news a {
    color:#ffcfb8;
}

#text-divider-news a:hover {
    color:#fff;
}

/* Management */

.management {
    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%;
}

.management .management-name {
    font-family: "Harabara";
    font-size: 25px;
    font-weight: 700;
    color: 
    #FFF;
    margin: 10px 0 5px 0;
    line-height: normal;
    text-shadow: 0px 6px 12px 
    rgba(0, 0, 0, 0.75);
}

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

/* Careers */

.careers {
    text-align: right;
    position: relative;
}

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

.careers .careers-content {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.careers-content .strong-title {
    font-size: 20px;
    margin-bottom: 0px;
}

/* Portfolio */

.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: none;
    line-height: 28px;
    margin-bottom: 5px;
}

/* News entries */

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

.news-entry {
    background: rgba(0,0,0,0.25);
    width: 45%;
    margin: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

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

/* Entry Media [img] */

.news-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);
}

.news-entry .entry-media img {
    width: 100%;
    max-width: 100%;
    margin-top: -10px;
}

.news-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;
}

/* Entry info */

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

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

.news-entry .entry-title a:hover {
    color: #ebebeb;
}

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

/* Entry meta */

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

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

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

/* News entry - Link */

.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: #b2b2b2;
}

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

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

/* News entry - Quote */

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

.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;
}

/* Testimonials */

.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 .author {
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.testimonial .author-image {
    position: relative;
    top: -15px;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    margin-right: 10px;
}

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

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

.testimonial .author-title {
    font-size: 16px;
    color: #FFF;
    text-transform: none;
}

/* Social Icons */

.social-links {
    margin: 50px 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 .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
   ========================================================================== */

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

    background: #262626;
    padding: 65px;
}

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

footer p {
    margin: 0;
}

/* ==========================================================================
   Widget styles
   ========================================================================== */

/* Tabs */
.tab-content {
    overflow: visible;
}

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

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

.tabs-nav li a {
    display: inline-block;
    margin: 30px 10px 30px 10px;
    text-decoration: none;
    border-bottom: 0;
    padding: 10px 20px 10px 20px;
    -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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "Harabara";
    font-size: 17px;
    color: white;
    background: rgba(178,178,178,0.15);
}

.tabs-nav .active a {
    color: #272727;
    background: #ebebeb;
}

.tabs-nav li a:hover {
}

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

#about-tab-first {
    padding-top: 20px;
}

#about-tab-second, #about-tab-third {
    padding-top: 60px;
}

/* Toggles */
.toggle {
    margin-bottom: 20px;
}

.toggle-header {
    position: relative;
    display: block;
    font-family: "Harabara";
    color: #222;
    text-transform: none;
    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;
    top: 4px;
    right: 0;
    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);
}

/* Pricing Tables */

.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: #b2b2b2;
    text-transform: none;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0;
}

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

.pricing-option .pricing-edition {
    text-transform: none;
    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: #b2b2b2;
}

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

/* Expandable */

.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: #b2b2b2;
    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;
}

/* Content Overlay */
.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: 10px;
    z-index: 999;
    color: white;
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    cursor: pointer;
}

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

/* Content Overlay Trigger */

.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: "Harabara";
    color: white;
    font-size: 18px;
    text-transform: none;
    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);
}

/* AJAX Modal Page */

.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: #404040; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjI2MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #404040 0%, #262626 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#262626)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #404040 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #404040 0%,#262626 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #404040 0%,#262626 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #404040 0%,#262626 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#262626',GradientType=0 ); /* IE6-8 */

    -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: 30px 0px 20px 35px;
}

.modal-top-bar .button-close {
    position: relative;
    top: -5px;
    color: rgba(255,255,255,0.75);
    font-size: 18px;
    text-transform: none;
    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: white;
}

.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 page */

.project-details {
    font-size: 14px;
    border-top: 8px solid #b2b2b2;
    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;
}

/* News article page */

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

/* Author Info */

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

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

.author-info .author-name {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

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

/* Post Meta */

.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 */

.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 */

.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 */

.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-author {
    float: left;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: normal;
    border: none;
}

.bypostauthor .comment-container .comment-author {
    color: #b2b2b2;
}

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

.comment-container .comment-author: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;
}

/* Nested Comments */

.children {
    margin-left: 60px;
}

#commentform textarea {
    height: 230px;
}

/* ==========================================================================
   Plugin styles
   ========================================================================== */

/* SlitSlider by CoDrops | Plugin URL: http://tympanus.net/Tutorials/FullscreenSlitSlider/index2.html */

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

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

/* Slide wrapper and slides */

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

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

/* Duplicate parts/slices */

.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;
}

/* Horizontal slice */

.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;
}

/* Vertical slice */

.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;
}

/* Content wrapper */

/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

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

/* Default styles for background colors */
.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: 
    #404040;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjI2MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, 
    #404040 0%, 
    #262626 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,
    #404040), color-stop(100%,
    #262626));
    background: -webkit-linear-gradient(top, 
    #404040 0%,
    #262626 100%);
    background: -o-linear-gradient(top, 
    #404040 0%,
    #262626 100%);
    background: -ms-linear-gradient(top, 
    #404040 0%,
    #262626 100%);
    background: linear-gradient(to bottom, 
    #404040 0%,
    #262626 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#262626',GradientType=0 );
    -webkit-box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
    box-shadow: inset 0px -39px 48px -11px rgba(0,0,0,0.7);
}

.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;
}

.slide-text-black {
    font-family: "Harabara";
    font-weight: 300;
    color: #272727;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 1px;
}

.slide-text-white {
    font-family: "Harabara";
    font-weight: 300;
    color: #ebebeb;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 1px;
}

/* Main Slides Content */

.main-head .container1 {
    position: absolute;
    z-index: 99;
    display: table-cell;
    width: 100%;
    top: 40%;
}

.main-head .container1 .strong-title {
    margin-top: 0px;
    font-size: 25px;
}

.main-head .container2 {
    position: absolute;
    z-index: 99;
    display: table-cell;
    right: 5%;
    left: 5%;
    top: 25%;
    text-align: center;
    margin: 0 auto;
}

.main-head .container3 {
    position: absolute;
    z-index: 99;
    display: table-cell;
    right: 5%;
    left: 5%;
    top: 35%;
    text-align: center;
    margin: 0 auto;
}

.main-head .container4 {
    position: absolute;
    z-index: 99;
    display: table-cell;
    width: 100%;
    top: 30%;
    text-align: center;
}

.main-head .container5 {
    position: absolute;
    z-index: 99;
    display: table-cell;
    width: 100%;
    top: 25%;
    text-align: center;
}

.main-head .container6 {
    position: absolute;
    z-index: 99;
    display: table-cell;
    width: 100%;
    bottom: 25%;
    text-align: center;
}

.main-head .container7 {
    position: absolute;
    z-index: 99;
    display: table-cell;
    width: 100%;
    top: 20%;
    text-align: center;
}

.main-head .container8 {
    position: absolute;
    z-index: 99;
    display: table-cell;
    width: 100%;
    top: 25%;
    text-align: center;
}

/* Main Slider Backgrounds */

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

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

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

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

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

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

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

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

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

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

/* Images Slides Backgrounds */

.slide-img-1 {
    position: absolute;
    bottom: 0px;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */

.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;}

/* FlexSlider Necessary Styles */

.flex-container { position: relative; margin-bottom: 60px; }
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */

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

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme */
.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;
}

/* Direction Nav */

.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";
}

/* Control Nav */

.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;
}

/* News entry slider */

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

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

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

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

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

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

/* Portfolio page slider */

.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 Filtering */

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

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

/* Isotope CSS3 transitions */

.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;
}

/* Disabling Isotope CSS3 transitions */

.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 filtering ****/

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

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


/*
 * cbpBGSlideshow.js v1.0.0
 * http://www.codrops.com
 *
 * Licensed under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * Copyright 2013, Codrops
 * http://www.codrops.com
 */

.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;
}

/* If background-size supported we'll add the images to the background of the li */
.backgroundsize .cbp-bislideshow li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

/* ...and hide the images */
.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";
}

/* Fallback */

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

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

/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Image replacement */

 .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/* Hide from both screenreaders and browsers: h5bp.com/u */

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

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

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

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

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

/* Hide visually and from screenreaders, but maintain layout */

 .invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

 .clearfix:before,
 .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* For IE 6/7 only - Include this rule to trigger hasLayout and contain floats */

 .clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

   /* Wide-screen size 1200 and higher (devices and browsers) */

   @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: 10px 20px 10px 20px;
        }

        .careers .careers-content {
            width: 100%;
        }

        .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;
        }

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

   /* Smaller than standard 960 (devices and browsers) */

   @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%);
        }
    }

   /* Tablet Portrait size to standard 960 (devices and browsers) */

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

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

        .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 .author-info {
            text-align: center;
        }
   }

   /* All Mobile Sizes (devices and browser) */

   @media only screen and (max-width: 767px) {

        .animated{
            /* Disable CSS transitions, transforms & animations on mobile only */
             /*CSS transitions*/
             -o-transition-property: none !important;
             -moz-transition-property: none !important;
             -ms-transition-property: none !important;
             -webkit-transition-property: none !important;
             transition-property: none !important;
             /*CSS transforms*/
             -o-transform: none !important;
             -moz-transform: none !important;
             -ms-transform: none !important;
             -webkit-transform: none !important;
             transform: none !important;
             /*CSS animations*/
             -webkit-animation: none !important;
             -moz-animation: none !important;
             -o-animation: none !important;
             -ms-animation: none !important;
             animation: none !important;
        }

         /*#myaccount {
            position: fixed;
            top:-15px;
            right:-10px;
            background: url("../assets/img/myaccount.png") no-repeat bottom;
            background-position: center;
            width: 150px;
            height: 100px;
            z-index: 999;
        }*/

        .logo-small img {
            width: 75px;
        }
        .main-head .container1 {
            width: 90%;
            padding: 20px;
            bottom: 25%;
        }

        .main-head .container1 .strong-title {
            margin-top: 0px;
            font-size: 15px;
        }

        .main-head .container2 {
            top: 20%;
            width: 90%;
            text-align: center;
        }

        .main-head .container2 .logo-text {
            width: 115px;
        }

        .main-head .container3 {
            position: absolute;
            z-index: 99;
            display: table-cell;
            width: 90%;
            left: 5%;
            right: 5%;
            top: 25%;
            text-align: center;
        }

        .main-head .container4 {
            width: 90%;
            padding: 20px;
            top: 15%;
        }

        .main-head .container4 .logo-text {
            width: 150px;
        }

        .main-head .container5 {
            width: 90%;
            padding: 20px;
            top: 15%;
        }

        .main-head .container6 {
            width: 90%;
            padding: 20px;
            bottom: 15%;
        }

        .main-head .container7 {
            width: 90%;
            padding: 20px;
            top: 15%;
        }

        .main-head .container8 {
            width: 90%;
            padding: 20px;
            top: 15%;
        }

        .slide-text-white, .slide-text-black {
            font-size: 20px;
            line-height: 25px;
        }

        .big-icon {
            padding-left: 40px;
        }

        .nav-active .main-nav ul {
            position: absolute;
            top: 0;
            left: 0;
            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;
            margin: 0px 0px 20px 0px;
            text-align: center;
        }

        #ottflix {
            height: 900px;
        }

        .careers .careers-content {
            width: 100%;
        }

        .section-divider {
            height: 200px;
        }

        #divider-news {
            height: 100px;
        }

        #text-divider-services .strong-title {
            font-size: 17px;
            padding-top: 5px;
            line-height: 20px;
        }

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

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

        .news-entry {
            width: 43%;
        }

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

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

        .article-meta .author-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-author {
            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;
        }

        .services-details .span3 {
            margin-left: 0px;
        }
    }

   /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

   @media only screen and (min-width: 480px) and (max-width: 767px) {
        .main-head .hero {
            font-size: 24px;
            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%);
        }
    }

   /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

   @media only screen and (max-width: 479px) {

        .main-head .container {
            width: 100%;
            padding: 0 10px;
            bottom: 50px;
        }

        .main-head .hero {
            font-size: 24px;
            margin-bottom: 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;
        }

        .careers .careers-content {
            width: 100%;
        }

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

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

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

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

        .news-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) {

    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

   @media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /* Don't show links for images, or javascript/internal links */

     .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; /* h5bp.com/t */
    }

    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;
    }
}
