body {
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}

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

/*************Darksteel Knights****************/

img#dskcover {
    width: 98%;
    margin: 0 auto;
}

div#buttondiv {
    text-align: center;
    margin-bottom: 30px;
}

div#buttondiv a {
    display: inline-block;
}

div#buttondiv a#a1 {
    margin-right: 20px;
}

.dsk_reg_form {
    margin-left: 10px;
}

.dsk_reg_form input[type="text"] {
    padding: 15px 22px;
    height: 20px;
    width: 85%;
    border: 1px solid #bbbbbb;
    margin: 0 18px 20px 0;
    font-size: 75%;
    color: #010f5f;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    max-width: 550px;
}

.dsk_reg_form textarea {
    padding: 15px 22px;
    height: 80px;
    width: 85%;
    border: 1px solid #bbbbbb;
    margin: 0 18px 20px 0;
    font-size: 75%;
    color: #010f5f;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    max-width: 550px;
    overflow: auto;
    resize: none;
    /*font: -webkit-small-control;*/
    font-family: 'Source Sans Pro', sans-serif;
}

form p {
    display: inline;
    float: left;
    font-size: 90%;
    color: #37393a;
    line-height: 160%;
}

.dsk_reg_form select {
    padding: 15px 22px;
    /* height: 52px; */
    width: 85%;
    border: 1px solid #bbbbbb;
    margin: 0 0 20px 0;
    font-size: 75%;
    color: #bbbbbb;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    max-width: 550px;
    box-sizing: content-box;
}

.dsk_reg_form input[type="password"] {
    padding: 15px 22px;
    height: 20px;
    width: 85%;
    border: 1px solid #bbbbbb;
    margin: 0 18px 20px 0;
    font-size: 75%;
    color: #010f5f;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    max-width: 550px;
}

.dsk_reg_form input[type="email"] {
    padding: 15px 22px;
    height: 20px;
    width: 85%;
    border: 1px solid #bbbbbb;
    margin: 0 18px 20px 0;
    font-size: 75%;
    color: #010f5f;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    max-width: 550px;
}

.dsk_reg_form input[type="checkbox"] {
    padding: 15px 22px;
    /* display: inline-block; */
    clear: right;
    float: left;
    height: 22px;
    width: 22px;
    /* border: 1px solid #bbbbbb; */
    margin: 0 18px 20px 18px;
    font-size: 75%;
    color: #010f5f;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    max-width: 550px;
}

form.dsk_reg_form .button_submit {
    cursor: pointer;
    background-color: #e66e0d;
    width: 200px;
    height: 58px;
    color: #fff;
    font-size: 10pt;
    font-weight: 400;
    letter-spacing: 1px;
    border: 5px solid #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 0 0 1px #dbdbdb;
    text-shadow: 0 1px #d72d05;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    /* clear: both; */
}

form.dsk_reg_form .button_submit:hover {
    background-color: #d76203;
    text-shadow: 0 -1px #a70d00;
    border: 5px solid rgba(0, 0, 0, .4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: inset 0 1px 2px #c14d00;
}

.poll {
    color: #27292a
}

.desc {
    font-weight: lighter;
}

/**********End of Darksteel Knights************/
h3 {
    font-size: 180%;
    font-weight: 300;
    margin: 46px 0 30px 10px;
}

h4 {
    font-size: 120%;
    font-weight: 400;
    color: #fff;
}

a {
    color: #e66e0d;
}

p a, h1 a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #000;
}

a.button_dark, a.button_light {
    background-color: #e66e0d;
    display: block;
    width: 125px;
    padding: 15px 15px 0 15px;
    height: 33px;
    text-align: center;
    margin: auto;
    z-index: 2;
    position: relative;
    color: #fff;
    font-size: 11pt;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: 0 1px #d72d05;
    border: 5px solid white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 0 0 1px #dbdbdb;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.button_light {
    margin-left: 10px;
    width: 100px;
    border: 5px solid #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 0 0 1px #dbdbdb;
}

a:hover.button_dark, a:hover._button_light {
    background-color: #d76203;
    text-shadow: 0 -1px #a70d00;
    border: 5px solid rgba(0, 0, 0, .4);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box;
    box-shadow: inset 0 1px 2px #c14d00;
}

a:hover.button_light {
    background-color: #d76203;
    border: 5px solid #f5f5f5;
    box-shadow: 0 0 0 1px #cbcbcb;
}

.moreabout .button_dark {
    margin: 0;
}

.pxline {
    height: 1px;
    width: 100%;
    background-color: #fff;
    color: #fff;
    opacity: 0.1;
    position: relative;
    top: 30px;
    z-index: 1;
    margin-bottom: 100px
}

hr.cleanit {
    visibility: hidden;
    clear: both;
    margin-bottom: 20px;
}

div.cara {
    clear: both;
    width: 97.916666666666666666666666666667%;
    height: 1px;
    background-color: #cccccc;
    margin-top: 40px;
    margin-left: 10px;
}

/* ---------- Header ---------- */
#top {
    /*background-image: url('../img/pattern11.jpg');*/
    /*background-repeat: repeat;
    background-position: center top;*/
}

#header_in {
    max-width: 960px;
    padding: 0 10px 0 10px;
    height: 75px;
    margin: auto;
    position: relative;
}

#header_in h1 {
    font-size: 15pt;
    letter-spacing: 1px;
    float: left;
    padding-top: 25px;
    padding-bottom: 25px;
}

#header_in h1 a {
    text-decoration: none;
    color: #111;
    font-weight: 100;
}

#header_in h1 a b {
    font-weight: 600;
}

#header_in span {
    background-color: #FFF;
}

/* ----- Menu ----- */

#menu {
    /*position: absolute;
    right: 00px;*/
    float: right;
    font-size: 95%;
    /*	background: url('../img/menu_cut2.png') no-repeat scroll
right;*/
    margin-right: 0;
}

#title {
    /*margin-left: -1px;
    overflow: hidden;
    width: 292px;
    background-color: white;*/

    display: inline;
    height: 75px;
}

#menu ul li {
    float: left;
    display: inline;
}

#menu ul li a {
    text-decoration: none;
    color: #101115;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    padding: 29px 25px 0 25px;
    height: 46px;
    background-color: #fff;
}

#menu ul li a:hover {
    background-color: #f3f3f3;
}

#menu ul li.active a {
    background: url(../img/pattern11.jpg) fixed repeat top left;  
    /*background: none;*/
    color: #fff;
}

#menu ul li.active {
    background: url('../img/pattern11.jpg') scroll repeat bottom center;
}

/* --- */

/* ---------- Main part (slider) ---------- */

#main_part {
    width: 100%;
    height: auto;
    min-height: 300px;
    background: url(../img/pattern11.jpg) fixed repeat top left; 
    /*background: url('../img/pattern11.jpg') scroll repeat top center;*/
    border-bottom: 7px solid #e5e5e5;
    overflow: visible;
}

#main_part_inner {
    max-width: 100%;
    margin: auto;
    background: url(../img/pattern11.jpg) fixed repeat top left; 
    /*background: url('../img/pattern11.jpg') scroll repeat top center;*/
    height: 150px;
}

#main_part_in {
    max-width: 960px;
    margin: auto;
    padding: 8px 5px;
}

#main_part_in h2, #main_part_inner_in h2 {
    padding-top: 80px;
    padding-bottom: 14px;
    font-size: 280%;
    font-weight: 200;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px #000;
}

#main_part_in p {
    font-size: 150%;
    font-weight: 300;
    color: #eee;
    text-align: center;
    text-shadow: 0 1px #000;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

#main_part .button_main {
    margin-top: 60px;
}

/* ---------- Main part, inner pages (headline) ---------- */
/* -- Some of the css already included in the previous "Main
part" for homepage -- */

#main_part_inner_in {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

#main_part_inner_in h2 {
    padding-top: 46px;
    padding-left: 10px;
    text-align: left;
}

#main_part_inner .button_main {
    position: absolute;
    top: 46px;
    right: 15px;
}

/* --- */

/* ---------- Content ---------- */

#content {
    width: 100%;
    margin: auto;
    /*padding-left: 1%;
    padding-left: 1%;*/
    /*padding-top: 40px;*/
    min-height: 600px;
}

#content_in {
    max-width: 960px;
    margin: auto;
    width: 98%;
    /*padding: 0px 10px 0px 10px;*/
}

#content_inner {
    max-width: 960px;
    min-height: 360px;
    margin: auto;
    padding-top: 0;
    width: 98%;
}

/* ----- thirds / fourths (homepage) / sixths (about)----- */

.thirds {

    padding-top: 40px;
    width: 30%;
    margin: 0 1% 0 1%;
    /* float: left; */
    /* padding-bottom: 20px; */
    display: inline-table;
}

.thirds h3 {
    margin-top: 0;
    margin-left: 0;
    font-size: 150%;
    font-weight: 300;
    color: #27292a;
    margin-bottom: 18px;
}

.thirds p {
    font-size: 90%;
    color: #37393a;
    line-height: 160%;
}

div.fourths_countainer {
    text-align: center;
}

.fourths_portfolio {
    width: 220px;
    height: 220px;
    /* height: 0; */
    background-color: #e66e0d;
    /* float: left; */
    position: relative;
    display: inline-block;
    /* margin-bottom: 20px; */
    /* margin-left: 1.6%; */
    /* padding-bottom: 22.8%; */
    margin: 5px 1%;
}

.fourths_portfolio a {
    display: flex;
    width: 220px;
    height: 220px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* width: 23.8%; */
}

.fourths_portfolio a:hover {
    opacity: 0.15;
}

.fourths_portfolio h4 {
    position: absolute;
    top: 33%;
    display: block;
    width: 220px;
    height: 220px;
    text-align: center;
    text-shadow: 0 1px #d72d05;
    /* width: 100%; */
    vertical-align: middle;
}

.fourths_portfolio img {
    position: absolute;
    max-width: 220px;
    width: 100%;
}

.fourths_portfolio span {
    font-size: 90%;
    font-weight: 200;
    text-shadow: 0 1px #b70d02;
}

/**************************/
.home_portfolio {
    max-width: 220px;
    width: 23.8%;
    height: 0;
    background-color: #e66e0d;
    float: left;
    position: relative;
    margin-bottom: 20px;
    margin-left: 1.6%;
    padding-bottom: 22.8%;
}

.home_portfolio a {
    display: block;
    max-width: 220px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 23.8%;
}

.home_portfolio a:hover {
    opacity: 0.15;
}

.home_portfolio h4 {
    position: absolute;
    top: 33%;
    display: table-cell;
    max-width: 220px;
    text-align: center;
    text-shadow: 0 1px #d72d05;
    width: 100%;
    vertical-align: middle;
}

.home_portfolio img {
    position: absolute;
    max-width: 220px;
    width: 100%;
}

.home_portfolio span {
    font-size: 90%;
    font-weight: 200;
    text-shadow: 0 1px #b70d02;
}

@media screen and (max-width: 960px) {
    .home_portfolio:first-child {
        margin-left: 0;
    }

    .home_portfolio {
        padding-bottom: 23.3%;
    }
}

@media screen and (max-width: 550px) {
    .home_portfolio:first-child {
        margin-left: auto;
    }

    .home_portfolio {
        padding-bottom: 0;
        clear: both;
        margin: 0 auto 20px;
        float: none;
        height: 220px;
        width: 220px;
    }

    .home_portfolio h4 {
        position: absolute;
        top: 33%;
        display: table-cell;
        max-width: 220px;
        text-align: center;
        text-shadow: 0 1px #d72d05;
        width: 100%;
        vertical-align: middle;
    }
}

/* @media screen and (max-width: 960px) {
.fourths_portfolio:first-child {
	margin-left: 0;
}
.fourths_portfolio {
	padding-bottom: 23.3%;
}
}
@media screen and (max-width: 550px) {
.fourths_portfolio:first-child {
	margin-left: auto;
}
.fourths_portfolio {
	padding-bottom: 0;
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	float: none;
	height: 220px;
	width: 220px;
}
.fourths_portfolio h4 {
	position: absolute;
	top: 33%;
	display: table-cell;
	max-width: 220px;
	text-align: center;
	text-shadow: 0px 1px #d72d05;
	width: 100%;
	vertical-align: middle;
}
}*/
.sixths_team {
    width: 140px;
    height: 160px;
    margin: 0 8px 24px 8px;
    background-color: #e66e0d;
    /* float: left; */
    position: relative;
    display: inline-block;
}

div.sixths_container {
    text-align: center;
}

.sixths_team a {
    display: flex;
    width: 140px;
    height: 140px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sixths_team a.profession {
    display: block;
    width: 140px;
    height: 20px;
    background-color: #fff;
    text-decoration: none;
    font-size: 95%;
    padding-top: 10px;
}

.sixths_team a.profession:hover {
    opacity: 1;
}

.sixths_team a:hover {
    opacity: 0.10;
}

.sixths_team p.profession {
    display: block;
    width: 140px;
    height: 20px;
    background-color: #fff;
    text-decoration: none;
    font-size: 95%;
    padding-top: 10px;
    color: #e66e0d;
    text-align: left;
}

.sixths_team h4 {
    position: absolute;
    top: 50px;
    display: block;
    width: 140px;
    text-align: center;
    text-shadow: 0 1px #d72d05;
    font-weight: 200;
    font-size: 100%;
    line-height: 140%;
}

.sixths_team img {
    position: absolute;
}

.sixths_team span {
    font-weight: 400;
    text-shadow: 0 1px #b70d02;
}

/* --- */

/* ----- History (About us) ----- */
/* --- this section is really not pixel-perfect, so you might
want to redo it, if it doesn't fit your needs :) */
div.service_container {
    text-align: center;
}

.history_blok {
    background: url(../img/pattern11.jpg) fixed repeat top left;
    /*background-color: #1e2022;*/
    max-width: 960px;
    min-height: 100px;

    margin: 70px 10px 0 10px;
    padding: 43px 30px 30px 30px;
}

.history_blok h3 {
    color: #f8f9f9;
    font-weight: 200;
    margin: 0;
}

.history_blok img.milestones {
    /* margin: 30px 0 0 -13px; */
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.milestone1, .milestone2, .milestone3, .milestone4 {
    /*width: 170px;*/
    float: left;
    /* margin-left: 1%; */
    width: 25%;
    display: inline-block;
}

.milestone1 {
    margin-left: 0;
    width: 25%;
}

.miles {
    padding-top: 2px;
    font-size: 95%;
    font-weight: 300;
    line-height: 180%;
    color: #e9ecef;
}

.miles b {
    font-size: 105%;
    font-weight: 400;
}

.descr {
    margin-top: 3px;
    color: #a4a8ad;
    font-size: 90%;
    font-weight: 300;
    line-height: 150%;
}

.moreabout {
    background: url(../img/pattern11.jpg) fixed repeat top left;
    /*background-color: #1e2022;*/
    max-width: 960px;
    min-height: 100px;
    padding: 35px 40px 40px 45px;
    margin: 0 10px 0 10px;
    border-top: 7px #fff solid;
}

.moreabout p {
    width: 100%;
    color: #e9ecef;
    font-size: 115%;
    font-weight: 200;
    line-height: 160%;
    margin-bottom: 25px;
}

.moreabout b {
    font-weight: 400;
    color: #fff;
}

.moreabout a:hover {
    color: #fff;
}

/* --- */

/* ----- Services (About us) ----- */

a.services_list {
    width: 298px;
    height: 85px;
    display: inline-block;
    /* float: left; */
    margin: 8px 9px 12px 9px;
    border: 1px #ccc solid;
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: default;
}

a:hover.services_list {
    background-color: #1e2022;
    border: 1px #1e2022 solid;
    color: #e4e4e4;
    font-weight: 100;
}

.services_list span {
    display: block;
    float: left;
    width: 179px;
    margin-left: 100px;
    font-size: 105%;
    padding-top: 19px;
}

.services_list span b {
    font-weight: 400;
    line-height: 140%;
}

a.services_list span.icon_services {
    display: block;
    float: left;
    width: 62px;
}

/* -- Web Icons (linecons) -- */

/*.ico_paperplane:before, .ico_data:before, .ico_heart:before, 
.ico_monitor:before, .ico_like:before, .ico_iphone:before, 
.ico_food:before, . ico_message:before, .ico_mapmark:before, 
.ico_shop:before, .ico_pen:before, .ico_lab:before, 
.ico_fire:before, .ico_music:before, .ico_clip:before, 
.ico_bubble:before, .ico_settings:before*/
.ico_message:before, .ico_iphone:before, .ico_mapmark:before, .ico_paperplane:before, .ico_food:before, .ico_shop:before, .ico_data:before, .ico_heart:before, .ico_monitor:before, .ico_like:before, .ico_settings:before, .ico_music:before, .ico_lab:before, .ico_pen:before, .ico_clip:before, .ico_bubble:before, .ico_fire:before {
    font-family: linecons;
    font-weight: 100;
    font-style: normal;
    font-size: 310%;
    position: absolute;
    top: 14px;
    left: 17px;
    -webkit-font-smoothing: antialiased;
}

.ico_paperplane:before {
    content: "\e01e";
}

.ico_data:before {
    content: "\e021";
}

.ico_heart:before {
    content: "\e000";
}

.ico_monitor:before {
    content: "\e011";
}

.ico_like:before {
    content: "\e01a";
}

.ico_pen:before {
    content: "\e00f";
}

.ico_lab:before {
    content: "\e025";
}

.ico_iphone:before {
    content: "\e017";
    left: 20px;
}

.ico_food:before {
    content: "\e026";
    left: 19px;
    top: 13px;
}

.ico_message:before {
    content: "\e019";
    left: 21px;
}

.ico_mapmark:before {
    content: "\e012";
    left: 21px;
}

.ico_shop:before {
    content: "\e02a";
    left: 22px;
}

.ico_fire:before {
    content: "\e028";
}

.ico_music:before {
    content: "\e022";
}

.ico_clip:before {
    content: "\e029";
}

.ico_bubble:before {
    content: "\e014";
}

.ico_settings:before {
    content: "\e00a";
}

/* ---- */

/* --------- Our Work (portfolio stuffs) ---------- */

ul#work_filter {
    margin: 60px 0 42px 0;
}

#work_filter li a, .pagination li a {
    text-decoration: none;
    color: #27292a;
    font-size: 100%;
    font-weight: 400;
    letter-spacing: 1px;
}

#work_filter li a:hover, .pagination li a:hover {
    color: #000;
    text-decoration: underline;
}

#work_filter li a.active, .pagination li a.active {
    font-weight: 600;
}

#work_filter li, .pagination li {
    display: inline;
    margin: 0 10px 0 10px;
}

.pagination {
    text-align: right;
    margin-top: 20px;
}

p.youlike, p.teamline {
    font-size: 125%;
    font-weight: 400;
    line-height: 150%;
    /*width: 940px;*/
    color: #323536;
    margin: 10px 0 0 10px;
}

p.teamline {
    font-size: 110%;
    margin: -15px 0 20px 10px;
}

p.textit {
    font-size: 115%;
    font-weight: 400;
    line-height: 150%;
    width: 940px;
    margin: 50px 0 0 10px;
}

.about_blok {
    /*width: 550px;*/
    max-width: 58%;
    float: left; /*margin-right: 80px;*/
}

p.about {
    width: 98%;
    margin: -15px 1% 25px 1%;
    color: #27292a;
    font-size: 95%;
    font-weight: 400;
    line-height: 165%;
}

.testimonials {
    width: 318px;
    min-height: 80px;
    float: right;
    margin-top: 80px;
}

.testimonials .quote {
    border: 1px solid #bbb;
    border-bottom: none;
    font-size: 90%;
    font-weight: 400;
    line-height: 160%;
    color: #474a4c;
    padding: 20px 16px 25px 25px;
}

.testimonials_bottom {
    display: block;
    clear: both;
    width: 318px;
    height: 20px;
    background: url('../img/quote_bottom.png') no-repeat scroll top;
    margin-top: -5px;
}

.testimonials span.by {
    display: block;
    width: 318px;
    text-align: right;
    font-size: 90%;
}

.testimonials ul.controls {
}

.testimonials ul.controls li {
    display: inline;
    float: left;
}

.testimonials ul.controls li a {
    display: block;
    width: 7px;
    height: 7px;
    padding: 3px;
    background: url('../img/control.png') no-repeat scroll;
}

.testimonials ul.controls li a:hover, .testimonials ul.controls li a.current {
    background: url('../img/control_active.png') no-repeat scroll;
}

/* ---------- Contact ---------- */

form.formit {
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
}

.formit input[type="text"] {
    padding: 15px 22px;
    height: 20px;
    width: 236px;
    border: 1px solid #bbbbbb;
    margin: 0 18px 20px 0;
    font-size: 75%;
    color: #010f5f;
    font-weight: 300;
    letter-spacing: 1px;
    display: inline-block;
}

.formit textarea {
    width: 90%;
    height: 250px;
    margin-bottom: 22px;
    resize: none;
    padding: 20px;
    font-size: 90%;
    border: 1px solid #bbbbbb;
}

form.formit .button_submit {
    cursor: pointer;
    background-color: #e66e0d;
    width: 200px;
    height: 58px;
    color: #fff;
    font-size: 10pt;
    font-weight: 400;
    letter-spacing: 1px;
    border: 5px solid #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 0 0 1px #dbdbdb;
    text-shadow: 0 1px #d72d05;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

form.formit .button_submit:hover {
    background-color: #d76203;
    text-shadow: 0 -1px #a70d00;
    border: 5px solid rgba(0, 0, 0, .4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: inset 0 1px 2px #c14d00;
}

.contactinfo {
    position: relative;
    float: left;
    margin-right: 40px;
    padding-bottom: 10px;
}

/*.contactinfo .ico_mapmark:before, .contactinfo .ico_message:before, . contactinfo .ico_iphone:before {
 font-size: 140%;
 top: 0;
 left: 10px;
}*/

.contactinfo .ico_message:before, .contactinfo .ico_mapmark:before, .contactinfo .ico_iphone:before {
    left: 10px;
    top: 0;
    font-size: 180%;
}

.contactinfo b {
    font-size: 110%;
    font-weight: 300;
    padding-left: 45px;
}

input.lolform {
    display: none !important;
}

.mapit {
    /* width: 940px; */
    /* margin: 30px 0 0 10px; */
    position: relative;
    padding-bottom: 350px;
    height: 0;
    overflow: hidden;
}

.mapit iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ---------- Footer ---------- */

#footer {
    width: 100%;
    min-height: 182px;
    height: auto;
    background: url(../img/pattern11.jpg) fixed repeat top left; 
    /*background: #fff url('../img/pattern11.jpg') repeat scroll center;*/
    color: #a5a5a5;
    font-weight: 300;
    font-size: 90%;
    margin: 80px auto auto;
    border-top: 7px solid #e5e5e5;
    padding-bottom: 1px;
}

#footer_in {
    max-width: 960px;
    height: auto;
    margin: auto;
    position: relative;
    padding-top: 10px;
    display: block;
    text-align: center;
}

#footer_in p {
    /*float: left;*/
    display: inline-block;
}

#footer_in a {
    color: #fff;
    text-decoration: none;
}

#footer_in a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer_in span {
    position: absolute;
    right: 10px;
}

#footer_in ul {
    text-decoration: none;
    /*float: left;*/
    margin: 20px 40px 25px 30px;
    display: inline-block;
}

#footer_in li {
    text-align: left;
}

/* ---------- Custom google search bar ---------- */

.cse .gsc-control-cse, .gsc-control-cse {
    background-color: rgba(255, 255, 255, 0) ! important;
    border: 1px solid rgba(255, 255, 255, 0) ! important;
    padding: 1em;
    width: auto;
    max-width: 700px ! important;
    margin: auto !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #e66e0d !important;
}

/* ---------- Other elements ---------- */

.banner1 {
    background: url(../img/pattern11.jpg) fixed repeat top left; 
    /*width: 890px;*/
    /*height: 76px;*/
    padding: 42px 50px;
    margin: 45px auto 0;
    /*background: url('../img/banner1.jpg') no-repeat scroll;*/
    /*background-color: #232428;*/
    color: #c3ccd5;
    position: relative;
}

.banner1 p {
    font-weight: 200;
    font-size: 20pt;
    /*display: block;
    width: 630px;*/
    text-shadow: 0 5px 5px #000;
    margin-right: 184px;

}

.banner1 p b {
    color: #fff;
    font-weight: 300;
}

.banner1 a.button_dark {
    width: 125px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 42px;
    top: 0;
    bottom: 0;
}

p.profession2 {
    display: block;
    width: 140px;
    height: 20px;
    background-color: #fff;
    text-decoration: none;
    font-size: 95%;
    /*padding-top: 10px;*/
    color: #e66e0d;
    margin-left: 10px;
    margin-bottom: 10px;
}

img.profile_pic {
    float: left;
    display: block;
    width: 220px;
    height: 220px;
    padding-top: 10px;
    padding-right: 15px;
    margin-left: 10px;
}

div.profile_img {
    display: inline-block;
}

/* ---------- Blog Page ---------- */

div.twitterdiv {
    padding-top: 25px;
    float: right;
    width: 360px;
}

div.blogdiv {
    padding-top: 25px;
    float: left;
    width: 62.5%;
}

.blogdiv h1 {
    font-size: 200%;
    font-weight: bold;
    color: #e66e0d;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 10px 10px 0;
}

.blogdiv h6 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 90%;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 10px 10px 0;
}

.blogdiv h2 {
    margin: 20px 10px 10px 0;
}

.blogdiv hr {
    border: 1px dashed;
    margin: 30px 10px 30px 0;
}

.blogdiv p {
    margin: 10px 10px 0 0;
    color: #37393a;
    font-size: 95%;
    font-weight: 400;
    line-height: 160%;
    font-family: 'Source Sans Pro', sans-serif;
}

.blogdiv ul, .blogdiv ol {
    padding-left: 30px;
    margin: 10px 10px 0 0;
    color: #37393a;
    font-size: 95%;
    font-weight: 400;
    line-height: 160%;
    font-family: 'Source Sans Pro', sans-serif;
}

.blogdiv ul {
    list-style-type: square;
}

.blogdiv ol {
    list-style-type: decimal;
}

.blognav h3 {
    font-size: 150%;
    font-weight: 300;
    color: #27292a;
    margin: 10px 0 15px 10px;
}

.blognav ul {
    list-style: none;
    margin-bottom: 20px;
    margin-left: 20px;
    line-height: 150%;
}

/*----------------------------
	Pagination buttons
-----------------------------*/

.pagination-arrow {
    display: inline-block;
    font: bold 16px/1 'Open Sans Condensed', sans-serif;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 20px 15px -20px 15px;
    color: #555;
    padding: 8px 12px;
    text-decoration: none !important;
    text-transform: uppercase;
    position: relative;
}

.pagination-arrow.newer {
    padding-left: 20px;
}

.pagination-arrow.newer:hover {
    background-color: #e66e0d;
    color: #FFF;
}

.pagination-arrow.older:hover {
    background-color: #e66e0d;
    color: #FFF;
}

.pagination-arrow.older {
    padding-right: 20px;
    float: right;
}

.pagination-arrow.newer:before, .pagination-arrow.older:before {
    content: '';
    border: 5px solid #555;
    border-color: transparent #555 transparent transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: 3px;
    top: 12px;
}

.pagination-arrow.older:before {
    left: auto;
    right: 3px;
    border-color: transparent transparent transparent #555;
}

.pagination-arrow.newer:hover:before {
    border: 5px solid #FFF;
    border-color: transparent #FFF transparent transparent;
}

.pagination-arrow.older:hover:before {
    border: 5px solid #FFF;
    border-color: transparent transparent transparent #FFF;
}

#disqus_thread {
    max-width: 960px;
    width: 98%;
    margin: auto;
    padding-top: 0;
    display: block;
    clear: both;
}

/*********ourwork*********/

p.productdescription {
    margin: 10px 10px 0 0;
    color: #37393a;
    font-size: 95%;
    font-weight: 400;
    line-height: 160%;
    font-family: 'Source Sans Pro', sans-serif;
}

/*********gallery*********/
.gallery a {
    display: inline-block;
    width: 192px;
    height: 320px;
    position: relative;
    border: 5px solid #d6d6d6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery #abc4, #abc5, #abc6 {
    display: inline-block;
    width: 375px;
    height: 274px;
    position: relative;
    border: 5px solid #d6d6d6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery a img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition-property: width, height, top, bottom, left, right, z-index;
    -webkit-transition-duration: 2s;
    -moz-transition-property: width, height, top, bottom, left, right, z-index;
    -moz-transition-duration: 2s;
    -o-transition-property: width, height, top, bottom, left, right, z-index;
    -o-transition-duration: 2s;
    transition-property: width, height, top, bottom, left, right, z-index;
    transition-duration: 2s;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    /*user-select: none;*/
}

.closed {
    position: absolute;
    top: -25px;
    right: 0;
    display: none;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    color: #555;
    /*background-color: white;
    width: 36px;
    height: 15px;*/
    -webkit-text-shadow: 0 0 5px #fff;
    -moz-text-shadow: 0 0 5px #222;
    text-shadow: 0 0 5px #fff;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    cursor: pointer;
    z-index: 30;
}

.closed-layer {
    display: none;
    position: absolute;
    top: 140px;
    left: 150px;
    width: 500px;
    height: 352px;
    background: transparent;
    z-index: 30;
    cursor: pointer;
}

.gallery a:focus ~ .closed, a:focus ~ .closed-layer {
    display: block;
}

.gallery a:focus {
    border: none;
}

.gallery a:focus img {
    width: 250%;
    height: 250%;
    position: absolute;
    box-shadow: 0 0 15px 2px #000;
    -moz-box-shadow: 0 0 15px 2px #000;
    -webkit-box-shadow: 0 0 15px 2px #000;
    -webkit-transition-property: width, height, top, bottom, left, right, z-index;
    -webkit-transition-duration: 2s;
    -moz-transition-property: width, height, top, bottom, left, right, z-index;
    -moz-transition-duration: 2s;
    -o-transition-property: width, height, top, bottom, left, right, z-index;
    -o-transition-duration: 2s;
    transition-property: width, height, top, bottom, left, right, z-index;
    transition-duration: 2s;
    cursor: default;
    z-index: 25;
}

.gallery #abc1:focus img {
    left: +200px;
    top: -25%;
}

.gallery #abc2:focus img {
    left: +10px;
    top: -25%;
}

.gallery #abc3:focus img {
    left: -200px;
    top: -25%;
}

.gallery #abc4:focus img {
    left: -570px;
    top: -25%;
}

.gallery #abc5:focus img {
    left: +20px;
    top: -150%;
}

.gallery #abc6:focus img {
    left: -360px;
    top: -150%;
}

/*.gallery a:focus:nth-child(4n+1) img {
	left: 150px;
}
.gallery a:focus:nth-child(4n+2) img {
	left: -50px;
}
.gallery a:focus:nth-child(4n+3) img {
	left: -250px;
}
.gallery a:focus:nth-child(4n+4) img {
	left: -460px;
}
.gallery a:focus:nth-child(-n+4) img {
	top: 140px;
}
.gallery a:focus:nth-child(n+9) img {
	top: -150px;
}
.gallery a:focus:nth-child(n+13) img {
	top: -295px;
}*/
.gallery {
    margin: 20px auto;
    width: 960px;
    position: relative;
}

/**********404************/

.four-oh-four-paragraph {
    margin: 10px 10px 0 0;
    color: #37393a;
    font-size: 95%;
    font-weight: 400;
    line-height: 160%;
    font-family: 'Source Sans Pro', sans-serif;
}

/**************************/

.social-links {
    width: 210px;
    height: 63px;
    display: block;
    float: left;
    margin: 8px 10px 12px 10px;
    border: 1px #ccc solid;
    text-decoration: none;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    border: 5px solid white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 0 0 1px #dbdbdb;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-links:hover {
    border: 5px solid rgba(0, 0, 0, .4);
}

.social-links .facebook {
    background: url(/about/img/fb.png) 0 15px no-repeat;
}

.social-links .twit {
    background: url(/about/img/twitter.png) 0 20px no-repeat;
}

.social-links .steam {
    background: url(/about/img/steam.png) 0 23px no-repeat;
}

.social-links .lodestone {
    background: url(/about/img/lodestone.png) 0 15px no-repeat;
}

.social-links span {
    display: block;
    width: 127px;
    height: 44px;
    padding-left: 55px;
    margin-left: 24px;
    font-size: 105%;
    padding-top: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #37393a;
}

.cleanit {
    visibility: hidden;
    clear: both;
    margin-bottom: 20px;
}

#bob {
    border: 1px dashed;
    margin: 30px 10px 30px 0;
}

#mini_menu {
    display: none;
}

ul#mini_menu_list2 {
    margin-right: 22px;
    margin-top: 22px;
    display: inline-block;
}

ul#mini_menu_list2 ul.sub-menu {
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul#mini_menu_list2 img {
    width: 32px;
}

ul#mini_menu_list2 li {
    list-style-type: none;
    display: inline-block;
}

ul#mini_menu_list2 ul.sub-menu li {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    display: table;
    height: 46px;
}

/*Link Appearance*/
ul#mini_menu_list2 li a, ul#mini_menu_list2 li ul.sub-menu li a {
    text-decoration: none;
    background: transparent;
    display: inline-block;
}

ul#mini_menu_list2 li ul.sub-menu li a {
    text-decoration: none;
    background: transparent;
    vertical-align: middle;
    display: block;
    padding: 16px 20px;
    width: 100px;
}

/*Make the parent of sub-menu relative*/
ul#mini_menu_list2 li {
    position: relative;
}

/*sub menu*/
ul#mini_menu_list2 li ul.sub-menu {
    display: none;
    position: absolute;
    right: 0;
    background: #232428 url('../img/pattern11.jpg') repeat scroll top center;
    border: 2px solid #e5e5e5;
    /*border-radius: 10px;*/
    z-index: 3;
}

ul#mini_menu_list2 li:hover ul.sub-menu {
    display: block;
}

ul.sub-menu li a {
    color: white;
}

ul.sub-menu li.active a {
    color: #e66e0d;
}

ul.sub-menu li:hover {
    background-color: #e5e5e5;
    color: black;
}

ul.sub-menu li:hover a {
    color: black;
}

@media screen and (max-width: 1000px) {
    div.twitterdiv {
        padding-top: 25px;
        margin: 0 auto;
        width: 360px;
    }

    div.blogdiv {
        padding-top: 25px;
        margin: 0 auto;
        width: 98%;
    }

}

@media screen and (max-width: 960px) {
    #footer_in {
        max-width: 960px;
        height: auto;
        margin: auto;
        position: relative;
        padding-top: 10px;
        display: block;
        text-align: center; /* align-content: center; */
    }

    #footer_in ul {
        text-decoration: none;
        /* float: left; */
        /* margin: 20px 0px 25px 0px; */
        margin: 20px 10px 25px;
        display: inline-block;
        align-content: center;
    }

    /*.thirds {
        padding-top: 40px;
        width: 98%;
        margin: 0 1% 0 1%;
        float: left;
    }*/
    /*#content {
        width: 100%;

        /*padding-top: 40px;
    }*/
    /*#top{
    width: 100%;
    }*/
    #header_in h1 {
        float: none;
        text-align: center;
    }

    #header_in {
        height: 150px
    }

    #menu {
        float: none;
        margin: 0 auto;
        width: 98%;
        clear: both;
    }

    #menu ul li a {
        padding: 29px 0 0 0;
    }

    #menu ul li {
        float: left;
        clear: none;
        display: inline;
        border: none;
        margin: 0;
        width: 14.285714285714285714285714285714%;
        padding: 0;
        text-align: center;
    }

}

@media screen and (max-width: 700px) {
    #footer_in {
        max-width: 80%;
        height: auto;
        margin: auto;
        position: relative;
        padding-top: 10px;
        display: block;
        text-align: center;
        /* font-size: large;*/
    }

    #footer_in ul {
        text-decoration: none;
        /* float: left; */
        margin: 20px 30px 25px 30px;
        display: block;
    }
    #footer_in li {
        text-align: center;
    }

    #placeholder {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .about_blok {
        /* width: 550px; */
        max-width: 100%;
        float: left;
        /* margin-right: 80px; */
        clear: both;
        margin-bottom: 23px;
    }

    .testimonials {
        width: 318px;
        min-height: 80px;
        clear: both;
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    div.about_blok, p.about {
        width: auto;
    }

    div.about_blok {
        margin-right: 10px;
    }

    #header_in {
        height: 75px
    }

    #mini_menu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    #menu_dropdown {
        display: inline;
    }

    .thirds {
        width: 98%;
    }

    #main_part_in h2 {
        padding-top: 10px
    }

    .pxline {
        display: none;
    }

    #main_part {
        min-height: 1px;
    }

    #menu_list {
        display: none;
    }

    #main_part_in h2 {
        font-size: 185%
    }
}

@media screen and (max-width: 500px) {
    .banner1 p {
        display: none;
    }

    .banner1 a {
        right: 0 !important;
        left: 0;
        margin: auto;
    }

    .milestone1, .milestone2, .milestone3, .milestone4 {
        width: 100%;
        align-content: center;
        text-align: center;
        float: left;
        display: inline-block;
        margin-top: 15px;
    }

    .history_blok img.milestones {

        display: none;
    }

}
