/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
/*@import url(//fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,400italic,700,900);*/
@font-face {
    font-family: 'Asap';
    src:url('/fonts/Asap-Regular.otf');
}
@font-face {
    font-family: 'Lato';
    src:url('/fonts/Lato-Regular.ttf');
}
/* icons */
@font-face {
    font-family: 'icomoon';
    src:url('svg/fonts/icomoon.eot?ne9ypj');
    src:url('svg/fonts/icomoon.eot?#iefixne9ypj') format('embedded-opentype'),
        url('svg/fonts/icomoon.ttf?ne9ypj') format('truetype'),
        url('svg/fonts/icomoon.woff?ne9ypj') format('woff'),
        url('svg/fonts/icomoon.svg?ne9ypj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="iconf-"], [class*=" iconf-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:black;
}

.iconf-men14:before {
    content: "\e600";
}
.iconf-seo40:before {
    content: "\e601";
}
.iconf-sign20:before {
    content: "\e602";
}
/* icons */




body {
    /*font-family:'Roboto', sans-serif;*/
    font: normal 14px/21px 'Lato', sans-serif;
    /*color: #8c8c81;*/
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
    color: #FF5716;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 400;
    color: #343434;
}


.navbar {
    background: #fff;
    margin-bottom:0;
    
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #fff;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {
    height:50px;
}
.navbar .nav li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    box-shadow: none;
    font: 400 14px/21px "Asap",sans-serif;
    /*font-size:11px;
    font-family: "Times New Roman", Times, serif;*/
    text-shadow: none;
    color: #66685f;
    transition: color 1s ease;
    padding: 5px 5px 5px 5px;
    background: transparent !important;
}

.navbar .nav li > ul{
    padding:20px 0px;
    background: #fff;
}

.navbar .nav li > ul > li > a{
    margin:0px;
    padding-top:0px;
    padding-bottom:0px;
    line-height: 40px;
    padding-left:30px;
}
.navbar .nav li > ul > li > a:hover{
    color: #FF5716;
}


.navbar .nav > li:hover> a,
.navbar .nav > .active > a:hover {
    border: none;
    color: #000;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:focus{
    border: none;
    color:#a9aba0;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    margin-top: 0;
    color: #000;
}


.menu-navbar-inner{
    background: #e3e3e3 url("/images/menu_bg.jpg") repeat-x scroll 0 0;
}

.header-inner{
    padding-bottom: 15px;
    padding-top: 15px;
}

.lang-ul{
    float: right;
    list-style-type: none;
    padding-top: 25px;
}
.lang-ul li{
    float: left;
    padding-left: 8px;
    transition: all 0.3s ease 0s;
}
/*.lang-ul li.active{
    margin-top: -6px;
}*/
.lang-ul li:hover{
    margin-top: -6px;
    transition: all 0.3s ease 0s;
}
.lang-ul li.active:hover{
    margin-top: 0px;
    transition: all 0.3s ease 0s;
}
 @media (max-width: 768px) {
    .lang-ul{
        padding-top: 0;
        margin-right: 20px;
    }
    .da-slider{
        display: none;
    }
}

.more-link{
    margin-top: 30px;
    background-color: #fff;
    border: 2px solid #323232;
    color: #000 !important;
    display: inline-block;
    font: bold 16px/48px "Asap",sans-serif;
    height: 48px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 201px;
    transition: all 0.3s ease 0s;
}
.more-link:hover{
    background-color: #323232;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: #fff !important;
}

.field-block .more-link-submit{
    background-color: #fff;
    border: 2px solid #323232;
    color: #323232;
    display: inline-block;
    font: bold 14px "Asap",sans-serif;
    height: 48px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 40%;
    transition: all 0.3s ease 0s;
    margin: 7% 30% 0 30%;
}

.field-block .more-link-submit:hover{
    background-color: #323232;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: #fff;
}

.more-link-akcija{
    /*margin: 30px 200px 50px 200px !important;*/
    margin: 30px 0px 50px 0px !important;
    border: 2px solid #323232;
    color: #323232;
    display: inline-block;
    font: bold 16px/48px "Asap",sans-serif;
    height: 48px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 201px;
    transition: all 0.3s ease 0s;
}

/*.more-link-akcija:hover{
    background-color: #fd4403;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: #323232;
}*/
.more-link-akcija:hover, .more-link-akcija2:hover{
    background-color: #323232;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: #fff;
}

.more-link-akcija2{
    /*margin: 30px 200px 50px 200px;*/
    margin: 30px 0px 50px 0px;
    border: 2px solid #323232;
    color: #323232;
    display: inline-block;
    font: bold 16px/48px "Asap",sans-serif;
    height: 48px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 201px;
    transition: all 0.3s ease 0s;
    float: left;
}

/*.more-link-akcija2:hover{
    background-color: #fd4403;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: #323232;
}*/


.order-link{
    margin-top: 40px;
    /*margin-left: -70px;*/
    border: 2px solid #323232;
    color: #323232;
    display: inline-block;
    font: bold 16px/48px "Asap",sans-serif;
    height: 48px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 201px;
    transition: all 0.3s ease 0s;
}
.order-link:hover{
    background-color: #323232;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: #fff;
}
/* Search */
.search_box {
    /*margin: 52px 0 46px;*/
    margin-top: 40px;
    float: right;
}
#search {
    position: relative;
    background: #f2f2f2;
    border: 1px solid #d8d8d8;
    width: 316px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: -35px;
}
 @media (max-width: 768px) {
    #search{
        margin: 0 10px 0 10px;
    }
    .order-link{
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
}
#search input {
    border: none;
    font: 300 16px/18px 'Lato', sans-serif;
    color: #5b5b5b;
    padding: 0 13px;
    width: 260px;
    height: 40px;
    background: none;
    margin-right: 0;
}
#search a {
    display: inline-block;
    margin-left: -4px;
    margin-top: 7px;
    vertical-align: top;
}
#search a img:hover {
    opacity: .8;
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 979px) {
    .search_box {
        margin: 116px 0 40px;
    }
}
@media only screen and (max-width: 767px) {
    .search_box {
        float: left;
        margin: 10px 0 30px;
        width: 88%;
    }
    #search {
        position: relative;
        padding-right: 48px;
        width: 100%;
    }
    #search input {
        width: 97%;
        border-right: none;
        display: block;
    }
    #search a {
        position: absolute;
        top: 0;
        right: 14px;
    }
    .search_box {
        margin-top: 17px;
    }
    #search img {
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    #search {
        width: 91%;
    }
}

.tel {
    position: relative;
    display: block;
    color: #8a8c8f;
    float: right;
    text-transform: uppercase;
    font: normal 10px/36px 'Asap', sans-serif;
    margin: 36px 3px 0 0;
    padding-top: 1px;
}

.tel:after {
    border-left: 1px solid #dadada;
    content: "";
    height: 94px;
    left: -39px;
    position: absolute;
    top: -14px;
}

.tel .phone {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
    color: #ff5800;
    letter-spacing: -.5px;
    padding-left: 7px;
}

.tel .phone i { 
    color: #ff5800;
    padding: 2px 2px 3px 0; 
}

.tel .phone + span {
    height: 14px;
    margin: 0 11px;
    /*display: inline-block;*/
    border-right: 1px dotted #8a8c8f;
}

.tel a {color: #8a8c8f;}
.tel a:hover {text-decoration: underline;}

.tel i {
    padding: 0 6px 2px 0;
    color: #a0a0a0;
    font-size: 14px;
}

.socials {
    position: relative;
    overflow: hidden;
    float: right;
    list-style-type: none;
}

.socials .col0{
    background: #25D366;
}

.socials .col1{
    background: #3a5a9f;
}

.socials li {
    float: left;
    width: 35px;
    height: 35px;
}

.socials li + li {margin-left: 5px;}

.socials li a {
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #a2a2a2;

    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.socials li a:hover {
    background: #ff5800;
    color: #fff;
}

/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    /*-webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 8px solid #D3D3D3;*/
    overflow:hidden !important;
    position:relative;
    
}


.span4 .service:hover .circle-border img{
    position:relative;
    margin-top:0px;
}

.span4 .service:hover .circle-border .img-circle-text{
    margin-top:178px;
    z-index: 2;
}

.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
    font-size: 12px;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #181A1C;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}

.triangle-none{
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FF5716;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FF5716;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FF5716;
}
.button-ps:hover, .button-ps:active {
    background-color:#FF5716;
    color:#181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #191a1c;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #FF5716;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #FF5716;
}
.social li a:hover {
    color:#181A1C;
}

/*Form*/
#popupform
{
    display: none;
}

#popupform .error {
    color: #c00000;
}
#popupform h2 {
    color: #353535;
    font: 1.714em/1em 'Trebuchet MS';
    margin-bottom: 8px;
}
#popupform .comment {
    color: #717171;
    font: 0.928em 'Trebuchet MS';
    margin-bottom: 3px;
}
#popupform label {
    display: block;
    padding: 16px 0 4px;
}
#popupform .input_text {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #555;
    display: block;
    font-size: 12pt;
    height: 28px;
    margin: 17px 6px 0 0;
    padding: 5px;
    width: 360px;
}

#popupform .button {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0;
    padding: 2px 16px;
    width: 185px;
}
#popupform .button:hover {
    background-color: #4683ea;
    border: 1px solid #4387fd;
    color: #fff;
}


/*Form*/

/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 10px;
}
.section .title h1 {
    font-weight: bold;
    margin-bottom: 0px;
    padding: 0;
    text-transform: uppercase;
    line-height: 45px;
    font-size: 36px;
    margin-top:-20px;
    color:#fff;
    letter-spacing: 3px;
}
.section .title2 h1 {
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0;
    text-transform: uppercase;
    line-height: 45px;
    font-size: 36px;
    margin-top:-10px;
    letter-spacing: 3px;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}
.iron-bg{
    background: url(/images/iron-bg.jpg);
    background-repeat: repeat-x;
}
.primary-section {
    /*background:#fff;
    border-top:1px solid #e5e6e7;
}
.primary-section .triangle {
    border-top: 40px solid #FF5716;*/
}
.primary-section .title {
    /*border-bottom: 1px solid #FFF;*/
}
.primary-section{
    color: #8c8c81;
}

.primary-section .title p{
    font-size: 18px;
    padding:10px 0px;
    color: #8c8c81;
}

.primary-section h3{
    color:#fff;
    line-height: 30px;
    font-size: 18px;
    text-transform: uppercase;
}

.service a h3:hover{
    color:#FF5716;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.primary-section h1 {
    color:#606058;
}

.text-section {
    /*background:#f2f2e2;*/
    color:#8c8c81;
    text-align: center;
    line-height: 25px;
    /*padding-bottom: 100px;*/
}

.text-section .title{
    font-size: 36px;
    text-transform: uppercase;
    margin-top:-20px;
    line-height: 40px;
    color: #323232;
    font-weight: bold;
}

.secondary-section {
    background:#373737;
}
.secondary-section .title {
    border-bottom: 1px solid #181A1C;
}
.secondary-section h1, .secondary-section .title p {
    color: #181A1C;
}
/* Third section use bacground image */
.third-section {
    padding-bottom: 80px;
    /*padding-top:10px;*/
}
.third-section .container {
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #FF5716;
}
.sub-section {
    
}
.sub-section .title {
    padding:0;
}
/*******
3.1 Services  
***************************************/
.service{
    /*margin-top:20px;*/
}
 .service, .service h2 {
    padding-top:10px;
}
.service p {
    padding:0px 20px;

    font-size: 14px;
}
.service img {
    border: 8px solid #ccc;
    width:350px;
    height:250px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service .img-circle-text{
    float:left;
    padding: 15px 10px;
    width: 330px;
    background: url('/simg/thumb_bg.png');
    position:absolute;
    margin-top:94px;
    margin-left: 8px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    color:#fff;
    line-height: 28px;
    font-size: 16px;
}

.service .img-circle-text p{
    color:#fff;
}


/* news */

.news{
    /*margin-top:20px;*/
    text-align: left;
}

.news h3{
    padding:0px 10px;
    text-align: left;
    text-transform: none;
    font-size: 28px;
    line-height: 30px;
    margin-top:30px;
}

.news a h3{
    color:#FF5716;
     -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news a h3:hover{
    color:#606058;
}

.news, .news h2 {
    padding-top:10px;
}
.news p {
    padding:0px 10px;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    margin-top:20px;
}

.news .author{
    margin-top:50px;
    padding:0px 10px;
}

.news .author .top-border{
    border-top:1px solid #cfcfcf;
    width:80px;
}

.news .author .public{
    line-height: 60px;
    text-align: left;
    font-size: 10px;
}

.news .author .public span{
    color:#FF5716;
}

.news .button{
    border:0px;
    min-width: 85px;
    line-height: 36px;
    color:#fff;
    background: #373737;
    padding:0px 15px;
    text-transform: uppercase;

    margin-left:10px;
    font-size: 12px;
     -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.news .button:hover{
    background: #FF5716;
}

.news img {
    min-height:250px;
    min-width:100%; 

    min-width: 350px;
}



.fancybox-shaped {
    display: block;
    overflow: hidden;
}

.news-image-width-a{
    height:250px;
    width: 350px;
}

.fancybox-shaped .shape{
     background: #514a4a url('/simg/fancybox-lupa.png') no-repeat center center;
     opacity: 0.7;
     width:350px;
     height:250px;
     display: none;
     position: absolute;
     z-index: 2;
    margin:0px auto;
}

.fancybox-shaped:hover .shape{
    display: block;
}



/* pack */

.pack{
    /*margin-top:20px;*/
    background: #f2f2e2;
     -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pack .title{
    height:105px;
    background: #FF5716;
    float:left;
    width:100%;
    padding:0px;
    display: table-row;
    word-wrap: break-word;
    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
    margin:0px;
    border:0px;
}

.pack h3, .span6 h3{
    /*line-height: 120px;
    text-align: center;*/
    color:#373737;
    font-size: 35px;
    /*width:80%;
    margin:0px 10% 0px 10%;
    padding-bottom:15px;
    border-bottom:1px solid #cdcdc0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;*/

}
.span6 p.priceOne{
    padding: 20px 0 0 0 !important;
}
.pack p{
    width:80%;
    color:#909090;
    margin:0px 10% 0px 10%;
    border-bottom:1px solid #cdcdc0;
    font-size: 13px;
    line-height: 18px;
    min-height: 36px;
    text-align: center;
    padding:15px 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pack .button, .span6 .button,.button.tarif {
     width:50%;
     margin:35px 25% 50px 25%;
     line-height: 35px;
     background: #373737;
     padding:0px;
     color:#fff;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     transition: all 300ms ease;
     border:0px;
     text-align: center;
 }
.button.tarif {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: #FF5716;
    width: 77%;
    margin: 35px 23% 50px 0;
}
.button.tarif:hover {
    background: #373737;

}

.button-menu{
    width:50%;
    margin:35px 25% 50px 25%;
    line-height: 35px;
    background: #373737;
    padding:0px;
    color:#fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    border:0px;
    text-align: center;
}

.pack:hover{
    background: #FF5716;
    color:#fff;
}

.pack:hover h2,
.pack:hover h3,
.pack:hover p{
    color:#fff;
}

.pack .button:hover{
    background: #fff;
    color:#373737;
}

.pack h2 {
    color:#fff;
    font-size: 21px;
    width:100%;
    float:left;
    vertical-align: middle;
    position: relative;
    margin:0px;
    line-height: 30px;
}


.comments{
    background: #FF5716;
    padding-bottom:20px;
}

.comments h1{
    color:#fff;
}

.comments .title{
    border:none;
}

#comment{
    height: 143px;
    padding-top: 15px;
}

/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FF5716;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FF5716;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#FF5716;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: #FF5716;
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#181A17;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
.about-img{
    padding: 0 30px 40px 30px;
}
.span6.about-imgBg1{
    width:555px !important;
    height:380px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-left:30px !important;
    background-position: center !important;
}
.span6.about-imgBg2{
    width:555px !important;
    height:380px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
@media (max-width: 1250px) {
    .span6.about-imgBg1{
        width: 400px !important;
        height: 274px !important;
    }
    .span6.about-imgBg2{
        width: 400px !important;
        height: 274px !important;
    }
}

@media (max-width: 1000px) {
    .about-img{
        padding: 0 0 20px 0;
    }
    .span6.about-imgBg1{
        width: 100% !important;
        height: 450px !important;
        margin-left: 0px !important;
    }
    .span6.about-imgBg2{
        width: 100% !important;
        height: 450px !important;
        margin-left:0px !important;
        margin-top: 20px !important;
    }
}
@media (max-width: 768px) {
    .about-img{
        padding: 0 0 20px 0;
    }
    .span6.about-imgBg1{
        width: 100% !important;
        height: 200px !important;
        margin-left: 0px !important;
    }
    .span6.about-imgBg2{
        width: 100% !important;
        height: 200px !important;
        margin-left:0px !important;
        margin-top: 20px !important;
    }
}

/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FF5716;
}
/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    border:1px solid white;
}
.client-slider img{
    background: #b9b9aa;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.form-shape{
    height:500px;
    width:50%;
    position: absolute;
    z-index: 99999;
    right:0px;
    background: url('/simg/slider-shape.png');
}


.client-nav {
    list-style:none;
    width:100%;
    margin:0px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
    position:absolute;
    z-index: 2;
}

.client-slider li a{
    text-transform: uppercase;
    color:#FF5716;
    font-size: 17px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.client-slider li a span{
    width:100%;
    line-height: 150px;
    float:left;
    font-size: 100px;
    color:#8c8c81;
     -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.client-slider li a:hover span{
    color:#FF5716;
}

.client-slider li a:hover{
    text-decoration: underline;
}

.client-nav li#client-prev{
    left: 7%;
    background: url('/simg/slider-arrows-brown.png') no-repeat left center;
}

.client-nav li#client-next{
    right: 7%;
     background: url('/simg/slider-arrows-brown.png') no-repeat right center;
}


.client-nav li a {
    display:inherit;
    padding:0px;
    border-radius:3px;
    width:19px;
    height:290px;
}
.client-nav li a:hover {
    background:transparent;
}
.testimonial p {
    color:#181A1C;
    background:#FF5716;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FF5716;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
    background-color:white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.price-column h3 {
    background-color:#181A1C;
    text-transform:uppercase;
    text-align: center;
    color:#FF5716;
    padding:40px 0px;
    font-size: 36px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:20px 50px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding:25px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:31px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #181A1C;
    font-weight:normal;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}


.clint-comment-slider .text p{
    /*padding:0px;*/
    line-height: 30px;
    font-size: 16px;
    color:#fff;
    min-height: 60px;
    margin-top: -17px;
}

.clint-comment-slider .author{
    width: 56%;
    margin: 50px auto 0px auto;
    border-top:1px solid #FF7039;
    color:#fff;
    line-height: 30px;
    padding-top:25px;
    min-height: 60px;
    font-weight: bold;
}

#clint-comment-prev{
    width:11px;
    height:300px;
    float:left;
    position:absolute;
    left:7%;
    background: url('/simg/slider-comment-arrow.png') no-repeat left center;
    z-index: 2;
}

#clint-comment-next{
   width:11px;
    height:300px;
    display: block;
    float:right;
    position:absolute;
    right:7%;
    background: url('/simg/slider-comment-arrow.png') no-repeat right center;
    z-index: 2;
}

#clint-comment-prev a,
#clint-comment-next a{
    float:left;
    width:100%;
    height:100%;
    outline: 0;
}

.our-plus{
    margin-left: 40px;
    margin-top: -35px;
    padding-bottom: 20px;
}
.our-plus-block{
    margin-left: 10px;
}

/************blockquote*************/

.bq-block{
    margin-top: -40px;
}

.bq_top:after {
    position: absolute;
    content: "";
    background: url(../images/quote1.png) 0 0 no-repeat;
    height: 36px;
    width: 35px;
    bottom: -36px;
    left: 53px;
}

.bq_top {
    position: relative;
    background: #646262;
    padding: 26px 50px 33px 54px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.bq_top img {
    position: absolute;
    left: 20px;
    top: 18px;
}

.bq_top p {
    font-size: 14px;
    line-height: 21px;
    color: #f9f9f9;
    font-style: italic;
    text-align: center;
}

.bq_top span {
    font-size: 11px;
    line-height: 21px;
    text-transform: uppercase;
    color: #fead06;
}

.bq_bot {
    position: relative;
    padding-top: 46px;
}
.bq_bot img {
    float: left;
    margin-right: 22px;
}
.bq_bot .bq_name {
    display: inline-block;
    color: #444444;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 25px;
    font-weight: bold;
    
}

.bq_bot a:hover {color: #ff5800;}
.bq_bot p{
    color: #ff5800;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    margin-left: -10px;
}

/* footer contacts */

#contact .section{
    padding-bottom:0px;
}

#contact .title{
    border:0px;
}

#contact .title table{
    width:100%;
    float:left;
    margin-bottom:95px;
}

#contact .title table tr td{
    width:50%;
    padding:0px 20px;
    line-height: 25px;
    font-size: 15px;
}
/*
3.7 Contact
********************************************************************/
 .contact {
    background: #FF5716;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:400px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:400px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    z-index:110;
    float:left;
    margin-left:150px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
/*.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#FF5716;
}



.message-btn{
  display: inline-block;
  height: 45px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  padding:4px 5%;
  position:relative;
  margin-left:1px;
  width:100%;
  border:1px solid #FF5716;
  background: #FF5716;
  color:#fff;
  -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    text-transform: uppercase;
    font-size: 15px;
}

.message-btn:hover{
  background: #373737 !important;
  border:1px solid #373737;
}*/


.message-btn{
    float: right;
    margin-top: 30px;
    border: 2px solid #323232;
    color: #323232;
    display: inline-block;
    font: bold 16px/48px "Asap",sans-serif;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 201px;
    transition: all 0.3s ease 0s;
    background-color: #fff;
}
.message-btn:hover{
    background-color: #323232;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: #fff;
}


.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}

/* contact-form */

.contact-formstart{
    float:left;
    width:340px;
}

.contact-formstart h3{
    font-size: 28px;
    line-height: 36px;
    margin-top:40px;
    color:#fff;
}
/*
3.8 Footer
********************************************************************/

.social-links {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 3px 0 0;
    padding-left: 20px;
    list-style-type: none;
}

.social-links li  {
    float: left;
    width: 22px;
    height: 24px;
}

.social-links li + li {margin-left: 5px;}

.social-links li a {
    width: 22px;
    height: 22px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #fff;

    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.social-links li a:hover {
    -webkit-box-shadow: inset 0 3px 5px #0a0a0a;
    -moz-box-shadow: inset 0 3px 5px #0a0a0a;
    -ms-box-shadow: inset 0 3px 5px #0a0a0a;
    -o-box-shadow: inset 0 3px 5px #0a0a0a;
    box-shadow: inset 0 3px 5px #0a0a0a;
    line-height: 21px;
    color: #fff;
}
.col-1 {color: #FF5716!important;}
.col0 {background: #25D366;}
.col1 {background: #3a5a9f;}
.col2 {background: #45b0e3;}
.col3 {background: #d61119;}
.col4 {background: #1783bc;}
.col5 {background: #75796f;}
.col6 {color: #379fb8;font-weight: bold; font-style: italic;}
.col7 {color: #fff;}


 .footer {
    /* font-family: 'Times New Roman', sans-serif;*/
    background: #292929;
    padding: 38px 0 36px;
}

.footer a{
    color:#FF5716;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    font-size: 14px;
}

.footer a:hover{
}

.footer > p {
    color: #8c8c81;
    margin:0;
    padding-top:30px;
    line-height: 30px;
    font-size: 14px;
}
.scrollup {
    /*text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:49px;
    height:49px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
    display:none;
    background: #fff;
    border: 1px solid #e5e6e7;*/


    background: url(/images/totop.png) 0 -26px no-repeat;
    border: none;
    bottom: 42px;
    display: none;
    height: 24px;
    right:20px;
    margin-left: 500px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    width: 24px;
    z-index: 20;
    cursor: pointer;
    opacity: .75;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    
    -webkit-transition: all .2s ease .2s;
    -moz-transition: all .2s ease .2s;
    -ms-transition: all .2s ease .2s;
    -o-transition: all .2s ease .2s;
    transition: all .2s ease .2s;
}
.scrollup > a {
    position:relative;
    top:13px;
    color:#888888;
}

.footer-table{
    color: #fff;
}
.footer-table span{
    color: #FF5716;
}

.scrollup:hover > a{
    color:#FF5716;
}
.scrollup:hover{
    background-position: 0 -1px;
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.search-open-button{
    float:left;
    width:20px;
    height:20px;
    background: url('/simg/lupa.png') center center no-repeat;
    padding:7px 10px;
    margin-right:5px;
}

.search-box{
    height:32px;
    position: relative;
    left: 0;
    display: block;
    float:right;
    margin: 0 10px 0 0;
    min-width: 40px;
    cursor: pointer;
}

.search-block{
    height:30px;
    position: relative;
    left: 0;
    display: block;
    float:right;
    margin: 0 10px 0 0;
    border:1px solid #7b7b7b;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    width:250px;
    display: none;
}

textarea:focus, input:focus{
outline: none !important;
}

.search-block input[type=text]{
    margin:0px;
    padding:0px;
    line-height: 30px;
    height:30px;
    background-color: transparent;
    float:left;
    width:190px;
    border:none;
    outline: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.search-block input[type=submit]{
    margin:0px;
    width:20px;
    height:30px;
    background: transparent url('/simg/lupa-light.png') center center no-repeat;
    margin-left:5px;
    border:0px;
    float:left;
  outline: none;
  -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.search-block input[type=submit]:hover{
    background: transparent url('/simg/lupa-light.png') center center no-repeat;
}

.search-block .search-close-button{
    margin:0px;
    width:20px;
    height:20px;
    background: transparent url('/simg/search-close.png') center center no-repeat;
    border:0px;
    float:right;
    margin-right:5px;
    padding:5px 0px;
}

.static-page{
    padding-bottom: 125px;
}

.static-page .container{
    padding:0px 0px;
}

.static-page .title-block{
    /*background: #f2f2e2;*/
    text-align: left;
    font-size: 22px;
    color:#444;
    margin-top: 25px;
    line-height: 25px;
    padding:30px 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact-title{
    text-align: left;
    font-size: 22px;
    color:#444;
    margin-top: 25px;
    line-height: 25px;
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.static-page .static-padding{
    padding:0px 10px;
}

.static-page .static-text{
    text-align: left;
    font-size: 16px;
    counter-reset: section;
}

.static-page .static-text h1{
    line-height: 60px;
    color:#676758;
    font-size: 46px;
    margin:30px 0px;
    text-align: left;
}

.static-page .static-text p{
    padding:10px 10px 10px 0px;
    line-height: 1.7;
}
@media (min-width: 979px) and (max-width: 1200px) {
    .static-page .static-text p{
        padding:10px 10px 10px 20px;
    }
}

.static-page .static-text ul li,
.static-page .static-text ol li{
    /* color: #676758; */
}

.static-page .static-text ol{
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
   
}

.static-page .static-text ol li{
     line-height: 70px;
      margin:35px 0px;
    font-size: 36px;
}

.static-page .static-text ol li:before{
    counter-increment: section;
    content: counter(section) ".";
    color:#fff;
    min-width:70px;
    height:70px;
    float:left;
    background: #8c8c8c;
    line-height: 70px;
    text-align: center;
    font-size: 36px;
    margin-right:25px;
}

.news-list-author{
    float:right;
    width:100%;
    color:#8c8c81;
    text-align: right;
    margin-bottom: 25px;
}

.news-list-author span{
    color:#FF5716;
}


.news-blade .title-block{
    /*margin:0px;*/
}

.news-blade .news-block{
    float:left;
    width:100%;
    /*border-bottom:1px solid #dbdada;*/
}

.news-blade .news-block .public{
    line-height: 150px;
    float:left;
    width:100%;
    color:#8c8c81;
    font-size: 11px;
}

.news-blade .news-block .public span{
     color:#545454;
}


.news-blade .news-block .button{
  border: 0px;
  min-width: 85px;
  line-height: 36px;
  color: #fff;
  background: #373737;
  padding: 0px 15px;
  text-transform: uppercase;
  float: left;
  font-size: 12px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  margin:15px 0px 50px 0px;
}


.news-blade .news-block .button:hover{
    background: #FF5716;
}

.news-blade .news-block .title{
    font-size: 36px;
    color:#f5674f;
    line-height: 45px;
    border:0px;
    margin-bottom: 40px;
    text-align: left;
    width:100%;
    float:left;
}

.news-blade .news-block .title a{
    color:#f5674f;
    -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-blade .news-block .title a:hover{
    color:#373737;
}


.news-blade .news-block .text{
    width:100%;
    float:left;
}

.news-blade .news-block .image{
    float:left;
    text-align: center;
    width:50%;
}

.news-blade .news-block .image2Mob{
    display: none;
}

.news-blade .news-block .image img{
    /*margin: 0px auto;*/
    width: 520px;
    height: auto;
    /*max-height: 350px;
    max-width: 70%;*/
    float: right;
    /*padding: 2%;*/
    margin-bottom: 60px;
}

.news-blade .news-block .image2 img{
    /*margin: 0px auto;*/
    width: 520px;
    height: auto;
    /*max-height: 350px;
    max-width: 70%;*/
    float: left;
    margin-bottom: 60px;
    /*padding: 2%;*/
}

.news-blade .news-block .fw-news{
    float:left;
    width:100%;
}

.news-blade .news-block .fw-news .hfw-news{
    width:50%;
    float:left;
}
.news-blade .news-block .fw-news .hfw2-news{
    width:50%;
    float:right;
}

.contact-page .contact-form-block{
    /*float:right;
    width:46%;
    padding:0% 2%;*/
}

.contact-page .contact-form-block .contact-form,
.contact-page .contact-form-block .contact-formstart{
    margin:0px auto;
    float:none;
    width:100%;
}

.contact-page .contact-form-block #contact-form{
    margin-top:40px;
}

.contact-page .contact-form-block .contact-formstart h3{
    color:#676758;
}

.contact-page .contact-form-text{
    /*float:left;
    width:50%;*/
    padding-top: 30px;
}

.static-left-menu ul{
    float:left;
    text-align: left;
    margin:0px;
    width:100%;
    margin-top:30px;
    list-style: none;
    text-transform: uppercase;
}

.static-left-menu ul li ul{
    width:100%;
    margin:30px 0 70px 0;
    text-transform: uppercase;
    font-size: 13px;
}

/*.static-left-menu a{
    width:100%;
    font-size: 11px;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    color:#66685f;
    line-height: 40px;
}*/

/*.static-left-menu ul li ul li a:before{
    content: ' ';
    padding-right:15px;
}*/
.static-left-menu ul li ul li a{
    padding-left: 15px;
}
.static-left-menu ul li ul li{
    padding-top: 5px;
}


.static-text table{
    float:left;
    width:100%;
    border:1px solid #e8e9e4;
    color:#a9aba0;
}

.static-text table tr td{
    padding:20px 25px;
}

.static-text table tr td{
    text-align: center;
}


.static-text table tr td:first-child{
    color:#FF5716;
     text-align: left;
}

.static-text table tr:first-child td{
    font-weight: bold;
    color:#83847e;
}


/* form page */

.order_table td{
    padding: 5px 10px 5px 2px;
}
.order_table{
    /*width: 370px;*/
    width: 100%;
}

.form-margin h1{
    text-align: left;
    color:#676758;
    margin-top:30px;
    margin-bottom:45px;
    margin-left:0px;
    margin-right:0px;
    text-transform: uppercase;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.vacancy-form{
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
      border: 1px solid #cccccc;*/
      float:left;
      width:100%;
}

.vacancy-form .field-block{
    /*width:92%;
     border-bottom: 1px solid #cccccc;
     padding:4%;*/
     float:left;
     width:98%;
}

.vacancy-form .field-block .block-name{
    float:left;
    width:30%;
    text-align: left;
    color:#373737;
    font-weight: bold;
    margin:13px 0px;
     min-height:1px;
     font-size: 16px;
}

.vacancy-form .field-block .block-fields{
    float:left;
    /*width:50%;
    text-align: left;
    padding:0px 5%;
    min-height:1px;*/
    width: 100%;
}

.vacancy-form .field-block .block-fields input{
    /*margin:4px;*/
    padding:0px 5%;
    text-transform: none;
}

select.orderSelect{
    border-left: none !important;
    position: absolute;
    margin-left: -79px;
}
input.orderInput{
    border-right: none !important;
}

.vacancy-form .field-block .block-fields select{
    background-color: #f2f2f2 !important;
    border: 1px solid #cccccc;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    height:40px;
    /*width:100%;*/
    width: 170px;
    padding: 0px 18px 0px 0px;
    margin-left:4px;
    background: url('/simg/select-button.png') right center no-repeat;
}
.vacancy-form .field-block .block-fields select.prodName{
    background-color: #f2f2f2 !important;
    border: 1px solid #cccccc;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    height:40px;
    /*width:100%;*/
    width: 317px;
    padding: 0px 18px 0px 0px;
    margin-left:4px;
    background: url('/simg/select-button.png') right center no-repeat;
}
.vacancy-form .field-block .block-fields select.prodQty{
    background-color: #f2f2f2 !important;
    border: 1px solid #cccccc;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    height:40px;
    /*width:100%;*/
    width: 162px;
    padding: 0px 18px 0px 0px;
    margin-right: 5px;
    margin-left: 4px;
    background: url('/simg/select-button.png') right center no-repeat;
}

.vacancy-form .field-block .block-fields select::-ms-expand {
    display: none;
}

.vacancy-form .field-block .block-fields select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.vacancy-form .field-block .block-fields label{
    font-size: 13px;
    clear:both;
    vertical-align: middle;
    float:left;
    -moz-user-select: none;
-khtml-user-select: none;
user-select: none;   
}


.vacancy-form .field-block .block-fields input[type="submit"]{
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    height:40px;
    width:100%;
    padding: 0px;
    margin-left:4px;
    background: #FF5716;
    color:#fff;
    margin-top:110px;
    margin-bottom: 10px;
}


.vacancy-form .field-block .block-fields #datepicker{
    margin-left:4px;
}


.vacancy-form .field-block .block-fields input[name="sem_pqt"]{
    width:20%;
}
p.formQty{
    padding:10px 5px 0 0;
    font-size: 12px;
    text-align: right;
}
p.formName{
    padding:10px 0 0 3px;
    font-weight: bold;
    font-size: 12px;
}


.vacancy-form .field-block .block-fields textarea{
    /*min-width: 94.4%;
    max-width: 94.4%;*/
    min-width: 93.5%;
    max-width: 93.5%;
    padding:5px 2%;
    margin-left:4px;
    height:110px;
}

.vacancy-form .field-block .block-fields .input-block label::before{
    content: " ";
    width:40px;
    height:35px;
    float:left;
    margin-top: -7px;
    margin-left:2px;
    background: url('/simg/form-checkbox.png') top left no-repeat;
    border:0px;
}
.vacancy-form .field-block .block-fields .input-block label.rightCheckbox::before{
    margin-left: 0px;
}

.vacancy-form .field-block .block-fields input[type="checkbox"]:checked + label::before {
    background-position: bottom left;
}

.vacancy-form .field-block .block-fields input[type="checkbox"] + label::before {
    background-position: top left;
}


.vacancy-form .field-block .block-fields .input-block i:before{
    content: "*";
    color:red;
    min-width:5px;
    min-height: 5px;
    font-style:normal;
}

.vacancy-form .field-block .block-fields .input-block{
    float:left;
    width:100%;
    margin:15px 0px;
    color:#676758;
    font-size: 14px;
}


.vacancy-form .field-block .block-fields .text-block{
    float:left;
    margin-left:10px;
    width:100%;
    margin-bottom:15px;
}

.vacancy-form .field-block .block-buttons{
    float:left;
    width:10%;
    text-align: right;
     min-height:1px;
}

.vacancy-form .form-button{
    height:30px;
    width:30px;
    border:1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.vacancy-form .block-open-button{
     float:right;
     margin-top:7px;
     background: url('/simg/arrow-bottom.png') center center no-repeat;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);

}

.vacancy-form .block-open-button.closed{
    background: url('/simg/arrow-bottom.png') center center no-repeat;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.static-image-box{
    float:left;
    width:100%;
    margin-bottom: 30px;
}

/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .news-blade .news-block .image2Mob{
        width: 100%;
        display: block;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: absolute;
    }
    .sf-menu ul{
        display:none !important;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }

    .pack h3, .span6 h3{
        font-size:33px;
    }

    /*.section .title h1{
        font-size: 40px;
    }

    .static-page .static-text h1{
        font-size: 40px;
    }*/
}
@media (max-width: 767px) {
    .text-section .title{
        font-size: 24px;
    }
    p.formQty{
        padding:10px 0 0 0;
    }
    .vacancy-form .field-block .block-fields textarea{
        min-width: 94%;
        max-width: 94%;
    }
    .vacancy-form .field-block .block-fields select{
        width: 80px;
    }
    .vacancy-form .field-block .block-fields select.prodName{
        width: 135px;
    }
    .vacancy-form .field-block .block-fields select.prodQty{
        width: 70px;
        margin-right: 0;
    }
    .owl-carousel{
        display: none !important;
    }
    .phone{
        padding-right: 5px;
    }
    .message-btn.contact{
        float: left;
        position: absolute;
        left: 50%;
        margin-left: -100px;
    }
    .contact-title{
        font-size: 16px;
    }
    #contact .title table.footer-table tr td{
        font-size: 9px;
        vertical-align: top;
        padding: 0 5px;
    }
    .search .span2 img{
        padding-right: 15px;
    }
    a.fancybox-shaped{
        width: 100%;
    }
    .service img{
        width: 100%;
        border: 0;
    }
    .service .img-circle-text{
        width: 100%;
        margin-left: 0;
    }
    .section .title.gray h1{
        color: #323232;
    }
    .iron-bg{
        background: none;
    }
    .scrollup:hover{
        background: url(/images/totop.png) 0 -26px no-repeat;
    }
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }

    .pack h3, .span6 h3{
        font-size:30px;
    }

    .section .title h1,.section .title2 h1{
        font-size: 24px;
    }

    .static-page .static-text h1{
        font-size: 35px;
    }
    .bq-block{
        margin-top: 0px;
    }
}
.block-fields-hide {
    display: none;
}
/*.countries:hover{
    color: #FF5716;
}*/

.submit_button{
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    height: 40px;
    width: 100%;
    padding: 10px 100px;
    margin-left: 4px;
    background: #FF5716;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 10px;
}
.pack-content {
    min-height: 530px;
}
.new-content {
    min-height: 680px;
}
.static-image-box.search img{
    max-height: 92px;
    float: left;
}
.static-image-box.search p{

    text-align: left;
}
a h3.searchText{
    text-align: left;
}
.ziped p{
    margin: 0;
    line-height: 1;
    padding: 0;
}
a.send-request{
    color:#FF5716!important;
}
a.send-request:hover{
    text-decoration: underline !important;
}
a.send-request-footer{
    color:#FF5716!important;
    text-decoration: underline;
    padding-left: 100px;
}
a.send-request-footer:hover{
    text-decoration: none !important;
}
li.lvl_1{
    /*float: left;*/
    margin-right: 15px;
    margin-bottom: 35px;
}

li.lvl_1 a{
    /*padding: 10px 35px;
    background-color: #E5E5E5;*/
    color: #000006;
    /*line-height: 50px;*/
}

li.lvl_1 a:hover{
    /*background-color: #FF5716;*/
    color: #000006 !important;
}
/*.reg_table a{
    color: #FF5716;
}
.reg_table a:hover{
    text-decoration: underline;
}*/
.reg_table td{
    min-width: 191px;
}
h3.price-h{
    border: 0;
    line-height: 1.5;
}
 input[type="submit"]:hover{
    background: #373737;
}
.text-section a{
    color: #323232;
}
.text-section p{
    color: #505050;
}
.text-section:hover  p{
    /*text-decoration: underline;*/
}
a.pack_style{
    color: #FF5716;
}
a.pack_style:hover{
    text-decoration: underline;
}

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

    .tel {
        margin: 22px 0 0;
        line-height: 24px;
        text-align: right;
        padding-left: 30px;
        padding-right: 10px;
    }
    .tel:after {display: none;}
    .tel a {display: inline-block;}
        .tel .phone + span {display: none;}

    .socials {
        float: right;
        margin-top: 13px;
        padding-right: 10px;
    }
}
.span9.static-text{
    margin-top: 40px;
}
.plusBtn img{
    padding-top: 10px;
    padding-left: 4px;
    cursor: pointer;
}
.qtyTop{
    margin-top: -54px;
    padding-right: 0;
}
