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

img, object, embed, video {
	max-width:100%;
}
.ie6 img {
	width:100%;
}


/*||||||||||||||Mobile Layout: 399px and below|||||||||||||||||||||||||||||||*/
/*||||||||||||||Mobile Layout: 399px and below|||||||||||||||||||||||||||||||*/
body {
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.gridContainer {
	margin:0 auto;
	width:100%;
	padding:0;
	clear:none;
	float:none;
}
.frame {
	width:100%;
	height:100vh;
}
.clearfix:after {
	content:".";
	visibility:hidden;
	height:0;
	display:block;
	clear:both;
}
.home {
	background-color:rgba(153,153,153,1);
	letter-spacing:3px;
	font-size:14px;
	height:75px;
	top:0;
	width:100%;
	max-width:1280px;
	position:fixed;
	padding:0;
}
.logo-mobi {
	float:left;
	clear:none;
	margin:25px 15px;
	visibility:visible;
	display:block;
}
.logo-tab {
	float:left;
	clear:none;
	margin:25px 20px;
	visibility:hidden;
	display:none;
}
/*:::::::::::MOBI-TAB MENU::::::::::::::::::::*/
.dropbtn {
    background-color:rgba(153,153,153,1);
	letter-spacing:3px;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.mobi-menu {
	visibility:visible;
    position:fixed;
    display:block;
	top:10px;
	right:0;
}
.dropdown-content {
    display: none;
    position: absolute;
	right:0;
    background-color: #f9f9f9;
	width:160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
	background-color: #f1f1f1;
	color:rgba(153,0,0,1);
}
.mobi-menu:hover .dropdown-content {
    display: block;
}
.mobi-menu:hover .dropbtn {
	color:rgba(204,204,204,1);
}

/*:::::::::::DESK MENU::::::::::::::::::::::::::*/
.menu {
	visibility:hidden;
	position:relative;
	float:right;
	display:none;
	margin:20px;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.menu li {
    float:left;
}
.menu li a {
    display: inline;
	color:rgba(255,255,255,1.00);
    text-align: center;
	line-height:30px;
    padding:10px;
    text-decoration: none;
}
.menu li a:hover {
	background-color:rgba(153,153,153,1);
	color:rgba(153,0,0,1);
}

/*:::::::::::PREV NEXT BUTTONS::::::::::::::::::::::::::*/
.prev, .next {
/*	background-color:rgba(102,102,102,0.2);
*/	text-decoration:none;
	  cursor: pointer;
	  position:fixed;
	  top: 50%;
	  width: auto;
	  padding: 10px;
	  margin-top: -22px;
	  color:rgba(153,153,153,1);
	  font-weight: bold;
	  font-size:35px;
	  transition: 0.6s ease;
}
.prev {
	left:0;
	border-radius: 0 3px 3px 0;
}
.next {
	right:0;
	border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {color:gray
}

/*:::::::::::work::::::::::::::::::::::::::*/
.work {
	margin-top:75px;
	height:auto;
}
.work-text {
	float:left;
	clear:none;
	padding:20px 20px 0 20px;
	margin-top:50px;
}
h1 {
	margin-bottom:0;
	padding-bottom:0;
}
h3 {
	margin:0;
	padding-top:0;
	color:rgba(153,153,153,1);
}
P {	font-size:small}
.work-top {	
	margin-top:50px;
	text-align:center;
	float:left;
	clear:none;
	width:100%;
}
.work-main {
	margin:50px 0;
	text-align:center;
	float:left;
	clear:none;
	width:100%;
}
.work-vertical {
	margin:50px 15%;
	text-align:center;
	float:left;
	clear:none;
	width:70%;
}

.work-sub {
	margin:50px 0;
	float:left;
	clear:none;
	width:100%;
	text-align:center;
}
.work-sub img {
	width:70%;
}
/*:::::::::::Index::::::::::::::::::::::::::*/
.index-icon {
	text-align:center;
	height:200px;
	padding-top:70px;
	color:rgba(153,153,153,1);
}
.index-icon a:hover {
	opacity:0.6;
}

/*:::::::::::Contact::::::::::::::::::::::::::*/
.contact {
	height:auto;
}

.form {
	text-align:center;
	width:80%;
	margin:50px 10%;
}
input {
	color:rgba(153,153,153,1);
	width:100%;
	height:30px;
	margin:10px 0;
}
textarea {
	color:rgba(153,153,153,1);
	width:100%;
	height:100px;
	margin:10px 0;
}
.button {
	color:black;
	width:100px;
}

/*:::::::::::Footer::::::::::::::::::::::::::*/
.footer {
	position:relative;
}
.ss {
	float:right;
	text-align:center;
	width:100%;
}
.footer-text p {
	color:rgba(204,204,204,1);
	float:right;
	width:100%;
	font-size: 9px;
	text-align:center;
}

/* ||||||||||||||Tablet Layout: 400px to 699px. |||||||||||||||||||||||||||||||*/
/*||||||||||||||Inherits styles from: Mobile Layout||||||||||||||||||||||||||||*/
@media only screen and (min-width: 400px) {
body {
	margin:0;
}
.logo-mobi {
	visibility:hidden;
	display:none;
}
.logo-tab {
	visibility:visible;
	display:block;
}
.mobi-menu {
	visibility:visible;
	display:block;
}
.menu {
	visibility:hidden;
	display:block;
}
.gridContainer {
	margin:0 auto;
	width:100%;
	padding:0;
	clear:none;
	float:none;
}
/*:::::::::::work::::::::::::::::::::::::::*/
.center {
	margin-bottom:100px;
	margin-top:none;
	padding-top:0;
}
.work-text{
	padding:20px 20%;
}
p {font-size:medium}

.work-sub img {
	width:50%;
}

}


/*||||||||||||||||||| Desktop Layout: 700px to a max of 1280px. |||||||||||||||||||||||||||*/
/*||||||||||||||||||| Inherits styles from: Mobile Layout and Tablet Layout.||||||||||||||||||||*/
@media only screen and (min-width: 700px) {
body {
	margin:0;
}
.mobi-menu {
	visibility:hidden;
	position:relative;
	display:block;
}
.menu {
	visibility:visible;
	position:relative;
	float:right;
	display:block;
}
.gridContainer {
	max-width:1280px;
	margin:0 auto;
	width:100%;
	padding:0;
	clear:none;
	float:none;
}
/*:::::::::::work::::::::::::::::::::::::::*/
/*:::::::::::(desk)Index::::::::::::::::::::::::::*/
.index-icon {
	text-align:center;
	height:70vh;
	padding-top:50vh;
}


/*:::::::::::(desk)contact::::::::::::::::::::::::::*/
.form {
	width:50%;
	margin:50px 25%;
}

}
