﻿body
{
    overflow-y: hidden;
}

.toparea
{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 69px;
}

.toparea p
{
    display: inline-block;
}

.toparea a
{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.toparea .separator
{
    display: inline-block;
    width: 1px;
    height: 20px;
    border-left: solid 1px #ccc;
    margin: 0 20px 0 20px;
}
.toparea .pull-left
{
    margin-top: -3px;
}

.row
{
    margin-left: 0;
    margin-right: 0;
}

.navbar > .container .navbar-brand
{
    margin-left: 15px;
}

.navbar
{
    min-height: 0;
    border-radius: 0;
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand
{
    padding: 0;
}

.navbar-fixed-top
{
    top: 47px;
}

input, button, select, textarea
{
    background-image: none;
    border: 1px solid #e1e1e1;
    font-size: 12px;
}

/*************** menu******************/

.nav ul
{
    list-style-type: none;
}

.nav
{
    float: right !important;
    padding-top: 10px;
}

.wowmenu.tiny .nav
{
    padding-top: 0px;
}

.wowmenu.tiny
{
    top: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand img
{
    max-width: 100%;
}
.wowmenu.tiny .navbar-brand img
{
    max-width: 85%;
}
.navbar-brand img, .wowmenu.tiny .navbar-brand img
{
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.nav ul.level1
{
    margin: 0 0 0 auto;
}

.nav ul.level1 > li
{
    margin-left: 2px;
}
.nav ul.level1 > li > a
{
    margin: -20px 0px -20px 0px;
    padding: 20px 8px 20px 8px !important;
    line-height: 40px;
}
.nav .dynamic > li > a.level3,
.nav .dynamic > li > a.level4 {
    padding-left: 8px;
}


.wowmenu.tiny .nav ul.level1 > li > a
{
    line-height: 40px;
    margin: -20px 0px -20px 0px;
    padding-top: 25px;
}

.nav ul.level1.pull-right > li > .dynamic, .nav ul.level1 > li > .dynamic.pull-right
{
    left: 0;
}

.nav ul.level1 > li > .dynamic
{
    margin: 20px 0px 0 0px !important;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 200px;
}

.nav ul.level4 .dynamic {
    min-width: 200px;
    margin-left: 1px !important;
}



.nav .dynamic
{
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    padding-top: 0;
    padding-bottom: 0;
    border: 0px;
}
.nav .dynamic > li > a
{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px !important;
    border-bottom: 1px solid !important;
    border-top: 1px solid !important;
}

.nav .dynamic > li > a:hover, .nav .dynamic > li > a
{
    -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;
}


.nav .dynamic .sub-menu
{
    position: absolute;
    visibility: hidden;
    margin-top: -40px;
    top: auto;
    display: inline;
    left: -100%;
    margin-left: 5px;
}
.nav .dynamic .sub-menu li a, .nav .dynamic .sub-menu li a:hover
{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    transition: margin-left 0.3s linear;
}
.nav .dynamic li a i
{
    margin-left: 5px;
}
.nav .dynamic li:hover .sub-menu
{
    visibility: visible;
    display: block;
}

/*--------------------------------------------------FOOTER---------------------------------------------------*/
.footerarr
{
    text-align: center;
    margin-top: -59px;
    margin-bottom: 20px;
}

.footer
{
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
    line-height: 20px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.footermap div
{
    background: url(img/map.png) no-repeat;
}



.footermap h1
{
    text-align: left;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    font-family: 'Open Sans Condensed' , "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.footer hr
{
    margin-bottom: 25px;
}
.footer ul.social-icons
{
    list-style: none;
    margin-left: 0px;
    margin-top: 25px;
}

.copyright ul.footermenu li a
{
    height: 50px;
}
.copyright p
{
    line-height: 50px;
    margin: 0px;
}
.footer input, .footer textarea, .footer input[type="text"]
{
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px;
}
.footer .btn
{
    text-shadow: none;
    padding: 6px 12px;
}
ul.footermenu
{
    list-style: none;
    margin-top: 10px;
}
ul.footermenu li
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 33px;
}
ul.footermenu li a
{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footermenu li:before
{
    content: '|';
    display: inline-block;
    margin-right: 7px;
}
.footermenu li:nth-child(1):before
{
    display: none;
}

.footer .wraptitle
{
    margin-bottom: 10px;
    text-align: left;
}
.done
{
    display: none;
}
.error input, input.error, .error textarea, textarea.error
{
    background-color: #ffffff;
    border: 1px solid red !important;
    -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;
}
#back-top
{
    position: fixed;
    bottom: 50px;
    right: 2%;
    z-index: 20;
}
#back-top span
{
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 7px;
    background: #7c7b72 url(img/up-arrow.png) no-repeat center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span
{
    opacity: 0.7;
}
#back-top a
{
    width: 44px;
    display: block;
    text-align: center;
    font: 11px/100% Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #666;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover
{
    color: #999;
}

#home-projects
{
    margin-top: 50px;
    list-style: none;
}


#home-projects li div
{
    height: 230px;
    border: solid 1px #dedede;
    margin: 0 5px 0 10px;
    background: url(img/climat_bg.jpg) no-repeat bottom left;
}

#home-projects li + li div
{
    height: 230px;
    border: solid 1px #dedede;
    margin: 0 5px 0 10px;
    background: url(img/audit_bg.jpg) no-repeat bottom left;
}

#home-projects li + li + li div
{
    height: 230px;
    border: solid 1px #dedede;
    margin: 0 5px 0 10px;
    background: url(img/komlect_bg.jpg) no-repeat bottom left;
}

#home-projects li div div, #home-projects li + li div div, #home-projects li_li + li div div
{
    margin: 0 0px 0 0px;
    border: none;
    background: transparent;
}
#home-projects li .icon-compass-1
{
    margin-top: -50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    background: url(img/kompas_3.png) no-repeat;
}

#home-projects li + li .icon-compass-1
{
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    background: url(img/kompas_1.png) no-repeat;
}

#home-projects li + li + li .icon-compass-1
{
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    background: url(img/kompas_2.png) no-repeat;
}

.fontawesome-icon.medium.circle-center, .fontawesome-icon.medium.circle-white
{
    width: 95px;
    height: 95px;
    line-height: 95px;
    display: inline-block;
}
.fontawesome-icon.medium
{
    font-size: 28px;
}
.fontawesome-icon.circle-white
{
    -moz-border-radius: 95px;
    -webkit-border-radius: 95px;
    border-radius: 95px;
    text-align: center;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.service-box h1
{
    text-transform: uppercase;
    font-size: 17px;
    line-height: 19px;
    font-weight: 700;
}
.service-box a.readmore
{
    color: #666;
}
.service-box p
{
    font-size: 14px;
    line-height: 22px;
}

.icon-box-top i:hover
{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}


.home-features .icon
{
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
}

.text-center
{
    text-align: center;
}

.text-center.smalltitle span
{
    padding-left: 12px !important;
}
.text-center.smalltitle
{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
}

.smalltitle span
{
    display: inline-block;
    background-color: #fff;
    padding: 1px 12px;
    position: relative;
    color: #444;
    font-size: 20px;
    top: 12px;
    padding-left: 0 !important;
    font-weight: 700;
    text-transform: uppercase;
}
.smalltitle
{
    position: relative;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
}

/*--------------------footnav ----------------*/


.footnav ul
{
    list-style-type: none;
}

.footnav
{
    float: left !important;
}

.footnav ul.level1
{
    margin: 0 auto 0 0;
}

.footnav ul.level1 > li
{
    padding-bottom: 5px;
}


.footnav ul > li > a.level1
{
    text-align: left;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    font-family: 'Open Sans Condensed' , "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.footnav ul > li > a.level2
{
    color: #999;
    font-size: 13px;
}

/*--------------------sitemapnav ----------------*/


.sitemapnav ul
{
    list-style-type: none;
}

.sitemapnav
{
    float: left !important;
}

.sitemapnav ul.level1
{
    margin: 0 auto 0 0;
}

.sitemapnav ul.level1 > li
{
    padding-bottom: 5px;
}


.sitemapnav ul > li > a.level1
{
    text-align: left;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 17px;
    color: #000000;
    font-family: 'Open Sans Condensed' , "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.sitemapnav ul > li > a.level2
{
    color: #666666;
    font-size: 13px;
}

.sitemapnav ul > li > a.level2:hover, .sitemapnav ul > li > a.level3:hover
{
    text-decoration: underline;
}

.sitemapnav ul > li > a.level3
{
    color: #999999;
    font-size: 11px;
    padding-left: 10px;
    display: block;
}

/*--------------------------------------------------	intro-note---------------------------------------------------*/
.intro-note h1
{
    text-transform: uppercase;
    font-size: 27px;
    padding: 0px 0px 20px 20px;
}
.intro-note p
{
    font-weight: 300;
    line-height: 28px;
    font-size: 17px;
    padding: 5px 20px 5px 20px;
}

.search-box
{
    width: 270px;
    float: right;
    text-align: right;
    margin-top: -3px;
    height: 25px;
}

.search-box input
{
    height: 23px;
    background-color: #555555;
    border: 1px solid #555555;
    padding: 1px 1px 1px 2px;
    display: inline-block;
    vertical-align: top;
}

.search-box input:focus
{
    background-color: #eeeeee;
}

.search-box input[type=text]
{
}

.search-box input[type=button]
{
    background: #555555 url(img/search-icon.png) no-repeat center center;
    width: 50px;
}

.manuflogo
{
    width: 220px;
    height: 100px;
    text-align: center;
}

.manuflogo img
{
    margin: 0 auto 0 auto;
}

#ArticlePlace
{
    padding: 0 20px 20px 20px;
}

#ArticlePlace h1
{
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
}

#ArticlePlace ul
{
    padding: 5px 0 5px 30px;
}

.thumbnail
{
    border: 1px solid #f3f3f3;
    font-size: 13px;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    text-align: center;
    line-height: 15px;
}
.thumbnail h4
{
    font-size: 16px;
    line-height: 0.5;
    margin-top: 20px;
}
.thumbnail .caption
{
    color: #888;
    background: #f7f7f7;
}
.thumbnail .caption span
{
    font-style: italic;
}
.thumbnail img
{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    height: 185px;
}

.map
{
    text-align: center;
    margin: 10px auto 10px auto;
}

.pagination
{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    list-style-type: none;
}

.pagination > li > a, .pagination > li > span
{
    color: #444;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    background-color: #ca1f3f;
    border-color: #ca1f3f;
}

.pagination > li
{
    display: inline;
}

.pagination > li > a, .pagination > li > span
{
    position: relative;
    float: left;
    padding: 3px 6px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span
{
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span
{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus
{
    background-color: #eeeeee;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #ca1f3f;
    border-color: #ca1f3f;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus
{
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
}

.pagination-lg > li > a, .pagination-lg > li > span
{
    padding: 5px 8px;
    font-size: 15px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span
{
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span
{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span
{
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span
{
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span
{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.btn-default
{
    background-color: #ca1f3f;
}

.btn-default
{
    background-color: #eeeeee;
    border: 1px solid #dddddd;
}
.btn-default:hover
{
    background: #444;
    color: #fff;
}

/*--------------------------------------------------	CAROUSEL SLIDER---------------------------------------------------*/
#c-slide
{
    padding: 0px;
    margin-top: -2px;
}
.carouselvshadow
{
    margin-top: -30px;
}
.car-highlight1
{
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: #2d3a87;
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
    display: inline-block;
}
.car-highlight2
{
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: #c13454;
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
    display: inline-block;
    margin-top: 10px;
}

.car-highlight22
{
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: #ef4c43;
    padding: 10px;
    border-width: 0px;
    border-color: rgb(239,67,76);
    border-style: none;
    display: inline-block;
    margin-top: 10px;
}

.car-highlight222
{
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-decoration: none;
    padding: 10px;
    border-width: 0px;
    background-color: rgba(0,0,0,0.4);
    border-style: none;
    display: inline-block;
    margin-top: 10px;
}

.car-highlight223
{
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-decoration: none;
    padding: 10px;
    border-width: 0px;
    background-color: rgba(0,0,0,0.6);
    border-style: none;
    display: inline-block;
    margin-top: 10px;
}

.car-highlight3
{
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: #156339;
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
    display: inline-block;
    margin-top: 10px;
}
.car-highlight4
{
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: #f26e1c;
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
    display: inline-block;
    margin-top: 10px;
}
.car-highlight5
{
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    margin-left: -6px;
    border-style: none;
    display: inline-block;
    margin-top: 10px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.car-highlight_black
{
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: rgba(15,15,15,0.7);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
    display: inline-block;
    margin-top: 10px;
}

.car-highlight_red
{
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: rgba(239,20,34,0.7);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
    display: inline-block;
    margin-top: 10px;
}

.car-highlight_yellow
{
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: #ffc012;
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
    display: inline-block;
    margin-top: 10px;
}

.car-highlight_green
{
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: #076412;
    padding: 10px;
    border-width: 0px;
    border-color: rgb(7,100,18);
    border-style: none;
    display: inline-block;
    margin-top: 10px;
}

.car-highlight_blue
{
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: #010473;
    padding: 10px;
    border-width: 0px;
    border-color: rgb(1,4,115);
    border-style: none;
    display: inline-block;
    margin-top: 10px;
}


.car-largetext
{
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    margin: 0px;
    padding: 1px 4px 0px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
    font-size: 50px;
}
.car-widecircle
{
    background: #222;
    width: 140px;
    height: 140px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.car-widecircle span
{
    position: absolute;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    width: 140px;
    margin: 25px auto;
    right: 0;
    font-weight: 100;
    font-size: 19px;
}
.car-middlecircle
{
    background: #fff;
    width: 130px;
    height: 130px;
    color: #555;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.car-middlecircle span
{
    position: absolute;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    width: 130px;
    margin: 35px auto;
    right: 0;
    font-weight: 100;
    font-size: 19px;
}
.car-smallcircle
{
    background: #f54828;
    width: 110px;
    height: 110px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.car-smallcircle span
{
    position: absolute;
    text-align: center;
    vertical-align: middle;
    line-height: 110px;
    width: 110px;
    margin: 0px auto;
    right: 0;
    font-weight: 100;
    font-size: 19px;
}
.carouselText1
{
    font-weight: 800;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 25px;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    border-radius: 0;
}
.carouselText2
{
    font-size: 19px;
    background: #f54828;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    border-radius: 0;
    margin-bottom: 15px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-weight: 600;
}
.carouselText3
{
    font-size: 14px;
    display: inline-block;
    padding: 0px 10px;
    color: #fff;
    border-radius: 5px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.carousel .carousel-control
{
    width: 10%;
}
.carousel .item
{
    padding: 30px 0px;
    height: 390px;
    overflow: hidden;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.carousel
{
    position: relative;
}
.carousel p
{
    color: #fff;
    line-height: 30px;
}
.carousel-inner > .item
{
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img
{
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev
{
    display: block;
}
.carousel-inner > .active
{
    left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev
{
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next
{
    left: 100%;
}
.carousel-inner > .prev
{
    left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right
{
    left: 0;
}
.carousel-inner > .active.left
{
    left: -100%;
}
.carousel-inner > .active.right
{
    left: 100%;
}
.carousel-control
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-fade .carousel-inner .item
{
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active
{
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right
{
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right
{
    opacity: 1;
}
.carousel-fade .carousel-control
{
    z-index: 2;
}
.carousel-control.left
{
    background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
}
.carousel-control.right
{
    left: auto;
    right: 0;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
}
.carousel-control:hover, .carousel-control:focus
{
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right
{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .icon-next
{
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before
{
    content: '\2039';
}
.carousel-control .icon-next:before
{
    content: '\203a';
}
.carousel-indicators
{
    position: absolute;
    left: 50%;
    z-index: 25;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
}
.carousel-indicators .active
{
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}
.carousel-caption
{
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn
{
    text-shadow: none;
}
.carousel-control
{
    width: 40px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    margin-left: 40px;
    margin-right: 40px;
}
.carousel-control:hover, .carousel-control:focus
{
    color: #ccc;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control.left, .carousel-control.right
{
    background-image: none;
    filter: none;
    background: rgba(0,0,0,.1);
    height: 80px;
    width: 50px;
    margin-top: 25%;
    margin-left: 0px;
    margin-right: 0;
}
.carousel:hover .carousel-control.left, .carousel:hover .carousel-control.right
{
}
.carousel-control.left
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.carousel-control.right
{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.carousel-control i
{
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 5;
    display: inline-block;
    width: 50px;
    height: 80px;
    margin-left: 0px;
}
.carousel-indicators.out
{
    bottom: -5px;
}
.carousel-control.left, .carousel-control.right
{
    margin-top: 11%;
}
/*--------------------------------------------------	CAROUSEL FEATURED WORK---------------------------------------------------*/
#carousel-featuredwork .item
{
    padding: 0;
    height: 410px;
}
#carousel-featuredwork .carousel-indicators
{
    margin-left: -31%;
}


/*-------------------*/

.cataloglogo
{
    width: 220px;
    height: 100px;
    border: 1px solid #dddddd;
    margin: 3px 3px 3px 3px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.cataloglogo:hover
{
    width: 220px;
    height: 100px;
    border: 1px solid #999999;
    margin: 3px 3px 3px 3px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.cataloglogo a
{
    width: 220px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}


.cataloglogo img
{
    max-height: 90px;
    max-width: 210px;
    height: expression(this.height => this.width && this.height >= 90 ? 90 : true);
    width: expression(this.width >= this.height && this.width >= 210 ? 210 : true);
}

.col-md-3inline
{
    display: inline-block;
    position: relative;
    min-height: 1px;
    width: 23%;
}


/*----------------------------------*/
.search a.res_title b, .search b, .search a.green b
{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px;
}

.search a.green
{
    color: green;
}
.search a.res_title
{
    font-weight: bold;
}


.search-result-box
{
    width: 570px;
    text-align: left;
    margin: 3px 0 20px 0;
    height: 25px;
}

.search-result-box input
{
    height: 23px;
    background-color: #eeeeee;
    border: 1px solid #555555;
    padding: 1px 1px 1px 2px;
    display: inline-block;
    vertical-align: top;
}

.search-result-box input[type=text]
{
     width: 300px;
}

.search-result-box input[type=button]
{
    background: #428BCA url(img/search-icon-white.png) no-repeat center center;
    width: 50px;
}



