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

Project:	Lattes - One page multi purpose page
Version:	1.0

[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)
-------------------------------------------------------------------*/

/*--------------------
Local Google Fonts
--------------------*/

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100,200,300,400,500,600,700,800,900;
  src: url('../fonts/montserrat/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 500;
    letter-spacing: 0.4px;
    font-family: "Montserrat", Sans-serif;
    color: #232323;
	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
	line-height: 1.2em;
    letter-spacing: 0.2px;
    color: #000000;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #000000;
}
	
a:hover, a:focus, a:active, a.active {
    color: #ce9325;
	text-decoration: none;
	font-weight: 600;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;	
	text-decoration: none;
	font-weight: 600;
}

::selection {
    text-shadow: none;
    background: #ce9325
}

.svginside {
  position: relative;
  margin: 5px 10px 0 0;
  width: 200px;	
}
	
.svgcontact {
  position: relative;
  margin: 0 0 10px 0;
  width: 180px;	
}
}

@media only screen and (max-width: 767px) {
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 1.2em;
    letter-spacing: 0.2px;
    color: #000000;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
	
a {
	color: #000000;
}
	
a:hover, a:focus, a:active, a.active {
    color: #ce9325;
	text-decoration: none;
	font-weight: 600;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;	
	text-decoration: none;
	font-weight: 600;
}

::selection {
    text-shadow: none;
    background: #ce9325
}

@media (min-width: 768px) {
	section {
	    padding: 100px 0;
	}
}
	
@media (max-width: 767px) {
  section {
    padding: 30px 0 0 0;
	}
}

.svginside {
  position: relative;
  margin: 5px 10px 0 20px;
  width: 200px;	
}
	
.svgcontact {
  position: relative;
  margin: 0 0 10px 0;
  width: 180px;	
}	
}


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

.navbar-default {
	background-color: rgba(255,255,255,0.25);
	border:0;
	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
	backdrop-filter: blur(2px)
}
.navbar-default .navbar-brand {
	color: #000000;
	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: #ce9325;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,1);
}
.navbar-default .navbar-toggle {
	background-color: #ce9325;
	border-color: #ce9325
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: rgba(255,255,255,0.25)
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #ce9325
}
.navbar-default .nav li a {
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color:#fff;
	text-shadow: 0 1px 0 hsla(0,0%,0%,0.13);
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #ce9325;
	outline: 0
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #ce9325
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: rgba(255,255,255,0.25);
	background-color: #ce9325
}

.navbar-default.navbar-shrink {
		background-color: rgba(0,0,0,0.70);
		padding: 0 0
	}

@media only screen and (min-width:768px) {
	.navbar-default
	{
		background-color: rgba(255,255,255,0.25);
		color: rgba(0,0,0,1.00);
		padding: 10px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0;
		-webkit-backface-visibility: hidden;
  		backface-visibility: hidden;
		backdrop-filter: blur(2px);
  		box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3)
	}
	.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: rgba(0,0,0,0.70);
		padding: 10px 0
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em
	}
}

/*---------------------------
3. Head - Slideshow - OWl
----------------------------*/

.color-a {
  color: #000000;
}

.color-b {
  color: #ce9325;
}

.color-d {
  color: #adadad;
}

.color-text-a {
  color: #555555;
}

/*------/ Background Image /------*/

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*------/ Display Table & Table Cell /------*/

.display-table {
  width: 100%;
  height: 90%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: bottom;
}

/*------/ Overlay /------*/

.overlay-a {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 27%, rgba(0, 0, 0, 0.3) 90%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}

/*======================================
//--//-->   INTRO
======================================*/

@media only screen and (min-width: 768px) {
.intro {
  height: 100vh;
  position: relative;
  color: #ffffff;
}

.intro .owl-theme .owl-dots {
  position: absolute;
  bottom: 70px;
  right: 30px;
}

.intro .owl-theme .owl-dots .owl-dot span {
  background: rgba(255,255,255,0.70);
  border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ce9325;
}

.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ce9325;
}

.intro .intro-item {
  padding-top: 0rem;
}

.intro .carousel-item-a {
  position: relative;
  height: 100vh;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}

.intro .intro-content {
  position: absolute;
}

.intro .intro-body {
  padding-left: 0rem;
}

.intro .intro-body .price-a {
    color: #fff;
	text-decoration: none;
    background-color: #ce9325;
    border-color: #ba1418;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

.intro .intro-body .price-a:hover {
  background-color: #ba1418;
	text-decoration: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.intro .spacial {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  color: #ffffff;
}

.intro .intro-title-top {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  margin-bottom: 2em;
  font-size: 1em;
  color: #ffffff;
  letter-spacing: .02em;
  line-height: 1.5em;
}
	
.intro .intro-title {
  font-family:"Montserrat",sans-serif;
  transition-duration: 9s !important;
  color: rgba(255,255,255,0.85);
  font-weight: 700;
  font-size: 2.2em;
  letter-spacing: .05em;
}
	
.intro .intro-title-below {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  margin-bottom: 2em;
  font-size: 1.2em;
  color: #ffffff;
  letter-spacing: .015em;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}
}

@media only screen and (max-width: 767px) {
.intro {
  height: 100vh;
  position: relative;
  color: #ffffff;
}

.intro .owl-theme .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 50px;
}

.intro .owl-theme .owl-dots .owl-dot span {
  background: rgba(255,255,255,0.70);
  border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ce9325;
}

.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ce9325;
}

.intro .intro-item {
  padding-top: 0rem;
}

.intro .carousel-item-a {
  position: relative;
  height: 100vh;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}

.intro .intro-content {
  position: absolute;
}

.intro .intro-body {
  padding-left: 0rem;
}

.intro .intro-body .price-a {
    color: #fff;
	text-decoration: none;
    background-color: #ce9325;
    border-color: #ba1418;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

.intro .intro-body .price-a:hover {
  background-color: #ba1418;
	text-decoration: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;	
}

.intro .spacial {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  color: #ffffff;
}

.intro .intro-title-top {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  margin-bottom: 3rem;
  font-size: 1.2rem;
  color: #ffffff;
  letter-spacing: .05em;
  line-height: 1.5em;
}

.intro .intro-title {
  font-family:"Montserrat",sans-serif;
  transition-duration: 9s !important;
  color: rgba(255,255,255,0.85);
  font-weight: 700;
  font-size: 2em;
  letter-spacing: .05em;
}
	
.intro .intro-title-below {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: .05em;
}
	
.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}
}

/*------/ Owl carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ba1418;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ba1418;
  width: 35px;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #ba1418;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   BUTTON
======================================*/

.btn {
  transition: .5s ease;
}

.btn.btn-a,
.btn.btn-b {
  border-radius: 0;
  padding: 1rem 3rem;
  letter-spacing: .05rem;
}

.btn.btn-a {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-a:hover {
  background-color: #2eca6a;
  color: #000000;
}

.btn.btn-b {
  background-color: #2eca6a;
  color: #000000;
}

.btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-b-n {
  background-color: #2eca6a;
  color: #ffffff;
  border-radius: 0;
}

.btn.btn-b-n:hover {
  background-color: #26a356;
  color: #ffffff;
}

/*--------------------
4. Sections
--------------------*/
@media only screen and (min-width: 768px) {
.section-title h2 {
    font-size: 34px;
    text-transform: uppercase;
}

.section-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 20px 100px 60px 100px;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
}
}

@media only screen and (max-width: 767px) {
.section-title h2 {
    font-size: 28px;
    text-transform: uppercase;
}

.section-title p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 20px 20px 20px 20px;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
}
}

/*--------------------
4.1. About
--------------------*/

.mz-module-about h3 {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.mz-module-about p {
font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #969696;
}

.ot-circle {
height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #3E3E3E;
    /* border: 3px solid #000; */
    border-radius: 100px;
    /* background-color: #E8E8E8; */
    margin: 0 2px 4px;
    font-size: 31px;
}

/*--------------------
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%;	
}

.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
    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: rgba(255,255,255,0.85);
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
	padding-top: 30%;
	-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);
}

@media only screen and (min-width: 768px) {	
	
.socialiconsinline {
  float: left;
  padding: 14px;
  font-size: 32px;
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  margin: 2px 10px 0 0;
  border-radius: 15px;
}

.socialiconsinline:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
	
.fa-youtube {
  background: #bb0000;
  color: white;
}
	
.fa-instagram {
  background: #125688;
  color: white;
}
	
.fa-linkedin {
  background: #007bb5;
  color: white;
}	
}
	
@media only screen and (max-width: 767px) {	

.socialiconsinline {
  float: left;
  padding: 13px;
  font-size: 32px;
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  margin: 2px 10px 0 0;
  border-radius: 15px;
}

.socialiconsinline:hover {
    opacity: 0.7;
}
	
.fa-facebook {
  background: #3B5998;
  color: white;
}
	
.fa-youtube {
  background: #bb0000;
  color: white;
}
	
.fa-instagram {
  background: #125688;
  color: white;
}
	
.fa-linkedin {
  background: #007bb5;
  color: white;
}
}

/*---------------------------------
        Slider Portfolio
-----------------------------------*/

.carousel-control .glyphicon{
	color:rgba(255,255,255,0.80);
	font-size: 40px;
	position: absolute;
}

.carousel-control.left {
	left: 5px;
	right: auto;
	background-image: none;
}

.carousel-control.right {
	left: auto;
	right: 5px;
	background-image: none;
}



/*---------------------------------
4.4. Social Media section / Video
-----------------------------------*/
.dark-bg {
    background: #323232;
    color: #fff;
}

/*@media only screen and (max-width: 768px) {
.ParallaxVideo {
   display:none;
 }*/
	
.ParallaxImage {
    background-image: url("../video/background_video1.jpg");
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	}

.ParallaxContent {
  overflow: hidden;
}

.ParallaxVideo{
    padding-bottom: 100px;
    padding-top: 100px;
}

.ParallaxVideo video{ 
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  /*min-height: 100%; */
  width: auto; 
  height: auto;
  z-index: -9999;
}

.light-bg {
	background-color: #f8f8f8;
}
	
.short-section {
    padding-top: 250px;
    padding-bottom: 250px;
}
	
.overlay-dark:before, .overlay-light:before {
    background-color: rgba(0,0,0,0.45);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

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

@media only screen and (min-width: 768px) {	
.socialmedia {
  	position: relative;
  	width: 100%;
	color: #fff;
    font-size: 14px; 
	text-transform: uppercase;
	z-index: 10;
	}
	
.socialmediaicon {
	height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #FFFFFF;
    border-radius: 20px;
    background-color: rgba(255,252,252,0.13);
    margin: 2px 2px 4px;
    font-size: 42px;
}
	
.socialmediaicon:hover {
    background-color: rgba(255,252,252,0.3);
	font-weight: 400;
	text-decoration: none;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
	
.socialmedia:hover .sociallinktext {
	font-weight: 400;
	text-decoration: none;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
	
.sociallinktext {
    color: #fff;
    font-size: 14px; 
	letter-spacing: 1px;
	text-transform: uppercase;
}

.socialmediaicon a:hover li:hover{	
	text-decoration: none;
}

.sociallinktext:hover {
	font-weight: 400;
	text-decoration: none;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
}
@media only screen and (max-width: 767px) {	
.socialmedia {
  	position: relative;
  	width: 100%;
	color: #fff;
    font-size: 14px; 
	text-transform: uppercase;
	}
	
.socialmediaicon {
	height: 65px;
    width: 65px;
    text-align: center;
    line-height: 68px;
    color: #FFFFFF;
    border-radius: 20px;
    background-color: rgba(255,252,252,0.13);
    margin: 2px 2px 4px;
    font-size: 32px;
}
	
.socialmediaicon:hover {
    background-color: rgba(255,252,252,0.3);
	font-weight: 400;
	text-decoration: none;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
	
.socialmedia:hover .sociallinktext {
	font-weight: 400;
	text-decoration: none;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
	
.sociallinktext {
    color: #fff;
    font-size: 14px; 
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-decoration: none;
}

.socialmediaicon a:hover li:hover{	
	text-decoration: none;
}

.sociallinktext:hover {
	font-weight: 400;
	text-decoration: none;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
}
/*--------------------
4.6. Team
--------------------*/

@media only screen and (min-width: 768px) {
.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;
}
}

@media only screen and (max-width: 767px) {
.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
--------------------*/
@media only screen and (min-width: 768px) {
footer {
    padding: 30px;
    background-color: #000;
	margin-top: 30px;
}

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;
}
}

@media only screen and (max-width: 767px) {
footer {
    padding: 20px;
    background-color: #000;
	margin-top: 20px;
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 8px;
    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: #ce9325;
    border-color: #f6bf01;
}

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

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    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: #ce9325;
    border-color: #ba1418;
    font-family: "Montserrat",sans-serif;
    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: 50px;
    right: 50px;
}

#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Montserrat, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: rgba(169,169,177,0.50);
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: #ce9325;
}
/* 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: 45px;
    right: 30px;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top i {
    margin-top: 7px;
    font-size: 20px;
}
	
}