@import url('https://www.rmw-koblenz.de/templates/semanos/css/local/poppins-script.css');
@import url('https://www.rmw-koblenz.de/templates/semanos/css/local/montserrat-script.css');

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-point-mark-on-a-circle:before {
    content: "\f100";
}
.flaticon-message:before {
    content: "\f101";
}
.flaticon-briefcase:before {
    content: "\f102";
}
.flaticon-coffee-cup:before {
    content: "\f103";
}
.flaticon-emoticon-square-smiling-face-with-closed-eyes:before {
    content: "\f104";
}
.flaticon-smiley:before {
    content: "\f105";
}
.flaticon-computer:before {
    content: "\f106";
}
.flaticon-people:before {
    content: "\f107";
}
.flaticon-lightbulb-idea:before {
    content: "\f108";
}
.flaticon-gears:before {
    content: "\f109";
}
.flaticon-technology:before {
    content: "\f10a";
}
.flaticon-monitor:before {
    content: "\f10b";
}
body {
    background-color: #ffffff;
    color: #303030; /*#aeaeae;*/
    font-size: 20px;
    line-height: 1.6;
    font-family: "Poppins", serif;
}
a {
    /*color: #aeaeae;*/
    text-decoration: none;
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.1;
}
h1 {color: #fff;}
h3 {color: #005ca9; margin-top: 50px;}
h4 {color: #fff;
    font-size:28px;
}
.container h1 {color: #282828;text-align: center;}
.container .box h1 {color: #fff; font-size:60px}
a:hover,
a:focus {
    color: #000000;
}
.check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    padding-right: 10px;
    position: relative;
    top: 2px;
}
.check li {
    font-size: 13px;
    list-style: none;
    margin-bottom: 8px;
}
.check li:last-child {
    margin-bottom: 0;
}
.check {
    margin-left: 0;
    padding-left: 0
}
/*********************
MENU
*********************/
.vertical-header {
    position: fixed;
    left: 0;
    z-index: 1111;
    top: 0;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.vertical-header-wrapper {
    width: 100%;
    height: 100%;
    background-color: #005ca9;
    z-index: 10;
    overflow-x: hidden;
    min-width: 310px;
    overflow-y: auto
}
.subsub-menu-wrapper,
.sub-menu-wrapper {
    opacity: 0;
    visibility: hidden;
    background-color: #005ca9;
    position: absolute;
    padding: 0px 10px 0;
    width: 100%;
    top: 0;
    max-width: 240px;
    bottom: 0;
    left: 60%;
    height: 100%;
    display: table;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}
.subsub-menu-wrapper {
    background-color: #191919;
}
.primary-menu li:hover .subsub-menu li:hover a,
.primary-menu li:hover .sub-menu-wrapper li:hover a,
.primary-menu li:hover a {
    color: rgba(255, 255, 255, 1);
}
.primary-menu li:hover .subsub-menu li a,
.primary-menu li:hover .sub-menu-wrapper li a,
.menu-search .btn,
.vertical-header li a {
    color: rgba(255, 255, 255, 0.7);
}
.primary-menu li:hover .subsub-menu li a {
    color: rgba(255, 255, 255, 0.7) !important;
}
.primary-menu li:hover .subsub-menu li:hover a {
    color: rgba(255, 255, 255, 1) !important;
}
.vertical-header li {
    list-style: none;
}
.vertical-header ul {
    padding: 0 15px;
}
.sub-menu li:hover .subsub-menu-wrapper,
.child-menu:hover .sub-menu-wrapper {
    opacity: 1;
    z-index: 1000;
    left: 100%;
    position: absolute;
    visibility: visible;
}
.primary-menu li a {
    display: block;
    width: 100%;
    position: relative;
    text-decoration: none !important;
}
.primary-menu li .fa-angle-right {
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 0px;
}
.yamm .fa-shopping-bag,
.navbar-inverse .fa-shopping-bag,
.primary-menu .fa-shopping-bag {
    margin-left: 4px;
}
.primary-menu {
    margin-top: 78px;
}
.primary-menu li {
    text-transform: capitalize;
    padding: 15px 20px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
    font-size: 20px;
    line-height: 1 !important;
    margin: 0 !important;
    text-transform: none;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
}
.primary-menu li:first-child {
    border-top: 1px dotted rgba(255, 255, 255, 0.15);
}
.btn-top {background:rgba(0, 92, 170, 0.7);
    color: #ffffff !important;
    padding: 20px 50px;
    bottom: 0px;
    position: absolute;
    float:left;
    margin-left:-90px;
}
.text-center {
 text-align:center;
}
.center-content {
    display: table-cell;
    vertical-align: middle;
}
.margin-block {
    min-height: 0px;
}
.logo {
    padding: 50px 0 20px;
    text-align: center;
    background-color: #fff;
}
.menu-search {
    padding: 0 15px;
}
.menu-search .form-group {
    position: relative;
    margin: 0;
    padding: 0;
}
.menu-search .btn {
    background-color: transparent !important;
    position: absolute;
    border: 0;
    top: -1px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    right: 0;
}
.menu-search .form-control:focus .btn {
    color: #f4af0b !important;
}
.menu-search .form-control {
    border-radius: 0;
    background-color: transparent;
    height: 40px;
    border: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    box-shadow: none !important;
    border-top: 1px dotted rgba(255, 255, 255, 0.15);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
}
.menu-search .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}
.menu-search .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.menu-search .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.menu-social ul {
    margin: 50px 0;
    padding: 0;
}
.menu-social ul li {
    margin-top: 0;
    padding-top: 0;
}
.menu-social ul li i {
    font-size: 12px;
    padding: 10px;
    border: 1px dotted rgba(255, 255, 255, 0.2);
}
/*!
     * Yamm!3 - Yet another megamenu for Bootstrap 3
     * http://geedmo.github.com/yamm3
     * 
     * @geedmo - Licensed under the MIT license
     */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
    right: auto;
}
.yamm .yamm-content {
    padding: 30px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
.yamm-content ul {
    list-style: none;
    padding: 0;
}
.yamm-content ul li {
    padding: 5px 0
}
.yamm-content ul li:hover a {
    padding-left: 10px;
}
.yamm-content ul li em {
    font-size: 18px;
}
.yamm .dropdown-menu {
    box-shadow: none;
    border-color: #030303;
    background-color: #030303;
    border-radius: 0;
}
.yamm .dropdown-menu li a {
    color: #ffffff;
}
.yamm-half ul {
    min-width: 220px;
}
#header {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#header.affix {
    position: fixed;
    top: 0;
    width: 100%;
    border-color: #030303;
    background-color: #030303;
}
#header .navbar-brand {
    padding: 7px 20px;
}
.transparent-header {
    position: absolute;
    top: 30px;
    right: 0;
    padding: 15px 0;
    z-index: 100;
    left: 0;
}
.nav,
.navbar,
.navbar-nav {
    margin-bottom: 0 !important;
}
.navbar-default {
    border-radius: 0;
    border: 0;
    background-color: transparent;
}
.navbar-default .nav>li>a {
    display: block;
    font-size: 14px;
    padding: 15px 15px;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    font-family: montserrat;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 15px;
}
.dark-header {
    padding: 20px 0;
    z-index: 1111;
    background-color: #030303
}
.light-header {
    padding: 20px 0;
    z-index: 1111;
    background-color: #ffffff;
}
.light-header.affix {
    background-color: #ffffff !important;
}
.light-header .nav>li>a {
    color: #000000;
}
.dark-header .nav>li>a,
.transparent-header .nav>li>a {
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}
.normal-header.dark-color .nav>li>a {
    color: #909090;
}
.normal-header.dark-color .nav>li>a:hover,
.transparent-header.dark-color .social i,
.transparent-header.dark-color .nav>li>a {
    color: #030303;
}
#header.affix {
    position: fixed;
    top: 0;
    width: 100%;
    border-color: #030303;
    background-color: #030303;
}
#header.affix.dark-color {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
}
/*********************
MOBILE MENU
*********************/
.navbar-inverse {
    background-color: #fff;
    border: 0;
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
}
.navbar-collapse {
    box-shadow: none;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    white-space: nowrap;
}
.navbar-inverse .nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
    color: #005ca9;
}
.navbar-inverse .navbar-nav>li {
    padding-left: 10px;
}
.navbar-brand {
    padding: 4px 20px;
}
/*********************
SECTIONS
*********************/
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    /*! background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 0.3); */
}
.slider-section {
    position: relative;
    width: 100%;
    height: 100%;
    height: 100vh;
    background-color: #005ca9;
}
.container {
    width: 100%;
    max-width: 1180px;
}
.container p {
    margin: 15px 0 
}
.right {padding:0 0 0 50px; border-left: solid 1px #f1f1f1;}
.section {
    /*padding: 96px 30px;*/
    padding: 56px 30px;
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #ffffff;
}
.section.noover {
    overflow: visible !important;
}
.section-title {
    margin-bottom: 45px;
}
.section.lb {
    background-color: #ffffff;
}
.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.parallax.parallax-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}
.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/*********************
FOOTER
*********************/
.section.footer {
    background-color: #000
}
.section.footer.light-footer {
    background-color: #ffffff;
}
.section.footer.light-footer p {
    color: #aeaeae;
}
.section.footer.light-footer img {
    display: block;
    margin: 0 auto 30px;
}
.section.footer.light-footer .social-links li {
    border: 1px solid #aeaeae;
    padding: 7px 14px;
    margin: 30px 2px;
    border-radius: 100%;
}
.section.footer.light-footer strong {
    color: #000;
}
.social-links i {
    color: #aeaeae;
}
.copyrights {
    padding: 25px 0;
    background-color: #151515;
}
.newsletter-widget .form-control {
    border: 0 none;
    border-radius: 0;
    font-size: 13px;
    box-shadow: none !important;
    height: 46px;
    background: #151515;
    min-width: 280px;
}
.newsletter-widget img {
    display: block;
    max-width: 280px;
    margin-top: 40px;
}
.newsletter-widget {
    margin-top: 5px;
}
.newsletter-widget p {
    margin-bottom: 30px;
}
.newsletter-widget .btn {
    padding-left: 23px;
    padding-right: 23px;
}
.copyrights ul,
.footer ul {
    list-style: none;
    padding: 0;
}
.footer ul li {
    margin: 10px 0;
    font-size: 0.9em;
}
.copyrights li {
    margin: 13px 0 0 !important;
}
.newsletter-widget .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}
.newsletter-widget .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.newsletter-widget .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.copyrights,
.footer .form-control,
.footer p,
.copyrights a,
.footer a {
    color: rgba(255, 255, 255, 1.0);
}
.copyrights a:hover,
.footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.cop-logo img {
    margin-top: 9px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.absolute-widget {
    position: relative;
    display: block;
    margin-top: -30%;
    padding: 30px;
}
.absolute-widget .form-control {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    font-size: 13px;
    height: 40px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}
.absolute-widget::before {
    border-right: 10px solid #646464;
    border-top: 19px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}
.absolute-widget textarea.form-control {
    height: 100px;
}
.absolute-widget .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}
.absolute-widget .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.absolute-widget .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.custom-module mark {
    line-height: 1;
    padding: 0 10px;
}
.custom-module p {
    padding-bottom: 30px;
    margin: 0;
}
.home-text-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 11;
}
.home-content {
    position: relative;
}
.home-message {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
mark.rotate {
    background-color: transparent;
    color: #ffffff;
    padding: 0;
    margin: 0;
}
.process-box {
    background-color: #fff;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}
.process-end {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px 0;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    position: absolute;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out, top 0.15s ease-in-out, bottom 0.15s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}
.process-box:hover .process-end {
    opacity: 1;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    visibility: visible;
}
.process-box h3,{
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    line-height: 1;
    margin: 25px 0 25px;
}
.process-box h3 {
    margin-bottom: 0;
    font-size: 16px;
}
.process-end h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}
/*********************
BUTTONS
*********************/
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 0 solid transparent;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 40px;
    text-align: center;
    white-space: nowrap;
}
.btn:hover,
.btn:focus {
    opacity: 0.9;
}
/*********************
COLORS 1
*********************/
.progress-bar,
.owl-theme-02 .owl-nav [class*="owl-"]:hover,
.teammembers .visible-buttons,
.custom-module mark,
.pitem .golink,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary {
    background-color: #01bacf !important;
    border-color: #01bacf !important;
    color: #ffffff !important;
}
.section.db .owl-theme-01 .owl-nav [class*="owl-"],
.owl-theme-01 .owl-nav [class*="owl-"]:hover,
a.goitem,
.bgcolor {
    background-color: #005ca9;
}
.list-style-2 i,
.social-links li:hover i,
.section.footer.light-footer a,
.parallax mark.rotate,
.case-top .dropdown-menu>li:hover a,
.navbar-default .nav>li:hover a,
.yamm .fa-shopping-bag,
.service-icon i,
.stat-count h3,
.portfolio-filter ul li a.active,
.post-meta li:after,
a:hover,
a:focus {
    color: #005ca9;
}
.absolute-widget::before {
    border-right-color: #00a1b6;
}
.owl-theme-02 .magnifier {
    background-color: rgba(255, 255, 255, 0.8);
}
/*********************
COLORS 2 (GREEN)
*********************/
.bgcolor1,
.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default {
    background-color: #c2d82e !important;
    border-color: #c2d82e !important;
    color: #ffffff !important;
}
.menu-social ul li:hover i,
.menu-search .form-control:focus {
    border-color: #c2d82e;
}
.process-box {
    background-color: #fff;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}
.process-end {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px 0;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    position: absolute;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out, top 0.15s ease-in-out, bottom 0.15s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}
.process-box:hover .process-end {
    opacity: 1;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    visibility: visible;
	background-color:#01bacf;
}
.navbar-default .nav .dropdown-menu li a,
.process-end p,
.process-end i,
.process-end h3,
.section-title.light-color h3,
.tagline-message h3,
.magni-desc h4 a {
    color: #ffffff;
}
/*********************
IMAGES
*********************/
img.picfull {width:100%; height:auto;}
img.pic1left {float:left; width:66%; margin: 3px 1% 2px 0; height:auto;}
img.pic1right {float:right; width:66%; margin: 3px 0 2px 0.5%; height:auto;}
img.pic2left {float:left; width:49%; margin: 3px 1% 2px 0; height:auto;}
img.pic2right {float:right; width:49%; margin: 3px 0 2px 0.5%; height:auto;}
img.pic3left {float:left; width:32%; margin: 3px 1.5% 2px 0; height:auto;}
img.pic3right {float:right; width:32%; margin: 3px 0 2px 0.3%; height:auto;}
img.pic4left {float:left; width:24%; margin: 3px 1% 2px 0; height:auto;}
img.pic4right {float:right; width:24%; margin: 3px 0 2px 0.5%; height:auto;}
img.picround {border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; }
img.center {width:50%; height:auto; text-align:center}

/*********************
RESPONSIVE
*********************/
@media(max-width:768px) {
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        background-color: #121212;
        color: #ffffff;
    }
    .navbar-collapse {
        border: 0;
        box-shadow: none;
    }
    .newsletter-widget .btn {
        display: block;
        width: 100%;
    }
    .nopadtop {
        padding-top: 90px;
    }
    .service-box.m30 {
        margin: 15px 0;
    }
    .mobile-menu {
        display: block;
    }
    .vertical-header {
        display: none;
    }
    .transparent-header {
        left: 0;
        padding: 15px 0;
        position: relative;
        right: 0;
        top: 30px;
        z-index: 100;
        top: 0;
        background: #000;
    }
    #header.affix {
        position: relative;
    }
    .text-center {
    text-align:center;
    display: none;
    }
	.slider-section {
    position: relative;
    width: 100%;
    max-height: 300px;
    background-color: #005ca9;
	}
    .container .box h1 {
    font-size: 30px;
}
}
@media(min-width:768px) {
    .mobile-menu {
        display: none;
    }
    body.left-menu #wrapper {
        padding-left: 310px;
    }
}
@media(max-width:1198px) {
    .absolute-widget {
        margin-top: 0 !important;
    }
    .absolute-widget:before {
        display: none !important;
    }
    .footer .widget {
        margin: 30px 0;
    }
}
@media(max-width:998px) {
    .stat-count {
        margin: 15px 0;
    }
    .copyrights,
    .copyrights .text-right {
        text-align: center;
    }
    .home-message p {
        font-size: 48px;
    }
}
@media(max-width:550px) {
    .btn-wrapper .btn {
        display: block;
    }
    .callout .lead,
    .tagline-message h3 {
        font-size: 20px;
    }
    .home-message p {
        font-size: 28px;
    }
    .client-box {
        width: 100%;
        margin: 15px 0;
    }
    .client-box img {
        max-width: 240px;
    }
}
@media (min-width: 992px) {
    .dropmenu {
        position: relative;
    }
    .dropmenu:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .navbar-nav .dropmenu ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }
    .dropmenu .dropdown-menu {
        min-width: 240px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .dropmenu>ul {
        position: absolute;
        top: 130%;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: 0;
    }
    .dropmenu>ul.start-right {
        right: 0;
        left: auto;
    }
    .dropmenu>ul li {
        position: relative;
    }
    .dropmenu>ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
    .dropmenu>ul li:hover>ul.show-right {
        right: 100%;
    }
}

.infobox {
/*border:solid 1px #4c4c4c; */
background-color: rgba(255, 255, 255, 1.0);
padding: 0 0 10px 0;
margin:25px;
/*border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;*/
box-shadow:0px 0px 5px 5px rgba(0,0,0, 0.1);
-moz-box-shadow:0px 0px 5px 5px rgba(0,0,0, 0.1);
-webkit-box-shadow:0px 0px 5px 5px rgba(0,0,0, 0.1);	
}
