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

/*----LOADER----*/

*,*:after, *:before{
  margin:0;
  padding: 0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  box-sizing:border-box;
}

#container_preloader{
  background-color:#f8f8f8;
  height: 100%;
  width:100%;
  position: fixed;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index:10000;
}

#loader{
  border:10px solid #ccc;
  border-top-color:#073e75;
  height: 80px;
  width:80px;
  border-radius: 100%;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
  -webkit-animation: rotate 1.0s linear infinite;
  -o-animation: rotate 1.0s linear infinite;
  animation: rotate 1.0s linear infinite;
}

@keyframes rotate{
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

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

.info{
	height:auto;
	background:#f8f8f8;
	width: 100%;
	padding-bottom: 50px;
	padding-right: 0px;
	padding-left: 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;
}

.no-padding{
	padding: 0px;
}

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


}

/*------ABOUT-------*/

.main-content{
	padding-top: 50px;
	margin-top: 100px;
	width: 100%;
	padding-left:0px;
	padding-right: 0px;
}

.contenido{
	padding-right: 100px;
	padding-left: 100px;
	margin-right: 0px;
	margin-left: 0px;
		-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
}

.contenido .center img{
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: auto;
}

.bio-pic{
	max-width: 100%;
	height: auto;
}


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




.social-media{
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

.social-media ul{
	list-style: none;
	text-align: left;
	display: inline-block;
	padding: 10px;
	padding-left: 0px;
}

.social-media li{
	list-style: none;
	text-align: center;
	display: inline;
	padding: 0px;
}
.social-media a{
	display: inline-block;
	padding: 10px;
}

.social-media a img{
	display: inline-block;
	height: 25px;
}


.contenido .text{
	font-size: 1em;
	font-family: 'Catamaran-Light';
	text-align: justify;
	line-height:2;
	letter-spacing: .04em;
	margin-top: 100px;
}

p a{
	margin-top: 20px;
	text-decoration: none;
	color: gray;
	font-weight: bold;

}

p a:hover{
	margin-top: 20px;
	text-decoration: none;
	color: #073e75;
	font-weight: bold;

}

.Portfolio img{
	height: 35px;
}

@media only screen and (min-width: 2000px){
	.contenido .center img{
		float: center;
		display: block;
	}
	.contenido{
		padding-right: 250px;
		padding-left: 250px;
	}

	.data ul{
		text-align: left;
	}

	.mail-link ul{
		list-style: none;
		font-family: 'Catamaran-Light';
		text-align: right;
		font-size: 20px;
	}

	li{
		list-style: none;
	}

	.divider-wrap-data{
		margin-top: 30px;
		margin-bottom: 30px;
		float: center;
		height: 1px;
		width:60%;
		background-color:#ddd;
	}
}


}
@media only screen and (max-width:800px) {
	.contenido{
		padding-right: 40px;
		padding-left: 40px;
	}

    .center img{
    	margin-left: auto;
    	margin-right: auto;
    	height: 100%;
	}

	.contenido .text{
		font-size: 1em;
		font-family: 'Catamaran-Light';
		text-align: left;
		padding-top: 30px;
		max-width: none;
		margin-top: 0px;

	}

	.social-media a{
		text-align: center;
	}

	.title{
		margin-top: 20px;
		text-align: left;
	}
}

@media only screen and (max-width: 450px){
	.main-content{
		margin-top: 90px;
	}
	.contenido{
		padding-right: 20px;
		padding-left: 20px;
	}

	.sidebar-area{
		padding-left: 0px;
		padding-right: 0px;
	}
    .center img{
    	display: block;
    	width: 100%
	}
	.contenido .text{
		font-size: 1em;
		font-family: 'Catamaran-Light';
		padding-top: 50px;
		margin-top: 0px;
		max-width: none;
		text-align: left;
	}
	.mail-link ul{
		font-size:17px; 
	}
}

.divider-wrap{
	margin: 30px auto 30px;
	height: 1px;
	width:100%;
	background-color:#ddd;
}

.title img{
	text-align: center;
	height: 45px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: auto;
}


.data ul{
	list-style: none;
	font-family: 'Catamaran-Light';
	text-align: center;
	font-size: 1em;
}

.data-link{
	list-style: none;
}

.data-link{
	text-align: center;
}

.data-link a {
	list-style: none;
	font-family: 'Catamaran-Light';
	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 1em;

}
.data-link ul a:hover{
	color: #fda426;
	list-style: none;
	font-family: 'Catamaran-Light';
	text-align: center;
	text-decoration: none;
}

.data ul a{
	list-style: none;
	font-family: 'Catamaran-Light';
	text-align: center;
	text-decoration: none;
	color: black;
}

.image-down{
  height: 200px;
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
  margin-top: 40px;
}

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