@import url("fontawesome-all.css");

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");
@font-face{
    font-family: 'mvboli';
    src: url('mvboli.ttf');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
        font-family: 'mvboli';
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Header */

	@-moz-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	body, input, select, textarea {
		color: #7c8081;
		font-family: 'Lato', sans-serif;
		font-size: 15pt;
		font-weight: 300;
		letter-spacing: 0.025em;
		line-height: 1.75em;
	}

	#header {
		background: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		color: #192e5b;
		cursor: default;
		font-size: 0.8em;
		left: 0;
		padding: 1em 1.5em;
		position: fixed;
		top: 0;
		width: 100%;
        height: 100px;
		z-index: 1000;
	}

    #header h1 {
        font-weight: 900;
        margin: 0;
        font-family: 'mvboli';
    }

    #header h1 span {
        font-weight: 300;
    }

    #header nav {
        letter-spacing: 0.075em;
        position: absolute;
        right: 1.5em;
        text-transform: uppercase;
        top: 0.75em;
    }

    #header nav ul li {
        display: inline-block;
        margin-left: 1.5em;
    }

    #header nav ul li > ul {
        display: none;
    }

    #header h1 a{
        color: #192e5b;
        text-decoration: none;
        font-size: 0.6em;
        
    }

    #header nav ul li a {
        border: solid 1px transparent;
        color: #192e5b;
        display: inline-block;
        line-height: 4em;
        padding: 0.3em;
        text-decoration: none;
        font-size: 1.2em;
        font-weight: 500;
    }

    #header nav ul li ul li a {
        border: solid 1px transparent;
        color: #000;
        display: inline-block;
        line-height: 1em;
        padding: 0em 2em 0em 0em;
        text-decoration: none;
        
    }

    #header nav ul li input[type="button"],
    #header nav ul li input[type="submit"],
    #header nav ul li input[type="reset"],
    #header nav ul li .button {
        font-size: 1em;
        min-width: 0;
        width: auto;
    }

    #header nav ul li.submenu > a {

        text-decoration: none;
    }

    #header nav ul li.submenu > a:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    #header nav ul li.submenu > a:before {
        content: '\f107';
        margin-right: 0.65em;
    }

    #header nav ul li.active > a, #header nav ul li:hover > a {
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background: rgba(188, 202, 206, 0.15);
    }

    #header nav ul li.current > a {
        font-weight: 900;
    }

    #header.reveal {
        -moz-animation: reveal-header 0.5s;
        -webkit-animation: reveal-header 0.5s;
        -ms-animation: reveal-header 0.5s;
        animation: reveal-header 0.5s;
    }

    #header.alt {
        -moz-animation: none;
        -webkit-animation: none;
        -ms-animation: none;
        animation: none;
        background: #f5f5f5;
        box-shadow: none;
        color: #000;

        position: absolute;
    }

    #header.alt nav {
        right: 2.5em;
        top: 1.75em;
    }
    #header h1 img {
        padding: 0.6em 1em 0em 0em;
            -o-object-fit: contain;
    object-fit: contain;
    }

    #header.alt nav ul li.active > a, #header.alt nav ul li:hover > a {
        border: solid 1px;
    }

    #navPanel, #navButton {
            display: none;
        }
    .responsive-caption{
        display: none;
    }
	/* Off-Canvas Navigation */

    #page-wrapper {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-bottom: 1px;
    }

    #navButton {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 60px;
        left: 0;
        position: fixed;
        top: 0;
        /*width: 100%;*/
        z-index: 101;
    }

    #navButton .toggle {
        text-decoration: none;
        height: 60px;
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        border: 0;
        outline: 0;
    }

    #navButton .toggle:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    #navButton .toggle:before {
        color: #fff;
        content: "\f0c9";
        font-size: 1em;
        height: 40px;
        left: 10px;
        line-height: 40px;
        opacity: 0.5;
        position: absolute;
        top: 11px;
        width: 60px;
        z-index: 1;
    }

    #navButton .toggle:after {
        background: rgba(163, 169, 170, 0.75);
        border-radius: 2px;
        content: '';
        height: 40px;
        left: 10px;
        position: absolute;
        top: 10px;
        width: 60px;
    }

    #navPanel {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(-325px);
        -webkit-transform: translateX(-325px);
        -ms-transform: translateX(-325px);
        transform: translateX(-325px);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 300px;
        z-index: 10002;
        background: #1c2021;
        color: #fff;
        font-weight: 500;
        font-size: 0.7em;
        letter-spacing: 0.075em;
        text-transform: uppercase;
        padding: 0.25em 0.75em 1em 0.75em;
    }

    #navPanel .link {
        border: 0;
        border-top: solid 1px rgba(255, 255, 255, 0.05);
        color: inherit;
        display: block;
        height: 3em;
        line-height: 3em;
        opacity: 0.75;
        text-decoration: none;
        font-size: 1.3em;
    }

    #navPanel .link.depth-0 {
        font-weight: 900;
    }

    #navPanel .link:first-child {
        border-top: 0;
    }

    #navPanel .indent-1 {
        display: inline-block;
        width: 1em;
    }

    #navPanel .indent-2 {
        display: inline-block;
        width: 2em;
    }

    #navPanel .indent-3 {
        display: inline-block;
        width: 3em;
    }

    #navPanel .indent-4 {
        display: inline-block;
        width: 4em;
    }

    #navPanel .indent-5 {
        display: inline-block;
        width: 5em;
    }

    body.navPanel-visible #page-wrapper {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #navButton {
        -moz-transform: translateX(300px);
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
    }

    body.navPanel-visible #navPanel {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

	}
/* Dropotron */

    .dropotron {
        background: #fff;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.75);
        line-height: 2.25em;
        min-width: 23em;
        padding: 1em 0;
        text-transform: uppercase;
        margin-top: calc(-1em + 1px);
    }

    .dropotron.level-0 {

        font-size: 0.7em;
        font-weight: 400;
        margin-top: 0.5em;
    }
    .dropotron.level-1 {
        left:200px;
        font-size: 1em;
        font-weight: 400;
        margin-top: 0.5em;
    }

    .dropotron.level-0:before {
        border-bottom: solid 0.5em #fff;
        border-left: solid 0.5em transparent;
        border-right: solid 0.5em transparent;
        content: '';
        left: 0.75em;
        position: absolute;
        top: -0.45em;
    }

    .dropotron > li {
        color:#fff;

        border-top: solid 1px rgba(124, 128, 129, 0.2);
    }

    .dropotron > li > a {
        -moz-transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
        color: inherit;
        background: rgba(0, 0, 0, 0.75);
        text-decoration: none;
        padding: 0.5em;
        border: 0;
        font-size: 1.2em;
    }

    .dropotron > li:hover > a {
        background: #00743f;
        color: #fff;
    }

    .dropotron > li:first-child {
        border-top: 0;
    }

/* Browser Resets */
.flex2-container a:active,
.flexslider2 a:active,
.flex2-container a:focus,
.flexslider2 a:focus  {outline: none;}
.slides2,
.flex2-control-nav,
.flex2-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider2 { margin: 0; padding: 0;}
.flexslider2 .slides2 > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider2 .slides2 img {    -o-object-fit: contain;
    object-fit: contain;  display: block;}
.flex2-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides2:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
    background:none; 
    position: relative; 
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Caption style */

.flex-caption { 
    background: rgba(0,0,0,.8);
    margin-left:5px;
    bottom:5px; 
    position:absolute;
    padding:20px;
    z-index:99;
}
.flex-caption p{ 
    font-size: 16px !important; 
    line-height: 22px; 
    font-weight:300;
    color: #fff 
}
.flex-caption h2, .flex-caption h4 {
	color:#fff;
}

/* Caption style */

.flex-caption-2 { 
    background: rgba(0,0,0,.8);
    margin-left:5px;
    bottom:5px; 
    position:absolute;
    padding:20px;
    z-index:99;
}
.flex-caption-2 p{ 
    font-size: 16px !important; 
    line-height: 22px; 
    font-weight:300;
    color: #fff 
}
.flex-caption-2 h2, .flex-caption-2 h4 {
	color:#fff;
}
.flexslider .slides img { 
        -o-object-fit: contain;
    object-fit: contain;
    max-height: 29em;
    width: 100%; 
    display: block;
}

/* Direction Nav */
.flex2-direction-nav {*height: 0;}
.flex2-direction-nav a {width: 30px; height: 40px; margin:0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 45%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex2-direction-nav .flex2-next {background-position: 100% 0; right: -36px; }
.flex2-direction-nav .flex2-prev {left: -36px;}
.flexslider2:hover .flex2-next {opacity: 0.8; right: 5px;}
.flexslider2:hover .flex2-prev {opacity: 0.8; left: 5px;}
.flexslider2:hover .flex2-next:hover, .flexslider2:hover .fle2-prev:hover {opacity: 1;}
.flex2-direction-nav .flex2-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex2-control-nav {width: 100%; position: absolute; bottom: 0; text-align: center;}
.flex2-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex2-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex2-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex2-control-paging li a.flex2-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex2-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex2-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex2-control-thumbs img {    -o-object-fit: contain;
    object-fit: contain;width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex2-control-thumbs img:hover {opacity: 1;}
.flex2-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* Box */

	.box {
		position: relative;
		margin-top: 2em;
		margin-bottom: 0;
	}


    .box :last-child {
        margin-bottom: 0;
    }

    .box.style1 {
        background: #fff;
        padding: 1em 2em 2em 2em;
    }
    .box.style1 .inner h2{
        display: inline-block;
        background: #fff;
        font-size: 26px;
        font-weight: 600;
        letter-spacing: 0.1em;
        margin: 0;
        color:#192e55;
        text-transform:capitalize; 
    }
    .box.style1 .inner p{
        padding-bottom: 1em;
        font-size: 1.6em;
    }
    .box.style1 .image {
        display: block;
        position: absolute;
        top: 0;
        width: 45%;
        height: 100%;
        overflow: hidden;
    }

    .box.style1 .image img {
            -o-object-fit: contain;
    object-fit: contain;
        position: absolute;
        top: 0;
        height: 100%;

    }

    .box.style1 .inner > :last-child {
        margin: 0;
    }


    .box.style1.right .image img {
        right: 0;
            -o-object-fit: contain;
    object-fit: contain;
    }

    .box.style1.right .inner {
        margin-left: 45%;
        padding-left: 3em;
    }

    .box.style1.left .image {
        right: 0;
    }

    .box.style1.left .image img {
            -o-object-fit: contain;
    object-fit: contain;
        left: 0;
    }

    .box.style1.left .inner {
        margin-right: 50%;
        padding-right: 3em;
    }

    .box.style2 {
        text-align: center;
    }

    .box.style2 header {
        display: inline-block;
        background: #fff;
        padding: 2em 3em 2em 3em;
        margin: 0;
    }

    .box.style2 header p {
        padding: 0;
    }

    .box.style2 .inner {
        position: relative;
        padding: 40px 0 0px 0;
    }

    .box.style2 .inner:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        border-left: solid 1px #fff;
    }

    .box.style2 .inner .row {
        position: relative;
    }

    .box.style2 .inner .row:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 20px;
        width: calc(100% - 40px);
        border-bottom: solid 1px #fff;
    }

    .box.style2 .inner .image {
        position: relative;
        z-index: 1;
        padding: 20px;
    }

		

/* Containers */

	.container {
		margin-left: 3em;
		margin-right: 3em;
	}
.containerI {
		margin-left: 4em;
		margin-right: 4em;
	}




/* Image */

    .image {
        display: inline-block;
        border: 0;
    }

    .image img {
        display: block;
        width: 100%;
        max-height: 18em;
            -o-object-fit: contain;
    object-fit: contain;
    }

    .image.featured {
        display: block;
        
        width: 100%;
        margin: 0 0 2em 0;
    }

    .image.fit {
        display: block;
        width: 100%;
        pointer-events: none;
    }

    .image.left {
        float: left;
        margin: 0 2em 2em 0;
    }

    .image.centered {
        display: block;
        margin: 0 0 2em 0;
    }
    .image.centered img {
        margin: 0 auto;
            -o-object-fit: contain;
    object-fit: contain;
        width: auto;
    }
#featured{
    margin-top: 100px;
}
/* --- flexslider --- */

#featured .flexslider {
	padding:0;
	margin: 0 0 30px; 
	background: #fff; 
	position: relative; 
	zoom: 1; 
}

#featured .flexslider2 {
	padding:0;
    height:20em;
	margin: 1em 0 0.5em; 
	background: #fff; 
	position: relative; 
	zoom: 1;
}
#featured-2
{
		margin-top: 2em;

}

.flex-caption {
    background:none;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    zoom: 1;
}
.flex-caption { 
    bottom: 35px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff; 
    margin: 0; 
    padding: 25px 25px 25px 30px; 
    position: absolute; 
    right: 45px; 
    width: 325px;
}
.flex-caption h3 {
    /*color: #F2A104; */
    color: #FFF;
    letter-spacing: 1px; 
    margin-bottom: 8px; 
     font-weight: 500;
    text-transform: uppercase;
    
}
.flex-caption p {
    margin: 0 0 15px;
}

.flex-caption-2 {
    background:none;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    zoom: 1;
}
.flex-caption-2 { 
    bottom: 35px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff; 
    margin: 0; 
    padding: 25px 25px 25px 30px; 
    position: absolute; 
    left: 45px; 
    width: 325px;
}
.flex-caption-2 h3 {
    color: #FFF;
    letter-spacing: 1px; 
    margin-bottom: 8px; 
    font-weight: 500;
    text-transform: uppercase;
}
.flex-caption-2 p {
    margin: 0 0 15px;
}

.responsive-caption {
    width: 98%;
    text-align:center;	
    z-index: 1000;
}
.responsive-caption h3 {
    
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.responsive-caption p {
    margin: 0 0 15px;
}
.responsive-caption a {
    text-decoration: none;
    background: #00743f;
    color:#fff;
    
}

.responsive-caption a:hover {
    text-decoration: none;
    background: #f2a104;
    color:#fff;
    
}

.btn-theme {
    text-decoration: none;
    background: #00743f44;
    color:#fff;
    float: right;
}

.btn-theme:hover {
    text-decoration: none;
    background: #f2a10455;
    color:#fff !important;
    font-weight: 600!important;
}

.btn-theme-2 {
    text-decoration: none;
    background: #00743f;
    color:#fff;
    float: right;
    margin-top: 0.2em;
}

.btn-theme-2:hover {
    text-decoration: none;
    background: #f2a104;
    color:#fff !important;
    font-weight: 600 !important;
}

.btn-theme-con {
    width:200px;
    position: inherit;
    background-color: #00FF00;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    text-decoration: none;
    background: #00743f;
    color:#fff;

}

.btn-theme-con:hover {
    text-decoration: none;
    background: #f2a104;
    color:#fff !important;
    font-weight: 600 !important;
}

.btn-theme-del {
    text-decoration: none;
    background: #f2a104;
    color:#fff;
    float: right;
    margin-top: 0.2em;
}

.btn-theme-del:hover {
    text-decoration: none;
    background: #f20104;
    color:#fff !important;
    font-weight: 600 !important;
}


.flex2-caption { 
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff; 
    margin: 0; 
    padding: 25px 25px 25px 30px; 
    position: absolute; 
    right: 45px; 
    top: 20px;
}
.flex2-caption h3 {
    color: #F2A104; 
    letter-spacing: 1px; 
    margin-bottom: 8px; 
     font-weight: 500;
    text-transform: uppercase;
    
}
.flex2-caption p {
    margin: 0 0 15px;
}
.flex2-caption table{
    float:left;
}
.flex2-caption tr{
}
.flex2-caption table:nth-child(1){
    width:20em;
}
.flex2-caption table:nth-child(1) td:nth-child(1){
    width:6em;
    padding-bottom: 1em;

}
.flex2-caption table:nth-child(1) td:nth-child(2){
    font-weight: 600;
}
.flex2-caption table:nth-child(2){
    width: 20em ;
}
.slides2 li{
    display:none;
}
.slides2 li:nth-child(1){
    display: list-item;
}
.slides2 img{
        -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    height: auto;
    margin-left: 5em;
    max-height: 25em;
}


.hr1 hr{
	border: 0;
    margin: 10px;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(25,46,91,1), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(25,46,91,1), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(25,46,91,1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(25,46,91,1), rgba(0,0,0,0));
}
/* --- box characteristics --- */

.container h3{
    text-align: center;
    letter-spacing: 4px;
    font-weight: 600;
    text-transform:capitalize; 
}
.boxchar {
	width: 100%;
    padding-right: 2em;
    padding-left: 2em;
    padding-top: 0.5em;
    text-align: center;
    height: 22em;
}
.boxchar h4{
	width: 100%;
    padding-right: 2em;
    padding-left: 2em;
    padding-top: 0.5em;
    text-align: center;
    text-transform:capitalize; 
}
.box-gray  {
	background: #f8f8f8;
	padding: 20px 20px 30px;
    height: 100%;
    
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 20px;
}
.box-bottom {
	padding: 20px 0;
	text-align: center;
}
.box-bottom a {
	color: #fff;
	font-weight: 700;
}
.box-bottom a:hover {
	color: #eee;
	text-decoration: none;
}

/* =============================
#. Clientes
============================= */

.flex2-caption { 
    background: rgba(0,0,0,.8);
    margin-left:5px;
    position:absolute;
    padding:20px;
    z-index:99;
}
.flex2-caption p{ 
    font-size: 16px !important; 
    line-height: 22px; 
    font-weight:300;
    color: #fff 
}
.flex2-caption h2, .flex2-caption h4 {
	color:#fff;
}


/* =============================
#. Footer -parallax
============================= */

#scroll-animate
{
  overflow: hidden;
    pointer-events: none;
     z-index:1;
}

#scroll-animate-main
{
  width: 100%;
  left: 0;
  position: fixed;
    pointer-events: none;
     z-index:1;
}

#heightPage,
#heightScroll
{
  width: 10px;
  top: 0;
  position: absolute;
  z-index: 99;
}

#heightPage
{
  left: 0;
}

#heightScroll
{
  right: 0;
}

footer
{
    width: 100%;
    height: 450px;
    background: gray;
    position: fixed;
    z-index:0;
    pointer-events:all;
    padding:50px 0 0 0;
    color:#f8f8f8;
    bottom: 0px;
}

.wrapper-parallax {
    background: #fff;
  margin-bottom: 450px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}



footer,
#scroll-animate-main
{
  -webkit-transition-property: all;
     -moz-transition-property: all;
      transition-property: all;

  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;

  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
      transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
/* Footer style */

/* ===============================
16. Footer
================================ */


footer a {
	color:#fff;
    cursor: pointer; 
}

footer a:hover {
	color:#eee;
        font-weight: 600;

}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#fff;
}

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

ul.social-network {
	list-style:none;
	margin:0;
}

ul.social-network li {
	display:inline;
	margin: 0 5px;
}

#sub-footer{
	text-shadow:none;
	color:#f5f5f5;
	padding:0;
	padding-top:30px;
	margin:20px 0 0 0;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color:#f5f5f5;
}

.copyright {
	text-align:left;
	font-size:12px;
}

#sub-footer ul.social-network {
	float:right;
}
footer ul.link-list li a{
	color:#fff;
}
footer ul.link-list li a:hover {
    font-weight: 600;
}
footer .widgetheading {
	position: relative;
}

footer .widget .social-network {
	position:relative;
}
footer .widget img {
	margin-top: 3em;
    margin-bottom: 1em;
        -o-object-fit: contain;
    object-fit: contain;
}

/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222;
	z-index: 2;
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}

#featured{
    pointer-events:all;
    max-height: 38em;
}

article{
        pointer-events:all;
}
section{
            pointer-events:all;
}
header{
                pointer-events:all;

}
/* =============================
#.  --- Producto
============================= */



/* Main */

#main {
    background-image: url("../img/css/dark-tl.svg"), url("../img/css/dark-tr.svg"), url("../img/css/dark-bl.svg"), url("../img/css/dark-br.svg");
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
    background-size: 25em;
    padding: 7em 0;
}

#main > :last-child {
    margin-bottom: 0;
}

#main .sidebar section {
    border-top: solid 1px rgba(124, 128, 129, 0.2);
    margin: 3em 0 0 0;
    padding: 3em 0 0 0;
}

#main .sidebar section:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

body.index #main {
    padding-top: 5em;
}

/* Wrapper */

.wrapper {
    margin-bottom: 5em;
    padding: 5em;
}


.wrapper.style4 {
    background: #fff;
    color: inherit;
    padding: 4em;
    height: 100%;
}
.special.container
{
    text-align: center;
    margin-top: 2em;
}
.special.container strong
{
    color:#43b9ea;
}
.style4 p
{
    font-size : 1.6em;
    color: #7c8081;
    margin-bottom: 2em;pointer-events:all;
    letter-spacing: 0.05em;
    text-align:justify;
}
.style4 h3
{
    font-size : 2.2em;
    color: #192e5b;
}
.style4 .row img{pointer-events:all;
  max-height: 24em;
    margin-bottom: 2em;
        -o-object-fit: contain;
    object-fit: contain;
}
div.ext-box { 
    display: table; 
    width:100%;
    height: 30em;
}
div.int-box { 
    display: table-cell; 
    vertical-align: middle; 
    margin-top:90px;
    margin-left: auto; 
    margin-right: auto;
     text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    
}
div.int-box img{ 
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    max-width: 20em;
        -o-object-fit: contain;
    object-fit: contain;
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.wrapper-parallax-product {
    background: rgb(243, 246, 250);
  margin-bottom: 450px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}


/* =============================
#. Contact
============================= */

.line5 h3{
	margin-top: 15px;
	margin-bottom: 70px;
}
.line5{
	/*position: relative;*/
	width: 100%;
	overflow: hidden;
	height:100%;
	/*background: url(../img/bgTop.jpg) center center no-repeat;*/
	/*background: url(../images/line5Bg.jpg) center center no-repeat;	*/
	background:#192e5b;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    margin-top: 5em;  
    padding-top: 10em;
    color: white;
}
.line5:after{
	content: "";
	z-index: 1;
	pointer-events: none;
    position: absolute;
    left: 0;
	width: 100%;
	height: 240px;
    margin-top: -17.1em;
	/*background: url(../images/sliderL.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 200px solid white;
	border-left: 3000px solid transparent;
}
.line5:before{
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top: 194px solid white;
	border-right: 3000px solid transparent;
    margin-top: -15em;
}

.forma{
    pointer-events:all;
	margin-bottom: -80px;
	z-index: 10;
	margin-top: 48px;
}
.forma input{
	border-radius:4px;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 500;
	font-size:13px;
	color:#555555;
	background:#ededed;
    margin-right: 10px;
}
.forma ul input{
    text-decoration: none;
    background: #00743f44;
    color:#fff;
    float: right;
    text-decoration: none;
    background: #f2a10455;
    color:#fff !important;
    font-weight: 600!important;
    text-decoration: none;
    background: #00743f;
    color:#fff;
    float: right;
    margin-top: 0.2em;
    text-decoration: none;
    background: #f2a104;
    color:#fff !important;
    font-weight: 600 !important;
}
input:focus{
	//border:0;
	outline:none;
}
textarea:focus{
	//border:0;
	outline:none;
}
.name{
	margin-bottom:10px;
	margin-right: 10px;
	width:403px;
}
.Email{
	margin-bottom:10px;
	width:403px;
}
.Subject{
	margin-bottom:10px;
	max-width: 816px;
}

textarea {
	border-radius:4px;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	font-size:13px;
	color:#555555;
	background:#ededed;
	border:none;
    max-width: 816px;
	height: 153px;
    resize: none;
   }
.forma input:focus, .forma textarea:focus{
	background:#dfdfdf;
	border:0;
}
.forma .cBtn a{
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
	font-size:13px;
	color:#fff;
}

.forma .cBtn ul{
	margin-left: -15px;
	margin-top: 6px;
	padding-left:0;
	margin-bottom: 0;
}
.forma .cBtn ul i{
	padding-right: 10px;
}
.forma .cBtn .clear , .cBtn .send{
	margin-bottom: 0;
	margin-top: 4px;
	padding: 10px;
	padding-right: 17px;
	padding-left: 17px
	
}
.forma .cBtn .clear  a, .cBtn .send a{
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
}
.forma .cBtn .send{
	box-shadow: 0px 2px 0px 0px #179abf;
	background:#1fcdff ;
}
.forma .cBtn .send:hover{
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000 ;
}

#errors {
    border:solid 1px #E58E8E;
    padding:10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
    display:none;
}
 
#errors li {
    padding:2px;
    list-style:none;    
}
 
#errors li:before {
    content: ' - ';    
}
 
#errors #info {
    font-weight:bold;
}
 
#errors #info:before {
    content: '';    
}
 
#success {
    border:solid 1px #83D186;
    padding:25px 10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
    font-weight:bold;
    display:none;
}
 
#errors.visible, #success.visible {
    display:block;    
}
 
#req-field-desc {
    font-style:italic;
}
 

.cont{
	margin-top: 44px;
	margin-left: -33px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	font-size:13px;
	color:#666666;
	margin-bottom: -80px;
	z-index: 10;
}
.cont ul{
	padding-left:0;
	list-style:none;
}
.cont li{
 margin-bottom: 16px;

}
.cont .fa{
	color:#2f2f2f;
	padding-right:14px;
}
.cont a{
	text-decoration:none;
	color:#1fcdff;
}
.cont a:hover{
	color:#666666;
}

.line6 iframe{
    pointer-events: all;

        width: 100% !important;
        height: 100% !important;
}
.line6 img{
        -o-object-fit: contain;
    object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    margin-top: 5em;
}


.line6{
	width: 100%;
	overflow: hidden;
	height: 600px;
    position: relative;
    margin-top: 12em;
}

/* =============================
#. Admin module
============================= */

select {
   background-color:#91EB76;
   /*width: 180px;*/
   /*padding: 5px;*/
   font-size: 16px;
   border: 1px solid #ccc;
   height: 34px;
    	color:#555555 !important;
	background:#ededed;
    margin-bottom: 1em !important;
}
select:focus{
	background:#dfdfdf;
	border:0;
}

textarea{ 
    margin-bottom: 1em !important;
}

/* =============================
#. Media queries 
============================= */

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
@media (min-width: 1300px) {

    #header h1 a {
        font-size: 0.6em;
    }
}
@media (min-width: 980px) {

		.container {
            min-height: 12em;
		}
        .containerI {
            min-height: 18em;
		}
		    .wrapper.style4 {

        padding: 1.5em;
    }

    #navPanel, #navButton {
            display: none;
        }

}
@media (min-width: 768px) and (max-width: 979px) {

    .container {
		margin-left: 1em;
		margin-right: 1em;
	}
    .containerI {
        margin-left: 1em;
		margin-right: 1em;
    }
	a.detail{
		background:none;
		width:100%;
	}

    
    #header nav {
        display: none;
    }
     #header img{
        margin-left: 40px;
         pointer-events:all;
          z-index: 10002;
             -o-object-fit: contain;
    object-fit: contain;
    }
	
	footer .widget form  input#appendedInputButton {
		  display: block;
		  width: 91%;
		  -webkit-border-radius: 4px 4px 4px 4px;
			 -moz-border-radius: 4px 4px 4px 4px;
				  border-radius: 4px 4px 4px 4px;
	}
	
	footer .widget form  .input-append .btn {
		  display: block;
		  width: 100%;
		  padding-right: 0;
		  padding-left: 0;
		  -webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				  box-sizing: border-box;
				  margin-top:10px;
	}

	ul.related-folio li{
		width:156px;
		margin:0 20px 0 0;
	}
	 .wrapper.style4 {
        height: 170em;
    }

}

@media (max-width: 767px) {

  body {
    padding-right: 0;
    padding-left: 0;
  }
    #header a{
        z-index: 10002;
    }
    #header img{
        margin-left: 40px;
        pointer-events:all;
            -o-object-fit: contain;
    object-fit: contain;
        
    }
    #header nav {
        display: none;
    }
    #header h1 a {
        display: none;
    }


	.navbar-brand {
		margin-top: 10px;
		border-bottom: none;
	}
	.navbar-header {
		margin-top: 20px;
		border-bottom: none;
	}
	
	.navbar-nav {
		border-top: none;
		float: none;
		width: 100%;
	}

	header .navbar-nav > li  {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	header .nav li .dropdown-menu  {
		margin-top: 0;
	}

	.dropdown-menu {
        text-decoration: none;
	  position: absolute;
	  top: 0;
	  left: 40px;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 5px 0;
	  margin: 2px 0 0;
	  font-size: 13px;
	  list-style: none;
	  background-color: #fff;
	  background-clip: padding-box;
	  border: 1px solid #f5f5f5;
	  border: 1px solid rgba(0, 0, 0, .15);
	  border-radius: 0;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	

	
	.navbar-collapse.collapse  {
		border: none;
		overflow: hidden;
	}

	
	.box {
		padding-bottom:20px;
	}

	#featured .flexslider .slide-caption {
		width: 90%; 
		padding: 2%; 
		position: absolute; 
		left: 0; 
		bottom: -40px; 
	}
    

	#inner-headline .breadcrumb {
		float:left;
		clear:both;
		width:100%;
	}

	.breadcrumb > li {
		font-size:13px;
	}

	
	ul.portfolio li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:16px;
		line-height:20px;
	}


	.left-sidebar{
		border-right:none;
		padding:0 0 0 0;
		border-bottom: 1px dotted #e6e6e6;
		padding-bottom:10px;
		margin-bottom:40px;
	}
	
	.right-sidebar{
		margin-top:30px;
		border-left:none;
		padding:0 0 0 0;
	}
	    .container {
		margin-left: 1em;
		margin-right: 1em;
	}.containerI {
		margin-left: 1em;
		margin-right: 1em;
	}
	
	footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, 
	footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12{
		margin-bottom:20px;
	}

	#sub-footer ul.social-network {
		float:left;
	}
	

	
  [class*="span"] {
		margin-bottom:20px;
  }
    .box {
        margin-top: 3.5em;
    }



    .box.style1 {
        
        text-align: center;
    }

    .box.style1 .image {
        position: relative !important;
        left: 0 !important;
        width: 100% !important;
        height: 18em !important;
    }

    .box.style1 .image img {
            -o-object-fit: contain;
    object-fit: contain;
        position: relative;
        width: 100%;
    }

    .box.style1 .inner {
        margin: 0 !important;
        padding: 0.2em 0.3em 1em 0.3em !important;
    }

    .box.style2 .inner .row:before {
        display: none;
    }

    .box.style2 .inner .image {
        padding: 0;
        max-width: 250px;
        margin: 0 auto 20px auto;
    }

    .btn-theme-2 {
        float: inherit;
        
    }
    
    /*------------------
    clientes
    ---------------------*/
    #featured {
        max-height: 60em;
    }
    #featured .flexslider2{
        height: 55em;
        padding-left: 10px;
        padding-right: 10px;
    }
    	#featured .flexslider2 .slide2-caption {
		width: 90%; 
		padding: 2%; 
		position: absolute; 
		left: 0; 
		bottom: -40px; 
	}
    .slides2 img{
            -o-object-fit: contain;
    object-fit: contain;
        width: 90%; 
        margin: 1em;
        margin-bottom: 3em;
    }

    .flex2-caption { 
        bottom: 35px;
        background-color: rgba(255, 255, 255, 1);
        color: #000; 
        margin: 0; 
        padding: 25px 25px 25px 30px; 
        position:relative; 
        right: 0px; 
    }
    .flex2-caption h3 {
        color: #F2A104; 
        letter-spacing: 1px; 
        margin-bottom: 8px; 
         font-weight: 500;
        text-transform: uppercase;
    }
    .flex2-caption p {
        margin: 0 0 15px;
    }
    .flex2-caption table{
        float:left;
    }
    .flex2-caption table:nth-child(1){
        width:18em;
        margin-bottom: 1em;
    }
    .flex2-caption table:nth-child(1) td:nth-child(1){
        width:6em;
        padding-bottom: 1em;
    }
    .flex2-caption table:nth-child(2){
        width: 18em ;
    }
    .slides2 li{
        display:none;
    }
    .slides2 li:nth-child(1){
        display: list-item;
    }
    footer {
        height: 480px;
    }
    footer .row .col-sm-4:nth-child(2){
        display: none;
    }
    .wrapper-parallax{
        margin-bottom: 480px;
    }
    /*------------------
    Productos
    ---------------------*/
    
    .style4 p
    {
        font-size : 1em;
        color: #7c8081;
    }
    .wrapper.style4 {

        padding: 1.5em;
        height: 120em;
    }
    div.int-box img{ 
        max-width: 18em;
            -o-object-fit: contain;
    object-fit: contain;
    }
    div.int-box { 
        text-align: center; 
    }
        .wrapper-parallax-product{
        margin-bottom: 480px;
    }
    
        /*------------------
    Contacto
    ---------------------*/
    .line5{

        margin-top: 0em;  
    }
    

}

@media (max-width: 480px) {
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}


	.search{
		float:left;
	}

	.flexslider .flex-caption {
		display:none;
	}
    .flex-caption-2 {
		display:none;
	}
    .responsive-caption{
        display:block;
        padding-bottom: 3em;
    }

	.cta-text {
		margin:0 auto;
		text-align:center;	
	}
	
	ul.portfolio li article a i{
		width:20px;
		height:20px;
		font-size:14px;
	}
    #featured .flexslider2{
        height: 55em;
    }
    #featured {
        max-height: 60em;
    }
    .wrapper.style4 {

        padding: 1.5em;
        height: 213em;
    }
    
}

.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}
