
@charset "utf-8";
/* CSS Document */

/* cyrillic */
*{margin:0; padding: 0;}

@font-face {
  font-family: 'Catamaran-Medium';
  font-style: normal;
  font-weight: 200px;
  src: local('Catamaran'), local('Catamaran'), url(../fonts/Catamaran-Medium.ttf);
}

@font-face {
  font-family: 'Catamaran-Regular';
  font-style: normal;
  font-weight: 200px;
  src: local('Catamaran'), local('Catamaran'), url(../fonts/Catamaran-Regular.ttf);
}

@font-face {
  font-family: 'Catamaran-SemiBold';
  font-style: normal;
  font-weight: 200px;
  src: local('Catamaran'), local('Catamaran'), url(../fonts/Catamaran-SemiBold.ttf);
}

@font-face {
  font-family: 'Catamaran-Light';
  font-style: normal;
  font-weight: 200px;
  src: local('Catamaran'), local('Catamaran'), url(../fonts/Catamaran-Light.ttf);
}

@font-face {
  font-family: 'Catamaran-Thin';
  font-style: normal;
  font-weight: 200px;
  src: local('Catamaran'), local('Catamaran'), url(../fonts/Catamaran-Thin.ttf);
}

@font-face {
  font-family: 'Catamaran-Bold';
  font-style: normal;
  font-weight: 200px;
  src: local('Catamaran'), local('Catamaran'), url(../fonts/Catamaran-Bold.ttf);
}
html, body {
	height: 100%;
	min-height: 100%;
}

/*------------HEADER------------- */

.section3{
	height:auto;
	width:100%;
	padding-left: 0px;
	padding-right:0px; 
	background-color: #f8f8f8;
	overflow-x: hidden;
}

.no-padding{
	padding: 0px
}

header{
	width: 100%;
	height: 80px;
	background-color: white;
	position: fixed;
	z-index: 10;
    -webkit-transition: height 0.3s; /* Safari, Chrome and Opera > 12.1 */
      -moz-transition: height 0.3s; /* Firefox < 16 */
           transition: height 0.3s; 
       -ms-transition: height 0.3s; /* Internet Explorer */
          -o-transition:height 0.3s;  /* Opera < 12.1 */
	-webkit-box-shadow: 2px 2px 5px #999;
  	-moz-box-shadow: 2px 2px 5px #999;
    -ms-box-shadow: 2px 2px 5px #999;
    -o-box-shadow: 2px 2px 5px #999;
  	filter: shadow(color=#999999, direction=135, strength=2);
}

.menu-container{
    padding: 0px;
    margin: 0px;
    border: none;
    width: 100%;
}

.menu-bar{
	display: none;
}

header .logo img{
	height: 80px;
	line-height: 100px;
	float: left;
	padding-left:85px;
	padding-top: 10px;
	padding-bottom:10px;
      -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-text{
    height: 80px;
    margin-bottom: 0px;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-text li{
    display: inline-block;
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    padding-top: 0px;
}

.about-btn img{
    height: 80px;
    padding-top: 10px;
    padding-bottom:10px;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    float: center;
}

.portfolio-btn img{
    height: 80px;
    padding-top: 10px;
    padding-bottom:10px;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    float: center;
}

.contact-btn img{
    height: 80px;
    padding-top: 10px;
    padding-bottom:10px;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    float: center;  
}

.header.shrink{
	position: fixed;
	height: 60px
}

.header.shrink .about-btn .portfolio-btn .shop-btn img{
	padding-top: 10px;
	padding-bottom:10px;
    height: 60px;
}

.header.shrink .logo img{
    height: 60px;
    padding-top: 10px;
    padding-bottom:10px;
}

.header.shrink .menu-container{
    height: 60px;
}

.header.shrink .menu-text img{
    height: 60px;
    padding-top: 10px;
}

.header.shrink .menu-bar{
	padding-top: 20px;
}

@media only screen and (max-width: 1000px){
	header{
		height:60px;
	}

    .menu{
        height: 60px;
    }

	.menu-bar{
    	display:block;
    	float:right;
    	z-index: 1;
        line-height: 30px;
	}

	.menu-bar a{
		text-decoration: none;
        line-height: 60px;
	}

    .menu-bar img{
        text-decoration: none;
        height: 30px;
        text-align: center;
    }

    .header.shrink .menu-bar{
        padding-top: 0px;
    }

	header .logo{
		z-index: 1;
	}

	header .logo img{
		height:60px;
		display: block;
		float: left;
		line-height: 0px;
		padding-top: 10px;
		padding-bottom:10px;
		padding-left: 10px;
	}

	header .menu-text{
		display: block;
    	right:-120%;
    	background-color: white;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        height:100%;
        margin: 0;
        line-height: 0;
	}

    .no-padding{
        padding: 0px;
        margin: 0px;
        border: none;
        width: 100%;
    }
}

/* secciones */

.main-content-3{
	width: 100%;
	height:auto;
	padding-right: 0px;
	padding-left: 0px;
}

.content-3{
	height: auto;
	padding-right:150px;
	padding-left: 150px;
	margin-right: 0px:;
	margin-left: 0px;
	margin-top:120px;
}


.gallery-area{
	height: auto;
	-webkit-animation: fadein 4.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4.5s; /* Firefox < 16 */
        -ms-animation: fadein 4.5s; /* Internet Explorer */
         -o-animation: fadein 4.5s; /* Opera < 12.1 */
            animation: fadein 4.5s
}

.sidebar-area{
	text-align: center;
	margin-bottom: 20px;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s
}

.sidebar-text h1{
	font-family: 'Catamaran-SemiBold';
	font-size:18px;
	letter-spacing: 0.15em;
	color:#073e75;
	text-align: center;
	padding-bottom: 20px;
}

.sidebar-text p{
	font-family: 'Catamaran-Regular';
	font-size:14px;
	line-height: 1.8;
	margin-bottom: 0px;
	text-align: center;
}

.column-content{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	padding: 0 4px;
}

.column{
	-ms-flex:25%;
	flex:25%;
	max-width: 25%;
	padding: 0 4px;
}

.column img{
	vertical-align: middle;
	width: 100%;
	margin-top: 8px;
}

.thumbnail {
	border: 0;
	border-radius: 0px;
	padding: 0;
	margin: 0px;	
}

.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	margin-top: 90px;
	width: auto;
	height:80%;
}

.lightbox:target {
	outline: none;
	display: block;
}

.portfolio-links {
	margin-top: 80px;
	margin-bottom:80px;
	padding-left: 80px;
	padding-right: 80px;
}

.links-container ul{
	list-style: none;
	height:50px;
}

.links-container a{
	display: block;
	height: 50px;
}

.previous{
	background : url(../img/arrowprevious.png) no-repeat center;
	height: 50px;
}

.home{
	background : url(../img/home.png) no-repeat center;
	height: 50px;
}

.next{
	background : url(../img/arrownext.png) no-repeat center;
	height: 50px;
}


@media only screen and (max-width: 1200px){
	.main-content-3{
		margin-top: 40px;
	}
	.content-3{
		padding-left: 80px;
		padding-right: 80px;
	}
}

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

	.sidebar-area{
		position: relative;
		top: 0;
		margin-bottom: 0px;
	}

	.sidebar-text h1{
		text-align: center;
		padding-bottom: 20px;
	}

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

	.gallery-area{
		padding-right: 30px;
		padding-left: 30px;
	}

  	.column{
	    flex: 50%;
	    max-width: 50%;
	}

	a #img1{
		pointer-events:none;
	}

	.lightbox:target {
		outline: none;
		display: none;
	}

	.portfolio-links{
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 70px;
		margin-bottom:70px;
	}

	.links-container ul{
		list-style: none;
		height:127px;
	}

	.links-container a{
		display: block;
		height: 127px;
	}

	.previous{
		background : url(../img/arrowprevious-2.png) no-repeat center;
		height: 127px;
	}

	.home{
		background : url(../img/home-2.png) no-repeat center;
		height: 127px;
	}

	.next{
		background : url(../img/arrownext-2.png) no-repeat center;
		height: 127px;
	}

	
}

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

	.content-3{
		padding-left: 20px;
		padding-right: 20px;
	}

	.gallery-area{
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 600px) {
  .column {
	    flex: 100%;
	    max-width: 100%;
  	}
}
@media only screen and (max-width: 1200px){
	.content-3{
		padding-left: 80px;
		padding-right: 80px;
		margin-top: 60px;
	}
}

@media only screen and (max-width: 800px){
	.sidebar-area{
		position: relative;
		top: 0;
	}

	.sidebar-text h1{
		text-align: center;
		padding-bottom: 20px;
	}

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

	.gallery-area{
		padding-right: 5px;
		padding-left: 5px;
	}
	
	
}

@media only screen and (max-width:450px){	
	.content-3{
		padding-left: 0px;
		padding-right: 0px;
	}
}



@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* FOOTER */

.footer-distributed{
	background-color: #f8f8f8;
	padding: 20px 120px;
}

.footer-socials a img{
    height: 25px;
    padding:0 10px;
}

.footer-socials a{
    float: left;
    padding:0 10px;
}

.footer-copyright img{
    height: 25px;
    float: right;
    padding: 0px;   
}


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

    .footer-distributed{
        padding: 20px 20px;
    }

    .footer-socials{
        float: none;
        text-align: center;   
    }

    .footer-socials a img {
        padding:0 10px;
    }

   .footer-socials a{
        padding:0 10px;
        float: none;
    }

    .footer-copyright{
        text-align: center;
        margin-top: 10px;

    }

    .footer-copyright img {
        float: none;
        padding: 0px;
        margin: 0 auto;
    }
}

