/*
////////////////////////////////////////////////////////////////////////////////////////////////////

Template Name: Reactor
Template URI: http://sngv.net/work/reactor
Description: Responsive Minimalist HTML5 Template
Author: Simeon Galabov
Author URI: http://sngv.net/
Version: 1.0



Table of contents:

1. Global styles
2. Header
3. General
4. Blog
5. Portfolio
6. Home page
7. Info page
8. Footer

////////////////////////////////////////////////////////////////////////////////////////////////////
*/



/*
////////////////////////////////////////////////////////////////////////////////////////////////////

1. Global styles

////////////////////////////////////////////////////////////////////////////////////////////////////
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}

html, body {height: 100%;}

body {
	background: #f59c1e;
	background-size: cover;
	font-family: open sans, sans-serif;
	font-weight: 400;
	font-size: 9pt;
	text-align: justify;
	line-height: 1.3;
	color: #f59c1e;
}

hr {
	padding: 0 0 70px 0;
	border: none;
}

.alignleft {float: left; margin: 0 20px 0 0;}

.alignright {float: right; margin: 0 0 0 20px;}

.aligncenter {
	margin: 0 auto;
	display: block;
	clear: both;
}

blockquote {
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
	border-left: 2px solid #f59c1e;
	quotes: "\"" "\"" "�" "�";
}

blockquote:before {content: open-quote;}
blockquote:after {content: close-quote;}
blockquote p {display: inline;}

img {display: block;}

video, iframe, object, img {
	max-width: 100%;
}

h1 {
	font-family: 'Inter', Arial;
	font-weight: 300;
	font-size: 37pt;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #000000;
}

h2, h3, h4, h5 {
	padding: 0 0 20px;
	background: url(images/underscore.png) no-repeat;
	background-position: left bottom;
	font-family: 'Inter' Arial;
	font-weight: 400;
	font-size: 13pt;
	line-height: 1;
	color: #000000;
}

h6 {
	font-family: 'Inter', Arial;
	font-weight: 400;
	font-size: 13pt;
	text-transform: uppercase;
	line-height: 1;
	color: #000000;
}

p {
	margin: 0 0 12px 0;
	color:#000
}

a {
	text-decoration: none;

    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

a:link {color: #f59c1e;}
a:visited {color: #f59c1e;}

@font-face {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 300;
	src: url(http://themes.googleusercontent.com/static/fonts/Arial/v8/HqHm7BVC_nzzTui2lzQTDT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	src: url(http://themes.googleusercontent.com/static/fonts/Arial/v8/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}

.clear {clear: both;}

.hidden {display: none;}

.relative {position: relative;}

#preloader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #f59c1e;
	z-index: 99;
}

#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 200px;
	margin: -100px 0 0 -100px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.unordered_list {
	list-style-position: inside;
	list-style: none;
}

.ordered_list {
	list-style-position: inside;
	list-style-type: decimal;
}


/*
////////////////////////////////////////////////////////////////////////////////////////////////////

2. Header

////////////////////////////////////////////////////////////////////////////////////////////////////
*/
#header {
	background: #f59c1e;
}

#header-inner {
	position: relative;
	margin: 0 11% 40px 11%;
	padding: 140px 0 20px 0;
}

/* Logo */

#logo {
	position: absolute;
	left: 0;
	bottom: 20px;
}

#logo a:link {color: #000000;}
#logo a:visited {color: #000000;}

/* Navigation */

.nav {
	display: block;
	position: absolute;
	right: 0;
	bottom: 20px;
	font-family: Arial;
	font-weight: 300;
	font-size: 10pt;
	text-transform: uppercase;
}

.menu li {
	display: inline;
	padding-left: 25px;
}

.menu li a{
	padding: 7px 0 7px 0;
}

.menu a:link {color: #a33516;}
.menu a:visited {color: #a33516;}

.current-menu-item a:link {color: #000;}
.current-menu-item a:visited {color: #000;}

.sub-menu {
	position: absolute;
	top: 15px;
	left: 143px;
	padding: 10px 0 0 0;
	opacity: 0;
	z-index: -9999;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.sub-menu a:link {color: #aaa;}
.sub-menu a:visited {color: #aaa;}

.sub-menu li {
	position: relative;
	width: 80px;
	padding: 10px 30px 10px 10px;
	display: list-item;
	background: #fff;
}

.menu :hover > .sub-menu {
	opacity: 1;
	display: block;
	z-index: 9999;
}

.sub-menu li ul {
	position: absolute;
	top: -10px;
	left: 120px;
}

body { 
	-webkit-animation: bugfix infinite 1s; 
			animation: bugfix infinite 1s; 
  }
  
  @-webkit-keyframes bugfix { 
	from {padding:0;} 
	to {padding:0;} 
  }
  @keyframes bugfix { 
	from {padding:0;} 
	to {padding:0;} 
  }

#toggle, .toggle {display: none;}

.toggle {
	position: absolute;
	right: 0;
	bottom: 20px;
	cursor: pointer;
}

.toggle .fa-bars {
	font-size: 24px;
	color: #000000;

	-webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}



/*
////////////////////////////////////////////////////////////////////////////////////////////////////

3. General

////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#page {
	position: relative;
	min-height: 100%;
	padding: 0 0 150px 0;
}

#content {
	position: relative;
	margin: 0 11% 0 11%;
	padding: 40px 0 100px 0;
}

/* 404 page */

#not_found {
	margin: 40px 0 0 0;
	text-align: center;
}

#not_found h2 {
	margin: 0 0 15px 0;
	font-size: 70pt;
	font-weight: 300;
}

/* Button */

.button {
	display: inline-block;
	margin: 6px 0 0 0;
	padding: 6px 15px 7px 15px;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 10pt;
	text-transform: uppercase;
	background: #f2f2f2;
	border: 2px solid #000000;
	color: #000000;
	cursor: pointer;

	-webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.button:link {color: #000000; border: 2px solid #000000;}
.button:visited {color: #000000; border: 2px solid #000000;}

/* Alerts */

.alert {
    margin: 0 0 20px 0;
    padding: 12px 1% 12px 1%;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
    text-align: center;
}

.alert.gray {
    background: #e1e1e1;
    border: none;
    color: #000000;
}

.alert.green {
    background: #ccf2d9;
    border: none;
    color: #54aa71;
}

.alert.orange {
    background: #f6efad;
    border: none;
    color: #e59700;
}

.alert {
    background: #f9c9c9;
    border: none;
    color: #d54c4c;
}

/* Columns */

.one_half {width: 20%;}
.one_half_new {width: 30%;}
.one_third {width: 35.66%;}
.two_third {width: 65.33%;}
.one_fourth {width: 22%;}
.three_fourth {width: 74%;}
.one_fifth {width: 16.8%;}
.two_fifth {width: 37.6%;}
.three_fifth {width: 58.4%;}
.four_fifth {width: 79.2%;}
.one_sixth {width: 13.33%;}
.five_sixth {width: 82.67%;}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	position: relative;
	margin-right: 4%;
	padding-bottom: 40px;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

.one_half_new {
	float: right;
	position: relative;
	margin-right: 4%;
	padding-bottom: none;
}

.column_last_new {
	margin-right: 0!important;
	clear: right;
}

.full_width {
	position: relative;
	padding-bottom: 40px;
}

/* Services */

.service {
	padding: 0 0 0 80px;
}

.service-fa {
	position: absolute;
	left: 0;
	font-size: 40pt;
}

.service_content {
	float: left;
	position: relative;
	width:100%;
}


/*
////////////////////////////////////////////////////////////////////////////////////////////////////

5. Portfolio

////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#content-portfolio {
	margin: 0 11% 0 11%;
	padding: 20px 0 100px 0;
}

#portfolio p {
	margin: 0 0 0 0;
}

.portfolio-items .item-two-columns {
	position: relative;
	float: left;
	width: 49.6%;
	margin: 0 0 5px 0;
}

.portfolio-items .item-three-columns {
	position: relative;
	float: left;
	width: 32.9%;
	margin: 0 0 5px 0;
}

.portfolio-items .item-four-columns {
	position: relative;
	float: left;
	width: 24.4%;
	margin: 0 0 5px 0;
}

.item-info-centerfix {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 140px;
	height: 80px;
	margin: auto;
	z-index: -1;
}

.item-info-centerfix-dos {
	position: absolute;
	top: 70px;
	right: 0;
	bottom: 1;
	left: 1;
	width: 300px;
	height: 100px;
	margin: auto;
	z-index: -1;
	float: right
}

.item-info-centerfix-dospuntotres {
	position: absolute;
	top: 70px;
	right: 0;
	bottom: 1;
	left: 1;
	width: 300px;
	height: 100px;
	margin: auto;
	z-index: -1;
	float: above
}

.item-info-centerfix-tres {
	position: relative;
	float: left;
    text-align:left;
    margin-left:30px;
    z-index:1;
}

.item-info {
	vertical-align: middle;
	display: table-cell;
	width: 140px;
	height: 80px;
	font-family: Arial;
	font-weight: 300;
	font-size: 10pt;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.item-infos {
	vertical-align: right;
	display: table-cell;
	width: 140px;
	height: 80px;
	font-family: Arial;
	font-weight: 300;
	font-size: 10pt;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.item-dash {
	width: 8px;
	height: 1px;
	margin: 5px auto 3px auto;
	background: #fff;
	opacity: 0.4;
}

.item-category {
	font-size: 8pt;
}

.nav-buttons {
	position: absolute;
	top: 90px;
	right: 20px;
	display: flex;
	gap: 20px;
	z-index: 1000;
  }

  .nav-buttons a {
	background-color: transparent;
	color: rgb(0, 0, 0);
	border: 1px solid rgb(0, 0, 0);
	padding: 8px 18px;
	border-radius: 20px;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
  }

  .nav-buttons a:hover {
	background-color: white;
	color: #f59c1e;
  }

  .nav-buttons-work-slide {
	position: absolute;
	top: 90px;
	right: 20px;
	display: flex;
	gap: 20px;
	z-index: 1000;
  }
  
  .nav-buttons-work-slide a {
	background-color: transparent;
	color: rgb(0, 0, 0);
	border: 1px solid rgb(0, 0, 0);
	padding: 8px 18px;
	border-radius: 20px;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
  }

  .nav-buttons-work-slide a:hover {
	background-color: white;
	color: #f59c1e;
  }

  h1 {
	margin-top: 100px;
	margin-bottom: 40px;
	font-size: 2.5rem;
  }
  img.work-photo {
	width: 240px;
	height: auto;
	border-radius: 12px;
	margin-bottom: 0px;
  
	display: block;        /* 💡 makes the image a block element */
	margin-left: auto;     /* 💡 auto-left margin */
	margin-right: auto;    /* 💡 auto-right margin */
  }
    /* Break at 1200px */
    @media (max-width: 1200px) {
		.nav-buttons {
		  position: absolute;
		  top: 20px;
		  right: 50%;
		  transform: translateX(50%);
		  display: flex;
		  gap: 14px;
		  justify-content: center;
		}
  
		.nav-buttons a {
		  font-size: 13px;
		  padding: 7px 14px;
		}
		.nav-buttons-work-slide {
			position: absolute;
			top: 20px;
			right: 50%;
			transform: translateX(50%);
			display: flex;
			gap: 14px;
			justify-content: center;
		  }
	
		  .nav-buttons-work-slide a {
			font-size: 13px;
			padding: 7px 14px;
		  }		
		  #content {
			margin-top: -20px !important;
			padding-top: 0 !important;
		  }	
	  }
  
	  .logo {
		margin-top: 80px;
	  }
	  
  
	  /* Mobile styles */
	  @media (max-width: 800px) {
		img.about-photo {
		  width: 180px;
		}
      .nav-buttons {
        position: relative;
        top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 14px;
        margin: 0 auto;
        width: 100%;
      }

      .nav-buttons a {
        font-size: 14px;
        padding: 6px 12px;
      }	
	  #content {
		margin-top: -200px !important;
		padding-top: 0 !important;
	  }	
  		}

#logo img {
	width: 120px;
	display: block;
	position: relative;
	top: 50px;
  }

#header-inner {
	padding-top: 60px;
  }

/* Isotope options */

#options {
	margin: 0 0 13px 0;
	margin-top: -40px; /* or try 5px */
	font-family: Arial;
	font-weight: 300;
	font-size: 10pt;
	text-transform: uppercase;
}

#options li {
	float: left;
}

#options li a {
	display: block;
	margin: 0 25px 0 0;
	padding: 7px 0 7px 0;
}

#options a:link {color: #a33516;}
#options a:visited {color: #aaa;}

#options li a.selected {
	color: #000;
	font-weight: bold;
}

/* Isotope Filtering */

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/* Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/* disabling Isotope CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/* Infinite Scroll */

#infscr-loading {
  position: fixed;
  text-align: center;
  bottom: 30px;
  left: 42%;
  z-index: 100;
  background: white;
  background: hsla( 0, 0%, 100%, 0.9 );
  padding: 20px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Portfolio item page */

#item-page-info {
	float: left;
	position: relative;
	width: 22%;
	margin: 0 4% 0 0;
}

#item-page-content {
	float: right;
	position: relative;
	width: 74%;
}

#item-page-content img {
	margin: 0 0 20px 0;
}

.item-button-previous {
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px 2px 16px 0;
	border: 2px solid #000000;
	background: url(images/item-button-previous.png) center center no-repeat;

    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.item-button-return {
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px 2px 16px 0;
	border: 2px solid #000000;
	background: url(images/item-button-return.png) center center no-repeat;

    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.item-button-next {
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px 2px 16px 0;
	border: 2px solid #000000;
	background: url(images/item-button-next.png) center center no-repeat;

    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}



/*
////////////////////////////////////////////////////////////////////////////////////////////////////

6. Home page

////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#header-home-inner {
	position: relative;
	margin: 0 11% 40px 11%;
	padding: 140px 0 20px 0;
}

/* Logo */

#logo-home {
	position: absolute;
	left: 0;
	bottom: 20px;
}

.logo-home a:link {color: #fff;}
.logo-home a:visited {color: #fff;}

/* Navigation */

.nav-home {
	display: block;
	position: absolute;
	right: 0;
	bottom: 20px;
	font-family: Arial;
	font-weight: 300;
	font-size: 10pt;
	text-transform: uppercase;
}

.nav-home .menu li {
	display: inline;
	padding: 0 0 0 25px;
}

.nav-home .menu li a{
	padding: 7px 0 7px 0;
}

.nav-home .menu a:link {color: #fff;}
.nav-home .menu a:visited {color: #fff;}

.nav-home .current-menu-item a:link {color: #aaa;}
.nav-home .current-menu-item a:visited {color: #aaa;}

.nav-home .sub-menu {
	position: absolute;
	top: 15px;
	left: 143px;
	padding: 10px 0 0 0;
	opacity: 0;
	z-index: -9999;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.nav-home .sub-menu li {
	position: relative;
	display: list-item;
	width: 80px;
	padding: 10px 30px 10px 10px;
	background-color: rgba(17,17,17,0.8);
}

.nav-home .menu-home :hover > .sub-menu {
	display: block;
	opacity: 1;
	z-index: 9999;
}

.nav-home .sub-menu li ul {
	position: absolute;
	top: -10px;
	left: 120px;
}

#toggle, .toggle-home {display: none;}

.toggle-home {
	position: absolute;
	right: 0;
	bottom: 20px;
	cursor: pointer;
	z-index: 9999;
}

.toggle-home .fa-bars {
	font-size: 24px;
	color: #fff;

	-webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

#content-home {
	margin: auto;
	position: absolute;
	top: 40%;
	right: 0;
	bottom: 0;
	left: 0;
}

.text-home {
	font-family: Arial;
	font-weight: 300;
	font-size: 25pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.text-home-white {
	font-family: Arial;
	font-weight: 300;
	font-size: 25pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}

#ticker {
	margin: 10px 0 10px 0;
}

#ticker ul {
	width: 100%;
	font-family: Arial;
	font-weight: 300;
	font-size: 60pt;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

#ticker li {
	height: 80px;
	line-height: 1;
}

.button-center {
	text-align: center;
}

.button-home {
	display: inline-block;
	padding: 8px 27px 9px 27px;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;

	-webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.button-home-white {
	display: inline-block;
	padding: 8px 27px 9px 27px;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #fff;
	cursor: pointer;

	-webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.button-home-white:link {color: #fff;}
.button-home-white:visited {color: #fff;}
.button-home-white:hover {color: #000; background: #fff;}
.button-home-white:active {color: #000; background: #fff;}

.home-dash {
	width: 15px;
	height: 2px;
	margin: 21px auto 25px auto;
}

.home-dash-white {
	width: 15px;
	height: 2px;
	margin: 21px auto 25px auto;
	background: #fff;
}
