/*

Boxer Template

http://www.templatemo.com/tm-446-boxer

*/

body
    {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }


.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

::-webkit-scrollbar {
    width: 14px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgb(45, 62, 108);
}


.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 30px;
	letter-spacing: 0.2vw;
}
h1,
h2,
h3,
h4
    {
    font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.1vw;
    }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100vw;
       height: 100vh;
       background: rgba(0, 0, 0, 0.6);
       padding-top: 90px;
       padding-bottom: 90px;
    }  
/* over lay */

/* start page container */
/*
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */
*/
.container-nav {
    width: 90%;
	border:2px solid green;
  }

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #28a7e9;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
    {
        background: white;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #2D3E6C;
        font-size: 30px;
        font-weight: bold;
        height: 70px;
        line-height: 35px;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0.2vw;
    }
.navbar-default .nav li a
    {
        color: #848DA9;
        font-size: 13px;
        font-weight: bold;
        height: 70px;
        line-height: 40px;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0.15vw;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #2D3E6C;
        font-size: 120%;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #28a7e9;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */       
#home
    {
    background: url('../images/stockholm-1885472_1920.jpg');
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    width: 100vw;
    height: 100vh;
    }
#home p
    {
        font-weight: 800;
        font-style: italic;
        line-height: 2em;
    }
#home img
    {
        display: inline-block;
        margin-bottom: -19%;
        width: 70%;
    }
    #limbaRo img, #limbaEn img {
	width: 2vw;
	margin-right: -2vw;
	cursor: pointer;
}
/* end home */

/* start divider */
#divider
    {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#divider .fa
    {
        color: #28a7e9;
        font-size: 60px;
    }
#divider h3
    {
        font-size: 20px;
    }
/* end divider */

/* start feature */
#feature
    {
        background: #f8f8f8;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#p1,#p2,#p3,#p4,#p5,#p6
    {
        font-size: 1.2vw;
        padding-top: 10px;
		line-height: 40px;
    }
#feature span
    {
        float: left;
    }
#feature .fa
    {
        background: #2D3E6C;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */

/* start feature1 */
#feature1
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
#feature1 span
    {
        float: left;
    }
#feature1 .fa
    {
        background: #2D3E6C;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */


/* start contact */
#contact
    {
        background: url('../images/contact-us-4193523_1920 v2.jpg') no-repeat;
        background-size: cover;
        color: #fff;
    }
#contact h2
    {
        padding-bottom: 10px;
		letter-spacing: 0.2vw;
		font-family: 'Open Sans', sans-serif;
    }
#contact address
    {
        padding-top: 20px;
    }
#contact address .fa
    {
        background: #2D3E6C;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 10px;
		display: inline-block;
		float: left;
		vertical-align: middle;
    }
#contact .contact-form
    {
        padding-top: 40px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 5px;
        box-shadow: none;
        margin-bottom: 20px;
    }
#contact input
    {
        height: 40px;
    }
#contact input[type="submit"]
    {
        background: #2D3E6C;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
		font-family: 'Open Sans',sans-serif;
		letter-spacing: 0.15vw;
		margin-left: 65%;
    }
#contact input[type="submit"]:hover {
    background: #107DB6;
}
/* end contact */

/* start footer */
footer
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding: 20px;
		font-size: 1vw;
		letter-spacing: 0.1vw;
    }
/* end footer */

@media screen and ( min-width: 767px ) and ( max-width: 991px ) {
    #home {
        height: 125vh;
    }
    .overlay {
        height: 125vh;
    }
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
	#home img {
		width: 100vw;
		margin-bottom: -38%;
	}
	#p1,#p5 {
		line-height: 20px;
	}
	#p1,#p2,#p3,#p4,#p5,#p6 {
	    font-size: 4vw;
	}
	#feature .fa {
	    font-size: 4vw;
	}
	#contact input[type="submit"] {
		margin-left: 0;
	}
	footer {
		font-size: 3vw;
	}
}
@media screen and ( min-width: 361px ) and ( max-width: 767px ) {
    #home {
        height: 140vh;
    }
    .overlay {
        height: 140vh;
    }
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
    #p6 {
        line-height: 13.33px;
    }
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
	#home img {
		width: 100vw;
		margin-bottom: -38%;
	}
	#p1,#p5 {
		line-height: 20px;
	}
	#p1,#p2,#p3,#p4,#p5,#p6 {
	    font-size: 4vw;
	}
	#feature .fa {
	    font-size: 4vw;
	}
	#contact input[type="submit"] {
		margin-left: 0;
	}
	footer {
		font-size: 3vw;
	}
	#limbaEn img, #limbaRo img {
	    width: 4vw;
	}
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    #home {
        height: 190vh;
    }
    .overlay {
        height: 190vh;
    }
    .pricing
        {
            padding-bottom: 40px;
        }
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
	#home img {
		width: 100vw;
		margin-bottom: -38%;
	}
	#p1,#p2,#p5 {
		line-height: 20px;
	}
	#p6 {
	    line-height: 13.33px;
	}
	#p1,#p2,#p3,#p4,#p5,#p6 {
	    font-size: 4vw;
	}
	#feature .fa {
	    font-size: 4vw;
	}
	#contact input[type="submit"] {
		margin-left: 0;
	}
	footer {
		font-size: 3vw;
	}
}
/* end media 360 */