/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

/* Global */

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	color: #484848;
	background-color:#f8f8f8;
	margin: auto;
}
.fade {
   opacity: 1;
   transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
   }

   .fade:hover {
      opacity: 0.8;
      }
a:focus { outline: 0; }

a:link {
	color: #484848;
	text-decoration: none;
}

a:visited {
	color: #484848;
	text-decoration: none;
}

::selection {
background: #85C5D1;
color:#fff;
}

::-moz-selection {
background: #85C5D1;
color:#fff;
}

::-webkit-selection {
background: #85C5D1;
color:#fff;
}


/* Navigation */



#main {
    position: fixed;
    top:0px;
    z-index:100;
    background-color: rgba(133, 197, 209, 0.98);
    width: 100%;
    height: 60px;
	margin: 0 auto;
    /*border-top: 7px solid #555;*/
}

#header {
	width:100%;
	opacity: .95;
    /*background: #54afc9;*/
}

.menu {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
    border-top: 4px solid #f8f8f8;
}

.logo {
	float: left;
	margin-top: 2px;
    opacity: 1;
}

/*.logo:hover {
    opacity: 1;
    -webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}*/

#navigation {
	float: right;
	margin: 12px 0;
}

#navigation li {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
    font-size: .92em;
	display: inline-block;
	text-align: left;
	list-style: none;
	margin: 0 0 0 45px;
}

#navigation li a{
    padding-bottom: 7px;
}

#navigation li a:link, #navigation li a:visited {
    opacity: 1;
	color: #f8f8f8;
	text-decoration: none;
}

#navigation li a:hover {
	border-bottom: 3px solid #a4d4dd;
}
 

/* Top */

#top {
    position: relative;
    background: rgba(133, 197, 209, 1);
    padding: 90px 0 0 0;
    border-bottom: 16px solid #f0f0f0;
}

.banner {
    color: #f8f8f8;
    height: auto;
	width: 90%;
    max-width: 980px;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom:2%;
}

.banner h1 {
    font-family: 'Droid Serif', serif;
	font-weight: normal;
	font-size: 3em;
	line-height: 1.1em;
    width: 98%;
    padding: 0;
    margin-bottom: 40px;
    border: 0;
}


.banner h2 {
	font-size: 1.2em;
	font-weight: 100;
    padding-bottom: 30px;
    width: 90%;
    opacity: 1;
}

hr {
    border: 0;
    background-color: #70c8e1;
    height: 1px;
    width: 100%;
}

/*#slide1 {
    content:"";
    background-image: url(../images/checkerboard_transparent.png),url(../images/bg_2.jpg);
    background-repeat:repeat, no-repeat;
	/*background-size: 100%;
    background-position: 50% 100%;
	background-repeat: no-repeat;
    -webkit-background-size:auto, cover;
    -moz-background-size:auto, cover;
    -o-background-size:auto, cover;
    background-size:auto, cover; 
}*/

#slide1 {
    content:"";
    background-image: url("img/bg.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}


.slide {
    color: #f8f8f8;
    padding: 0;
    position: relative;
    width: 100%;
    height: 350px;
}
/* Works */

#main_content {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#works {
	position: relative;
	padding-top:8%;
}

#works header {
    max-width:980px;
    margin:0 auto;
}

#works h3 {
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
}

/*------Hover effect-----*/



/*------Hover effect End-----*/


/* Contact */

#contact {
	position: relative;
	width: 100%;
    margin-top: 4%;
}

.contact_both {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}

#contact h2 {
	font-family: 'Georgia',Sans-Serif;
    text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
    margin-bottom: -10px;
}
	
.info {
	width: 980px;
	display: inline-block;
	margin: 0 auto;
}
 
.columns {
	text-align: left;
	display: inline-block;
	float: right;
}

.about, .contact{
	display: inline-block;
	/*width:300px;*/
	/*height: 343px;*/
	height: auto;
	width: 95%;
}

.about {
	float: left;
    margin-bottom: 4%;
}

.about h3, .contact h3 {
    font-family: 'Droid Serif', serif;
    font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
    margin-bottom: 2%;
}

.about p, .contact p {
	font-size: .8em;
}

.contact {
	float: left;
}

.contact ul {
    list-style: none;
    padding-left: 0;
}

.contact li {
    padding-top: 2%;
}


.contact ul li a {
	font-style: normal;
	font-size: .8em;
    border-bottom: 20px;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.contact ul li a:hover {
	color: #85c5d1;
}

footer {
	display: inline-block;
	width: 100%;
	width: 100%;
    margin-top:2%;
	
}

footer p {
	font-size: .65em;
	padding-bottom: 40px;
}