


===================/*this is my css reset*/================================

body {
	background-color: #F9F4EF;	
	width:100%;
	
}

.hidden {
    display: none;
}

a {
	text-decoration:none;
}

.clear {
    clear:both; 
    display:block; 
    height:0; 
    width:auto;
}

#bottombar {
	height:5px;
	width:100%;
	background:#000;
	position:fixed;
	bottom:0;
	left:0;
	z-index:6;
	
}

/*==========menu========>*/

#menu {
	z-index:2000;
	position: fixed;
	width: 100%;
	top:0;
	left:0;
	height:60px;
	background: url("../images/pattern1.png") repeat;
	overflow: hidden;
}

nav {
	height:60px
	width:100%;
	position:relative;
	background: url("../images/pattern1.png") repeat;
	

}

nav ul {
	width:742px;
	height:60px;
	margin: 0 auto;
	margin-top:22px;
	padding:0;
	height:auto;
	text-align:center;

}

nav li {

	display:inline;
	float:left;
	margin:0 auto;
	text-align:center;
}

#menu nav a {
	width:247px;
	display:inline-block
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 350;
	letter-spacing: 0.2em;
	color: #F9F4EF;
	font-size: .9em;
	display:inline-block;
	text-align:center;
	padding-bottom:10px;

}

nav a#pull {  
    display: none;  
} 


#siteContainer {
width:100%;
height:100%;
background:#F9F4EF;
}

#site {
	z-index:999;
	width:910px;
	margin: 0 auto;
	padding:10px 0;
	background: #F9F4EF;
}
#logo {
	width:30em;
	margin:50px auto;
	margin-top:10em;
	margin-bottom:5em;
}

#logo img {
	
	width:100%;
	
}



/* WORK SECTION */


#home {
		width:100%;
		padding-top:.45em;
	margin-top:;
	text-align:center;
	margin-bottom:2em;
}

#home #homeTop {
	text-align:center;
	
	
}

#homeTop a {
	display:inline-block;
	height:45px;
	width:45px;
	border-radius:30px;
	border:2px solid #000;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-size:;
	postion:absolute;	
}

#homeTop #icon1 {
	background-image: url("../images/icon1.png");
	background-position:center;
	background-size:65%;
	
}
	
	
#homeTop #icon2 {
	background-image: url("../images/icon2.png");
	background-position:center;
	background-size:65%;
}

#homeTop #icon3 {
	background-image: url("../images/icon3.png");
	background-size:43%;
	background-position:center;
}


#work {
	diplay:block;
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:12px;
	text-align:center;
	position:relative;
	margin-bottom:4em;
	overflow:hidden;
	margin-top:-1em;
	
	
}

.theWorks {
	width:100%x;
	height: auto;
	padding-top:12.5px;
	padding-bottom:12.5px;
	text-align:center;
}

.padding {
	padding-left:85px;
	padding-right:65px;
}

.middle {
	display:block;
	max-width:1020px;
	margin:0 auto;
}
	
.center {
	display:block;
	max-width:910px;
	margin:0 auto;
}

.contentCenter {
	padding-right:20px;
}

#logoFix{
	margin-top: -1.3em;
	}

.projectThumb {
display: block;
float: left;
width: 32.2%;
margin: 4px;
position: relative;
text-align: center;

}

.projectThumb a {
	text-align:center;
	cursor: pointer;
}

.project-name {
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	text-align:center;
	width:100%;
	z-index:3;
	
}

.project-name h1 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight:600;
	letter-spacing:.15em;
	font-size: .95em;
	background: rgba(249,244,239,.9);
	width:100%;
	height:51%;
	padding-top:50%;

	
	
}
	
.project-name:hover {	
	opacity:1;
	filter: alpha(opacity=100);
	width:100%;
	
}

#work img {
	width:100%;
	height:100%;
}


#bull {
	width:100%;
	
	margin:0 auto;
	text-align:center;
	margin-top:1.5em;
	margin-bottom:3em;
}

#bull img {
	width:10em;
    margin-left: -1px;
}

#mace {
	width:10em;
	margin:50px auto;
	margin-top:10em;
	margin-bottom:2em;
}

#mace2 {
	width:10em;
	margin:50px auto;
	margin-top:5em;
	margin-bottom:2em;
}

#mace2 img {
	width:100%
}


#mace img {
	width:100%
}

#footer {
	width:100%;
	height:auto;
	position:absolute;
		background:#F9F4EF;

	
}


#contactContained {


	margin:0 auto;
	bottom:0;
	height:auto; 
	text-align:center;	
}


#contact {
	margin:0 auto;
	text-align:0;

	bottom:0;
	
}

#social {
	margin:0 auto;
	text-align:center;

	bottom:5em;
	
}




#contact #phone {
	background-image: url("../images/phone2.png");
	background-position:center;
}

#contact #phone:hover {
	background-image: url("../images/phone2.png");
	background-position:center;
	background-size:70%;
	text-indent:0;
	-webkit-transition:.1s all;
	transition:.1s all;	
}

#contact #email {
	background-image: url("../images/mail2.png");
	background-position:center;
}

#contact #email:hover {
	background-image: url("../images/mail2.png");
	background-position:center;
	background-size:70%;
	text-indent:0;
	-webkit-transition:.1s all;
	transition:.1s all;	
}

#contact a {
	display:inline-block;
	height:45px;
	width:45px;
	border-radius:30px;
	border:2px solid #000;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-size:29px;
	postion:relative;
	
}

#contact p {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size:.9em;
	font-weight:300;
	letter-spacing:.15em;
	color: #000;
}
	
#contact #phone p {
	margin-right:-14em;
	top:1.1em;
	position:relative;
}

#contact #email p {
	margin-left:5em;
	top:1.1em;
	position:relative;
}

#social .white-line {
	display:inline-block;
	height:9px;
	width:9px;
	border-radius:30px;
	border:2px solid #000;
	background:#000;
	margin:0 10em;
	position:relative;
	top:1em;
}

.white-line:before {
	content:" ";
	display:inline-block;
	width:7em;
	height:2px;
	background-color:#000;
	margin-left:-11.9em;
	margin-top:.5em;
	
}

.white-line:after {
	content:" ";
	display:inline-block;
	width:7em;
	height:2px;
	background-color:#000;
	margin-left:2.8em;

}
#social a {
	display:inline-block;
	height:45px;
	width:45px;
	border-radius:30px;
	border:2px solid #000;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-size:29px;
	postion:relative;	
}

#social #facebook {
	background-image: url("../images/facebook2.png");
	background-position:center;
}

#social #facebook:hover {
	background-image: url("../images/facebook2.png");
	background-position:center;
	background-size:72%;
	-webkit-transition:.1s all;
	transition:.1s all;	
}


	

#social #twitter {
	background-image: url("../images/twitter2.png");
	background-position:center;
	background-size:61%;
}

#social #twitter:hover {
	background-image: url("../images/twitter2.png");
	background-position:center;
	background-size:70%;
-webkit-transition:.1s all;
	transition:.1s all;	
}

#social #instagram {
	background-image: url("../images/instagram2.png");
	background-position:center;
	background-size:61%;
}
#social #instagram:hover {
	background-image: url("../images/instagram2.png");
	background-position:center;
	background-size:70%;
-webkit-transition:.1s all;
	transition:.1s all;	
}



#social .white-line {
	margin:0 10em;
}

#copyright {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	color: #000;
	font-size: .7em;
	display:inline-block;
	margin-top:7em;
	margin-bottom:3em;
	text-align:center;
	line-height: 200%;
}
	
/* ME SECTION */	

#about {
	width:1024px;
	height: 775px;
	display: block;
	margin-top:-1.55em;
	margin-left:1em;
	margin-bottom:-10.5em;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;

}


#about #aboutContain {
	position: absolute;
	width: 28%;
	padding: 2em;
	margin-top:1em;
	margin-bottom:1em;
	
	margin-left:3.5em;
}

.img-zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#about #aboutContain span {
	
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.15em;
	color: #000;
	font-size: .85em;
	display:block;
	text-align:center;
	line-height:160%;
	
}	
#about #aboutContainTwo {
	position: absolute;
	width: 28%;
	right: 0;
	padding: 2em;
	margin-top:1em;
	margin-right:3.5em;
	margin-bottom:1em;
}

#about #aboutContainTwo span {
	
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.15em;
	color: #000;
	font-size: .85em;
	display:block;
	text-align:center;
	line-height:160%;
}


#me {
	position:absolute;
	visibility:show;
	margin-top:1em;
	margin-left:em;
	z-index:300;
	text-align:center;
	
}

#me img {
	width:90%;
	
}


#about #melines {
	
	position:absolute;
	width:100%;
	text-align:center;
	margin-left:50%;
}

.verticalLineMe {
	border-left:2px solid #000;
	height:6em;
	margin-left:39.35em;
	text-align:center;
	margin-top:1.5em;
	
}

#about #melines2 {
	
	position:absolute;
	width:100%;
	text-align:center;
	margin-left:50%;
}
.verticalLineMe2 {
	border-left:2px solid #000;
	height:6em;
	margin-left:39.35em;
	text-align:center;
	margin-top:37.5em;
	z-index:998;
	
}
#about #meTop {
		width:100%;
		padding-top:2em;
	margin:0 auto;
	text-align:center;
}

#meDesign a {
	display:inline-block;
	height:45px;
	width:45px;
	border-radius:30px;
	border:2px solid #000;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-size:29px;
	postion:relative;	
}

#meDesign #icon1 {
	background-image: url("../images/icon1.png");
	background-position:center;
}
	
	
#meDesign #icon2 {
	background-image: url("../images/icon2.png");
	background-position:center;
}

#meDesign #icon3 {
	background-image: url("../images/icon3.png");
	background-size:43%;
	background-position:center;
}
	
.black-line {
	display:inline-block;
	height:13px;
	width:13px;
	border-radius:30px;
	border:2px solid #000;
	margin:0 15.7em;
	position:relative;
	top:1em;
}

.black-line:before {
	content:" ";
	display:inline-block;
	width:13em;
	height:2px;
	background-color:#000;
	position:relative;
	margin-left:-17em;
	margin-top:7px;
}

.black-line:after {
	content:" ";
	display:inline-block;
	width:13em;
	height:2px;
	background-color:#000;
	position:relative;
	margin-left:2.4em;
	margin-top:-2px;
}

hr	{
	width:100%;
	border-bottom:2px solid #000;		
}

h2 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.15em;
	color: #000;
	font-size: 1.1em;
	display:block;
	text-align:center;
	line-height:150%;
}

h3 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.15em;
	color: #000;
	font-size: 1.1em;
	display:block;
	text-align:center;
	line-height:150%;
}


h4 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	color: #000;
	font-size: 1.1em;
	display:block;
	text-align:center;
	line-height:150%;
}

/* RESUME SECTION */


#resumecontainer {
	width:100%;
	display:inline-block;
	float:left;
	margin-top:4.5em;
	margin-bottom:-1em;
}



#leftresume {
	float:left;
	width:35.5%;

}

#middleresume {
	float:left;
	width:27%;
}

#rightresume {
	float:right;
	width:34%;
}

#skillscontained {
	margin:0 auto;
	float:left;
	width:33%;
	margin-top:-4em;
	margin-bottom:3em;
}

#today {
	margin:0 auto;
	float:left;
	width:30%;
	margin-top:3em;
	margin-bottom:3em;
	margin-right:1em;
	margin-left:1em;
}
#tomorrow {
	margin:0 auto;
	float:left;
	width:30%;
	margin-top:3em;
	margin-left:1em;

}

#bottomresume {
	width:100%;
	margin:0 auto;
}

#leftText span {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.15em;
	color: #000;
	font-size: .85em;
	display:block;
	text-align:right;
	line-height:160%;
	float:left;
}

#today span {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.15em;
	color: #000;
	font-size: .85em;
	display:block;
	text-align:center;
	line-height:160%;
	float:left;
}

#tomorrow span {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.15em;
	color: #000;
	font-size: .85em;
	display:block;
	text-align:center;
	line-height:160%;
	float:left;
}

#jobleftText span {
font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.15em;
	color: #000;
	display:block;
	text-align:right;
	float:left;

font-size:.80em;
	font-weight:700;
	line-height:170%;
}

.verticalLine {
	width:2px;
	background-color:#000;
	height:220px;
	float:left;
	margin-left:1.5em;
	margin-bottom:2em;
	margin-right:1.5em;

}
.verticalLine2 {
	width:2px;
	background-color:#000;
	height:220px;
	float:left;
	margin-left:1.5em;
	margin-bottom:2em;
	margin-right:1.5em;

}

#jobYears {
	margin-right:1.5em;
	float:left;
}

#jobYears span {
	
	
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.15em;
	color: #000;
	font-size: 1.1em;
	display:block;
	text-align:left;
	line-height:160%;
	float:left;
	
}

#schoolYears {
	margin-left:1.5em;
	
}


#schoolYears span {
	font-size:1.1em;
	font-weight:700;
	line-height:170%;
}
	

#case {
	margin-bottom: 1.2em;
margin-top: .2em;
margin-left: -12em;h
}


#case img {
	width:3em;
}

#tools {
	margin-bottom:1.5em;

}


#tools img {
	width:3em;
}

#school {
margin-bottom: 1.5em;
margin-top: .5em;
margin-right: -9em;
}


#school img {
	width:4.1em;
}

#skills {
margin-bottom: 1.5em;
margin-top: .5em;

}


#skills img {
	width:3.1em;
}



	
	
	
}


#resMiddle #icon5 {
	background-image: url("../images/icon5.png");
	background-position:center;
	background-size:80%;

}
	
	
#resMiddle #icon4 {
	.projectThumb: {
	width:100%;
}
-image: url("../images/icon4.png");
	background-position:center;
	background-size:69%;

}

#resMiddle #icon7 {
	background-image: url("../images/icon7.png");
	background-position:50% 48%;
	background-size:53%;
}



#resumeBottom #icon6 {
	background-image: url("../images/icon6.png");
	background-size:57%;
	background-position:50% 46%;
	margin-bottom:3.5em;
	margin-top:.5em;
}
	
/* ========================CONTACT SECTION============================= */

#letsTalk {
	text-align:center;
	margin:0 auto;
	padding-bottom:4em;
	padding-top:2em;
}

#aBit {
	text-align:center;
	margin:0 auto;
	padding-bottom:4em;
	padding-top:3em;
}

#aBit .white-line {
	display:inline-block;
	height:9px;
	width:9px;
	border-radius:30px;
	border:2px solid #000;
	background:#000;
	margin:0 auto;
	position:relative;
	top:1em;
	margin-bottom:1.5em;
}

#aBit .white-line:before {
	content:" ";
	display:inline-block;
	width:7em;
	height:2px;
	background-color:#000;
	margin-left:-11.9em;
	margin-top:.5em;
	
}

#aBit .white-line:after {
	content:" ";
	display:inline-block;
	width:7em;
	height:2px;
	background-color:#000;
	margin-left:2.8em;

}

#profiles {
	text-align:center;
	margin:0 auto;
	padding-bottom:1em;
	padding-top:3em;
}

#profiles .white-line {
display: inline-block;
height: 9px;
width: 9px;
border-radius: 30px;
border: 2px solid #000;
background: #000;
margin: 0 auto;
position: relative;
top: .5em;
margin-bottom: 3em;
}

#profiles .white-line:before {
	content:" ";
	display:inline-block;
	width:7em;
	height:2px;
	background-color:#000;
	margin-left:-11.9em;
	margin-top:.5em;
	
}

#profiles .white-line:after {
	content:" ";
	display:inline-block;
	width:7em;
	height:2px;
	background-color:#000;
	margin-left:2.8em;

}


.white-line2 {
	display:inline-block;
	height:9px;
	width:9px;
	border-radius:30px;
	border:2px solid #000;
	background:#000;
	margin:0 10em;
	position:relative;
	margin-top:3em;
	margin-bottom:3.25em;
}

.white-line2:before {
	content:" ";
	display:inline-block;
	width:7em;
	height:2px;
	background-color:#000;
	margin-left:-11.9em;
	margin-top:.5em;
	
}

.white-line2:after {
	content:" ";
	display:inline-block;
	width:7em;
	height:2px;
	background-color:#000;
	margin-left:2.8em;

}

.white-line3 {
	display:inline-block;
	height:9px;
	width:9px;
	border-radius:30px;
	border:2px solid #000;
	background:#000;
	margin:0 10em;
	position:relative;
	margin-top:4em;
}

.white-line3:before {
	content:" ";
	display:inline-block;
	width:7em;
	height:2px;
	background-color:#000;
	margin-left:-11.9em;
	margin-top:.5em;
	
}

.white-line3:after {
	content:" ";
	display:inline-block;
	width:7em;
	height:2px;
	background-color:#000;
	margin-left:2.8em;

}

.white-line4 {
display: inline-block;
height: 9px;
width: 9px;
border-radius: 30px;
border: 2px solid #000;
background: #000;
margin: 0 10em;
position: relative;
margin-top: 3em;
margin-bottom:2.5em;
}

.white-line4:before {
	content:" ";
	display:inline-block;
	width:7em;
	height:2px;
	background-color:#000;
	margin-left:-11.9em;
	margin-top:.5em;
	
}

.white-line4:after {
	content:" ";
	display:inline-block;
	width:7em;
	height:2px;
	background-color:#000;
	margin-left:2.8em;

}
	

#letsTalk span {
	color:#000;
	padding:;
	position:relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-size: 1.1em;
	display:block;
	text-align:center;
	line-height:160%;
	margin-bottom:.5em;
}

#aBit span {
	color:#000;
	padding:;
	position:relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-size: .95em;
	display:block;
	text-align:center;
	line-height:160%;
	margin-bottom:3em;
}


#profiles span {
	color:#000;
	padding:;
	position:relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-size: .95em;
	display:block;
	text-align:center;
	line-height:160%;
	margin-bottom:3em;
}

.subWork {
	margin-top:2em;
	margin-bottom:3em;	
}

#email h8 {
		color:#DB0404;
	padding:;
	position:relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-size: .95em;
	display:block;
	text-align:center;
	line-height:160%;
	margin-bottom:4em;
	margin-bottom:5em;
}

#email h8:hover {
		color:#DB0404;
	padding:;
	position:relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-size: .95em;
	display:block;
	text-align:center;
	line-height:160%;
	text-decoration:underline;
}


h20  {
		color:#DB0404;
	padding:;
	position:relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-size: 1em;
	display:block;
	text-align:center;
	line-height:160%;
	
}

h20:hover {
		color:#DB0404;
	padding:;
	position:relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-size: 1em;
	display:block;
	text-align:center;
	line-height:160%;
	text-decoration:underline;
}

h19  {
		color:#DB0404;
	padding:;
	position:relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-size: 1em;
	text-align:center;
	line-height:160%;
	
}


h19:hover {
		color:#DB0404;
	padding:;
	position:relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-size: 1em;

	text-align:center;
	line-height:160%;
	text-decoration:underline;
}

h8 {
		color:#000;
	padding:;
	position:relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-size: 1.2em;
	display:block;
	text-align:center;
	line-height:160%;
}

h25 { 
	color:#DB0404;
	padding:;
	position:relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-size: .7em;
	display:block;
	text-align:center;
	line-height:160%;
}

.imageslidercontainer span {
	
	color:#000;
	padding:;
	position:relative;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	font-size: .75em;
	display:block;
	text-align:center;
	line-height:160%;
	margin-top:2em;
	


}

#form {
	margin:0 auto;
	width:900px;
	text-align:center;
	margin:3em auto;
}

input {
	margin:0 auto;
	display:block;
	margin-top:20px;
	float:left;

}


textarea {
	display:block;

	margin-top:20px;
}
	
input, textarea {
font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.15em;
	color: #000;
	font-size: .85em;
	display:block;
	text-align:center;
	line-height:160%;

width: 379px;
background: #fff;
border: 1px solid #ddd;
font-size: 0.9em;
color: #ccc;
height: 25px;
padding: 10px;
margin-top: 3px;
}

textarea {

height: 50px;
width:100%;
}

input:focus, textarea:focus {
    outline: 0;
}


#submit {
margin-top:20px;
cursor:pointer;
}

#submit:hover {
opacity:0.9;
}
/*==========================CAMPAIGN SECTION=============================*/

.campaignTitle {
	width:100%;
	margin-bottom:4em;
	margin-left:none;
	margin-right:none;
	margin-top:0em;
}

.campaignDescription {
	display: block;
    margin-left: auto;
    margin-right: auto; 
}
.aboveslider span {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.15em;
	color: #000;
	font-size: 1em;
	display:block;
	text-align:center;
	line-height:200%;
}


h7 { font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.15em;
	color: #000;
	font-size: .96em;
	display:block;
	text-align:center;
	line-height:150%;
}

h10 { font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.15em;
	color: #000;
	font-size: .85em;
	display:block;
	text-align:center;
	line-height:150%;
}

h9 { font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
	color: #000;
	font-size: 3em;
	display:block;
	text-align:center;
	line-height:125%;
}

.aboveslider {
	margin:0 auto;
	width:80%;

}
	

	
	
}

.aboveslider span {
	 font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #000;
	font-size: 1em;
	display:block;
	text-align:center;
	line-height:120%;
	
}

.imageslidercontainer {
		width:99%;
	height: auto;
	padding-top:2px;
	padding-bottom:10px;
	text-align:center;
	margin-bottom:2em;
	position:relative;
	margin-top:3em;
}


.imageslidercontainer li img {
width: 100%;
margin-top: 2em;
position: relative;

	margin-left:3px;
text-align: center;
/*-moz-box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #E2D8D8;
box-shadow: 0px 0px 5px #E7DADA;*/
	

}

.imageslidercontainer p img {
width: 100%;
max-width: 300px;
margin-top: 3em;
position: relative;

margin-left:3px;
text-align: center;
/*-moz-box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #E2D8D8;
box-shadow: 0px 0px 5px #E7DADA;*/
	

}

.imageslidercontainer li video {
width: 100%;
margin-top: 3em;

	

}

	
.imageslidercontainer li+li {
	margin-top:3em;
}

.videoWrapper {
	margin-top:2em;
	margin-bottom:2em;
}


   
   /*============================END CAMPAIGN=======================*/





.sideNav {
	position:fixed;
	left:0;
	top:15%;
	width:68px;
}

.nav-nav-list {
	
	bottom:300px;
	width:51px;
	z-index:1900;	
	
}


.nav-nav-list li {
	margin:1px;
	padding:25px;
	z-index:1900;
	clear:left;
	float:right;
	
}

.nav-nav-list li a {
	clear:left;
	display:block;
	padding-bottom:1px;
	float:right;
	box-sizing:border-box;  
    -moz-box-sizing:border-box;  
    -webkit-box-sizing:border-box;  	

}

nav-nav-list li:last-child a {
	border-right:0;
}

.nav-nav-list a:active {
	
}

.nav-nav-list a#pull {
	display: none;
}


.top {
	display:block;
	background: url(../images/nextprevArrow.png) no-repeat;
	background-position: 0 0;
	width: 17px;
	height: 17px;
	background-size:20px 229px;
}

.top:hover {
	display:block;
	background: url(../images/nextprevArrow.png) no-repeat;
	background-position: 0 0;
	width: 17px;
	height: 17px;
	background-size:20px 229px;
	opacity:.7;
}
	


.nextArrow {
	display:block;
	background: url(../images/nextprevArrow.png) no-repeat;
	background-position: -3px -140px ;
	width: 17px;
	height: 17px;
	background-size:20px 229px;

}

.nextArrow:hover {
	display:block;
	background: url(../images/nextprevArrow.png) no-repeat;
	background-position: -3px -140px ;
	width: 17px;
	height: 17px;
	background-size:20px 229px;
	opacity:.7;

}

.prevArrow {
	display:block;
	background: url(../images/nextprevArrow.png) no-repeat;
	background-position: -2px -71px ;
	width: 17px;
	height: 17px;
	background-size:20px 229px;


}

.prevArrow:hover {
	display:block;
	background: url(../images/nextprevArrow.png) no-repeat;
	background-position: -2px -71px ;
	width: 17px;
	height: 17px;
	background-size:20px 229px;
	opacity:.7;

}


.prevno {
	display:block;
	background: url(../images/nextprevArrow.png) no-repeat;
	background-position: -2px -71px ;
	width: 17px;
	height: 17px;
	background-size:20px 229px;
	opacity:.3;
}

.nextno {
	display:block;
	background: url(../images/nextprevArrow.png) no-repeat;
	background-position: -3px -140px ;
	width: 17px;
	height: 17px;
	background-size:20px 229px;
	opacity:.3;
}

.close {
    display: block;
    background: url(../images/nextprevArrow.png) no-repeat;
	background-position: -2px -210.0000044107437px ;
	width: 18px;
	height: 19px;
  background-size:20px 229px;
}
  

.close:hover {
     display: block;
    background: url(../images/nextprevArrow.png) no-repeat;
	background-position: -2px -210.0000044107437px ;
	width: 18px;
	height: 19px;
  background-size:20px 229px;
  opacity:.7;
}

.close:active {
        display: block;
    background: url(../images/nextprevArrow.png) no-repeat;
	background-position: -2px -210.0000044107437px ;
	width: 18px;
	height: 19px;
  background-size:20px 229px;
}
   transition: all 0.3s ease 0s;
   opacity:7;
	filter: alpha(opacity=0);
	-webkit-transition:.3s all;
	transition:.3s all;

}
	

.projectNumber h9 {
	margin-top:16px;
}

	
	
.projectNumber {
	
	 font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #000;
	font-size: 1.1em;
	display:block;
	text-align:left;
	line-height:120%;


}


.projectNumber hr {
	width:18px;
	text-align:center;
	clear:left;
	float:right;
	margin-bottom:3.25em;
	
	
}



.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
.clearfix {  
    *zoom: 1; 
}



/*======================krissa=======================*/

#logokrissa {
	width:100%;
	margin:50px auto;
	margin-top:9em;
	margin-bottom:0;
	margin-right::0;
	margin-left:0;
	text-align:center;
}

#logokrissa img {
	width: 30%;
}

#nightmare {
	width:100%;
	margin:50px auto;
	margin-top:2em;
	margin-bottom:2em;
}

#nightmare img {
	width:8em;
}

h17 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.15em;
	color: #000;
	font-size: 1em;
	display:block;
	text-align:center;
	line-height:200%;
}

#meimage img {

width: 100%;
margin-top: 1em;
position: relative;
margin-top:3em;
margin-bottom:3em;
margin-left:0em;
margin-right:0em;

}



.spiralContainer {
  position:absolute;
  width:21%;
  height:21%;
  overflow:hidden;
  margin-left:55%;
  margin-top:47%;
  z-index:2;

  -webkit-animation: spin 3s linear 0s infinite reverse;
  -moz-animation: spin 3s linear 0s infinite reverse;  
  -ms-animation: spin 3s linear 0s infinite reverse;
  -o-animation: spin 3s linear 0s infinite reverse;
  animation: spin 3s linear 0s infinite reverse;
  
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;  
  animation-play-state: paused;
}
.spiral {
  width:100%;
  height:100%;
  background-image: url("../images/eye.png");
  background-repeat:no-repeat;
  background-position:100%;
  background-size:100%;
  z-index:2;
  opacity:.5;
  
  
  -webkit-animation: spin 6s linear 0s infinite reverse;
  -moz-animation: spin 6s linear 0s infinite reverse;
  -ms-animation: spin 6s linear 0s infinite reverse;
  -o-animation: spin 6s linear 0s infinite reverse;
  animation: spin 6s linear 0s infinite reverse;
}
.spiralContainer:hover {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@keyframes .spiralspin {
  0% { transform: rotate(-360deg); }
  100% { transform: rotate(0deg); }
}
@-webkit-keyframes spin {
  0% {-webkit-transform: rotate(-360deg); }
  100% { -webkit-transform: rotate(0deg); }
}
@-ms-keyframes spin {
  0% {-ms-transform: rotate(-360deg); }
  100% { -ms-transform: rotate(0deg); }
}
@-moz-keyframes spin {
  0% { -moz-transform: rotate(-360deg); }
  100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotate(3-60deg); }
  100% { -o-transform: rotate(0deg); }
}

.spiralContainer2 {
  position:absolute;
  width:16%;
  height:16%;
  overflow:hidden;
  margin-left:29%;
  margin-top:48%;
  z-index:2;

  -webkit-animation: spin 3s linear 0s infinite reverse;
    -webkit-animation-name: spiral2spin;
  -moz-animation: spin 3s linear 0s infinite reverse;  
  -ms-animation: spin 3s linear 0s infinite reverse;
  -o-animation: spin 3s linear 0s infinite reverse;
  animation: spin 3s linear 0s infinite reverse;
  
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;  
  animation-play-state: paused;
}
.spiral2 {
  width:100%;
  height:100%;
  background-image: url("../images/eye2.png");
  background-repeat:no-repeat;
  background-position:100%;
  background-size:100%;
  z-index:2;
  opacity:.5;
  
  
  -webkit-animation: spin 6s linear 0s infinite normal;
  -moz-animation: spin 6s linear 0s infinite normal;
  -ms-animation: spin 6s linear 0s infinite normal;
  -o-animation: spin 6s linear 0s infinite normal;
  animation: spin 6s linear 0s infinite normal;
}

.spiralContainer2:hover {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@keyframes spiral2spin {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}
@-webkit-keyframes spiral2spin {
  0% {-webkit-transform: rotate(360deg); }
  100% { -webkit-transform: rotate(0deg); }
}
@-ms-keyframes spiral2spin {
  0% {-ms-transform: rotate(360deg); }
  100% { -ms-transform: rotate(0deg); }
}
@-moz-keyframes spiral2spin {
  0% { -moz-transform: rotate(360deg); }
  100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes spiral2spin {
  0% { -o-transform: rotate(360deg); }
  100% { -o-transform: rotate(0deg); }
}



/*===============menu end responsive nav begin===================*/

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { 
	/* styles for Retina-type displays */
}


@media screen and (max-width: 910px) {  
     #site {
  	width: 100%;
  }
    
  /*  nav {   
        height: auto;  
    }  
    nav ul {  
        width: 100%;  
        display: block;  
        height: auto;  
    }  
    nav li {  
        width: 100%  
        float: left;  
        position: relative;  
    }  
    nav li a {  
       width:200px 
    }  
    nav a {  
        text-align: left;  
        width: 100%;  
        text-indent: -50px;  
    }  */
 
 
 nav {
	height:60px
	width:100%;
	position:relative;
	background: url("../images/pattern1.png") repeat;
	

}

nav ul {
	width:742px;
	height:60px;
	margin: 0 auto;
	margin-top:22px;
	padding:0;
	height:auto;
	text-align:center;

}

nav li {

	display:inline;
	float:left;
	margin:0 auto;
	text-align:center;
}

#menu nav a {
	width:247px;
	display:inline-block
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 350;
	letter-spacing: 0.2em;
	color: #fff;
	font-size: .9em;
	display:inline-block;
	text-align:center;
	padding-bottom:10px;

}

   
  
    .middle {
    	width:100%;
    }

	.center {
		width:100%;
	}
		
	
	#work {
		width:100%;
	
	}
	


.theWorks {
	width:100%;
}

#logokrissa img {
	width:50%;


}
}
/*media quieris*/ 

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


#resumecontainer {
	display:none;

}

#bottomresume {
	display:none;
}

.projectThumb {
display: block;
float: left;
width: 32.2%;
margin: 4px;
position: relative;
text-align: center;

}

.projectThumb a {
	text-align:center;
	cursor: pointer;
}

.category-name {
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	text-align:center;
	width:100%;
	z-index:3;
	
}

.category-name h1 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight:600;
	letter-spacing:.15em;
	font-size: .95em;
	background: rgba(249,244,239,.9);
	width:100%;
	height:50%;
	padding-top:50%;

	
	
}

.project-name {
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	text-align:center;
	width:100%;
	z-index:3;
	
}

.project-name h1 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight:600;
	letter-spacing:.15em;
	font-size: .95em;
	background: rgba(249,244,239,.9);
	width:100%;
	height:50%;
	padding-top:50%;

	
	
}
	
.project-name:hover {	
	opacity:1;
	filter: alpha(opacity=100);
	width:100%;
	
}

#work img {
	width:100%;
	height:100%;
}


#bull {
	width:100%;
	
	margin:0 auto;
	text-align:center;
	margin-top:5em;
	margin-bottom:3em;
}

#bull img {
	width:10em;
}


}


/*media quieris*/ 

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


#social .white-line {
display:none;

}

#social a {
	margin:20px;
}

.projectThumb {
		width:32.1%;
	}
	.projectThumb {
display: block;
float: left;
width: 32.2%;
margin: 4px;
position: relative;
text-align: center;

}

.projectThumb a {
	text-align:center;
	cursor: pointer;
}

.project-name {
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	text-align:center;
	width:100%;
	z-index:3;
	
}

.project-name h1 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight:600;
	letter-spacing:.15em;
	font-size: .95em;
	background: rgba(249,244,239,.9);
	width:100%;
	height:50%;
	padding-top:50%;

	
	
}
	
.project-name:hover {	
	opacity:1;
	filter: alpha(opacity=100);
	width:100%;
	
}

#work img {
	width:100%;
	height:100%;
}


#bull {
	width:100%;
	
	margin:0 auto;
	text-align:center;
	margin-top:5em;
	margin-bottom:3em;
}

#bull img {
	width:10em;
}


}

/*media quieris*/ 

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

.projectThumb {
	width: 32%;
}
.projectThumb {
display: block;
float: left;
width: 32.2%;
margin: 4px;
position: relative;
text-align: center;

}

.projectThumb a {
	text-align:center;
	cursor: pointer;
}

.project-name {
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	text-align:center;
	width:100%;
	z-index:3;
	
}

.project-name h1 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight:600;
	letter-spacing:.15em;
	font-size: .95em;
	background: rgba(249,244,239,.9);
	width:100%;
	height:50%;
	padding-top:50%;

	
	
}
	
.project-name:hover {	
	opacity:1;
	filter: alpha(opacity=100);
	width:100%;
	
}

#work img {
	width:100%;
	height:100%;
}


#bull {
	width:100%;
	
	margin:0 auto;
	text-align:center;
	margin-top:5em;
	margin-bottom:3em;
}

#bull img {
	width:10em;
}

	
} 

@media screen and (max-width: 800px) {  
      #site {
  	width: 100%;
  }
    
nav {
	height:60px
	width:100%;
	position:relative;
	background: url("../images/pattern1.png") repeat;
	

}

nav ul {
	width:650px;
	

}
#menu nav a {
	width:216px;

}
.projectThumb {
display: block;
float: left;
width: 32.2%;
margin: 4px;
position: relative;
text-align: center;

}

.projectThumb a {
	text-align:center;
	cursor: pointer;
}

.project-name {
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	text-align:center;
	width:100%;
	z-index:3;
	
}

.project-name h1 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight:600;
	letter-spacing:.15em;
	font-size: .95em;
	background: rgba(249,244,239,.9);
	width:100%;
	height:50%;
	padding-top:50%;

	
	
}
	
.project-name:hover {	
	opacity:1;
	filter: alpha(opacity=100);
	width:100%;
	
}

#work img {
	width:100%;
	height:100%;
}


#bull {
	width:100%;
	
	margin:0 auto;
	text-align:center;
	margin-top:5em;
	margin-bottom:3em;
}

#bull img {
	width:10em;
}

}


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


	#work {
		width:100%;
	
	}
	
	.projectThumb {
display: block;
float: left;
width: 32.2%;
margin: 4px;
position: relative;
text-align: center;

}

.projectThumb a {
	text-align:center;
	cursor: pointer;
}

.project-name {
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	text-align:center;
	width:100%;
	z-index:3;
	
}

.project-name h1 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight:600;
	letter-spacing:.15em;
	font-size: .95em;
	background: rgba(249,244,239,.9);
	width:100%;
	height:50%;
	padding-top:50%;

	
	
}
	
.project-name:hover {	
	opacity:1;
	filter: alpha(opacity=100);
	width:100%;
	
}

#work img {
	width:100%;
	height:100%;
}


#bull {
	width:100%;
	
	margin:0 auto;
	text-align:center;
	margin-top:5em;
	margin-bottom:3em;
}

#bull img {
	width:10em;
}


}

/*media quieris*/ 

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

.projectThumb {
	width: 31.9%;
}
	
} 

/*media quieris*/ 

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

.projectThumb {
	width: 31.7%;
}
	
} 

@media screen and (max-width: 705px) {  
      #site {
  	width: 100%;
  }
    
nav {
	height:60px
	width:100%;
	position:relative;
	background: url("../images/pattern1.png") repeat;
	

}

nav ul {
	width:498px;
	

}
#menu nav a {
	width:166px;

}


    
    .padding { 
    }
    

   #work {
   	width:100%;
   	
   }
   
#social .white-line {
display:none;

}

.projectThumb {
		width:31.8%
	}
	
	.theWorks {
	width:100%;
}
}


/*media quieris*/ 

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

.projectThumb {
	width: 31.7%;
}
	
} 

/*media quieris*/ 

@media screen and (max-width: 659px) {  
	.projectThumb {
		width:31.6%;
	}

}
/*media quieris*/ 

@media screen and (max-width: 631px) {  
	.projectThumb {
		width:31.5%;
	}

}

/*media quieris*/ 

@media screen and (max-width: 605px) {  
	.projectThumb {
		width:48.1%;
	}

}
 
/*media quieris*/ 

@media screen and (max-width: 600px) {  
	.projectThumb {
		width:48.1%;
	}

}
/*media quieris*/ 

@media screen and (max-width: 590px) {  
	.projectThumb {
		width:48%;
	}

}

/*media quieris*/ 

@media screen and (max-width: 569px) {  
	.projectThumb {
		width:47.9%;
	}

}

/*media quieris*/ 

@media screen and (max-width: 650px) {  
	.projectThumb {
		width:47.8%;
	}

}

/*media quieris*/ 

@media screen and (max-width: 532px) {  
	.projectThumb {
		width:47.7%;
	}

}
/*media quieris*/ 

@media screen and (max-width: 517px) {  
	.projectThumb {
		width:47.6%;
	}

}

/*media quieris*/ 

@media screen and (max-width: 502px) {  
	.projectThumb {
		width:47.5%;
	}

}

/*media quieris*/ 

@media screen and (max-width: 489px) {  
	.projectThumb {
		width:47.4%;
	}

}

@media only screen and (max-width : 480px) {  
  .sideNav {
  	margin-left:5px;
  }
  
.nav-nav-list li {
margin: -7px;
padding: 25px;
z-index: 1900;
clear: left;
float: right;
margin-right: 13px;
}
.projectNumber {
	font-size:.9em;
}

h9 {
	font-size:2em;
}
  
  #site {
  	width: 100%;
  }
  
  #letsTalk {
  	width:100%;
  }
  
  
  .contentCenter {
  	padding-right:0px;
  }
  

nav {
	height:60px
	width:100%;
	position:relative;
	background: url("../images/pattern1.png") repeat;
	

}

nav ul {
	width:310px;


}


#menu nav a {
	width:100px;

}


.project {
	width:42.1%;
}

#work {
	width:100%;
 padding-left:none;
 padding-top:none;
 padding-bottom:none;
}
	
	.theWorks {
	width:100%;
}

.projectThumb {
	width:100%;
	margin-left:0;
	margin-bottom:4em;
}

.padding {

padding-left:68px;
padding-right:65px;
}

} 


/*-----phone-----*/


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

#menu nav a {
	width:100px;

}


.sideNav {
 margin-left:-5px;
  }
  
.nav-nav-list li {
margin: -7px 19px -7px -7px;
padding: 25px;
z-index: 1900;
clear: left;
float: right;

}
.projectNumber {
	font-size:.9em;
}

h9 {
	font-size:2em;
}

#menu nav a {
width:100px;
}

#siteContainer {
	width:100%;
}
    
#site {
  	width: 100%;
  	 }
  
  #work {
  	width:100%;
 
  }


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

.theWorks {
	width:100%;
}

.contentCenter {
	width:66%;
	margin:0 auto;
}


.projectThumb: {
	width:100%;
}


nav {
	height:60px
	width:100%;
	position:relative;
	background: url("../images/pattern1.png") repeat;
	

}

nav ul {
	width:390px;


}


.middle {
	width:100%;
}



.center {
	width:100%;
}






h8 {
	font-size:1em;
}

#aBit span {
	font-size:.8em;
}

#logokrissa img {
	width:100%;
	margin:0 auto;

}



#profiles .white-line {
	margin:0px 0em 0em;
}



.white-line {
	margin:0px 0em 0em;
	
}

.white-line2 {
	margin:0px 0em 0em;
	
}

.white-line3 {
	margin:0px 0em 0em;
	
}

.projectThumb {
	margin-top: 2em;
}

.project-name {
	opacity:1;
	position:absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	text-align:center;
	width:100%;
	z-index:3;
	
}

.project-name h1 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #DB0404;
	font-weight:600;
	letter-spacing:.15em;
	font-size: .85em;
	background:none;
	width:100%;
	height:auto;
	padding-top:215px;

	
	
}

.aboveslider {
	width:100%;
}

.aboveslider span {
	font-size:.85em;
}

h9 {
	font-size:1.6em;
}

#social {
	width:50%;
}

#letsTalk {
padding-bottom:2em;
}
	
#copyright {
width:100%;
margin-bottom:2em;
margin-top:4em;
font-size:.6em;
}	

#bull img {
	margin-top:-3em;
	
}

/*.top {
	
	background-size: 13.3333px 152.6666px;
}

.top:hover {
	
	display:none;
	}

.prevno {
	
background-size: 13.3333px 152.6666px;
}

.nextno {
	background-size: 13.3333px 152.6666px;
}

.nextArrow {
	background-size: 13.3333px 152.6666px;
}

.prevArrow {
	background-size: 13.3333px 152.6666px;
}
.close {
	background-size: 13.3333px 152.6666px;
}*/
}


/*=====responsive nav end======*/


