

/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.button {text-align: center;}
.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;
	height: 100%;
	width:100%;
}
h2{
	font-size:30px;
	color:#32255E;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing: 1px;
	padding:5px 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}
h3{
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;

}
h4{
	font-size:16px;
	color:#888888;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;

}
h6{
	font-size:14px;
	color:#888888;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	text-align:center;
	line-height: 24px;
}
p{
	    font-size: 14px;
    color: #888888;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: left;
    line-height: 24px;
	
}

/* Header Styles
---------------------------------*/

.header{
	
    text-align: center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	padding: 200px;
	position: relative;
	
}

.videoDesktop {

  position: absolute;
  top: 50%;
  left: 50%;
  width:100%;
  height:auto;
  z-index: -1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.videoMobile {

	position: absolute;
	top: 50%;
	left: 50%;
	width:100%;
	height:auto;
	z-index: -1;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: none;
  }
.container-logo{

	z-index: 0;
	
}
.logo{
	margin-left: 20px;
	width:360px;
	margin: auto;
	}
.header h1{
	font-family: 'Montserrat',sans-serif;
	font-size:20px;
	font-weight:200;
	letter-spacing: 1px;
	color: #fff;
	margin: auto;
	margin-bottom: 200px;
}

.we-create{
	padding:0;
	margin:35px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}

.down-button{
	background-color: transparent;
	height: 64px;
	width: 64px;
	margin-left: 50%;
	margin-right:50%;
	}
.down-button a {
	 transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
}
.down-icon {
	text-align: center;
}
.link{
	padding:15px 35px;
	background:#32255E;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#32255E !important;
	background:#fff;
}

.link:active, .link:focus {
	background: #32255E;
	text-decoration:none;
	color:#fff !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	text-align: center;
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#fff;
	z-index: 0;
}
.main-nav{
	text-align:center;
	margin:0px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
	position: relative;
}
.main-nav li a{
	display:inline-block;
	color:#222222;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:17px 28px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
	text-decoration:none;
	color: #32255E;
	font-weight: bold;
}

.small-logo{ 
	padding:0 32px;
}

.main-section{
	padding:20px 0px 20px 0px;
	background: #fafafa;

}
.main-section h6{
	font-size: 16px;
	padding:0px 20px 20px 0px;

}
.btn-group {
	display: inline-block;
    color: #222222;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    line-height: 20px;
    border: none;
} 

/*--- DROPDOWN ---*/
.main-nav ul {
    background-color: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background: rgba(250,250,250,1); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style: none;
    position: absolute;
    /* Hide off-screen when not needed (this is more accessible than display: none;) */
}
.main-nav ul li {
    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
}
.main-nav ul a {
    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.main-nav li:hover ul { /* Display the dropdown on hover */
    left: 0; /* Bring back on-screen when needed */
}


.main-nav li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
}
.main-nav li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background-color: #333;
}
/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#ffffff;
    display: none;
}

/* Stats-section ---*/

.stats-section img{
height: auto;
width: auto;
z-index: 1;
overflow: hidden;  
}


.stats-section {
	background-color: #32255E;
	padding: 10px 0px 20px 0px;

}
.stats-section h3{
	
	font-size:20px;
	color: #ffffff;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:200;
	text-align: center;
}
.stats-section h2{
	padding: 0px 0px 0px 0px ;
	font-size:36px;
	color: #ffffff;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
}


/* Featured Work
---------------------------------*/
.featured-work{
	font-size:14px;
	text-align: center;
	}
.featured-work h2{
	text-align:left;
}
.featured-work h3{
font-size:16px;
color: #888888;
}

.featured-work span{
font-size:30px;
text-align: center;
font-weight: 400;
}
.featured-box span {
	font-size: 14px;
	text-align: center; 
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;

}
.featured-work p.padding-b{
	padding-bottom:35px;
	color: #888888;
	font-family: 'Montserrat';
	font-size: 16px;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:20px;
	font-family: 'FontAwesome';
	font-size:30px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ 
	overflow:hidden;
	margin: 10px 0px 10px 0px;
}
.featured-box-col2 h4{ 
	overflow:hidden;
	font-size: 18px;
	text-align: left;
	text-transform: none;
	line-height: 1.5;
}
.featured-box-col2 h1{ 
	overflow:hidden;
	color:#DAE1E9;
}
/*.featured-box.magic{*/
/*	background:url(/img/magic.png) left top no-repeat;*/
/*}*/
/*.featured-box.packaged{*/
/*	background:url(../img/packaged.png) left top no-repeat;*/
/*}*/
/*.featured-box.seo{*/
/*	background:url(../img/seo.png) left top no-repeat;*/
/*}*/
.featured-box-bottom{
	text-align: right;
	color: #32255E;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#FFFFFF;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	z-index: 0;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #DAE1E9;
}




/* Our Portfolio Section
--------------------------------*/

#portfolio {
  background: #fafafa;
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
	/* filter: url(filters.svg#grayscale); Firefox 3.5+ */
	/* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(192,192,192,0);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.padding{
	padding-bottom:60px;
}

/* custom ---*/
.main-section  img{
	/* padding: 0px 20px 20px 70px; */

}

/* Clients
---------------------------------*/
.client-part{
	/*background:url(../img/audavision-bg.jpg) center center no-repeat; */
	background-color: #ffffff;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.client-part-head{
	color:#32255E ;
	font-size:20px;
	line-height:41px;
	margin:30px 0 10px;
	font-family: 'Open Sans','sans-serif';
	font-weight: bold;
}
.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.client li{
	display:inline;
	margin:0 15px;
}
.client li a{
	display:inline-block;
}
.client li a img{
	margin-bottom:15px;
	border-radius:50%;
}
.client li a:hover{
	text-decoration:none;
}
.client li a h3{
	color:#32255E ;
}
.client li a span{
	color:#32255E ;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #32255E;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#32255E;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

.c-logo-part{
	background:#fafafa;
	padding:15px 0 65px 0px;
    filter: alpha(opacity=60);

}

.c-logo-part h2{
	
	margin-bottom: 15px;
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.main-section.team{
	padding:85px 0;
}
.main-section.team h6{
	margin-bottom:40px;
}






/* Contact
---------------------------------*/

.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	background:url(../img/bg-map.png) left 190px no-repeat;

}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:0px ;
	 margin-left: auto;
  margin-right: auto;
	display:inline-block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	padding-right: 10px;
	padding-left: 10px;
	
}
.social-link li a{
	display:block;
	width:36px;
	height:36px;
	text-align:center;
	line-height:36px;
	font-size:25px;
	color:#fff;
	
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.linkedin a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.youtube a:hover {
	background: #ff0000;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #32255E;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{

	width:175px;
	height:50px;
	background:#32255E;
	border-radius:4px;
	
	margin-bottom: 20px;
	margin-top: 10px;
	color:#ffffff;
	font-size:14px;
	text-align: center;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	border-radius: 20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: #32255E;
    border:1px solid #32255E;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* Footer
---------------------------------*/

.footer{
	background:url(../img/pw_maze_black_2X.png) left top repeat;
	padding:35px 0 35px;
}
.footer-logo{
	font-size:20px;
	display: block;
  margin-left: auto;
  margin-right: auto;
	text-align: center;
	padding-bottom: 2px; 
}
.footer a {
	color: #DAE1E9;
	text-decoration: none;
}
.footer a:hover {
	color: #32255E;
}
.copyright, .credits{
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a, .credits a{
	color:#32255E;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover, .credits a:hover {
	color: #fff;
}

.res-nav_click {
	line-height:22px;
	font-family: 'FontAwesome';
	font-size:22px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px 0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #32255E !important;
}

.portfolioContainer{
	max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}