br {
    display: block;
    line-height: 1.6em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

input,
textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    max-width: 100%;
}

#w {
    display: block;
    margin: 0 auto;
    padding: 2px 3px;
}

.slidernav a {
    padding: 0;
}

@media (min-width:320px) {
    #w {
        max-width: 300px;
    }

    .slidernav a {
        padding: 5px 8px;
    }
}

@media (min-width:768px) {
    #w {
        max-width: 650px;
    }
}

@media (min-width:992px) {
    #w {
        max-width: 830px;
    }
}

.crsl-items {
    display: block;
    padding: 5px 5px 5px 0;
}

.crsl-item .thumbnail {
    display: block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

    .crsl-item .thumbnail img {
        display: block;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .crsl-item .thumbnail:hover img {
        opacity: 0.8;
    }

.crsl-item h3 {
    font-family: 'Oswald', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 1.95em;
    line-height: 1.25em;
    margin-bottom: 12px;
}

    .crsl-item h3 a {
        text-decoration: none;
        color: #333;
    }

        .crsl-item h3 a:hover {
            text-decoration: underline;
        }

.crsl-item .postdate {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    font-size: 1.2em;
    font-weight: bold;
    background: #4e90da;
}

.crsl-item p {
    font-size: 1.2em;
    line-height: 1.55em;
    margin-bottom: 5px;
}

    .crsl-item p.readmore a {
        display: block;
        float: right;
        color: #4e90da;
        padding: 3px 5px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 3px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .crsl-item p.readmore a:hover {
            background: #4b6caa;
            color: #fff;
        }

.slidernav {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin: -225px auto 210px 0;
}

    .slidernav a {
        display: inline-block;
        font-size: 1.4em;
        color: #666;
        text-decoration: none;
    }

        .slidernav a.previous {
            position: absolute;
            text-align: left;
        }

        .slidernav a.next {
            position: absolute;
            text-align: right;
        }

        .slidernav a:active {
        }

.crsl-wrap a {
    padding: 0;
    margin: 0;
    clear: both;
    display: block;
    padding: 0;
}

.crsl-wrap ul {
    padding: 0;
    margin: 0;
    background: blue;
}

    .crsl-wrap ul li {
        float: left;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 18px;
    }

        .crsl-wrap ul li a {
            margin: 3px 1px;
            padding: 0;
            color: #c8c8c8;
            border: 1px solid #c8c8c8;
            width: 28px;
            height: 28px;
            line-height: 28px;
        }

            .crsl-wrap ul li a:hover {
                color: #ffffff;
                border: 1px solid #e46142;
                background: #e46142;
            }

@media screen and (max-width:660px) {
    h1 {
        font-size: 2.4em;
        line-height: 1.2em;
    }

    .crsl-item h3 {
        font-size: 1.65em;
    }
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
    width: 100%;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.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;
}

@font-face {
    font-family: 'flexslider-icon';
    src: url("assets/fonts/flexslider-icon.eot");
    src: url("assets/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("assets/fonts/flexslider-icon.woff") format("woff"), url("assets/fonts/flexslider-icon.ttf") format("truetype"), url("assets/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .flex-direction-nav .flex-prev {
        left: -50px;
    }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right;
    }

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

.service_links,
.service_links:hover {
    color: #FFF;
    text-decoration: none;
    cursor: text;
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}



#lightbox {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(211, 211, 211, 0.7);
    -webkit-filter: none !important;
    z-index: 10000;
}

    #lightbox img {
        display: block;
        position: absolute;
        box-shadow: 0 0 20px #000;
        border-radius: 1px;
        width: auto;
    }

body.blurred > * {
    -webkit-filter: blur(2px);
    -webkit-transform: translate3d(0, 0, 0);
}

.lightbox-loading {
    background: url("/assets/images/loading.gif") no-repeat center;
    width: 31px;
    height: 31px;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 48%;
    left: 50%;
}

.lightbox-caption {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

    .lightbox-caption p {
        margin: 0 auto;
        max-width: 70%;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding: 10px;
        color: #fff;
        font-size: 12px;
        line-height: 18px;
    }

.lightbox-button {
    position: absolute;
    z-index: 9999;
    background: no-repeat center center;
    width: 32px;
    height: 32px;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

    .lightbox-button:hover,
    .lightbox-button:focus {
        opacity: 1;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }

.lightbox-close {
    right: 30px;
    top: 30px;
    background-image: url("/assets/images/close.png");
}

.lightbox-next {
    right: 30px;
    top: 48%;
    background-image: url('/assets/images/next.png');
}

.lightbox-previous {
    left: 30px;
    top: 48%;
    background-image: url('/assets/images/previous.png');
}

body {
    font: 14px/1.85em 'Open Sans', Arial, Helvetice Neue, sans-serif;
    color: #888888;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
}

h1 {
    width: 100%;
    font-size: 36px;
    color: #747474;
    text-align: center;
}

.blue {
    color: #06F;
    font-weight: normal;
}

.green {
    color: #0A0;
    font-weight: normal;
}

.clear {
    clear: both;
}

.templatemo_marginbot {
    margin-bottom: 50px;
}

.templatemo_topbar {
    width: 100%;
    background: url("/assets/images/templatemo-topbar-bg.png") repeat-x;
    position: fixed;
    z-index: 10;
    top: 0;
}

.templatemo_headerimage {
    width: 100%;
    margin-top: 50px;
    position: relative;
}

    .templatemo_headerimage img {
        width: 100%;
    }

.templatemo_blackoverlay {
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 53px;
}

.templatemo_titlewrapper {
    top: 0;
    width: 100%;
    left: 0;
}

.templatemo_title {
    position: absolute;
    height: 150px;
    line-height: 84px;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #ffffff;
    top: 0;
    left: 0;
}

    .templatemo_title span {
        display: block;
        height: 150px;
    }

.templatemo_menu {
    position: relative;
    top: 10%;
}

.templatemo_topbar .navbar-default {
    border: none;
    background: none;
}

.templatemo_topbar .navbar {
    border-radius: 0;
}

.templatemo_topbar .navbar-nav {
    float: none;
    margin: 0 auto;
}

.templatemo_topbar .navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.templatemo_topbar .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ececec;
}

#top-menu li.active a {
    background: #719DC1;
    opacity: 0.8;
    color: #FFF;
}

#top-menu a:hover {
    background: #719DC1;
    opacity: 0.8;
    color: #FFF;
}

.navbar-collapse {
    box-shadow: none;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.templatemo_homewrapper {
}

.templatemo_hometitle {
    text-align: center;
    margin-bottom: 20px;
}

.templatemo_hometext {
    text-align: center;
    margin: 0 auto;
}

.templatemo_homebutton {
    background: #ee785c;
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    width: 150px;
    color: #e3e3e3;
}

    .templatemo_homebutton a {
        color: #e3e3e3;
    }

:hover.templatemo_homebutton {
    background: #5a8cb7;
    cursor: pointer;
}

.templatemo_servicewrapper {
    background: #f0eeee;
    padding: 50px 0 50px 0;
    width: 100%;
    text-align: center;
}

.templatemo_servicebox {
    background: #ffffff;
    border-radius: 5px;
    padding: 25px;
}

.templatemo_serviceicon {
    background: #5a8cb7;
    color: #ffffff;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
}

.templatemo_service_title {
    font-size: 18px;
    margin: 15px 0 5px 0;
    color: #575757;
}

.templatemo_workwrapper {
    width: 100%;
    padding: 70px 0 50px 0;
    text-align: center;
}

.templatemo_workmargin {
    margin-bottom: 50px;
}

.templatemo_workbox {
    float: left;
}

    .templatemo_workbox img {
        width: 100%;
    }

.templatemo_worktitle {
    margin-top: 15%;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.templatemo_workdes {
    color: #ffffff;
    margin-top: 10px;
}

.templatemo_worklink {
    padding: 25px;
    font-size: 30px;
    background: #e2826a;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
}

.templatemo_team_wrapper {
    width: 100%;
    padding: 70px 0 50px 0;
    text-align: center;
}

.templatemo_team_name {
    font-size: 16px;
    color: #5a8cb7;
    margin-top: 10px;
}

.templatemo_team_post {
    font-size: 14px;
}

.templatemo_contactwrapper {
    padding: 100px 0 30px 0;
}

#templatemo_map {
    height: 250px;
    width: 100%;
    margin-top: 20px;
}

.templatemo_contactmargin {
    margin-top: 30px;
}

.templatemo_address_title {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.templatemo_address_left {
    float: left;
    width: 30%;
    font-size: 14px;
    margin-top: 10px;
}

.templatemo_address_right {
    float: left;
    width: 70%;
    font-size: 14px;
    margin-top: 10px;
}

.templatemo_contactwrapper input,
textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    margin-top: 10px;
    padding: 5px;
}

.templatemo_contactwrapper textarea {
    height: 120px;
}

.templatemo_sendbtn {
    background: #5a8cb7;
    color: #fff;
    padding: 7px 25px;
    float: left;
}

.templatemo_footerwrapper {
    background: #5a8cb7;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    margin-top: 50px;
}

    .templatemo_footerwrapper a {
        color: #fff;
    }

        .templatemo_footerwrapper a:hover {
            color: #FC3;
        }

.templatemo_social {
    width: 125px;
    margin: 0 auto;
    padding: 0;
}

.main-slider {
    width: 100%;
    margin-top: 0;
}

.flexslider ul {
    padding: 0;
}

    .flexslider ul li {
        padding: 0;
    }

.flexslider .slides {
}

.slider-caption {
    position: absolute;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    z-index: 8;
    color: #fff;
    top: 180px;
}

    .slider-caption h2 {
        font-size: 48px;
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .slider-caption p {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px;
        width: 50%;
        margin: 0 auto 30px auto;
        line-height: 1.8em;
    }

.flexslider {
    background-color: #371604;
    overflow: hidden;
    margin: 0;
}

.flex-control-nav {
    bottom: 15px;
    z-index: 9;
}

.flex-control-paging li {
    list-style: none;
}

    .flex-control-paging li a {
        background: none;
        border: none;
        opacity: 0;
    }

        .flex-control-paging li a:hover {
            opacity: 1;
            background: white;
        }

        .flex-control-paging li a.flex-active {
            opacity: 0;
            background: none;
        }

.gallery-item {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

    .gallery-item .content-gallery {
        text-align: center;
    }

        .gallery-item .content-gallery h3 {
            color: #b10021;
            font-size: 16px;
            font-weight: 300;
            margin-top: 5px;
            padding-bottom: 5px;
            display: inline-block;
        }

    .gallery-item img {
        width: 100%;
    }

    .gallery-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        height: 100%;
        background-color: rgba(229, 97, 66, 0.9);
        display: block;
        -webkit-transition: all 50ms ease-in-out;
        -moz-transition: all 50ms ease-in-out;
        -ms-transition: all 50ms ease-in-out;
        -o-transition: all 50ms ease-in-out;
        transition: all 50ms ease-in-out;
    }

        .gallery-item .overlay a {
            color: #ffffff;
            text-align: center;
            line-height: 32px;
            position: absolute;
            margin-top: -16px;
            margin-left: -10px;
            font-size: 24px;
        }

@media (max-width:767px) {
    .templatemo_titlewrapper {
        display: none;
    }

    .templatemo_titlewrappersmall {
        float: left;
        font-size: 28px;
        color: #ffffff;
        line-height: 50px;
        margin-left: 20px;
    }

    .templatemo_topbar .container-fluid > .navbar-collapse {
        background: #ca482a;
        opacity: 0.9;
        border: none;
    }

    .templatemo_topbar .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 10px 10px;
        border-bottom: 1px solid #5a8cb7;
        border-bottom-color: #5a8cb7;
    }

    .margin_bottom_1col {
        margin-bottom: 20px;
    }

    .margin_bottom_2col {
        margin-bottom: 0;
    }

    #top-menu {
        background: #ca482a;
        margin: 0 -15px;
        opacity: 0.9;
    }

    .templatemo_topbar .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
}

@media (max-width:991px) {
    .templatemo_homewrapper {
        display: none;
    }

    .margin_bottom_2col {
        margin-bottom: 20px;
    }
}

@media (max-width:319px) {
    .slidernav a.previous {
        left: 0%;
    }

    .slidernav a.next {
        right: 0%;
    }
}

@media (min-width:320px) {
    .templatemo_workbox {
        width: 100%;
    }

    .slidernav a.previous {
        left: 3%;
    }

    .slidernav a.next {
        right: 2%;
    }
}

@media (min-width:768px) {
    .templatemo_topbar {
        height: 35px;
    }

    .templatemo_headerimage {
        margin-top: 35px;
    }

    .templatemo_title {
        font-size: 32px;
        line-height: 50px;
    }

    .templatemo_topbar .navbar-nav {
        width: 600px;
    }

    .templatemo_titlewrappersmall {
        display: none;
    }

    .templatemo_topbar .navbar {
        position: relative;
        top: -35px;
    }

    .templatemo_workbox {
        width: 50%;
    }

    .templatemo_topbar .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 14px;
        padding: 5px 25px;
    }

    .slidernav a.previous {
        left: 2%;
    }

    .slidernav a.next {
        right: 1%;
    }
}

@media (min-width:992px) {
    .templatemo_topbar {
        height: 50px;
    }

    .templatemo_headerimage {
        margin-top: 50px;
    }

    .templatemo_title {
        font-size: 40px;
        line-height: 60px;
    }

    .templatemo_homewrapper {
        display: block;
    }

    .templatemo_homewrapper {
        top: 0%;
        width: 100%;
    }

    .templatemo_hometitle {
        font-size: 26px;
        margin-top: 10px;
    }

    .templatemo_hometext {
        text-align: center;
        font-size: 16px;
        margin: 0 auto;
        width: 90%;
    }

    .templatemo_homebutton {
        margin: 40px auto 0 auto;
        padding: 10px 0;
        font-size: 18px;
        width: 130px;
    }

    .templatemo_workbox {
        width: 25%;
    }

    .templatemo_topbar .navbar {
        position: relative;
        top: -45px;
    }

    .templatemo_topbar .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 14px;
        padding: 10px 25px;
    }

    .slidernav a.previous {
        left: 3%;
    }

    .slidernav a.next {
        right: 2%;
    }

    .templatemo_worktitle {
        margin-top: 5%;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }
}

@media (min-width:1200px) {
    .templatemo_title {
        font-size: 50px;
        line-height: 84px;
    }

    .templatemo_homewrapper {
        top: 0%;
        width: 100%;
    }

    .templatemo_hometitle {
        font-size: 40px;
        margin-top: 40px;
    }

    .templatemo_hometext {
        text-align: center;
        font-size: 16px;
        margin: 0 auto;
        width: 80%;
        line-height: 30px;
    }

    .templatemo_homebutton {
        margin: 40px auto 20px auto;
        font-size: 18px;
    }

    .templatemo_topbar .navbar {
        position: relative;
        top: -55px;
    }

    .templatemo_topbar .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 16px;
        padding: 15px 25px;
    }

    .slidernav a.previous {
        left: 11%;
    }

    .slidernav a.next {
        right: 10%;
    }

    .templatemo_worktitle {
        margin-top: 15%;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
    }
}

@media (min-width:1400px) {
    .templatemo_homewrapper {
        top: 0%;
        width: 100%;
    }

    .templatemo_hometitle {
        font-size: 42px;
        margin-top: 80px;
    }

    .templatemo_hometext {
        text-align: center;
        font-size: 18px;
        margin: 0 auto;
        width: 70%;
        line-height: 30px;
    }

    .templatemo_homebutton {
        margin: 70px auto 20px auto;
    }

    .slidernav a.previous {
        left: 15%;
    }

    .slidernav a.next {
        right: 15%;
    }
}
