/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Lattes - One page multi purpose page
Version:	1.0
Last change:	17/08/2015 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page

[Table of contents]

1. General
2. Header
3. Navigation
4. Sections
5. Footer
6. Components

[Color codes]

Buttons, etc:	#726FB9 (blue)
hover color:	#fed136 (yellow)
-------------------------------------------------------------------*/

/*--------------------
Import Google Fonts
--------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400italic&subset=latin,latin-ext);

/*--------------------
1. General
--------------------*/

body {
  margin: 0px;
    font-family: "Open Sans", Sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
    letter-spacing: 0.4px;
    font-family: "Open Sans", Sans-serif;
    color: #232323;
}

p {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000;
}

a:hover, a:focus, a:active, a.active {
   
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #7ac143;
}

@media (min-width: 768px) {
	section {
	    padding: 150px 0;
	}
}

section {
    padding: 70px 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	background-color: #222;
	border-color: transparent
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Montserrat",sans-serif;
    padding: 0px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
    .navbar-default .navbar-toggle {
        background-color: #7ac143;
        border-color: #7ac143
    }
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #7ac143
}
.navbar-default .nav li a {
	
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	color:#fff
}
    .navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
        color: #7ac143;/*menu hover*/
        outline: 0
    }

    .navbar-default .navbar-nav > .active > a {
        border-radius: 0;
        color: #fff;
        background-color: #7ac143
    }
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color: transparent;
		padding: 25px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #222;
		padding: 10px 0
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em
	}
}

/*--------------------
3. Header
--------------------*/

header {
    background-image: url(../imagess/demo/bg-main.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
	header .intro-text {
	    padding-top: 300px;
	    padding-bottom: 200px;
	}
}

header .intro-text .intro-lead-in {
    font-family: "Playfair Display",sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
	header .intro-text .intro-lead-in {
	    font-family: "Playfair Display",sans-serif;
	    font-style: italic;
	    font-size: 40px;
	    line-height: 40px;
	    margin-bottom: 25px;
	}
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
	header .intro-text .intro-heading {
	    text-transform: uppercase;
	    font-weight: 700;
	    font-size: 75px;
	    line-height: 75px;
	    margin-bottom: 50px;
	}
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
    font-size: 34px;
    text-transform: uppercase;
}

.section-title p {
    
    font-weight: 300;
    line-height: 25px;
    margin: 20px 30px 60px 30px;
}

/*--------------------
4.1. About om oss
--------------------*/

#about p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

#about h3 {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
   
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.icon-circle {
    
    text-align: center;
    line-height: 98px;
   
    /* border: 3px solid #000; */
 
    font-size: 31px;
}

/*--------------------
4.2. ask
--------------------*/

.question-text h2 {
	margin: 0 0 30px;
}

.skillbar-item {
    margin-bottom: 30px;	
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
}

.skillbar-score {
background-color: #dfdfdf;
    padding: 7px;
    text-align: center;
    color: #000000;
    font-weight: 300;
    float: right;
    width: 50px;
    height: 40px;
    vertical-align: middle;
 }

.skillbar-score .score {
    font-size: 20px;
}

.skillbar-score .percent {
    font-size: 13px;
}

.skillbar-bar {
display: block;
    background-color: #dfdfdf;
    height: 3px;
    width: 100%;
}

.skillbar h3 {
	font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;	
margin: 0;
    padding: 12px 0;
}

.skillbar-percent {
    color: #fff;
    background-color: #000000;
    float: left;
    height: 3px;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #726FB9;
    text-align: center;
    cursor: pointer;	
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}



figure.effect-bubba {
	background: #000;
	margin-bottom: 30px;
}

figure.effect-bubba img {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
    
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}


figure.effect-bubba h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
	padding-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.dark-bg {
    background: #323232;
    color: #fff;
}

.bg-img1 {
    background-image: url(../imagess/demo/office-bg.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.slightly-grey {
    background-color: #f8f8f8;
}

.overlay-dark:before, .overlay-light:before {
    background-color: rgba(32,32,32,0.8);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-dark, .overlay-light {
    position: relative;
    z-index: 1;
}

.short-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.counter-item h2 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}

.counter-item h6 {
    color: #fff;
    font-size: 19px;
    margin: 0;	
}

/*--------------------
4.5. Partners Slider
--------------------*/

.partner-logo {
    height: 80px;
    text-align: center;
}

.partner-logo img {
    height: 100%;
    width: auto !important;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
    text-align: center;
    background-color: #fff;
}

.team-item h3 {
    font-size: 16px;
    font-weight: 500;
}

.team-item .team-location {
    color: #C5C5C5;
    font-size: 13px;
    margin-bottom: 20px;    
}

.team-item .team-location {
    color: #C5C5C5;
    font-size: 12px;
    margin-bottom: 20px;    
}

.team-item .team-position {
    color: #000;
    font-size: 12px;
}

.team-item p {
    font-size: 13px;
    font-weight: 300;
    color: #9C9C9C;
    padding: 5px 10px 20px 10px;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
    margin-top: 15px;
}
section#contact.form-group {
margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 15px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 13px;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
    padding: 30px;
    background-color: #000;    
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #FF9F46;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {    
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
	background-color: #FED136;
    margin-right: 15px;
    padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
    color: #fff;
  /*background-color: #fec503;
    border-color: #f6bf01;*/
    margin-bottom:10px;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-xl {
    color: #fff;
     background-color: #726FB9;
    border-color: #726FB9;
 
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
    #back-top a:hover {
        background: #7ac143;
    }
/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top i {
    margin-top: 7px;
    font-size: 20px;
}
}
.zs-enabled {
    position: relative
}

    .zs-enabled .zs-slideshow, .zs-enabled .zs-slides, .zs-enabled .zs-slide {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

        .zs-enabled .zs-slideshow .zs-slides .zs-slide {
            background: transparent none no-repeat 50% 50%;
            background-size: cover;
            position: absolute;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: scale(1.2, 1.2);
            -moz-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            -o-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2)
        }

            .zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
                visibility: visible;
                opacity: 1
            }

        .zs-enabled .zs-slideshow .zs-bullets {
            position: absolute;
            z-index: 4;
            bottom: 20px;
            left: 0;
            width: 100%;
            text-align: center
        }

            .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
                display: inline-block;
                cursor: pointer;
                border: 2px solid #EFC509;
                width: 14px;
                height: 14px;
                border-radius: 8px;
                margin: 10px;
                background-color: #000
            }

                .zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
                    background-color: #EFC509
                }

        .zs-enabled .zs-slideshow:after {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
            background: transparent none repeat 0 0
        }

    .zs-enabled.overlay-plain .zs-slideshow:after {
        background-image: url(plain.png)
    }

    .zs-enabled.overlay-dots .zs-slideshow:after {
        background: url(../imagess/dots.png)
    }

.properties-table {
    width: 100%;
    padding: 0;
    border-spacing: 0;
    margin-top: 2em;
    font-size: .85em;
    background-color: #eee;
}

    .properties-table th, .properties-table td {
        text-align: left;
        padding: 10px;
    }

    .properties-table th {
        border-bottom: 1px solid #333;
        line-height: 2;
    }

.zs-enabled .zs-slideshow .zs-bullets {
    position: absolute;
    z-index: 4;
    bottom: 168px;
    left: 0;
    width: 100%;
    text-align: center;
}

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
        display: inline-block;
        cursor: pointer;
        border: 2px solid #fff;
        width: 30px;
        height: 8px;
        margin: 10px;
        background: #fff;
        border-radius: 0;
    }

        .zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
            background: #7ac143;
            border: 2px solid #7ac143;
        }

#demo-1 {
    position: relative;
    width: 100%;
    min-height: 800px;
    background-color: #999;
}

.demo-inner-content {
    position: relative;
    z-index: 2;
}

/*-- /responsive --*/
@media (max-width:1440px) {
    #demo-1 {
        min-height: 630px;
    }
}

@media (max-width:1366px) {
    #demo-1 {
        min-height: 600px;
    }

}

@media (max-width:1280px) {
    #demo-1 {
        min-height: 570px;
    }
}

@media (max-width:1024px) {
    #demo-1 {
        min-height: 540px;
    }
}

@media (max-width:991px) {
    #demo-1 {
        min-height: 500px;
    }

    .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 127px;
        left: 0;
    }
}

@media (max-width:800px) {
    #demo-1 {
        min-height: 460px;
    }

    .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 105px;
        left: -8px;
    }

}

@media (max-width:736px) {

    #demo-1 {
        min-height: 450px;
    }
}

@media (max-width:640px) {

    #demo-1 {
        min-height: 400px;
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
        display: inline-block;
        cursor: pointer;
        border: 2px solid #fff;
        width: 30px;
        height: 8px;
        margin: 5px;
    }

    .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 86px;
        left: -8px;
    }
}

@media (max-width:568px) {
    #demo-1 {
        min-height: 390px;
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
        display: inline-block;
        cursor: pointer;
        border: 2px solid #fff;
        width: 30px;
        height: 8px;
        margin: 5px;
    }

    .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 86px;
        left: -8px;
    }
}

@media (max-width:480px) {
    #demo-1 {
        min-height: 325px;
    }

    .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 55px;
        left: -8px;
    }
}

@media (max-width:414px) {
}

@media (max-width:384px) {
    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
        display: inline-block;
        cursor: pointer;
        border: 2px solid #fff;
        width: 20px;
        height: 5px;
        margin: 3px;
    }

    #demo-1 {
        min-height: 277px;
    }

    .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 46px;
        left: -1px;
    }
}

@media (max-width:320px) {
    #demo-1 {
        min-height: 240px;
    }

    .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 33px;
        left: -1px;
    }
}
/*-- //responsive --*/
.baner-info h3 {
    text-align: center;
    font-size: 2.8em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.baner-info h4 {
    text-align: center;
    font-size: 1.8em;
    color: #fff;
   

}

    .baner-info h3 span {
        color: #7ac143;
    }
.baner-info {
    padding-top: 14em;
    margin: 0 auto;
    text-align: center;
}
@media (max-width:991px) {
    .baner-info h3 {
        font-size: 2.5em;
    }

    .serv-w3ls1 img {
        width: 100%;
    }

    .agitsworkw3ls-grid {
        padding: 4em 2em 2em 2em;
    }

    .ab-text {
        text-align: center;
        margin: 3em 0;
        float: left;
    }

    .navbar-nav > li > a {
        font-size: 11px;

    }

    span.one {
        font-size: 2.5em;
    }

    .navbar-brand {
        padding: 0 0 0 3.2em;
        line-height: 78px;
        font-size: 0.5em;
     
        height: 63px;
        font-family: 'Lato', sans-serif;
    }

    .cd-header-buttons {
        position: absolute;
        display: inline-block;
        top: -49px;
        right: -8px;
    }

    .navbar-nav {
        float: left;
       
    }

    ul.demo > li {
        float: left;
        list-style-type: none;
        margin: 10px;
        width: 30%;
    }

    .footer-grid {
        text-align: left;
        margin-bottom: 1em;
        padding: 0;
    }

        .footer-grid ul li {
            color: #fff;
            margin: 0 0 1em;
            list-style-type: none;
            padding-left: 0em;
        }

    .footer-grid-instagram {
        float: left;
        width: 22%;
    }

    .footer-grid1-left {
        float: left;
        width: 21%;
    }

    .footer-grid1-right {
        float: left;
        width: 56%;
        margin-left: 3%;
    }

    h3.follow {
        margin: 1em 0 0 0;
    }

    p.para {
        margin: 1em auto 0;
        font-size: 0.9em;
        width: 77%;
        line-height: 1.9em;
    }

    .footer-contact {
        width: 81%;
        margin: 2em auto 2em;
    }
}

@media (max-width:800px) {
    .w3l_header_right {
        float: right;
        width: 50%;
        padding: 0.3em 0em 0.4em 12em;
    }

    .baner-info h3 {
        font-size: 2em;
    }
}

@media (max-width:768px) {
    .w3l_header_left {
        float: left;
        padding: 0.7em 0 0.8em 2em;
        width: 50%;
    }

    .w3l_header_right {
        float: right;
        width: 50%;
        padding: 0.3em 0em 0.4em 12em;
    }

    .price-section {
        padding: 1em 0 6em 0;
    }
    .navbar-nav {
        float: none;
        margin: 0.5em 0 0 0em;
        text-align: center;
    }
}


@media (max-width:667px) {
    ul.demo > li {
        float: left;
        list-style-type: none;
        width: 42%;
        margin: 10px;
    }

    .baner-info {
        padding-top: 8em;
    }

    .w3l_header_left {
        float: none;
        padding: 0.5em 0 0.5em 0;
        width: 100%;
        text-align: center;
    }

    .w3l_header_right {
        float: right;
        width: 100%;
        padding: 0.4em 0em 0.4em 0em;
        text-align: center;
    }

    span.one {
        font-size: 2.5em;
    }

    .cd-header-buttons {
        position: absolute;
        display: inline-block;
        top: -46px;
        right: 69px;
    }

    h3.tittle {
        font-size: 1.8em;
    }

    .grid figure figcaption {
        padding: 2em;
        font-size: 0.75em;
    }

    .ab-text p {
        font-size: 0.9em;
        margin: 0.5em 0;
    }

    .footer-grid1:nth-child(2) {
        margin: 0.5em 0;
    }
}

@media (max-width:640px) {
    ul.demo > li {
        float: left;
        list-style-type: none;
        width: 46%;
        margin: 10px;
    }

    .baner-info h3 {
        font-size: 1.8em;
    }

    .ab-text.two {
        margin: 0;
        margin-bottom: 2em;
    }

    .footer-grid ul li {
        margin: 0 0 0.3em;
        list-style-type: none;
        padding-left: 0em;
    }

    .footer-grid p {
        line-height: 0.9em;
    }

    .footer-grid1-right a {
        font-size: 0.9em;
    }
}



      

    .price h3 {
        font-size: 1.4em;
    }

    .price {
        padding: 2em 2em;
        margin: 2em 0 0 0;
    }

    .plat {
        margin-top: 2em;
        padding: 0;
    }

    .grid figure figcaption {
        padding: 1em;
        font-size: 0.75em;
    }

    .ab-text {
        text-align: center;
        margin: 2em 0;
        float: left;
    }

    h4.tittle {
        text-align: left;
        font-size: 1.2em;
        margin-bottom: 5px;
    }

    ul.demo > li {
        float: left;
        list-style-type: none;
        width: 45%;
        margin: 10px;
    }

    .featured-section, #team, #gallery {
        padding: 3em 0;
    }

    h3.tittle {
        font-size: 1.7em;
        margin-bottom: 22px;
    }

    .footer-contact {
        width: 100%;
        margin: 1em auto 2em;
    }

    #contact {
        padding: 2em 0;
    }

    p.para {
        margin: 1em auto 0;
        font-size: 0.9em;
        width: 97%;
        line-height: 1.9em;
    }

    .footer-contact input[type="text"] {
        width: 74%;
        margin: 0 auto;
    }

    .footer-contact input[type="submit"] {
        font-size: 1em;
        width: 23%;
    }

   

    .header-bottom {
        position: relative;
        padding: 0.5em 0;
    }

    .rent-bottom h4 {
        font-size: 1em;
    }

    #contact h2 {
        font-size: 1.2em;
    }

    .footer-contact input[type="text"] {
        width: 72%;
        margin: 0 auto;
    }

    .footer-contact input[type="submit"] {
        font-size: 1em;
        width: 24%;
    }

    .modal-body.about p {
        font-size: 0.9em;
    }

    .discount.one h3 {
        font-size: 1.1em;
    }

    .modal-body.about h4 {
        font-size: 1em;
    }

    .modal-body.about {
        padding: 1em 1em;
    }


@media (max-width:414px) {
    h3.tittle {
        font-size: 1.6em;
        margin-bottom: 22px;
    }

    .resp-tab-item span {
        font-size: 14px;
    }

    .agitsworkw3ls-grid {
        padding: 3em 2em 1em 2em;
    }

    .p-mask h4 {
        font-size: 1em;
    }

    .h-f {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 1em;
    }

    ul.demo > li {
        float: left;
        list-style-type: none;
        margin: 10px 47px;
        width: 72%;
    }

    .agile_gallery_grids {
        margin: 0em 0 0;
    }

    .cd-search input {
        font-size: 1em;
    }

    .price h3 {
        font-size: 1.2em;
        margin-bottom: 1em;
    }

    .reservation-grid-left {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .reservation-grid-right {
        float: right;
        width: 100%;
    }

    .section_room:nth-child(2), .reservation-grids:nth-child(4) {
        margin: 0.5em 0;
    }

    span.four {
        font-size: 1em;
        padding: 0.5em 1em;
        position: absolute;
        top: 25%;
        right: 0px;
    }

    .start a {
        padding: 10px 12px;
    }
}

@media (max-width:384px) {
    .baner-info h3 {
        font-size: 1.3em;
    }

    .baner-info h4 {
        font-size: 1em;
        margin-top: 1em;
    }

  
    .rent-bottom h5 {
        font-size: 0.85em;
    }

    .rent-bottom {
        padding: 1.5em 1em;
    }

    h3.tittle {
        font-size: 1.6em;
        margin-bottom: 14px;
        line-height: 1.5em;
    }

   

    .featured-section, #team, #gallery {
        padding: 2em 0;
    }

    .agitsworkw3ls-grid {
        padding: 2em 1em 1em 1em;
    }

    .price-section {
        padding: 0.5em 0 5em 0;
    }

    .modal-body.about h4 {
        font-size: 0.9em;
    }

    .pictures_eyes_close {
        position: fixed;
        top: 13px;
        right: 30px;
    }
}



    .price {
        padding: 2em 1em;
        margin: 2em 0 0 0;
    }

    .rent-bottom h4 {
        font-size: 0.9em;
    }

    .rent-bottom h5 {
        font-size: 0.8em;
    }

    h3.tittle {
        font-size: 1.4em;
        margin-bottom: 14px;
        line-height: 1.5em;
    }

    .fur1 h6 a {
        font-size: 0.9em;
    }

    .keywords input[type="submit"] {
        width: 100%;
        padding: 12px 0;
    }

    h3.follow {
        margin: 0.5em 0 0 0;
        padding-top: 0.6em;
    }

    .contact-w3ls ul.social-icons1 {
        margin: 1em auto;
    }

    .footer-contact input[type="text"] {
        width: 68%;
        margin: 0 auto;
        padding: 10px 10px;
    }

    .footer-contact input[type="submit"] {
        font-size: 1em;
        width: 28%;
        padding: 8px 0 11px;
    }

    p.para {
        margin: 1em auto 0;
        font-size: 0.85em;
        width: 100%;
        line-height: 1.9em;
    }

    h3.follow {
        margin: 0.5em 0 0 0;
        font-size: 1.2em;
        padding-top: 0.7em;
    }

    .grid figure figcaption {
        padding: 1em;
        font-size: 0.7em;
    }

    ul.demo > li {
        float: left;
        list-style-type: none;
        margin: 10px 32px;
        width: 81%;
    }

    .footer-grid-instagram {
        float: left;
        width: 25%;
    }

    .pictures_eyes_in img {
        max-height: 500px;
        margin-top: 1em;
    }
}

@media (max-width:320px) {
    .w3l_header_left ul li {
        margin-right: 0.2em;
        font-size: 14px;
    }

    .baner-info h3 {
        font-size: 1.2em;
    }

    .baner-info h4 {
        font-size: 0.8em;
        margin-top: 0.8em;
    }

    .baner-info {
        padding-top: 2em;
    }

  

    .cd-header-buttons {
        position: absolute;
        display: inline-block;
        top: -49px;
        right: 38px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 10px 7px;
        margin-top: 15px;
    }

    .header-bottom {
        position: relative;
        padding: 0em 0;
    }

    .w3l_header_left ul li span {
        padding-right: 0.5em;
    }

    .price {
        padding: 1em 1em;
        margin: 1em 0 0 0;
    }

    .rent-bottom h4 {
        font-size: 0.9em;
        line-height: 1.5em;
    }

    .price-section {
        padding: 0.5em 0 4.5em 0;
    }

    .resp-tab-item span {
        font-size: 12px;
    }

    ul.demo > li {
        float: left;
        list-style-type: none;
        margin: 6px 6px;
        width: 96%;
    }

    .pictures_eyes_close {
        position: fixed;
        top: 10px;
        right: 30px;
        z-index: 99999;
    }

    .price h3 {
        font-size: 1em;
        margin-bottom: 0.8em;
    }

    .contact-w3ls ul.social-icons1 li {
        display: inline-block;
        margin-right: 1px;
    }

    .footer-contact input[type="text"] {
        width: 63%;
        margin: 0 auto;
        padding: 10px 10px;
    }

    .footer-contact input[type="submit"] {
        font-size: 1em;
        width: 32%;
        padding: 8px 0 11px;
    }

    .footer-grid p {
        line-height: 1.9em;
    }

    .discount.one h3 {
        font-size: 0.9em;
    }

    .modal-body.about h4 {
        font-size: 0.8em;
    }

    #contact h2 {
        font-size: 1em;
    }

    #contact {
        padding: 1.5em 0 1em 0;
    }

    p.para {
        margin: 0.5em auto 0;
        font-size: 0.85em;
        width: 100%;
        line-height: 1.8em;
    }
}
/*-- //responsive --*/
}

.footer-social-section {
    width: 100%;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin-top: 5px;
}

    .footer-social-section::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 10px;
        width: calc(100% - 20px)
    }

.footer-social-overlap {
    position: relative;
    z-index: 2;

    padding: 0 20px
}

.footer-social-connect {

    align-items: center;
    font: 3.5em "Oswald", sans-serif;
    color: #fff
}

.footer-social-small {
    font-size: 0.3em;
    padding: 0px 20px
}

.footer-social-overlap > a {
    font-size: 3em
}

    .footer-social-overlap > a:not(:first-child) {
        margin-left: 0.38em
    }



#demo-2 {
    position: relative;
    width: 100%;
    min-height: 458px;
    background-color: #999;
}

.demo-inner-content {
    position: relative;
    z-index: 2;
}

/*-- /responsive --*/
@media (max-width:1440px) {
    #demo-2 {
        min-height: 430px;
    }
}

@media (max-width:1366px) {
    #demo-2 {
        min-height: 400px;
    }
}

@media (max-width:1280px) {
    #demo-2 {
        min-height: 370px;
    }
}

@media (max-width:1024px) {
    #demo-2 {
        min-height: 340px;
    }
}

@media (max-width:991px) {
    #demo-2 {
        min-height: 300px;
    }

    .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 127px;
        left: 0;
    }
}

@media (max-width:800px) {
    #demo-2 {
        min-height: 260px;
    }

    .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 105px;
        left: -8px;
    }
}

@media (max-width:736px) {

    #demo-2 {
        min-height: 350px;
    }
}

@media (max-width:640px) {

    #demo-2 {
        min-height: 200px;
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
        display: inline-block;
        cursor: pointer;
        border: 2px solid #fff;
        width: 30px;
        height: 8px;
        margin: 5px;
    }

    .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 86px;
        left: -8px;
    }
}

@media (max-width:568px) {
    #demo-2 {
        min-height: 390px;
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
        display: inline-block;
        cursor: pointer;
        border: 2px solid #fff;
        width: 30px;
        height: 8px;
        margin: 5px;
    }

    .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 86px;
        left: -8px;
    }
}

@media (max-width:480px) {
    #demo-2 {
        min-height: 325px;
    }

    .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 55px;
        left: -8px;
    }
}

@media (max-width:414px) {
}

@media (max-width:384px) {
    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
        display: inline-block;
        cursor: pointer;
        border: 2px solid #fff;
        width: 20px;
        height: 5px;
        margin: 3px;
    }

    #demo-2 {
        min-height: 277px;
    }

    .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 46px;
        left: -1px;
    }
}

@media (max-width:320px) {
    #demo-2 {
        min-height: 240px;
    }

    .zs-enabled .zs-slideshow .zs-bullets {
        bottom: 33px;
        left: -1px;
    }
}







.navbar {
    border: none;
}

    .navbar ul.nav > li > a {
        text-transform: uppercase;
        text-decoration: underline;
        font-weight: bold;
        letter-spacing: 0.08em;
        border-top: solid 5px transparent;
    }

        .navbar ul.nav > li > a:hover {
            border-top: solid 5px #6aae7a;
        }

    .navbar ul.nav > li.active > a,
    .navbar ul.nav > li.open > a {
        text-decoration: none !important;
        border-top: solid 5px #3f734b;
    }

@media (max-width: 768px) {
    .navbar ul.nav > li.active > a,
    .navbar ul.nav > li.open > a {
        border-top-color: transparent;
    }

    .navbar ul.nav > li > a:hover {
        border-top-color: transparent;
    }
    .logo {
        /*  margin-left: 5px;
   padding-left:8px;*/
        padding-bottom: 10px;
        float: left;
        padding-left:15px;
    }
    .swe {
        
        margin-left: 10px;
    }
    .us {
        margin-left: 10px;
    }
}

.navbar.navbar-light ul.nav > li.active > a {
    border-top: solid 5px #3f734b;
    background: #fff !important;
    color: #555555 !important;
}

    .navbar.navbar-light ul.nav > li.active > a:hover {
        border-top: solid 5px #3f734b;
    }

.navbar.navbar-light ul.nav > li > a:hover,
.navbar.navbar-light ul.nav > li.open > a:hover,
.navbar.navbar-light ul.nav > li > a:focus,
.navbar.navbar-light ul.nav > li.open > a:focus {
    border-top: solid 5px #6aae7a;
    background: #fff !important;
    color: #555555 !important;
}

.navbar ul.dropdown-menu {
    margin: 0;
    padding: 0;
    background-color:transparent;
}

    .navbar ul.dropdown-menu li {
        list-style-type: none;
       
        text-transform: uppercase;
        letter-spacing: 0.08em;
        padding: 4px 0;
        text-align:center;
    }

        .navbar ul.dropdown-menu li a {
            position: relative;
            color: #fff;
            font-size: 12px;
            display: block;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            left: 0;
        }

            .navbar ul.dropdown-menu li a:hover {
                color: #6aae7a;
                text-decoration: none;
                background: none;
                left: 2px;
                -webkit-transition: all 0.2s ease-out;
                -moz-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
            }

@media (max-width: 767px) {
    .navbar ul.dropdown-menu li a:hover {
        left: 0;
    }
}

.navbar .yamm-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 5px;
    border-bottom: dotted 1px #555555;
    letter-spacing: 0.08em;
}

@media (max-width: 767px) {
    .navbar .yamm-content h3 {
        font-size: 14px;
    }
}

.navbar .yamm-content h5 {
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: dotted 1px #555555;
    letter-spacing: 0.08em;
}

.navbar .yamm-content ul {
    margin: 0;
    padding: 0;
}

    .navbar .yamm-content ul li {
        list-style-type: none;
        border-bottom: solid 1px #eeeeee;
        text-transform: uppercase;
        padding: 4px 0;
    }

        .navbar .yamm-content ul li a {
            position: relative;
            color: #999999;
            font-size: 12px;
            display: block;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

            .navbar .yamm-content ul li a:hover {
                color: #6aae7a;
                text-decoration: none;
                padding-left: 2px;
            }

.navbar .yamm-content .banner {
    margin-bottom: 10px;
}

.navbar .yamm-fw .dropdown-menu {
    padding: 0;
}

.navbar .navbar-buttons {
    float: right;
}

    .navbar .navbar-buttons button,
    .navbar .navbar-buttons a.btn,
    .navbar .navbar-buttons .btn-default.navbar-toggle {
        margin-top: 11px;
        margin-bottom: 11px;
        margin-left: 0;
        margin-right: 5px;
    }

.navbar .btn-default,
.navbar .btn-default.navbar-toggle {
    color: #999999;
    background-color: #fff;
    margin-left: 7px;
    margin-right: 0;
}

    .navbar .btn-default:hover,
    .navbar .btn-default.navbar-toggle:hover,
    .navbar .btn-default:focus,
    .navbar .btn-default.navbar-toggle:focus {
        background-color: #fff;
        border-color: #6aae7a;
        color: #6aae7a;
    }

.navbar #search {
    clear: both;
    border-top: solid 1px #6aae7a;
    text-align: right;
}

    .navbar #search form {
        float: right;
    }

        .navbar #search form .input-group {
            width: 500px;
        }

@media (max-width: 768px) {
    .navbar #search form .input-group {
        width: 100%;
    }
}

.navbar #basket-overview a {
    margin-left: 7px;
}

.navbar-affixed-top {
    top: -32px;
}

    .navbar-affixed-top.affix-top {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .navbar-affixed-top.affix {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
        -webkit-box-shadow: 0 0 5px #cccccc;
        box-shadow: 0 0 5px #cccccc;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

body.boxed .navbar-affixed-top.affix {
    position: static;
}
.logo{
   /*  margin-left: 5px;
   padding-left:8px;*/
    padding-top:15px;
    float:left;

}
.swe {
    background-image: url(../imagess/se.png);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    padding: 15px 0 0 22px;
    margin-left: 20px;
      margin-top: 12px;
    background-color: transparent;
}
    /* Green */
    .swe:hover {
        background-color: #46a049;
    }

.uk {
    background-image: url(../imagess/uk.png);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-left: 20px;
      margin-top: 12px;
    background-color:transparent;
}
    /* Green */
    .uk:hover {
        background-color: #46a049;
    }






.wrapper {
    text-align: center;
}

.xbutton {
    width: 50px;
    height: 50px;
    border: 0px solid #f5f5f5;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
    font-size: 52px;
    margin-bottom: 5px;
    z-index: 1500;
    top: 10px;
    right: 30px;
    position: absolute;
    line-height: 0;
}

    .xbutton:hover {
        background: #262626;
    }

.cartext {
    bottom: 5px;
}



.lead {

    font-weight:300;
    line-height:1.4;
}

.bar1{
    max-width:70%;
}


#ritning .section-title {
	background: #444 url(../imagess/ritning.jpg) center center no-repeat fixed;
	background-size: cover;
}
#ritning .section-title .overlay{
    padding:80px;
    background:rgba(0, 0, 0, 0.7);
  
}
#ritning .section-title h2{
      color:#fff;
    font-weight:600;
    font-size:24px;
}
#ritning .section-title P{
      color:#fff;
    font-weight:600;
    font-size:20px;
}

