

/*=====================================================
              BASE CSS STYLES
=====================================================*/
/* == css reset ==*/
@import url('reset.css');

/* == fontawesome == */
@import url('font-awesome.css');

/* == google fonts ==*/
@import url(http://fonts.googleapis.com/css?family=Raleway);

@font-face{
    font-family:'coche';
    src: url('coche.ttf'),
    url('coche.eot');
	
}
@font-face{
    font-family:'bici';
    src: url('bici.ttf'),
    url('bici.eot');
	}


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

body{
    font:15px/26px 'Raleway', sans-serif;
    color:#CDAD00;
    background: white;
    font-weight: 500;
}




.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.break{
    padding-top:0px;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a, 
a:hover, 
a:visited {
    outline:none;
}

a {
    color:#E3CF57;
    text-decoration:none;
    -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    transi
    tion: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}

a:hover {
    text-decoration:none;
    color:blue;
}
a.bl:active  {color:#535fd6; background-color:transparent; text-decoration:none}
a.bl:visited {color:#535fd6; background-color:transparent; text-decoration:none}
a.bl:hover{color:#535fd6; background-color:transparent; text-decoration:underline}

a.b9:hover{color:#ffffff}



img{
	border: 0;
}

strong {
    font-weight:600;
}

h1{
	font-size: 36px;
}

h2{
	font-size: 30px;
}

h3{
	font-size: 24px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 12px;
}

h1,h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight:700;
	line-height:1.1em;
	color:#fff;
	margin-bottom: 15px;
}

p {

    text-align: justify;
}

ul{
	list-style-type: none;
}

iframe {
    border:none;
}
/*====================================================
				GRID LAYOUT CSS STYLES
=====================================================*/
.wrap {
    width:1000px;
    margin:0 auto;
}

.col1 {
    width:13.333%;
    margin-left:4%;
    float:left;
    margin-top:20px;
}

.col2 {
    width:30.667%;
    margin-left:4%;
    float:left;
    margin-top:20px;
}

.blogf
{
    width:30.667%;
    margin-left:4%;
    float:left;
    margin-top:20px;
}

.col3 {
    width:48.0%;
    margin-left:4%;
    float:left;
    margin-top:20px;
}

.col4 {
    width:61.333%;
    margin-left:4%;
    float:left;
    margin-top:20px;
}

.col5 {
    width:82.667%;
    margin-left:4%;
    float:left;
    margin-top:20px;
}

.col6 {
    width:100%;
    margin:0;
    float:none;
    margin-top:20px;
}


.hidden {
	display:none;
	visibility:hidden;
}


.first {
    margin-left:0;
}
.class1 a:link{color:white;}
/*====================================================
			HEADER & NAVIGATION CSS STYLES
=====================================================*/
header {
	background-color:white;
	color:#000;
    position:fixed;
    top:0;
    height:80px;
    width:100%;
    z-index:100;
    box-shadow: 1px 1px 3px gray;
        -moz-box-shadow: 1px 1px 3px gray;
        -webkit-box-shadow: 1px 1px 3px gray;
}

nav ul {
    float:right;
}

nav ul li {
    float:left;
    list-style: none;
}

nav ul li a {
	font-family:'coche';
	
    display:block;
    text-decoration:none;
    line-height:76px;
    border-bottom:4px solid transparent;
    padding:0 10px;
    color:#EEC900;
    -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}

nav ul li.active a,
nav ul li a:hover {
    color:black;
    text-decoration:none;
    background-color: #EEC900; 
}

.logo{
	float:left;
	vertical-align: middle;
	padding-top: 20px;
}

#pull {
	font-family:'coche';
    display: none;
    background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC9JREFUeNpi/P//PwM1AQsQU9VEJgYqg8FvICgMGUeel0eTzWiyGU02Qz/ZAAQYAOPcBjEdYroKAAAAAElFTkSuQmCC") no-repeat scroll 0 10px #CDAD00;
    color:black;
    z-index:110;
    position:fixed;
    top:0;
    height:40px;
    line-height:40px;
    text-transform: uppercase;
    padding-left:30px;
    cursor:pointer;
}

{color:white;}


#pull .btn {
	
    display:block;
}

/*====================================================
				SECTION CSS STYLES
=====================================================*/

section {
    width:100%;
    padding:50px 0;
    overflow: hidden;
}

section h1, h2{
	text-transform: uppercase;
}

/*== landing section ==*/
#landing {
   /* text-align:center; */
    padding:400px 0;
    background-image: url(../img/12.png);
    background-size: 100% 100%;
}

#landing h1{
	position: relative;
	left:4px;
	text-transform: uppercase;
	letter-spacing: .09em;
    text-shadow: 2px 2px gray;
        -moz-text-shadow: 2px 2px gray;
        -webkit-text-shadow: 2px 2px gray;
}

#landing span{
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #CDAD00;
    text-shadow: 1px 1px gray;
        -moz-text-shadow: 1px 1px gray;
        -webkit-text-shadow: 1px 1px gray;
}

.start{
    margin-top:20px;
    padding:15px 30px;
    background-color:light brown;
    color: #EEC900;
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #EEC900;
    font-size: 10pt;
    text-transform: uppercase;
}

.start:hover{
	color:black;
    background-color: #EEC900;
    text-decoration: none;
}

/*== about section ==*/
#about{
	text-align: center;
    background-color:#E3CF57;
    -webkit-box-shadow: 0px -1px 3px 0px #CDAD00;
    -moz-box-shadow:    0px -1px 3px 0px #CDAD00;
    box-shadow:         0px -1px 3px 0px #CDAD00;
}

#about h2{
	font-family:'coche';
	color: #CDAD00;
	margin-bottom: 10px;
}

#about h4{
	font-weight: 500;
}

#about h3{
	font-family:'coche';
    color: black;
    padding-top: 5px;
}

#about i{
	padding-bottom: 10px;
}

#about p{
    color: black;
}

/*== works section ==*/
#works{
	text-align: center;
    -webkit-box-shadow: 0px -1px 3px 0px #CDAD00;
    -moz-box-shadow:    0px -1px 3px 0px #CDAD00;
    box-shadow:         0px -1px 3px 0px #CDAD00;
}

#works h2{
	font-family:'coche';
	color: #CDAD00;
}

#works span{
	color: black;
    padding-bottom: 20px;
}

#works p{
    color: #CDAD00;
}

#gallery {
    overflow: hidden;
}
#gallery .text
{
color:black;
font-family:'Agency FB';
font-size:130%;
}
#gallery img{
    width: 100%;
}
#BLL{position:absolute;
top:1680px;}	

/*.my{border:4px solid #E3CF57;}
.my1{border:4px solid #000000} */

video{
   border:2px solid #CDAD00;
}

/*== skills section ==*/
#skills{
    background-color:#E3CF57;
	text-align: center;
	color:white;
    -webkit-box-shadow: 0px -1px 3px 0px #CDAD00;
    -moz-box-shadow:    0px -1px 3px 0px #CDAD00;
    box-shadow:         0px -1px 3px 0px #CDAD00;
}

#skills h2{
	color: black;
}

#skills h4{
    text-transform: uppercase;
    margin-bottom: 0;
    color:black;
}


#latest{
    background-color:#E3CF57;
	text-align: center;
	color:white;
    -webkit-box-shadow: 0px -1px 3px 0px #CDAD00;
    -moz-box-shadow:    0px -1px 3px 0px #CDAD00;
    box-shadow:         0px -1px 3px 0px #CDAD00;
}

#latest h2{
	font-family:'coche';
	color: black;
}

.progress-bar {
    background-color: #CDAD00;
    height: 25px;
    padding: 5px;
    width: 1005;
    margin: 15px 0 20px 0;          
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 5px black inset, 0 1px 0 black;
    -webkit-box-shadow: 0 1px 5px black inset, 0 1px 0 black;
    box-shadow: 0 1px 5px black inset, 0 1px 0 black;           
}

.progress-bar span {
    display: inline-block;
    height: 100%;
    float: left;
    background-color: #EEC900;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 #EEC900 inset;
    -webkit-box-shadow: 0 1px 0 #EEC900 inset;
    box-shadow: 0 1px 0 #EEC900 inset;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}

.one span {
    background-color: #EEC900;   
}

.two span{
    background-color: black;
}

.three span{
    background-color: black;
}

.four span{
    background-color: black;
}

.stripes span {
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;         
    background-image: -webkit-gradient(linear, left top, right bottom,
                        color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
                        color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
                        color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
                        to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);            

    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;    
    animation: animate-stripes 3s linear infinite;         
}

@keyframes animate-stripes{
    0% {
        background-position: 0 0;
    } 
    100% {
        background-position: 60px 0;
    }
}

@-webkit-keyframes animate-stripes { 
    0% {
        background-position: 0 0;
    } 
    100% {
        background-position: 60px 0;
    }
}


@-moz-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    } 
    100% {
        background-position: 60px 0;
    }
}

/*== contact section ==*/
#contact{
    background-color:white;
	text-align: center;
    box-shadow: 1px 1px 3px black;
        -moz-box-shadow: 1px 1px 3px #bb7a9c;
        -webkit-box-shadow: 1px 1px 3px #bb7a9c;
}

#contact span{
}
#contact h2{
font-family:'coche';
color:black;
}


#contact input[type=text] {
    border:1px solid #ccc;
    color:black;
    padding:5px 10px;
    font:inherit;
    width: 100%;
    height: 40px;
}

#contact textarea {
    border:1px solid #ccc;
    color:#333333;
    padding:10px;
    font:inherit;
    width: 100%;
    margin-top:-15px;
}

#contact .btn{
    margin-top:20px;
    padding:15px 30px;
    background-color:white;
    color: #EEC900;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    border: solid 1px #EEC900;
    font-size: 10pt;
    text-transform: uppercase;
    -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    transi
    tion: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}

#contact .btn:hover{
    background-color:#EEC900;
    text-decoration: none;
    color: black;
}

#contact .antispam { display:none;}


/* --- Map --- */
.map{
    position:relative;
    margin-top: 50px;
}

.map iframe{
    width:100%;
    height:300px;
    border:none;
    box-shadow: 1px 1px 5px #E3CF57;
        -moz-box-shadow: 1px 1px 5px #E3CF57;
        -webkit-box-shadow: 1px 1px 5px #E3CF57;
}

/*====================================================
				FOOTER CSS STYLES
=====================================================*/

footer {
    color:black;
    text-align:center;
    font-size:13px;
    margin-top: -10px;
}

footer a{
    color: #CDAD00;
}

footer a:hover{
    color: black;
}

footer ul{
	list-style-type: none;
	float: right;
}

footer ul li{
	display: inline;
	padding: 0 10px;
}

/*=====================================================
              RESPONSIVE CSS STYLES
=====================================================*/

@media screen and (max-width:1020px) {
    .wrap {
        width:79%;
    }
}

@media screen and (max-width:768px) {
    .col1,
    .col2,
    .col3,
    .col4,
    .col5 {
        width:100%;
        float:none;
        margin:0 0 20px;
    }

    #works img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }    

    footer{
        margin-top:10px;
    }

    footer ul{
        float:left;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 680px) { 
    header {
        height:40px;
    }

    .logo{
        display:none;
    }

    nav ul { 
        display: none; 
        height: auto; 
        text-align:left;
        width:100%;
        margin-top:40px;
    }  

    nav ul li {
        display: block;  
        float: none;  
        width: 100%; 
        padding-left:10px; 
        border-bottom:1px solid #CDAD00;
        background-color:#CDAD00;
    }

    nav ul li:hover {
        background-color:#CDAD00;
    }

    nav ul li a {
	color:white;
        padding:10px;
        line-height:20px;
        border:none;
    }

    nav ul li.active a, 
    nav ul li a:hover {
        border:none;
        background-color: #CDAD00;
        
    }

    #pull { 
        display: block;
    } 

    #landing {
        margin-top:40px;
        padding:100px 0;
    }
}

#flashContent { width:320px; height:240px; }
#flashContent1{ 
        width:320px; height:240px;
        position:relative;
left: 400px;		}



p.lblock{ text-align: center}


.class1 a:link {text-decoration: none; color:white;}



@media screen and (max-width: 360px){
    #about img{
        width: 50%;
    }

    p{
        padding-bottom:10px;
    }

    img{
        width: 100%;
    }
	.text
	{
	font-family:'coche';
	}
}