@font-face {
  font-family: 'BookmanOldStyle';
  src: url('../fonts/BookmanOldStyle.eot');
  src: url('../fonts/BookmanOldStyle.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BookmanOldStyle.woff2') format('woff2'),
       url('../fonts/BookmanOldStyle.woff') format('woff'),
       url('../fonts/BookmanOldStyle.ttf') format('truetype'),
       url('../fonts/BookmanOldStyle.svg#BookmanOldStyle') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BookmanOldStyle-Italic';
  src: url('../fonts/BookmanOldStyle-Italic.eot');
  src: url('../fonts/BookmanOldStyle-Italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BookmanOldStyle-Italic.woff2') format('woff2'),
       url('../fonts/BookmanOldStyle-Italic.woff') format('woff'),
       url('../fonts/BookmanOldStyle-Italic.ttf') format('truetype'),
       url('../fonts/BookmanOldStyle-Italic.svg#BookmanOldStyle-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'hurme_geometric_sans_4SBd';
    src: url('../fonts/hurmegeometricsans4_semibold-webfont.eot');
    src: url('../fonts/hurmegeometricsans4_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hurmegeometricsans4_semibold-webfont.woff2') format('woff2'),
         url('../fonts/hurmegeometricsans4_semibold-webfont.woff') format('woff'),
         url('../fonts/hurmegeometricsans4_semibold-webfont.ttf') format('truetype'),
         url('../fonts/hurmegeometricsans4_semibold-webfont.svg#hurme_geometric_sans_4SBd') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('../fonts/proximanova-extrabold-webfont.eot');
    src: url('../fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-extrabold-webfont.woff') format('woff'),
         url('../fonts/proximanova-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hurme_geometric_sans_4black';
    src: url('../fonts/hurmegeometricsans4_black-webfont.eot');
    src: url('../fonts/hurmegeometricsans4_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hurmegeometricsans4_black-webfont.woff2') format('woff2'),
         url('../fonts/hurmegeometricsans4_black-webfont.woff') format('woff'),
         url('../fonts/hurmegeometricsans4_black-webfont.ttf') format('truetype'),
         url('../fonts/hurmegeometricsans4_black-webfont.svg#hurme_geometric_sans_4black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_ultraregular';
    src: url('../fonts/gothamultra-webfont.eot');
    src: url('../fonts/gothamultra-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamultra-webfont.woff2') format('woff2'),
         url('../fonts/gothamultra-webfont.woff') format('woff'),
         url('../fonts/gothamultra-webfont.ttf') format('truetype'),
         url('../fonts/gothamultra-webfont.svg#gotham_ultraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff2') format('woff2'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	background-color: #000;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	overflow: auto;
	overflow-x: hidden;
	background-color: #fff;
}
.logo {
	width: 10.48%;
	padding-bottom: 8.3%;
	margin-left: 2.5%;
	margin-top: 2.5%;
	/*position: absolute;*/
	position: fixed !important;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	z-index: 99;
}
.logo.black {
	background-image: url("../images/logo_black.png");
}
.logo.white {
	background-image: url("../images/logo_white.png");
}
.nav_bar_black {
	position: fixed !important;
}
.nav_bar_black .nav_icon:hover {
	border: 2px solid #FFFF00;
}
.nav_icon {
	width: 71px;
    width: 3.49vw;
    height: 71px;
    height: 3.49vw;
    float: right;
    display: block;
    border: 2px solid #fff;
    background-color: #fff;
    margin-bottom: .8vw;
    background-repeat: no-repeat;
    background-size: 3.85vw;
    background-image: url("../images/nav_icons_white.png");
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s;
    cursor: pointer;
}
.nav_icon:hover {
	border: 2px solid #000;
}
.menu_icon {
	background-position: -3px -3px;
	background-position: -.2vw -.2vw;
}
.search_icon {
	background-position: -6px -88px;
	background-position: -.3vw -4.75vw;
}
.user_icon {
	background-position: -3px -172px;
	background-position: -.2vw -8.9vw;
}
.close_icon {
	background-image: url("../images/nav_icons_white.png");
	background-position: -1px -254px;
	background-position: -.2vw -13.2vw;
	background-color: #000;
}
.close_icon:hover {
	border: 2px solid #FFFF00;
	background-image: url("../images/nav_icons_black.png");
	background-position: -1px -254px;
	background-position: -.2vw -13.2vw;
}
.nav_bar_black .go_top {
  margin-bottom: 0;
  margin-right: -100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/arrow_top_white.png") !important;
  cursor: pointer;
}
.go_top {
  margin-bottom: 0;
  margin-right: -100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/arrow_top_black.png");
  cursor: pointer;
}
.navigation_slide {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0px;
}
.index {
	margin-right: -100px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s;
}
/*PHOTOGRAPHERS CONTENT*/
h2.section_name {
	font-family: "hurme_geometric_sans_4black";
	position: relative;
	font-size: 28px;
	font-size: 24px;
	font-size: 1.25vw;
	color: #000;
	padding: 21px 75px;
	padding: 1.1% 3.95%;
	padding-right: 0;
	text-align: center;
	text-transform: uppercase;
	border-left: 1px solid #231F20;
	border-left: 1px solid rgba(35, 31, 32, 0.5);
	letter-spacing: 2px;
	display: inline-block;
	margin-left: 345px;
	margin-left: 18%;
	margin-top: 6.8%;
	/*TEST*/
	font-family: "hurme_geometric_sans_4SBd";
    text-decoration: none;
    letter-spacing: 5px;
    text-transform: uppercase;
    z-index: 0;
}
h2.section_name:before {
	background-image: url("../images/crossed.jpg");
	content: " ";
	width: 84%;
	height: 10%;
	display: inline-block;
	position: absolute;
	z-index: -1;
	left: 20%;
	bottom: 45%;
}
h2.section_name.tags_crossed:before {
	left: 29.5% !important;
}
h2.section_name.directors:before {
    background-image: url("../images/crossed.jpg");
    content: " ";
    width: 84%;
    height: 10%;
    display: inline-block;
    position: absolute;
    z-index: -1;
    left: 23.5%;
    bottom: 45%;
}
.general_info {
	margin-left: 21.92%;
	position: relative;
}
h1.name {
	font-family: "gotham_ultraregular";
	font-size: 79px;
	font-size: 4.1vw;
	color: #000;
	/*text-transform: uppercase;*/
	display: inline-block;
	padding-bottom: 2%;
	width: 80%;
	letter-spacing: 5px;
}
h1.name.project_name {
	margin-bottom: 0;
}
.tags {
	font-family: "BookmanOldStyle-Italic";
	font-size: 15px;
	font-size: .78vw;
	/*margin-top: -25px;*/
	margin-top: -55px;
	margin-top: -3.7%;
	color: #000;
	position: relative;
	max-width: 57%;
}
.tags:before {
	content: "tags.-";
	position: absolute;
	/*margin-left: -9.1%;*/
	margin-left: -16%;
	margin-top: -6px;
	font-size: 10px;
	font-size: .55vw;
	line-height: .65vw;
	padding: 7px 15px;
	padding: .37vw .8vw;
	border: 1px solid #000;
}
.share:before {
	content: "share.-";
    position: absolute;
    margin-left: -5vw;
	margin-top: -1.4%;
    font-size: 10px;
    font-size: .55vw;
    line-height: 0.65vw;
	padding: 7px 15px;
	padding: .37vw .8vw;
	border: 1px solid #000;
}
a.tag_project {
	color: #000;
	text-decoration: none;
	letter-spacing: 2px;
}
a.tag_project:hover {
	text-decoration: underline;
}
p.desc {
	font-family: "BookmanOldStyle-Italic";
	font-size: 25px;
	font-size: 1.3vw;
	line-height: 55px;
	line-height: 3vw;
	color: #000;
	max-width: 620px;
	max-width: 41.4%;
	text-align: left;
	background-color: #fff;
	padding-left: 215px;
	padding-left: 11.2vw;
	margin-left: -215px;
	margin-left: -11.2vw;
	padding-right: 20px;
	/*padding-right: 1.1vw;*/
    padding-right: 1.8vw;
	padding-bottom: 50px;
	padding-bottom: 2.7vw;
	/*TEST*/
	position: relative;
	letter-spacing: 2px;
    margin-top: 0;
	/*margin-bottom: -14%;*/
}
p.desc.directors-photographers {
	/*margin-bottom: -14%;*/
	margin-bottom: 5%;
	position: absolute;
    margin-top: 1.65%;
    z-index: 1;
}
.cover {
	width: 100%;
	height: 1060px;
	height: 55.25vw;
	background-image: url("../images/cover.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	/*margin-top: -10%;*/
    margin-top: 4.5%;
	position: relative;
	z-index: 0;
}
/*PROJECTS - RESULTS*/
.project_box {
	width: 38%;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0);
	padding-left: 5%;
	padding-right: 3%;
	/*margin-top: 10%;
	margin-top: 4%;*/
	margin-top: -15%;
	/*margin-right: 2%;*/
	margin-right: 3.9%;
	text-decoration: none;
	position: relative;
}
.project_box:hover .arrow_right_black {
	background-color: #000;
	background-image: url("../images/arrow_right.png");
}
.project_box:first-child {
	margin-top: -6%;
	background: #fff;
}
.tags_section .project_box:first-child {
	margin-top: 0;
}
.project_box.right {
	float: right;
}
.project_box.left {
	float: left;
}
.project_box:nth-child(odd) {
    float: right;
}
.project_box:nth-child(even) {
    float: left;
	margin-left: 10.1%;
}
.project_box.large {
	width: 74%;
	margin-right: 6%;
	margin-top: 0;
}
.arrow_right_black {
	width: 75px;
	width: 8.58%;
	width: 3.91vw;
	height: 75px;
	height: 8.58%;
	height: 3.91vw;
	display: block;
	background-color: #fff;
	background-image: url("../images/arror_right_black.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 33%;
	position: absolute;
	left: 35%;
	z-index: 2;
	margin-top: -2.4%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s;
}
.arrow_down {
	width: 75px;
	width: 8.58%;
	width: 3.91vw;
	height: 75px;
	height: 8.58%;
	height: 3.91vw;
	display: block;
	background-color: #000;
	background-image: url("../images/arrow_down.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	position: absolute;
	/*left: -10%;*/
	/*margin-top: -3%;*/
    /*margin-top: 15%;*/
	/*left: 9%;*/
	left: 29%;
	margin-top: 4%;
    /*margin-top: 12.5%;*/
    /*margin-top: 19%;*/
}
.project_box small {
	font-family: "droid_sansregular";
	font-size: 21px;
	/*font-size: 1.1vw;*/
	font-size: 1vw;
	text-decoration: underline;
	display: block;
	color: #000;
	padding-top: 17%;
	margin-bottom: -5%;
}
.project_box h1 {
	font-family: "hurme_geometric_sans_4black";
	font-size: 62px;
	font-size: 3.22vw;
	display: block;
	text-decoration: underline;
	color: #000;
}
.project_box img {
	width: 100%;
}
.image_container {
	position: relative;
}
.project_box:hover .overlay_img {
	opacity: 1;
}
.overlay_img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.4);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s;
}
.project_box p.project_desc {
	font-family: "BookmanOldStyle-Italic";
	font-size: 23px;
	/*font-size: 1.2vw;*/
	font-size: 1vw;
	color: #000;
	line-height: 40px;
	line-height: 2.1vw;
	display: block;
	letter-spacing: 2px;
}
.project_box .project_title {
	margin-left: 30%;
}
.project_box.large .project_title {
	margin-left: 45%;
}
.project_box.large .arrow_right_black {
	left: 46.5%;
	margin-top: -1%;
}
.project_box.large small {
	padding-top: 10%;
}
.projects_container {
	width: 100%;
	float: left;
	display: block;
}
.mail_footer {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	color: #000;
	font-size: 49px;
}
.mail_footer a {
	width: 30%;
	margin: 6% auto;
	display: inline-block;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-family: "proxima_nova_rgbold";
	font-size: 49px;
	font-size: 2.55vw;
	line-height: 80%;
}
.footer_section {
	width: 100%;
	float: left;
	background-color: #000;
}
.footer_section .container {
	width: 75%;
	margin-right: 10%;
	margin-top: 0;
	float: right;
}
.footer_section a.more_section {
	font-family: "droid_sansregular";
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    /*margin-top: 14%;*/
    margin-top: 24%;
    margin-left: 9%;
    padding-left: 20px;
    border-left: 1px solid #fff;
    letter-spacing: 1px;
}
a.more_section:hover {
	color: #fff !important;
}
.footer_section .left_content, .footer_section .right_content {
	float: left;
	width: 50%;
	display: inline-block;
	height: 100%;
}
.footer_section .right_content {
	float: right;
	border: none;
}
.more_suggestion a.row {
	display: block;
	/*letter-spacing: 2px;*/
	letter-spacing: 6px;
	color: #fff;
	font-family: "BookmanOldStyle-Italic";
	margin-top: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 31px;
    font-size: 1.6vw;
    margin-left: 9%;
    font-weight: normal;
}
.nav_footer {
	margin-top: 150px;
	padding-bottom: 100px;
	/*SOLUCION TEMPORAL*/
	z-index: 11;
	position: relative;
}
.nav_footer a {
	font-family: "droid_sansregular";
	font-size: 21px;
	color: #fff;
	text-decoration: none;
	/*letter-spacing: 2px;*/
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top: 25px;
	margin-left: 9%;
	display: block;
	-webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s;
}
.footer_section a {
	-webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s;
}
.footer_section a:hover {
	color: #FFFF00;
}
#my_garage {
	-webkit-transform: translateZ(0px);
}
/*#my_garage {
    font-size: 14px;
    border: 1px solid white;
    padding: 6px 15px;
    letter-spacing: 5px;
    margin-left: -8px;
    display: inline-block;
}*/
.footer_section .section_container {
	width: 100%;
	height: 100%;
}
.section_container a {
    font-family: "BookmanOldStyle-Italic";
    font-size: 19px;
    color: #fff;
    display: block;
    margin-bottom: 19px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s;
}
.share {
    float: right;
    margin-right: 20%;
    margin-right: 10vw;
    margin-top: -1.4%;
}
.social_icons {
    width: 20px;
    height: 20px;
    display: inline-block !important;
    margin: 0 16px;
    background-repeat: no-repeat;
    background-image: url("../images/social_icons.png");
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s;
}
.email_icon {
	width: 31px;
	height: 20px;
	display: block;
	background-position: bottom left;
	background-image: url("../images/email_icon.png");
	background-repeat: no-repeat;
	width: 1.615vw !important;
    background-size: 100% !important;
}
.instagram {
    background-position: -20px top;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s;
}
.google_plus {
    background-position: -40px top;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s;
}
.fb:hover {
    background-position: left -20px;
}
.instagram:hover {
    background-position: -20px -20px;
}
.google_plus:hover {
    background-position: -40px -20px;
}
.black a.social_icons {
    width: 1.05vw;
    height: 1.05vw;
    background-size: 300%;
    margin-left: .8vw;
}
.black .fb {
	background-position: left bottom;
}
.black .google_plus {
	background-position: -40px bottom;
	background-position: 100% bottom;
}
.black .instagram {
	background-position: -20px  bottom;
}
.fb {
    background-position: left top;
    margin-left: 25px;
}
.black .tw {
	background-size: 100% !important;
}
.tw {
	background-image: url("../images/share_social_tw.png");
	background-position: top center;
}
.black a {
	position: relative;
	top: 0;
	opacity: 1;
	-webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s;
}
.black a:hover {
	position: relative;
	top: -3px;
	opacity: .5;
}
.black .fb:hover {
	background-position: left bottom !important;
}
.black .google_plus:hover {
	background-position: 100% bottom !important;
}
.social_links_container .follow_us {
    font-family: "BookmanOldStyle-Italic";
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 6px 15px;
    display: block;
    -webkit-transform: translateZ(0px);
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s;
}
.footer_section .section_container {
	bottom: 10%;
    right: -5px;
    position: absolute;
}
.footer_section .social_box {
	/*margin-top: 23%;
	display: inline-block;
	float: right;
	margin-right: 20%;*/
	position: relative;
    margin-top: 22%;
    margin-left: 20%;
	/*right: auto;
	bottom: auto;*/
}
.footer_section .section_container a:hover {
    color: #FFFF00;
}
#my_garage:hover .separator_arrow {
	color: #FFFF00;
}
.social_icons:hover ~ .follow_us, .social_icons:hover ~ .follow_us .separator_arrow {
	color: #FFFF00 !important;
}
/*.social_links_container {
    margin-top: 40px;
}*/
/*CONTACT*/
.contact {
	background-color: #000;
	/*position: fixed;
	top: 100%;
	left: 0;*/
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	top: auto;
}
.contact h1 {
	font-family: "hurme_geometric_sans_4black";
	color:#fff;
	font-size: 28px;
	text-transform: uppercase;
	padding-left: 20px;
	letter-spacing: 5px;
	margin-bottom: 205px;
}
.contact .left_content {
	width: 60%;
	height: 90%;
	display: block;
	float: left;
	margin-top: 42px;
}
.contact .right_content {
	width: 40%;
	height: 90%;
	display: block;
	float: right;
	border: none;
	position: relative;
	margin-top: 42px;
}
.contact .bottom_content {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -90px;
}
.right_content a, .right_content span {
    display: inline-block;
	color: #fff;
	text-decoration: none;
}
.personal_info, .contact_info {
	font-family: "BookmanOldStyle-Italic";
	color: #fff;
	width: 100%;
	float: left;
	padding-left: 20px;
	margin-bottom: 110px;
	border-left: 1px solid #fff;
}
.contact .contact_info {
	font-size: 15px;
}
.contact .name {
	font-family: "BookmanOldStyle";	
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.contact .post {
	letter-spacing: 5px;
	font-size: 15px;
	margin-bottom: 40px;
}
.contact .mail {
	letter-spacing: 5px;
}
.contact .mail:hover {
	text-decoration: underline;
}
.contact .tel {
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 5px;
}
.contact .location {
	letter-spacing: 3px;
	font-size: 15px;
	line-height: 30px;
	margin-top: 35px;
	margin-bottom: 30px;
}
.contact .madeingarage_copy {
	font-family: "BookmanOldStyle";
	font-size: 19px;
}
.footer_section .left_content .social_block {
	width: 220px;
	height: 265px;
	position: absolute;
	bottom: 0;
	left: 45%;
	margin-left: -110px;
	margin-bottom: 70px;
}
.social_block {
	margin-bottom: 2%;
}
.left_content .social_link {
	width: 196px;
	height: 31px;
	font-family: "BookmanOldStyle-Italic";
	font-size: 15px;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #fff;
	display: block;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	margin-bottom: 20px;
	line-height: 33px;
}
/*CONTACT FORM*/
.contact_form {
	background-color: #000;
	top: -200%;
}
.form_container_contact {
	width: 65%;
	max-width: 1245px;
	margin: 0 auto;
	height: 530px;
	position: relative;
	top: 50%;
	margin-top: -205px;
}
.input_form, .textarea_form {
	width: 100%;
	max-width: 100%;
	height: 30px;
	outline: none;
	border: none;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-family: "BookmanOldStyle-Italic";
	font-size: 15px;
	color: #fff;
	background-color: #000;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.input_form {
	margin-bottom: 70px;
}
.textarea_form {
	margin-top: 100px;
	max-height: 190px;
	min-height: 151px;
	background-image: url("../images/renglones.png");
	background-position: left 33px;
	border: none;
	line-height: 38px;
}
.submit {
	color: #fff;
	border: 1px solid #fff !important;
	background-color: #000 !important;
	margin: 0 auto !important;
	width: 85px;
	text-align: center;
	display: block;
	margin-top: 50px !important;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s;
}
.submit:hover {
	color:#000 !important;
	background-color: #fff !important;
}
.share_contact {
	width: 215px;
	left: 50%;
	position: relative;
	margin-left: -135px;
	top: 58px;
}
.share_contact .share_icon {
	background-image: url("../images/social_icons.png");
}
.share_contact .fb {
	background-position: left top;
	margin-left: 65px;
}
.share_contact .instagram {
	background-position: -20px top;
}
.share_contact .google_plus {
	background-position: -40px top;
}
/*PLACEHOLDER COLOR*/
::-webkit-input-placeholder {
   color: #000;
   text-decoration: underline;
}
::-webkit-textarea-placeholder {
   color: #000;
   text-decoration: underline;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000;  
   text-decoration: underline;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
   text-decoration: underline;
}
:-ms-input-placeholder {  
   color: #000;  
   text-decoration: underline;
}
:-ms-textarea-placeholder {  
   color: #000;  
   text-decoration: underline;
}
/*FORM PLACEHOLDER*/
/*PLACEHOLDER COLOR*/
.input_form::-webkit-input-placeholder, .textarea_form::-webkit-input-placeholder {
   color: #fff;
   text-decoration: none;
}
.input_form::-webkit-textarea-placeholder, .textarea_form::-webkit-textarea-placeholder  {
   color: #fff;
   text-decoration: none;
}
.input_form:-moz-placeholder, .textarea_form:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
   text-decoration: none;
}
.input_form::-moz-placeholder, .textarea_form::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
   text-decoration: none;
}
.input_form:-ms-input-placeholder, .textarea_form:-ms-input-placeholder {  
   color: #fff;  
   text-decoration: none;
}
.input_form:-ms-textarea-placeholder, .textarea_form:-ms-textarea-placeholder {  
   color: #fff;  
   text-decoration: none;
}
/**/
.menus_container, .tags_container, .my_garage_container {
	/*position: absolute !important;*/
	position: fixed !important;
	left: 18.5%;
}
.menus_container, .my_garage_container {
	margin: -12% auto 0;
}
.my_garage_container {
	margin: -30vw auto 0px;
}
.contact_form {
	position: fixed;
}
/*PROJECTS*/
.project .desc {
	max-width: 75%;
}
.projects_gallery {
	margin-top: 50px;
}
i.share_project {
    width: 5%;
    height: 5.5vw;
    position: absolute;
    right: 10%;
    top: 10%;
    display: block;
    background-image: url("../images/share_base.png");
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.share_project_container {
    position: absolute;
    top: 25%;
    right: 10px;
    width: 100%;
    height: 20%;
    display: none;
    /* display: inline-block; */
}
a.share_project {
    width: 10%;
    height: 10vw;
    display: block;
    position: absolute;
    background-image: url("../images/share_project_icons.png");
    background-size: 850%;
    background-size: 800%;
    background-repeat: no-repeat;
    background-position: top left;
    cursor: pointer;
	margin-top: -5%;
	opacity: 0;
}
i.share_project.close_share_project {
    background-image: url("../images/close_share_project.png");
	background-size: 85%;
}
a.share_project.mail {
    background-position: top left;
    margin-left: 5%;
}
a.share_project.fb {
    margin-left: 20%;
    background-position: 20% top;
}
a.share_project.fb:hover {
    background-position: 20% top !important;
}
a.share_project.tw {
	margin-left: 37%;
	background-position: 40.2% top;
}
a.share_project.pinterest {
    margin-left: 55%;
    background-position: 60.5% top;
}
a.share_project.google_plus {
    margin-left: 70%;
    background-position: 80.5% top;
}
a.share_project.google_plus:hover {
    background-position: 80.5% top !important;
}
a.share_project.tumblr {
    margin-left: 85%;
    background-position: right top;
}
.directors-photographers-cover {
	margin-top: 4% !important;
}
.services_text .crossed_line {
    z-index: 0;
    position: relative;
}
.slide {
    z-index: 9;
   /* top: auto;*/
}
#slide_4 {
	top: -200%;
}