@import url("../fonts/HelveticaNeueLT Com 65 Md/stylesheet.css");
*{padding:0;margin:0}
#loader {position: absolute;display: block;left: 50%;top: 50%;z-index: 1;width: 50px;height: 50px;margin: -25px 0 0 -25px; border: 8px solid #D5D5D7;border-radius: 50%;border-top: 8px solid #FFA600;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
@-webkit-keyframes spin {0% { -webkit-transform: rotate(0deg);} 100%{ -webkit-transform: rotate(360deg);}}
@keyframes spin {0% { transform: rotate(0deg);}100% { transform: rotate(360deg);}}
#loader_container {position:fixed;width:100%;height:100%;background:#420141;box-sizing:border-box;z-index: 10000000000000000;}
html, body{position:relative;width: 100%;height: 100%;margin:0px;padding:0px;float:left;box-sizing:border-box;}

body {
	overflow-x: hidden;
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.text-muted {
	color: #000;
	font-weight: bold;
}
.text-primary {
	color: #fed136;
	font-weight: bold;
}
p {
	font-size: 14px;
	line-height: 1.75;
	font-weight: bold;
}
p.large {
	font-size: 16px;
	font-weight: bold;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
	font-weight: bold;
}
a {
	color: #fed136;
}
a:hover, a:focus, a:active, a.active {
	color: #fec503;
}
h1 {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #7C017C;
}

h2, h3, h4, h5, h6 {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #7C017C;
}
.img-centered {
	margin: 0 auto;
}
.bg-light-gray {
	background-color: #f7f7f7;
}
.bg-darkest-gray {
	background-color: #222;
}

.btn-services {
	width: 65px;
	margin: 5px;
	padding-top: 5px;
	color: #FFA600;
	background-color: #420141;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 50px;
	font-size: 2em;
	text-decoration: none !important;
	-webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
	-webkit-box-shadow: 1px 1px 2px 2px rgb(9 9 9 / 30%);
	box-shadow: 1px 1px 2px 2px rgb(9 9 9 / 30%);
}

.btn-services:hover {
	color: #606060;
	background-color: #AFAFAF;
	opacity: 0.5;}

.btn-primary {
	color: #fff;
	/*background-color: #fed136;
	border-color: #fed136;*/
	background-color: #23603d;
	border-color: #23603d;
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #fec503;
	border-color: #f6bf01;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #fed136;
	border-color: #fed136;
}
.btn-primary .badge {
	color: #fed136;
	background-color: #fff;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-xl {
	color: #000;
	/*background-color: #fed136;*/
	/*border-color: #000000;*/
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 3px;
	font-size: 18px;
	padding: 20px 40px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #CCCCCC;
	opacity: .5;
	/*background-color: #fec503;
	border-color: #f6bf01;*/
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-xl-2 {
	color: #FFA600;
	background-color: #420141;
	/*border-color: #000000;*/
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 50px;
	font-size: 18px;
	padding: 20px 40px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}



.btn-xl-2:hover, .btn-xl-2:focus, .btn-xl-2:active, .btn-xl-2.active, .open .dropdown-toggle.btn-xl {
	color: #606060;
	background-color: #AFAFAF;
	opacity: .5;
	/*background-color: #fec503;
	border-color: #f6bf01*/
}


.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	background-image: none;
}
.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
	background-color: #fed136;
	border-color: #fed136;
}
.btn-xl .badge {
	color: #fed136;
	background-color: #fff;
}

.btn-scroll {
	height: auto;
  width: calc(80px - 30px);
  margin-top: 50px;
  padding: 15px 15px 15px 15px;
  border-radius: 50px;
  text-align: center;
	-webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.btn-scroll:hover {opacity: 0.5;}

.btn-scroll > img {width: 80px; height: auto;}

nav{width:100%;height:100px;position:fixed;z-index:1000;box-sizing:border-box; background: #420141;-webkit-box-shadow: 1px 1px 3px 3px rgb(9 9 9 / 30%);
box-shadow: 1px 1px 3px 3px rgb(9 9 9 / 30%);}
#brand{display:inline;height:auto;margin-left:10px;margin-right:10px;padding:10px 0px 10px 0px;float:left;}
#brand a > img {width:auto; height:100%; max-height: 65px;}
.menu_bar{display:none;list-style:none;}
nav .nav{width:100%;height:100%;margin:0 auto;padding:10px 0px 10px 0px;z-index:1000;}
nav .nav ul{list-style:none;float:right;padding: 0px;}
nav .nav ul li{display:inline-block;position:relative;}
nav .nav ul li:hover{height:100%;}
nav .nav ul li a{display:flex; flex-direction: row;padding: 20px;color:#FFA600;text-decoration:none;}
nav .nav ul li a:hover{color:#D5D5D7;}
nav .nav ul li a > i {display: none; color:#FFA600; text-align: right;}
nav .nav ul li a > i.align_right {display: block; text-align: right; font-size: 1.75em;}
nav .nav ul li a > i:hover {color:#D5D5D7;}
nav .nav ul li:hover .children{display:none;}
nav .nav ul li .children{width:200%;padding: 0px;margin-top: 25px;display:none;position:absolute;z-index:10000;color:#FFA600;background:#7C017C;}
nav .nav ul li .children li{display:block;overflow:hidden;}
nav .nav ul li .children li a{display:block;color:#FFA600;}
nav .nav ul li .children li a:hover{background:#420141;}
.hidden_menu {display: none !important;}
@media screen and (max-width:1088px){nav .nav{width:100%;}
}
@media screen and (max-width:866px){#brand{display:none;}
nav {height: 90px;}
nav .nav{width:80%;height:calc(100% - 60px);left:-100%;margin:0;margin-top:60px;position:fixed;overflow-y:auto;overflow-x:hidden;background:#420141;}
nav .nav ul{float:none;}
nav .nav ul li{display:block;}
nav .nav ul li a{display:block;}
nav .nav ul li a:hover{display:block;width:100%;color:#FFA600;background:#7C017C;}
nav .nav ul li a > i {display:inline-block;width: 10px;font-size:1.125em; padding-right: 25px;}
nav .nav ul li a > i:hover {color:#FFA600;}
nav .nav ul li:hover .children{display:none;width:100%;}
nav .nav ul li .children{width:100%;position:relative;background:#7C017C; margin-top: 0px;}
nav .nav ul li .children li a{background:#7C017C;}
.menu_bar{display:block;width:100%;padding:10px 0px 10px 0px;}
.btn_menu{display:block;padding:5px;overflow:hidden;font-family:"HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;;color:#FFA600;text-decoration:none !important;font-weight:bold;font-size:2.125em; text-align:right;box-sizing:border-box;}
.btn_menu:hover{color:#D5D5D7;}
.menu_division{display:inline-block;width:50%;height:auto;min-height:100%;padding-left:10px;padding-bottom:5px;margin:0px 0px 0px 0px;box-sizing:border-box;float:left;}
.menu_division a > img {width:auto; height:100%;max-height: 65px;}
.hidden_menu {display:block !important;}
.align_right {float:right;}
}
@media screen and (max-width:375px){
	nav {height: 70px;}
	.menu_division a > img {max-height: 50px;}
	nav .nav{height:calc(100% - 50px);margin-top:50px;}
}

header .intro-text .intro-heading {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 1.2em;
	line-height: 20px !important;
	margin-bottom: 10px;
	color:#ffffff !important;
}

header .intro-text-thanks {
	padding-top: 300px;
	padding-bottom:80px;
}

@media (max-width:768px) {
	header .intro-text .intro-heading {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 1.2em;
	line-height: 30px !important;
	margin-bottom: 50px;
}

}

@media (min-width:768px) {

	header .intro-text .intro-heading {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 1.2em;
	line-height: 75px;
	margin-bottom: 50px;
	color:#000000 !important;
}

	header .intro-text .intro-heading-thanks {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 1.2em;
	line-height: 75px;
	margin-bottom: 50px;
	color:#000000 !important;
}

}

header {
	background-image: url(../img/header-bg-negro.jpg);
	background-color: #420141;
	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.socialmedia {
	background-image: url(../img/header-bg-negro-socialmedia.jpg) !important;
}
header.fotografia {
	background-image: url(../img/header-bg-negro-fotografia.jpg) !important;
}
header .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 25px;
}

header .intro-text .intro-heading {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 1.2em;
	line-height: 50px;
	margin-bottom: 25px;
}
@media (min-width:768px) {

	header .intro-text .intro-heading {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 1.2em;
	line-height: 75px;
	margin-bottom: 50px;
	color:#ffffff !important;
}


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

header .intro-text-thanks {
	padding-top:255px;
	padding-bottom: 186px;
}

header .intro-text .intro-lead-in {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 25px;
}

header .intro-text .intro-heading {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 2em;
	line-height: 40px;
	margin-bottom: 50px;
	color:#000000 !important;
}
}
section {
	padding: 100px 0;
}
section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
}
section h3.section-subheading {
	font-size: 20px;
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	text-transform: none;
	/*font-style: italic;*/
	font-weight: 400;
	margin-bottom: 30px;
}
@media (min-width:768px) {

	header .intro-text .intro-heading {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 1.8em;
	line-height: 50px;
	margin-bottom: 50px;
	color:#000000 !important;
}


section {
	padding: 100px 0;
}
}

@media (max-width:768px) {
	header .intro-text .intro-lead-in > .logo-olson {max-width: 250px}
}

.service-heading {
	margin:30px 0 15px 0;
	text-transform: none;
	font-size: 2em;
}

.services-img {max-width: 130px;}

#portfolio {-webkit-box-shadow: inset 0 -2em 3em -2em #606060, inset 0 2em 3em -2em #606060;
    box-shadow: inset 0 -2em 3em -2em #606060, inset 0 2em 3em -2em #606060;}

#portfolio .portfolio-item {
	margin: 0px 15px 0px 15px;
	padding: 0px !important;
	right: 0;
	-webkit-box-shadow: 10px 10px 30px 5px rgb(9 9 9 / 30%);
	box-shadow: 10px 10px 30px 5px rgb(9 9 9 / 30%);
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	background-color: #420141;
}

#portfolio .portfolio-item .portfolio-link > img {width:100%;-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#portfolio .portfolio-item .portfolio-link > img:hover {opacity: 0.5;}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	background: rgba(35,96,61,.9);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	position: absolute;
	width: 100%;
	height: 20px;
	font-size: 20px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
	max-width: 400px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
	text-transform: none;
	margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 16px;
	margin: 0;
}
#portfolio * {
	z-index: 2;
}
@media (min-width:767px) {

	header .intro-text .intro-heading {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 1.8em;
	line-height: 75px;
	margin-bottom: 50px;
	color:#000000 !important;
}


#portfolio .portfolio-item {
	margin: 0 0 30px;

}
}
@media screen and (max-width:1024px){

		.col-md-3 {width: calc(50% - 20px); margin-bottom: 30px;}

		.portfolio-item {width: calc(33% - 30px);}

}
@media screen and (max-width:600px){

		.col-md-3 {width: calc(100% - 20px); }

		.portfolio-item {width: calc(50% - 30px);}

		.portfolio-item .portfolio-caption {padding: 15px;}

		.portfolio-item .portfolio-caption h4 {font-size: 12px !important;}

}
.timeline {
	list-style: none;
	padding: 0;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: "";
	width: 2px;
	background-color: #f1f1f1;
	left: 40px;
	margin-left: -1.5px;
}
.timeline>li {
	margin-bottom: 50px;
	position: relative;
	min-height: 50px;
}
.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}
.timeline>li:after {
	clear: both;
}
.timeline>li .timeline-panel {
	width: 100%;
	float: right;
	padding: 0 20px 0 100px;
	position: relative;
	text-align: left;
}
.timeline>li .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline>li .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline>li .timeline-image {
	left: 0;
	margin-left: 0;
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 100;
	background-color: #fed136;
	color: #fff;
	border-radius: 100%;
	border: 7px solid #f1f1f1;
	text-align: center;
}
.timeline>li .timeline-image h4 {
	font-size: 10px;
	margin-top: 12px;
	line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	text-align: left;
	padding: 0 20px 0 100px;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto
}
.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline>li:last-child {
	margin-bottom: 0;
}
.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit;
}
.timeline .timeline-heading h4.subheading {
	text-transform: none;
}
.timeline .timeline-body>p, .timeline .timeline-body>ul {
	margin-bottom: 0;
}
@media (min-width:768px) {

	header .intro-text .intro-heading {
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 2em;
	line-height: 40px;
	margin-bottom: 50px;
	color:#ffffff !important;
}


.timeline:before {
	left: 50%;
}
.timeline>li {
	margin-bottom: 50px;
	min-height: 100px;
}
.timeline>li .timeline-panel {
	width: 41%;
	float: left;
	padding: 0 20px 20px 30px;
	text-align: right;
}
.timeline>li .timeline-image {
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
}
.timeline>li .timeline-image h4 {
	font-size: 13px;
	margin-top: 16px;
	line-height: 18px;
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	text-align: left;
	padding: 0 30px 20px 20px;
}
}
@media (min-width:992px) {
.timeline>li {
	min-height: 150px;
}
.timeline>li .timeline-panel {
	padding: 0 20px 20px;
}
.timeline>li .timeline-image {
	width: 150px;
	height: 150px;
	margin-left: -75px;
}
.timeline>li .timeline-image h4 {
	font-size: 18px;
	margin-top: 30px;
	line-height: 26px;
}
.timeline>li.timeline-inverted>.timeline-panel {
	padding: 0 20px 20px;
}
}
@media (min-width:1200px) {
.timeline>li {
	min-height: 170px;
}
.timeline>li .timeline-panel {
	padding: 0 20px 20px 100px;
}
.timeline>li .timeline-image {
	width: 170px;
	height: 170px;
	margin-left: -85px;
}
.timeline>li .timeline-image h4 {
	margin-top: 40px;
}
.timeline>li.timeline-inverted>.timeline-panel {
	padding: 0 100px 20px 20px;
}
}
.team-member {
	text-align: center;
	margin-bottom: 50px;
}
.team-member img {
	margin: 0 auto;
	border: 7px solid #fff;
}
.team-member h4 {
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: none;
}
.team-member p {
	margin-top: 0;
}
aside.clients img {
	margin: 50px auto;
}
section#contact {
	background-color: #7C017C;
	-webkit-box-shadow: inset 0 -2em 15em -2em #420141, inset 0 2em 15em -2em #420141;
box-shadow: inset 0 -2em 15em -2em #420141, inset 0 2em 15em -2em #420141;
}
section#contact .section-heading, section#contact .section-subheading {
	color: #FFA600;
}
section#contact .form-group {
	margin-bottom: 25px;
}
section#contact .form-group input, section#contact .form-group textarea {
	padding: 20px;
	border: 1px solid #420141 !important;
}
section#contact .form-group input.form-control {
	height: auto;
}
section#contact .form-group textarea.form-control {
	height: 236px;
}
section#contact .form-control:focus {
	border-color: #fed136;
	box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
font-family:Montserrat, "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-weight:bold;
color:#bbb;
}
section#contact :-moz-placeholder {
font-family:Montserrat, "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-weight:bold;
color:#bbb;
}
section#contact ::-moz-placeholder {
font-family:Montserrat, "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-weight:bold;
color:#bbb;
}
section#contact :-ms-input-placeholder {
font-family:Montserrat, "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-weight:bold;
color:#bbb;
}
section#contact .text-danger {
	color: #e74c3c;
}

section#gallery {background-color: #606060;}

section#gallery .container .row .col-lg-12 > h2 {color:#FFA600 !important;}

.outstanding_entry_container{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;justify-content:space-around;width:100%;height:auto;box-sizing:border-box;}
.outstanding_entry{position:relative;display:flex;flex-direction:column;flex-wrap:wrap;width:25%;height:auto;box-sizing:border-box;box-shadow:0px 5px 5px 5px rgba(0,0,0,0.1);}
.outstanding_entry_img{position:relative;overflow:hidden;display:flex;align-self:center;justify-content:center;width:100%;height:160px;text-align:center;box-sizing:border-box;}
.outstanding_entry_img > a{display:block;position: absolute;width:100%;}
.outstanding_entry_img a > img{position:relative;width:130%;height:auto;border:0;box-sizing:border-box;transition:all .9s ease;}
.outstanding_entry_img a > img:hover{transform:scale(1.25);}
.outstanding_entry_playicon{position:absolute;margin:0 auto;opacity:0.7;box-sizing:border-box;z-index:2;background:#000000;border-radius:5px 5px 5px 5px;}
.outstanding_entry_img > a.outstanding_entry_playicon{width:50px;height:50px;color:#ffffff;font-size:2.25em;padding:5px; text-decoration: none !important;}
.outstanding_entry_img > a.outstanding_entry_playicon:hover{color:#ffffff;}

@media screen and (max-width:1024px){

		.outstanding_entry {width: 33%;}

}
@media screen and (max-width:600px){

		.outstanding_entry {width: 50%;}

		.outstanding_entry_img {height: 120px;}

}

@media screen and (max-width:280px){

		.outstanding_entry_img {height: 80px;}

}

footer {
	padding: 25px 0;
	text-align: center;
	background-color: #420141;
}
footer span.copyright {
	line-height: 40px;
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-transform: none;
	color:#FFA600 !important;
	text-align: left !important;
}
footer ul.quicklinks {
	margin-bottom: 0;
	line-height: 40px;
	font-family: Montserrat, "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-transform: none;
}
ul.social-buttons {
	margin-bottom: 0;
}
ul.social-buttons li a {
	display: block;
	background-color: #222;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	outline: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	text-align:center;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	background-color: #FFA600;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
	outline: 0;
}
.portfolio-modal .modal-content {
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	min-height: 100%;
	padding: 100px 0;
	text-align: center;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 3em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-bottom: 30px;
	margin-top: 0;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	width: 75px;
	height: 75px;
	background-color: transparent;
	top: 25px;
	right: 25px;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
	height: 75px;
	width: 1px;
	margin-left: 35px;
	background-color: #222;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
	height: 75px;
	width: 1px;
	background-color: #222;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	z-index: 1052;
}
.portfolio-modal .modal-backdrop {
	opacity: 0;
	display: none;
}
::-moz-selection {
text-shadow:none;
background:#fed136;
}
::selection {
	text-shadow: none;
	background: #fed136;
}
img::selection {
	background: 0 0;
}
img::-moz-selection {
background:0 0;
}
body {
	webkit-tap-highlight-color: #fed136;
}

#about{-webkit-box-shadow: inset 0 -2em 3em -2em #606060, inset 0 2em 3em -2em #606060;
    box-shadow: inset 0 -2em 3em -2em #606060, inset 0 2em 3em -2em #606060;}

a.desc { color:#23603d;}

.fa-4x > img {display: block;
width: 100%; !important; border: 0;}

.flex-container{display:flex;flex-direction:row;flex-wrap:wrap;}
.flex-start{align-items:flex-start;}
.flex-end{align-items:flex-end;}
.center{align-items:center;}
.baseline{align-items:baseline;}
.stretch{align-items:stretch;}
.space-between{align-content:space-between;}
.space-around{align-content:space-around;}
.justify-space-between{justify-content:space-between;}
.justify-content-center{justify-content:center;}
.row{flex-direction:row;}
.column{flex-direction:column;}
