/* IMPORT FONT FAMILY
================================================== */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

/* Reset Default Browser Style
================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, header, footer, aside	{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* ------- General Style ------- */
body {
	color: white;
	background: #e3e3e3;
        background-image: url(../images/bgs/adams-d.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 180%;
	margin: 0; 
	padding: 0;
	width: 100%;
	text-align: center;
}

body navbar, body section, body .footer{z-index: 1;}

body.contact{
        background-image: url(../images/bgs/cms-admin.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;    
    
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}
h1 {
	font-weight: 300;
	font-size: 3.5em;
}
h2 {
	font-weight: 300;
	font-size: 3em;
}

p { padding: 15px; }
.col-sm-6 { margin: 2em 0; padding: 1em; }
.col-sm-4 { margin: 2em 0; }

navbar-brand img { margin: 0; }

a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}

#main {
	padding-top: 1em;
}

.line {
	margin: 1em auto;
	border-bottom: 1px solid white;
	width: 100px;
}

/* ------- CountDown Style ------- */
ul.countdown {
	list-style: none;
	margin: 1em 0;
	padding: 1em 0;
	display: block;
	text-align: center;
}

ul.countdown li {
	display: inline-block;
	padding: 0 2em;
}

ul.countdown li span {
	font-size: 4.8em;
	font-weight: 100;
	line-height: 80px;
}

ul.countdown li.seperator {
	font-size: 5em;
	line-height: 70px;
	vertical-align: top;
}

ul.countdown li p {
	padding: 0.6em 0;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
}

/***************************************************************/
/* FORM */
/***************************************************************/
form input{ 
	border: 0px;
	border-radius: 1px;
	height: 2.2em; 
	width: 22em; 
	text-align: center;
	outline: none; 
	margin-bottom: 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1em;
}

form input[type="email"] {
	color: white;
	background: none;
	box-shadow: 0px 0px 3px #eeeeee;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
form input[type="email"]:hover {
	box-shadow: 0px 0px 5px #ffffff;
}
form input[type="submit"] {
	background: #e6567a;
	border: 0px;
	width: 120px;
	color: white;
	cursor: pointer;
	box-shadow: 0px 0px 3px #eeeeee;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
form input[type="submit"]:hover {
	background: #e25074;
	box-shadow: 0px 0px 5px #eeeeee;
}

.form-note {
	color: #000;
	font-size: 1em;
	font-style: italic;
	margin: 24px 0;
}

#success {
	padding-top: 10px;
	color: #66CC00;	
	display:none;
}
#error {
	padding-top: 10px;
	color: #e62f2c;
	display:none;
}

/* SOCIAL NETWORK */
section .services {
	margin-top: 1em;
	padding-top: 1em;
	text-align: center;
    transform: translatez(0);
}

section .services li {
	width: 40px;
	height: 60px;
	display: inline-block;
	margin: 20px;
	list-style: none;
}

section .services li div {
	width: 55px;
	height: 55px;
	color: white;
	font-size: 1em;
	text-align: center;
	line-height: 55px;
	border: 1px solid white;
	transition: all 0.5s ease;
	border-radius: 100px;
}

section .services li div:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

section .services li .caption {
	width: 60px;
	height: 20px;
	display: block;
	padding: 10px 0;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	text-align: center;
}

/* NAV BAR*/
.navbar-default {
	background:  rgba(0,0,0,0.4);
	border: 0px;
	padding: 5px;
        -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.35);
        box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.35);        
}

.navbar-default .navbar-brand {
  color: white;
  padding-right: 100px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #eeeeee;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #eeeeee;
}

.navbar-default .navbar-nav > li > a {
  color: white;
  font-size: 0.9em;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: white;
}

.navbar-default .navbar-toggle { width: 40px; padding: 4px; color: white; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
  border-color: #eee;
  color: #eee;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}


.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #eeeeee;
  border-bottom-color: #eeeeee;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #eeeeee;
}

@media (max-width: 767px) {
	.navbar-collapse { text-align: left; }
	.container { margin: 0; padding: 3px;}
	#main { margin: 0; padding: 0;}
	form input[type="email"] { width: 17em; }
}
@media (max-width: 486px) {
	#main { margin: 0; padding: 0;}
	form input[type="email"]{ width: 95%; }
	form input[type="submit"] { width: 95%; }
}

#about { display: none; }
#contact { display: none; }
#content { margin: 2em; }

body.contact #contact{ display: block; }

/* ==================================== GENERAL BITS   */
.navbar{ margin-bottom: 25px; }

h2,
h3{text-shadow: 0px 3px 3px rgba(150, 150, 150, 0.5);}

#form{
    position: fixed;
    width: 80%;
    bottom: 2%;
    left: auto;
    right: auto;
}
@media (min-width: 768px){
      .navbar-nav {
            float: right;
            margin: 0;
       }
}

.navbar-brand{ 
    text-indent: -9999px;
    padding: 10px 10px;
    background: url(../images/logos/Devy_Logo-2-30.png) no-repeat; 
    margin-top: 10px;
}

.nav .active{ text-transform: uppercase; }

.footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 30px;
    font-size: 0.7em; 
    padding-top: 4px;
}

.footer .left{ float: left; width: 50%;  text-align: left; padding-left: 1em;}
.footer .right{ float: right; width: 50%; text-align: right; padding-right: 1em; }


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#about, 
#contact{
    background: rgba(0,0,0,0.4);
    border-radius: 25px;
}

/* .container,
.container *{
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;    
} */

/* ==================================== LOGO PLAY   */
.navbar-brand span{
    display: inline-block;
    margin-left: -5px;
}



.navbar-brand span:nth-child(1){
    -webkit-animation: letterPlay 0.5s 1 linear; 
       -moz-animation: letterPlay 0.5s 1 linear;
         -o-animation: letterPlay 0.5s 1 linear;
            animation: letterPlay 0.5s 1 linear;
}


.navbar-brand span:nth-child(2){
    -webkit-animation: letterPlay 1.1s 1 linear; 
       -moz-animation: letterPlay 1.1s 1 linear;
         -o-animation: letterPlay 1.1s 1 linear;
            animation: letterPlay 1.1s 1 linear;
}


.navbar-brand span:nth-child(3){
    -webkit-animation: letterPlay 1.9s 1 linear; 
       -moz-animation: letterPlay 1.9s 1 linear;
         -o-animation: letterPlay 1.9s 1 linear;
            animation: letterPlay 1.9s 1 linear;
}


.navbar-brand span:nth-child(4){
    -webkit-animation: letterPlay 2.5s 1 linear; 
       -moz-animation: letterPlay 2.5s 1 linear;
         -o-animation: letterPlay 2.5s 1 linear;
            animation: letterPlay 2.5s 1 linear;
}


@-webkit-keyframes letterPlay {    
    from { opacity: 0; -webkit-transform:rotate(0deg)}
     to { opacity: 1; -webkit-transform:rotate(360deg)}     
}

@-moz-keyframes letterPlay {    
    from { opacity: 0; -moz-transform:rotate(0deg)}
     to { opacity: 1; -moz-transform:rotate(360deg)}     
}

@-o-keyframes letterPlay {    
    from { opacity: 0; -o-transform:rotate(0deg)}
     to { opacity: 1; -o-transform:rotate(360deg)}     
}

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



/* ==================================== HOME SCREEN   */
#home h2{ margin-bottom: 1em; }

.msg-wrap{
    position: relative;
    height: 700px;
    max-height: 700px; 
}

#msg-1{
    position: absolute;
    bottom: 35%;
    right: 5%;
}

#msg-2{
    position: absolute;
    top: 5%;
    left: 5%;
}

@media (max-width: 767px) {

}


@media (max-width: 486px) {
	
	
}


.msg{
    max-width: 650px;
}

.msg p{
    font-size: 24px;
    font-weight: 300;
    text-shadow: 0px 3px 3px rgba(150, 150, 150, 0.5);
}


.msg-toggle{
    width: 82px;
    height: 57px;
    position: relative;
    cursor:help;

}

#msg-1 .msg-toggle{ margin-left: auto; margin-right: 0}

.msg-visible{ 
    opacity: 1; 
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
} 

.msg-invisible{ 
    opacity: 0; 
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.gear{
    position: absolute;
    display: inline-block;
}

.gear-1{ 
    width: 44px; 
    height: 44px; 
    background: url(../images/icons/gear-1.png) no-repeat center;
}

.gear-2{ 
    width: 31px; 
    height: 31px; 
    background: url(../images/icons/gear-2.png) no-repeat center;
}

.gear-3{ 
    width: 16px; 
    height: 16px; 
    background: url(../images/icons/gear-3.png) no-repeat center;
}

#msg-1 .msg-toggle .gear-1{
    top: 0px;
    left: 3px;
    -webkit-animation: spin 1.9s infinite linear; 
       -moz-animation: spin 1.9s infinite linear;
         -o-animation: spin 1.9s infinite linear;
            animation: spin 1.9s infinite linear; 
}

#msg-1 .msg-toggle .gear-2{
    top: 2px;
    left: 46px;
    -webkit-animation: reverse-spin 1.1s infinite linear; 
       -moz-animation: reverse-spin 1.1s infinite linear;
         -o-animation: reverse-spin 1.1s infinite linear;
            animation: reverse-spin 1.1s infinite linear;    
}

#msg-1 .msg-toggle .gear-3{
    top: 30px;
    left: 42px;
    -webkit-animation: reverse-spin 1.4s infinite linear; 
       -moz-animation: reverse-spin 1.4s infinite linear;
         -o-animation: reverse-spin 1.4s infinite linear;
            animation: reverse-spin 1.4s infinite linear;  
}


#msg-2 .msg-toggle .gear-3{
    top: 7px;
    left: 31px;
    -webkit-animation: reverse-spin 1.4s infinite linear; 
       -moz-animation: reverse-spin 1.4s infinite linear;
         -o-animation: reverse-spin 1.4s infinite linear;
            animation: reverse-spin 1.4s infinite linear;     
}

#msg-2 .msg-toggle .gear-2{
    top: 0px;
    left: 0px;
    -webkit-animation: spin 1.1s infinite linear; 
       -moz-animation: spin 1.1s infinite linear;
         -o-animation: spin 1.1s infinite linear;
            animation: spin 1.1s infinite linear;    
}

#msg-2 .msg-toggle .gear-1{
    top: 22px;
    left: 17px;
    -webkit-animation: reverse-spin 1.9s infinite linear; 
       -moz-animation: reverse-spin 1.9s infinite linear;
         -o-animation: reverse-spin 1.9s infinite linear;
            animation: reverse-spin 1.9s infinite linear;     
}




@-webkit-keyframes spin {
    from { -webkit-transform:rotate(0deg) }
     to { -webkit-transform:rotate(360deg) }       
}

@-moz-keyframes spin {
    from { -moz-transform:rotate(0deg) }
     to { -moz-transform:rotate(360deg) }       
}

@-o-keyframes spin {
    from { -o-transform:rotate(0deg) }
     to { -o-transform:rotate(360deg) }       
}

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


@-webkit-keyframes reverse-spin {
    from { -webkit-transform:rotate(360deg) }
     to { -webkit-transform:rotate(0deg) }        
}

@-moz-keyframes reverse-spin {
    from { -moz-transform:rotate(360deg) }
     to { -moz-transform:rotate(0deg) }        
}

@-o-keyframes reverse-spin {
    from { -o-transform:rotate(360deg) }
     to { -o-transform:rotate(0deg) }        
}

@keyframes reverse-spin {
    from { transform:rotate(360deg) }
     to { transform:rotate(0deg) }        
} 


#recent-work{
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
}

#recent-work h3{ 
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 30px;
    padding-bottom: 5px;
}

#recent-work .work-item{
    float: left;
    width: 22%;
    
    text-align: center;
    margin-right: 2.6%;

    
}

#recent-work .work-item:last-child{ margin-right: 0; }

#recent-work .work-item h4{
    padding-bottom: 5px;
    text-transform: uppercase;
}

#recent-work .work-item a{ 
    font-size: 0.8em; 
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;    
    border: 1px solid white;
    
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;    
}

#recent-work .work-item.collider a:hover{
    background: #33ffff;
}

#recent-work .work-item.wrap a:hover{
    background: #e9d6cd;
    
}

#recent-work .work-item.adams a:hover{
    background: #FF7407;
    
}

#recent-work .work-item.kingsferry a:hover{
    background: #006f53;
    
}


/* ==================================== ABOUT SCREEN   */
#about #content p:nth-child(1){ 
    font-size: 1.4em; 
    padding-top: 0;
}

#about #content .fa{ margin-bottom: 0.15em; }
#about #content h3{ 
    font-weight: 100; 
    margin-bottom: 0.2em; 
    font-size: 30px;
}

/* ==================================== CLIENTS SCREEN   */
#clients{ display: none; }

.clients-list{
    width: 60%;   
    padding-bottom: 3em;
    margin: 0 auto;
}

.clients-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.clients-list ul li{
    float: left;
    width: 31.5%;
    min-height: 212px;
    margin-bottom: 1em;
    margin-right: 1em;
    border: 1px solid white;
    border-radius: 10px;
    text-indent: -9999px;
}

.clients-list ul li:nth-child(3n+3){ margin-right: 0; }

.clients-list ul li:nth-child(1){ background: url(../images/logos/flagship.png) no-repeat center;}
.clients-list ul li:nth-child(2){ background: url(../images/logos/collider.png) no-repeat center;}
.clients-list ul li:nth-child(3){ background: url(../images/logos/str.png) no-repeat center;}

.clients-list ul li:nth-child(4){ background: url(../images/logos/wrap.png) no-repeat center;}
.clients-list ul li:nth-child(5){ background: url(../images/logos/pop.png) no-repeat center;}
.clients-list ul li:nth-child(6){ background: url(../images/logos/adams.png) no-repeat center;}

.clients-list ul li:nth-child(7){ background: url(../images/logos/sontay.png) no-repeat center;}
.clients-list ul li:nth-child(8){ background: url(../images/logos/remax.png) no-repeat center;}
.clients-list ul li:nth-child(9){ background: url(../images/logos/clear-channel.png) no-repeat center;}

.clients-list ul li:nth-child(10){ background: url(../images/logos/air.png) no-repeat center;}
.clients-list ul li:nth-child(11){ background: url(../images/logos/mhcp.png) no-repeat center;}
.clients-list ul li:nth-child(12){ background: url(../images/logos/universe.png) no-repeat center;}

@media (max-width: 1200px){
    .clients-list{ width: 100%; }
}

@media (max-width: 767px){
    
        .container {
            margin: 0;
            padding: 15px;
        }
        
        .clients-list{ width: 90%; }
        .clients-list ul li:nth-child(3n+3){ margin-right: 1em; }
        .clients-list ul li:nth-child(2n+2){ margin-right: 0em; }
        .clients-list ul li{ width: 46.1%; }
        
        .footer{ display: none; }
}

@media (max-width: 560px){
    
    	/* .navbar {
			 margin-bottom: 0px;
		} */
    
        .container {
            margin: 0;
            padding: 15px;
        }
        
        .clients-list{ width: 95%; }
        .clients-list ul li:nth-child(3n+3){ margin-right: 1em; }
        .clients-list ul li:nth-child(2n+2){ margin-right: 1em; }
        .clients-list ul li{ width: 95%; }
        
        #msg-1, 
		#msg-2{
			position:  static;
		}
		
		#recent-work {
			position: static;
			margin-top: 25px;
		}
		
        /* #msg-1 { bottom: -15%; }  */ 
        .msg p{ 
	        font-size: 22px; 
	        font-weight: 400; 
        }
        
        /*  .footer{ height: 60px; } */
        .footer .left,
        .footer .right{
            float: none;
            padding-left: 1em; 
            text-align: left; 
            width: 100%;
            padding-bottom: 0.5em;
        }
        
        #about, 
		#contact{
		    
		    border-radius: 0px;
		}
        
        
}

/* ==================================== CONTACT SCREEN   */
#contact{ padding-bottom: 2em;}
#contact address{ margin-bottom: 2.5em;}
#contact .email-link{ display: inline-block; margin-top: 0.4ßem; }

/* ==================================== SAFARI FONT ADJUSTMENTS   */
html.safari body{ font-weight: 300; }
html.safari h2,
html.safari h3,
html.safari #about #content h3{ font-weight: 400; }


/* ==================================== SOME RESPONSIVE BITS */
html.ios h2,
html.ios #about #content h3{ font-weight: 300; }


@media only screen and (max-width: 568px){
    
    .msg-toggle{ display: none;}
    .msg-invisible { opacity: 1; }
    .footer{ position: static; }
    #msg-1{ bottom: 45%; }
    #msg-2{
        left: auto;
        right: 5%;
    }
    
    /* #recent-work .work-item a{ min-height: 70px; } */
    #recent-work .work-item{
        width: 48.7%;
        margin-bottom: 10px;
    }
    
    #recent-work .work-item.kingsferry{ margin-right: 0; }
    
}
@media only screen and (max-width: 480px){}
@media only screen and (max-width: 320px){
    
    .vegas-background{ display: none !important; }
    #home{ min-height: 550px; padding: 0; }
    
    .msg-wrap{ height: 850px; max-height: 850px; }
    .msg-wrap.container{ padding: 0; }
    
    #about #content{ margin: 10px; }
    
    #msg-1, #msg-2{ position: static; width: 90%;  }
      
    body.contact .navbar-toggle{ display: none; }
    
    #recent-work{ bottom: 1%; }
    
    #recent-work .work-item{
        width: 95%;
        float: none;
        margin: 0 auto 10px auto !important;
    }
    
}

.overlay{
	
margin: 0px;
padding: 0px;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-image: url("/vegas/overlays/07.png");
z-index: -1;
}


































