@font-face {
    font-family: 'ico-b4';
    src:    url('../fonts/ico-b4.eot?t77n5t');
    src:    url('../fonts/ico-b4.eot?t77n5t#iefix') format('embedded-opentype'),
    url('../fonts/ico-b4.ttf?t77n5t') format('truetype'),
    url('../fonts/ico-b4.woff?t77n5t') format('woff'),
    url('../fonts/ico-b4.svg?t77n5t#ico-b4') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'ico-b4' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;


    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-b4-logo:before {
    content: "\e901";
}
.icon-b4-pdf:before {
    content: "\e900";
    font-size: 2em;
}


::-moz-selection {
    color: #fff; background: #766526;
}

::selection {
    color: #fff; background: #766526;
}


html {
  position: relative;
  min-height: 100%;
  font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-shadow: 0 0 0 rgba(0,0,0,0.099);
    /*background: #18191e;*/
    background: #0d0f14;
}

body {
	font-family: 'Droid-Sans', sans-serif;
	font-size: 16px;
	line-height: 1.684em;
	font-weight: 300;
	padding-bottom: 40px;
	margin-bottom: 120px;
	color: #7f7f7f;
    /*background: #18191e;*/
    background: #0d0f14;
}
body, input, textarea, select, button {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}
.vertical-center {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    color: #fff;
}
#loading-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    color: rgb(118, 101, 38) !important;
    font-size: 50px !important;
}
#loading-dots2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
button.mute {
    background-color: #08080b;
    position: fixed;
    width: 35px;
    height: 35px;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    border: none;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-family: inherit;
    border-radius: 50%;
    box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.30);
}
.lang-box {
    position: fixed;
    bottom: 65px;
    right: 20px;
    text-align: center;
    z-index: 999;
}
.lang-box ul, .lang-box li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lang-box .lang-item a{
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding-top: 4px;
    font-size: 14px;
    background-color: #292c33;
    width: 35px;
    height: 35px;
    overflow: hidden;
    bottom: 20px;
    z-index: 99999;
    border: none;
    display: block;
    color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 1);
}
.lang-box li.lang-item {
    margin-bottom: 15px;
}


.lang-box li.lang-item.current-lang a {
    background-color: grey;
    box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 1);

}

button.mute:hover, .lang-box .lang-item a:hover {
    color: rgb(109, 96, 4);
}
button.mute:focus {
    border: none;
}
button.mute:active,
button.mute:focus {
    outline: none;
}
button i.fa {
    margin-top: 6px;
    font-size: 19px;
}

a, a:hover, a:active, a:visited, a:focus {
    color: #766526;
    text-decoration: none;
}
a:focus {
	outline: none;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4, .widget h3, .nav>li>a, .dropdown-menu a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700 !important;
	text-transform: uppercase;
    color: #fff;
}
h6, .h6 {
    font-size: 22px;
    color: #766526;
}



.ninja-forms-form  {
	color: #ccc !important;
}
.ninja-forms-form  label {
	color: #666 !important;
}
.ninja-forms-form input,
.ninja-forms-form  textarea {
	color: #0d0f14 !important;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}


.btn {
    border-radius: 0;
    border: none;
}
.btn-primary, a.btn-primary{
    background: #766526;
    color: #000;
}

.btn-primary.outline, a.btn-primary.outline{
    background: transparent;
    border: 1px solid rgb(109, 96, 4);
    color: rgb(109, 96, 4);;
}
.btn-primary.outline:hover, a.btn-primary.outline:hover{
    background: rgb(109, 96, 4);
    color: #fff;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.nav>li>a {
    font-size: 12px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
/* 	height: 68vh; */
  min-height: 500px;
  margin-bottom: 60px;
    z-index:99;
}
.carousel-inner .item:before {
    position: absolute;
    content: "";
    top:0;
    left:0;
    /*background: rgba(12, 11, 13, 0.2);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0d0f14+70,0d0f14+100&0+37,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(7,8,11,0) 37%, rgba(13,15,20,0.52) 70%, rgba(13,15,20,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(7,8,11,0) 37%,rgba(13,15,20,0.52) 70%,rgba(13,15,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(7,8,11,0) 37%,rgba(13,15,20,0.52) 70%,rgba(13,15,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d0f14',GradientType=0 ); /* IE6-9 */

    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    background: transparent;
    text-shadow: none;
    top:26%;

}

.carousel-caption .col-md-12 {


}


.carousel-inner {
    overflow: scroll;
    }
.carousel-caption h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.83rem;
}

.carousel-caption p {
	font-size: .82rem;
	line-height: 1.468em;
}
.text-dark .carousel-caption h4,
.text-dark .carousel-caption p{
    color: #000;
}

.text-dark .carousel-caption p span {
    font-size: 130%;
    display: block;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 68vh;
  min-height: 500px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
.carousel-indicators .active {
	background: rgb(161, 169, 176);
}
.carousel-indicators li {
	border: 1px solid rgb(161, 169, 176);
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
/*IPHONE 6 */
@media (min-width: 375px) {

}


@media (min-width: 414px) {
    .carousel-caption {
        right: 5%;
        left: 5%;
    }
    .carousel-caption h4 {

    }
    .carousel-caption p {
    }
}
@media (max-width: 736px ) {
    .carousel-caption {
        right: 5%;
        left: 5%;
    }
    .carousel-caption h4 {
        display: none;
    }

}


@media (max-width: 768px) {
    .carousel-caption p {
        font-size: 14px;
    }
}
@media (min-width: 769px) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 1em;
        line-height: 1.8;
    }
}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .carousel-caption {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: auto;
      margin-left: auto;
      margin-right: auto;
  }
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }


.carousel-inner {
    overflow: hidden;
    }
    
.carousel-caption h4 {
    font-size: 2.33rem;
    line-height: 3.2rem;
    /*background: rgb(255, 210, 4);
    color: #282828;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 2rem;*/
}



  .featurette-heading {
    font-size: 50px;
  }
  .navbar-right {
      margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


.wrap{
	width: auto;
	min-width: none;
	padding: 30px 0;
	margin-top: -60px;
	margin-bottom: 60px;
}

.light-grey-bg{
	background: #f7f8f9;
	color: #4c545a;
}
.dark-grey-bg{
	background: #16191d;
	color: #fff;
}
.navbar-inverse{
	background: rgba(24, 25, 30, 0.90);
}
.navbar-trans{
    background: #0d0f14  !important;
 }
.navbar-default{
    background: transparent;
	border-bottom: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: #766526;
	color: #fff;
}
.navbar-nav>.active>a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-top: 10px solid #766526;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: rgb(30, 30, 35);
	color: #fff;
}

.navbar .nav li a{
    background: #0d0f14;
	color: #fff;
	font-weight: 400;
}
.dropdown-menu{
	background: #0d0f14;
	border: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background: #0d0f14;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	color: #fff;
	padding: 10px 15px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
	color: #fff;
	background: rgb(30, 30, 35);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	color: #fff;
	background: rgb(2, 1, 12);
}
.navbar-default .navbar-toggle{
	border-color: transparent;
}
a.navbar-brand{
	font-size: 22px;
	font-weight: bold;
	color: #fff !important;
}

.navbar-brand-img{
	width: 80px;
	height: 80px;
	background: url('../img/os-fk-logo_trans.png');
	background-size: 80px 80px;
	text-indent: -90000px;
	
}
.logo-nav-collapse{
	text-indent:inherit;
}


.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
	background: rgb(30, 30, 35);
}


.jumbotron.front-page-intro{
	height: 54vh;
	min-height: 300px;
}
.jumbotron.page-intro{
	height: 36vh;
	min-height: 360px;

}
.jumbotron.front-page-intro .content{
	margin-top: 5%;
	/* background: rgba(19, 159, 193, 0.78); */
	background: rgba(39, 176, 156, 0.78);
	color: #fff;
	padding: 5px 10px;
}
.jumbotron.page-intro .content{
	margin-top: 10%;
	/* background: rgba(19,  159,  193, 0.78); */
	color: #fff;
	padding: 10px 20px;
}
.jumbotron.page-intro .content h2{
	text-shadow: 0px 1px 7px #222;
}

.promo{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: 100%;
		
}

.hero1{
	background-image: url('../img/F76312576.jpg');
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/F76312576.jpg', sizingMethod='scale');
    -ms-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/F76312576.jpg',   sizingMethod='scale');

}

.hero2{
	background-image: url('../img/F64079779.jpg');
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/F64079779.jpg', sizingMethod='scale');
    -ms-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/F64079779.jpg',   sizingMethod='scale');

}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* MODAL */
.modal-dialog {
	width: 100% !important;
    height: 100%;
	margin: 0 auto;
}
.modal-content {
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	min-height: 100%;
	padding: 12% 0;
	text-align: left;
	color: #f7f8f9;
	background-color: rgba(0,0,0,0.8);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.modal-content:before {
    position: absolute;
    content: "";
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.4);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0d0f14+70,0d0f14+100&0+37,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(7,8,11,0) 37%, rgba(13,15,20,0.52) 70%, rgba(13,15,20,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(7,8,11,0) 37%,rgba(13,15,20,0.52) 70%,rgba(13,15,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(7,8,11,0) 37%,rgba(13,15,20,0.52) 70%,rgba(13,15,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d0f14',GradientType=0 ); /* IE6-9 */

}
.close-modal {
	position: absolute;
	width: 75px;
	height: 75px;
	background-color: transparent;
	top: 25px;
	right: 25px;
	cursor: pointer;
	z-index: 1;
}
.close-modal:hover {
	opacity: 0.3;
}
.close-modal .lr {
	height: 75px;
	width: 1px;
	margin-left: 35px;
	background-color: #f7f8f9;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Safari and Chrome */
	z-index: 1051;
}
.close-modal .lr .rl {
	height: 75px;
	width: 1px;
	background-color: #f7f8f9;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Safari and Chrome */
	z-index: 1052;
}
.modal-body, .modal-header, .modal-footer {
	padding: 5% 10%;
}
.modal-header {
    padding-bottom: 0;
}
.modal-header, .modal-footer {
	border: none;
}

@media (min-width: 1200px) {
    .brands .modal-body,
    .carousel-inner .carousel-caption .col-md-12 p{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        text-align: left;
    }
    .brands .col-md-4 {
        min-height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .carousel-caption .col-md-12 h4 {
        text-align: left;
    }
}

@media (min-width: 990px) {
    .brands .brand-img {
        min-height: 152px; display: inline-flex; align-items: center;
    }
}




.brands .col-md-4 {
    margin-bottom: 20px;
}
.brands .col-md-4:last-of-type{
    margin-right: 0;
}
.brands .col-md-4 img {
    display: inline;
    margin-bottom: 12%;
}



.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px;
    margin-bottom: 4rem; }

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.parallax-container {
    min-height: 380px;
    height: auto;
    color: rgba(255, 255, 255, 0.9); }

.intro {
    /*height: 100vh; */
}

.mask:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    min-height: 500px;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.4);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0d0f14+70,0d0f14+100&0+37,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(7,8,11,0) 37%, rgba(13,15,20,0.52) 70%, rgba(13,15,20,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(7,8,11,0) 37%,rgba(13,15,20,0.52) 70%,rgba(13,15,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(7,8,11,0) 37%,rgba(13,15,20,0.52) 70%,rgba(13,15,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d0f14',GradientType=0 ); /* IE6-9 */

    z-index:2;
}

.parallax-container .container {
    margin-top: 15%;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 1200px;
    z-index: 3; }

.parallax-container .container small {
    line-height: 1.486em; }

@media only screen and (min-width: 768px) {
    .intro {
        /*height: 100vh; */
    }

    .parallax-container .container {
        z-index: 3; } }

div.wpcf7 {

}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
    color: #000;
    width: 100%;
    border: none;
    padding: 7px 14px;
}

.wpcf7-form .wpcf7-submit {
    background: ##766526;
    color: #000;
    border: none;
    padding: 7px 14px;
}








/* ANIMATION */


.anim {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700 !important;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		color: #766526;
		z-index: 99;
		overflow: hidden;
		font-size: 12em;
	
	}
	#hong {
		position: absolute !important;
		animation-duration: 25s;
		display: inline-block;
		top: 32.333%;
		left: -2%;
		font-size: 20%;
	}
	#dubai {
		position: absolute !important;
		animation-duration: 38s;
		top: 33.333%;
		left: 82%;
		font-size: 28%;
	}
	#egy {
		position: absolute !important;
		animation-duration: 16s;
		top: 38.333%;
		left: 73%;
		font-size: 43%;
	}
	#mar {
		position: absolute !important;
		animation-duration: 35s;
		top: 36.333%;
		left: 73%;
		font-size: 34%;
	}
	#afr {
		position: absolute !important;
		animation-duration: 35s;
		top: 50.333%;
		left: 79%;
		display: inline-block;
		font-size: 22%;
	}
	#rus {
		position: absolute !important;
		animation-duration: 15s;
		top: 23.333%;
		left: 85%;
		font-size: 44%;
	}
	#ukr {
		position: absolute !important;
		animation-duration: 11s;
		top: 26.333%;
		left: 80%;
		font-size: 22%;
	}
	#mold {
		position: absolute !important;
		animation-duration: 14s;
		top: 25.333%;
		left: 84%;
		font-size: 28%;
	}
	#bul {
		position: absolute !important;
		animation-duration: 16s;
		top: 28.333%;
		left: 76%;
		font-size: 44%;
	}
	#roman {
		position: absolute !important;
		animation-duration: 22s;
		top: 29.333%;
		left: 70%;
		font-size: 58%;
	}
	#turk {
		position: absolute !important;
		animation-duration: 29s;
		top: 33.333%;
		left: 85%;
		font-size: 50%;
	}
	#serb {
		position: absolute !important;
		animation-duration: 31s;
		top: 27.333%;
		left: 80%;
		font-size: 40%;
	}
	#can {
		position: absolute !important;
		animation-duration: 25s;
		top: 21%;
		left: 49%;
		font-size: 75%;
	}
	#pan {
		position: absolute !important;
		animation-duration: 15s;
		top: 46.333%;
		left: 51%;
		font-size: 43%;
	}
	#mex {
		position: absolute !important;
		animation-duration: 22s;
		top: 53.333%;
		left: 56%;
		font-size: 32%;
	}
	#columb {
		position: absolute !important;
		animation-duration: 35s;
		top: 55.333%;
		left: 48%;
		font-size: 67%;
	}
	#parag {
		position: absolute !important;
		animation-duration: 21s;
		top: 58.333%;
		left: 55%;
		font-size: 48%;
	}
	#us {
		position: absolute !important;
		animation-duration: 33s;
		top: 33.333%;
		left: 58%;
		font-size: 35%;
	}
	










/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	.jumbotron.front-page-intro{
	height: 74vh;
	min-height: 500px;
  }
  .jumbotron.front-page-intro .content{
	margin-top: 35%;
	background: rgba(39, 176, 156, 0.78);
	color: #fff;
	padding: 15px 30px;
}
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 20px;
  }
}



.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
  padding-top: 20px;
}

.sidebar {
	margin-top: 40px;
	color: #444;
}
.sidebar .well{
	background-color: transparent;
}
.sidebar ul, .sidebar ul li{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	padding: 15px 0 15px 15px;
}
.sidebar h3{
	color: #252525;
}
.widget{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    font-size: 13px;
}
.widget h3 {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px;
	line-height: 22px;
}
img.tmb{
	width: 200px !important;
	height: auto !important;
	margin-right: 30px;
}





