	@import url("css/colors/color-gray.css");
	
	html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,small,sub,b,dl,dd,dt,ul,li,label,article,details,footer,header,menu,nav,input,textarea,select{	
		background:transparent;
		border:0;
		outline:0;
		padding:0;
		margin:0;
	}
	
	
	html,body{
		font-family: 'Open Sans', sans-serif;
		font-size:24px;
		height:100%;
		width:100%;
		color:#E8E6E3;
		background:#000;
	}
	
	body{
		overflow-x:hidden
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: 900;
		font-family: 'Mate SC', serif;
		color:#EAEAE3 !important;
		text-shadow: 0 0 5px #000000;

	}	
	
	h1 {
		font-size:32px;
		letter-spacing:3px;
		color:#EAEAE3;
		text-transform:uppercase;
		margin-bottom: 15px;
	}
	
	p {
		font-size:16px;
		line-height: 25px;
		text-shadow:
			-1px -1px 3px black,  
			 1px -1px 3px black,
			-1px  1px 3px black,
			 1px  1px 3px black;
	}
	
	b {
		color:#222;
	}
	
	.container {
		width:1180px;
		margin:0 auto;
		padding:100px 20px;
	}

	.container-buy {
		width:1180px;
		margin:0 auto;
		padding:100px 20px;
		text-align: center;
	}

	.container-videos {
		width:1180px;
		margin:0 auto;
		padding:10px 20px;
	}

	.container-social {
		width:1180px;
		margin:0 auto;
		padding:100px 20px;
	}

	.container-videos img:hover{
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	.container-social img:hover{
  		opacity: 0.5;
	}


	.container-footer {
		width:1180px;
		margin:0 auto;
		padding:20px 20px;
	}
	.small-width {
		width:980px;
	}
	
	.no-padding {
		padding:0!important;
	}
	
	a:hover, a:active, a:focus {
	  outline: 0;
	}
	
	a {
        text-decoration: none;
        -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    }
	
	li {
		list-style:none;
	}
	
	a {
		outline: 0;
	}
	
	a:hover {
		text-decoration:none;
	}

	.left {
		float: left;
	}
	
	.right {
		float: right;
	}	
	
	.one_half {
    	width: 48%;
	}	

	.one_third {
		width: 30.6%;
	}	

	.one_fourth {
		width: 22%;
	}	

	.one_fifth {
		width: 16.8%;
	}	

	.one_sixth {
		width: 13.33%;
	}	

	.two_fifth {
		width: 37.6%;
	}	

	.two_fourth {
		width: 48%;
	}		

	.two_third {
		width: 65.33%;
	}	

	.three_fifth {
		width: 58.4%;
	}	

	.three_fourth {
		width: 74%;
	}	

	.four_fifth {
		width: 79.2%;
	}	

	.five_sixth {
		width: 82.67%;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: left;
		margin-bottom: 20px;
		margin-right: 4%;
		position: relative;
	}	

	.last {
		margin-right:0px!important;
	}
	
	.section-title {
		text-align:center;
		width:700px;
		margin:0 auto;
		margin-bottom:60px;
	}
	
	.border {
		background: none repeat scroll 0 0 #999999;
		display: block;
		height: 2px;
		margin: 0 auto;
		width: 100px;
		margin-bottom:40px;
	}
	
	.element_from_top {
		top: -50px;
		padding-right: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_bottom {
		bottom: -50px;
		padding-left: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_left {
		left: -80px;
		padding-right: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_from_right {
		right: -80px;
		padding-left: 0px;
		opacity: 0;
		position: relative;
	}
	
	.element_fade_in {
		opacity: 0;
		position: relative;
		padding-left: 0px;
		right: 0px;
		
	}
	
	.mask {
		background-color:#FFF;
		width:100%;
		height:100%;
		position:fixed;
		z-index:100000;
	}
	
	#loader {
		background:url(images/newave-loading.gif) center center no-repeat;
		height: 50px;
		width: 50px;
		left: 50%;
		top: 50%;
		position: absolute;
		margin: -25px 0 0 -25px;
	}

	
/* Game site link */

	.game_container	{
		width:1180px;
		margin:0 auto;
		padding: 5px;
		text-align:left;
		text-shadow:
			-1px -1px 3px black,  
			 1px -1px 3px black,



	}


	.wftogame	{
		background:url(images/wftogame_logo.png) center center no-repeat;
		background-size: contain;
		bottom: 50%;
		height: 450px;
		left: 50%;
		margin: 0px;
		position: absolute;
		text-indent: -9999px;
		width: 500px;
		z-index: 1000;
		transform: translateX(-50%);

	}


	.game_site a {	
		font-family: 'Mate SC', serif;
		font-size: 20px !important;
		font-weight: bold;
		color:#FC5400;
		padding: 16px;
		


	}
	.game_site a:hover {
		color:#fff;
	}




/* Game Frame */

	.game-frame {
		display: inline-block;
		position: relative;
}

	.buybutton {
		position: absolute;
		width: 60%; 
		height:200px; 
		margin: 0 auto; 
		top: -300;




	}

.imageDiv
    	{
    		position: relative;
        	margin-left: 0;
            display: block;
            width: 345px;
            height: 232px;

}



.two{
    margin:-235px 0 0 -13px;
    z-index:9999;
    background: url("./images/frame.png") no-repeat scroll 0px 0px transparent;
	height: 142px;
	width: 269px;
}

.imageDiv
    	{
    		position: relative;
        	margin-left: 0;
            display: block;
            width: 345px;
            height: 232px;

}



.two{
    margin:-235px 0 0 -13px;
    z-index:9999;
    background: url("./images/frame.png") no-repeat scroll 0px 0px transparent;
	height: 142px;
	width: 269px;
}

.imageDiv1
    	{
    		position: relative;
        	margin-left: 72px;
            display: block;
            width: 345px;
            height: 232px;

}



.two1{
    margin:-235px 0 0 110px;
    z-index:999;
    background: url("./images/frame.png") no-repeat scroll 0px 0px transparent;
	height: 142px;
	width: 269px;
}

.lefttext{
	margin: 0 0 0 -100px;


}

.lefttext{
	margin: 0 0 0 -100px;


}





	.left_trailer {
		height: 138px !important;
 	   	width: 265px !important;
 	   	margin: 0 !important;
 	   	position: relative;
 	   	z-index: 50;
 	   	right: 50px;


 	   }

	.right_trailer {
		height: 138px !important;
 	   	width: 270px !important;
 	   	margin: 0 !important;
 	   	position: relative;
 	   	z-index: 50;
 	   	left: 0px;

 	   }


/* Top section videos */
	
	.top-container {
		width:1180px;
		height: 170px;
		margin:0 auto;
		margin-top: 140px;
		padding-top: 18%;
		position: relative;
		



	}


	.left-frame {
		background: url("./images/frame.png") no-repeat scroll 0px 0px transparent;
		height: 142px;
		width: 269px;
		position: relative;
		z-index: 2000;
		right:320px;
		display: inline-block;
		-webkit-box-shadow: inset 0px 0px 63px 15px rgba(0,0,0,0.75);
		-moz-box-shadow: inset 0px 0px 63px 15px rgba(0,0,0,0.75);
		box-shadow: inset 0px 0px 63px 15px rgba(0,0,0,0.75);


	}


	.right-frame {
		background: url("./images/frame.png") no-repeat scroll 0px 0px transparent;
		height: 142px;
		width: 269px;
		position: relative;
		z-index: 2000;
		left: 50px;
		display: inline-block;
		-webkit-box-shadow: inset 0px 0px 63px 15px rgba(0,0,0,0.75);
		-moz-box-shadow: inset 0px 0px 63px 15px rgba(0,0,0,0.75);
		box-shadow: inset 0px 0px 63px 15px rgba(0,0,0,0.75);


	}



	.frame-text {
		bottom: -30px;
		color: #fff;
		font: 14px "Open Sans","Lucida Sans",Arial,sans-serif;
		left: 0px;
		right: 0px;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		z-index: 5;

	}
/* Shortcodes */
	

	.title-divider {
		border-bottom:#e9e9e9 1px solid;
		width:100%;
		text-align:center;
		text-transform:uppercase;
		color:#222222;
		padding-bottom:5px;
		padding-top:80px;
		margin-bottom:50px;
		float:left;
	}
	
/* Divider */

	.divider{
		width: 100%;
		height: 17px;
		top: -5px;
		z-index: 1010;
		margin-bottom: -10px;	
		background-image: url(images/section-border.png);
		background-repeat: repeat-x;
}
	
/* retailers selection */

	.btn-retailer{
		height: 43px;
		width: 175px;
		background-image: url("/assets/buttons/small-7322464e65625d89184ee9edc5c174c8.png");
		border: 0px none;



	}
	
/* Accordion */

	.accordion {
		float:left;
		width:inherit;
	}
	
	.accordion dt {
		cursor: pointer;
		border-radius: 3px 3px 3px 3px;
		margin-bottom: 10px;
		padding-top: 10px;
		border-top:#e9e9e9 1px solid;
		transition:all 0.4s ease 0s;
		-moz-transition:all 0.4s ease 0s;
    	-webkit-transition:all 0.4s ease 0s;
    	-o-transition:all 0.4s ease 0s;
	}
	
	.accordion dt:first-child {
		border-top:none;
		padding-top: 0px;
	}
	
	.accordion .accordion-active {
		color:#222222;
	}
		
	.accordion dt span {
		font-size: 14px;
		line-height:24px;
	}
	
	.accordion dt span.accordion-status {
		height:20px;
		width:20px;
		padding:2px;
		background:url(images/plus.png) #999999 2px 2px no-repeat;
		background-size:20px 20px;
		float:left;
		margin-right:10px;
		border-radius: 2px;
	}
	
	.accordion dt.accordion-active span.accordion-status {
		background:url(images/minus.png) 2px 2px no-repeat;
		background-color:#222222;
		background-size:20px 20px;
	}
	
	.accordion-content {
		padding-bottom: 15px;
		padding-top: 5px;
		font-size: 13px;		
	}
	
/* Toggle */
	
	.toggle-wrap {
		float:left;
		width:100%;
	}

	.toggle-title {
		background: #e5e5e5;
		cursor: pointer;
		padding: 10px;
		border-radius: 3px;
		margin-bottom: 5px;
		display: block;
		font-size:13px;
	}
	
	.toggle-title a {
		color: #666;
		text-decoration: none;
	}
	
	.toggle-title a:hover {
		color:#222222;
	}
		
	.toggle_container {
		padding-bottom: 10px;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		font-size:13px;
	}
	
	.toggle-active {
		color:#fff;
		background: #222222;
	}
	
	.toggle-active a {
		color:#FFF;
	}
	
	.toggle-active a:hover {
		color:#FFF;
	}
	
/*  Tabs  */
	
	.tab-shortcode {
		float:left;
		width:100%;
	}
		
	ul.tabs { 
		overflow: hidden; 
		margin: 0px; 
	}
	
	ul.tabs li { 
		float: left; 
		margin: 0px; 
		list-style: none; 
	}
			
	ul.tabs li a {
		display: block;
		background-color: #e5e5e5;
		padding: 6px 20px;
		margin-right: 5px;
		border-radius: 2px 2px 0px 0px;
		color: #666;
		text-decoration: none;
		font-size:13px;
	}
			
	ul.tabs .tab-active a { 
		color: #fff; 
	}
			
	.tab_container {
		clear: both;
		padding: 20px 25px;
		margin-top:0px;
		background:#FFF;
		font-size:13px;
	}
	
	
/*  Dropcaps  */
	
	.dropcap-normal {
		font-family: 'Montserrat', sans-serif;
		float: left;
		font-size: 70px;
		font-weight: bold;
		line-height: 60px;
		margin: 0 8px 0 0;
	}
	
	.dropcap.dark {
		color: #FFFFFF;
	}
	
	.dropcap.round {
		border-radius: 3px;
	}
	
	.dropcap.square {
		border-radius: 50px;
	}
	
	.dropcap {
		font-family: 'Montserrat', sans-serif;
		display: block;
		float: left;
		font-size: 36px;
		margin: 6px 8px 0 0;
		text-align: center;
		text-transform: uppercase;
		line-height:50px;
		width:50px;
		height:50px;
	}
	
	
/*  List Styles  */
	
	
	.icons-ul li {
		color:#999999;
		margin-bottom:10px;
		font-size:14px;
	}
	
	.icons-ul li i{
		margin-right:7px;
	}
	
	.fa-ul {
		font-size:14px;
	}
	
	.fa-ul li {
		margin-bottom:10px;
	}
	
/*Underlord edition */

	.underlord-edition{
		position: relative;
		width: 23%;
		float: right;
		margin-right: 6%;
		margin-top:45px;
		color: #ffffff;

	}
	
/*  Buttons  */
	
	
	
	a.newave-button {
		border-radius:3px;	
		font-family: 'Montserrat', sans-serif;
		letter-spacing:0;
		text-transform:uppercase;
		display:inline-block;	
	}
	
	.small {
		font-size:12px;
		line-height:14px;
		padding:5px 9px 7px 9px;
		line-height:12px;
	}
	
	.medium {
		font-size:14px;
		line-height:14px;
		padding:10px 15px;
		line-height:14px;
	}
	
	.large {
		font-size:16px;
		line-height:14px;
		padding:15px 25px;
		line-height:16px
	}
	
	.grey {
		color:#FFF;
	}		
	
	.grey:hover {
		color:#FFF;
	}
	
	.color {
		color:#fff;
	}
	
	.color:hover {
		color:#fff;
	}
	
	.outline {
		background-color:none;
		border:2px solid #222222;
		color:#222222;
		line-height:10px!important;
	}		
	
	.outline:hover {
		background-color:#222222;
		color:#FFF;
	}
	
	.outline.white {
		background-color:none;
		border:2px solid #fff;
		color:#fff;
	}		
	
	.outline.white:hover {
		background-color:#fff;
		color:#222;
	}
	
	.rounded {
		border-radius:50px!important;
	}
	
	
	
/*  Font Awesome  */
	
	
	
	.the-icons li {
		font-size:14px;
		height: 40px;
		text-transform: capitalize;
	}
	
	.the-icons li i {
		font-size: 18px;
		margin-right: 10px;
		vertical-align: -2px;
		width: 35px;
	}
	
	



	
	


/* Section pages styles */

	section {
		position: relative;
		background-color:#f5f5f5;
		z-index: 1;
	}
	
	#home {
		height: 80%;
		position: relative;
		width: 100%;
	}
	
	#not-found {
		height: 100%;
		position: relative;
		width: 100%;
	}
	
	#home.parallax-slider {
		height:auto;
	}
	

	
	
	
	
	
	


/* Parallax Styles */

	.parallax {
		text-align: center;
		background-position: center center;
		background-repeat: no-repeat;

	}
	
	
	.parallax-move {
		text-align: center;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed !important;
	}
	
		.parallaxleft {
		text-align: left;
		background-position: center center;
		background-repeat: no-repeat;


	}
	
	
	
/* Home Pattern And Image Parallax */	
	

	.home-pattern {
		background:url(images/home_pattern.png) repeat;
		width:100%;
		height:100%;
	}
	
	.pattern-non {
		background:url(images/pattern.png) repeat;
		width:100%;
		height:100%;
	}
		
	#home-center {
		height: 100%;  
		display: table;
		position: absolute;
		top: 0;
		left:0;
		right:0;
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}	
	
	.div-align-center {
		display: table-cell;
		vertical-align: middle;
		text-align:center;
	}
	
	.ultralarge {
		color:#fff;
		text-align:center;
		font-family: 'Montserrat', sans-serif;
		font-size:100px;
		line-height:80px;
		letter-spacing:0;
	}
	
	.four-zero-four {
		color:#fff;
		text-align:center;
		font-family: 'Montserrat', sans-serif;
		font-size:180px;
		line-height:180px;
		letter-spacing:0;
	}
	
	.below-four-zero-four {
		margin-bottom:40px!important;
	}
	
	.text-slide-vertical {
		color:#fff;
		font-family: 'Montserrat', sans-serif;
		font-size:70px;
		text-transform:uppercase;
		width:100px!important;
		position:relative!important;
		
	}
	
	.text-slide-vertical li {
		line-height:100px;
	}
	
	.bullet {
		margin: 0 10px;
		opacity: 0.9;
		color:#fff;
	}
	
	.div-align-center p{
		margin-bottom:20px;
	}
	
	p.after-slider {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:30px;
		font-style:italic;
		text-align:center;
		padding-top:20px;
		margin-bottom:40px;
	}
	
	
	






/* Home Fullwidth Parallax Slider */


	ul.fullwidth-slider {
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #222222;
		z-index: 0;
		-webkit-backface-visibility: visible;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	ul.fullwidth-slider li.slide {
		position: relative;
		display: none;
		overflow: hidden;
		float: left;
		width: 100%;
		height: 100%;
		z-index: 0;
		background-attachment:absolute ;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-backface-visibility: visible;
	}
	
	ul.fullwidth-slider li.slide .caption {
		position: relative;
		height: 100%;
		width:100%;
	}
	
	ul.fullwidth-slider li.slide .caption .caption-inside {
		position: absolute;
		top: 0px;
		width:100%;  
	}
	
	ul.fullwidth-slider li.slide .caption .slide-caption {
		height: 100%;  
		z-index: 0;
		display: table;
		position: relative;
		top: 0;
		width:80%;
		margin-left:10%;
	  	margin-right:10%;  
	}
	
	ul.fullwidth-slider li.slide .caption .slide-caption .vertical-align-middle{
	  	display: table-cell;
	  	vertical-align: middle;
	  	text-align:center;
	}
	
	.vertical-align-middle p {
		margin:20px 0;
		color:#fff;
	}
	
	.vertical-align-middle.dark p, .vertical-align-middle.dark h1 {
		color:#222;
	}

	ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
		height: 700px;
	}
	
	.parallax-slider .bx-wrapper .bx-next {
		right:50px;
	}
	
	.parallax-slider .bx-wrapper .bx-prev {
		left:50px;
	}





/* Home Full Screen Slider */

	#fullscreen-slider {
		display:none;/* Only use this if you fade it in again after the images load */
	}
	
	#cycle-loader {
		height:32px;
		left:50%;
		margin:-8px 0 0 -8px;
		position:absolute;
		top:50%;
		width:32px;
		z-index:999;
	}
	
	#slider_left {
		top:50%;
		height:60px;
		position:absolute;
		left:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_right {
		top:50%;
		height:60px;
		position:absolute;
		right:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_left:hover, #slider_right:hover {
		margin-top:-28px;
	}
	#slider_left:active, #slider_right:active {
		margin-top:-28px;
	}
	
	.slide-content {
		height: 100%;  
		display: table;
		position: absolute;
		top: 0;
		left:0;
		right:0;
		width:80%;
		margin-left:10%;
		margin-right:10%;
	}
	
	.light {
		color:#fff!important;
	}
	
	.dark {
		color:#222222;
	}
	
	.slide-content h1 {
		color:inherit;
		font-size:100px;
		line-height:100px;
		margin:10px 0;
		letter-spacing:1px;
	}
	
	.georgia {	
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 30px;
		line-height:30px;
		font-style: italic;
		padding:10px 0;
	}
	
	.slide-content p {
		margin:10px 0;
	}
	
	.slide-content a {
		margin:10px 0;
	}
	
	
	
/* Home Full Screen Video */	
	

	
	.video-section {
		background-image: url('images/video-placeholder.jpg');
	}
	
	#video-volume {
		bottom: 30px;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 24px;
		margin-left: -10px;
		left:50%;
		position: absolute;
		width: 20px;
		z-index:10;
	}
	
	
	
	
	

	
/* Newsletter */


    
	
	#newsletter .container {
		padding-top:30px;
		padding-bottom:30px;
	}
	
	.newsletter-left {
		width:60%;
		float:left;
		height:50px
	}
	
	.newsletter-right {
		width:40%;
		float:left;
		text-align:right;
		height:40px;
		padding-top:10px;
	}
	
	.newsletter-right a {
		cursor:pointer;
	}
	
	#newsletter input[type="text"] {
		border: 0 none;
		color: #fff;
		font-family: 'Montserrat',sans-serif;
		font-size: 36px;
		line-height:50px;
		margin:0;
		height: 50px;
		padding:0px;
		text-transform: uppercase;
		width: 100%;
	}
	

/* Game Parallax*/	
	
	.game-feed {
 			border-bottom:5px solid #fff;
	}
	
	.game-feed .bx-wrapper {
		margin:30px 0 15px 0!important;

	}
	
	.gamegame-feed li, .game-feed li a {
		color:#fff!important;
		text-transform:none;
		font-size: 17.5px;
		font-family: 'Montserrat',sans-serif;
    	font-weight: 400;
	}
	
	.game-feed p {
		opacity:0.5;
	}
	
	.game-feed-icon img {
		width:60px;
		height:auto;
		opacity:0.7;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}
	
	.game-feed-icon img:hover {
		opacity:1;
	}
	
	.game-feed .bx-wrapper .bx-controls-direction a {
		width: 18px;
		height: 34px;
	}
	
	.accordion-inner {
		border: none;

	}

	.game-feed .bx-wrapper .bx-prev {
		left: 50%;
		margin-left:-30px;
		margin-top:90px;
		background: url(images/slider_left_white.png) no-repeat;
		background-size:18px 34px;
		opacity:0.5;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		z-index:0;	
	}
	

	.span10 p {	
	text-align: left;
	padding-left: 10px;
	}
	

	.span10 h2 {	
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	}
	.game-feed .bx-wrapper .bx-next {
		right: 50%;
		margin-right:-30px;
		margin-top:90px;	
		background: url(images/slider_right_white.png) no-repeat;
		background-size:18px 34px;
		opacity:0.5;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		z-index:0;	
	}
	
	.game-feed .bx-wrapper .bx-prev:hover, .game-feed .bx-wrapper .bx-next:hover {
		opacity:1;
	}
	
	.game-feed .bx-wrapper .bx-next:hover {
		background-position:0 0;
	}
	
	.game-feed {
		margin-bottom:70px;
	}
	


/* Project External */	

	#project-header {
		height:600px;
		z-index:1;
	}
	
	#project-header .container {
		height:inherit;
	}
	
	.table-header {
		display:table;
		position:relative;
		height:inherit;
		width:100%;
	}
	
	.table-left {
		width:50%;
		left:0;
		position:absolute;
		bottom:0;
	}
	
	.table-right {
		width:50%;
		text-align:left;
		position:relative;
		right:0;
		display:table-cell;
		vertical-align:middle
	}
	
	.table-header h2 {
		margin-bottom:25px;
	}
	
	.table-header p{
		margin-bottom:35px;
	}	
	
	#project-url {
		height:40px;
		background-color:#222222;
		text-align:center;
		position:relative;
		z-index:10;
	}
	
	#project-url .site a {
		color: #FFFFFF;
		display: block;
		font-family: Georgia;
		font-size: 13px;
		height: 40px;
		letter-spacing: 1px;
		line-height: 40px;
		overflow: hidden;
	}
	
	#project-url .site .group {
		display: block;
		width: 100%;
	}
	
	#project-url .site .group span {
		display: block;
		height: 40px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
	}
	
	#project-url .site:hover .text {
		display: block;
		margin-top:-40px;	
	}
	
	#project-url .site:hover .hover {
		display: block;
	}
	
	#project-info .section-title {
		margin-bottom:0;
	}
	
	#project-features {
		background-color:#fff;
	}
	
	#project-slider .container{
		padding-bottom:60px;
	}
	
	#project-slider .bx-wrapper {
		margin-bottom:60px!important;
	}
	
	#project-options {
		background:#fff;
	}
	
	#project-options h2 {
		margin:40px 0;
	}
	
	#project-options ul {
		margin-bottom:40px;
	}
	
	#project-options ul li {
		line-height:24px;
	}
	
	#project-counters {
		background-color:#222;
	}

	#project-counters .counters {
		margin-top:20px;
		width:1120px;
		margin:0 auto;
	}
	
	#project-counters .counters li {
		background: none ;
		border-radius: 3px 3px 3px 3px;
		color: rgba(255,255,255,0.5);
		font-family: 'Open Sans', serif;
		font-size: 14px;
		padding: 25px 0;
		text-align: center;
		text-transform: none;
	}
	
	#project-counters .counters li .count {
		border-radius: 3px 3px 3px 3px;
		color: #fff;
		font-family: 'Montserrat',sans-serif;
		font-size: 70px;
		padding: 25px 0;
		text-align: center;
		text-transform: uppercase;
		display:block;
	}

/* Shortcode call to action */	
	
	
	.call-action {
		color:#222222;
		text-transform:uppercase;
		width:100%;
		text-align:center;
		padding:60px 0;
		line-height:35px;
	}
	
	.call-action a {
		margin-left:20px;
	}
	
/* Footer */			
	
	
	footer {
		box-shadow: 0px -1px 5px rgba(0,0,0,0.15);
		z-index:100;
		position:relative;
		padding:40px 0;
		text-align:center;
		background-color: #000
	}
	
	footer ul.socials-icons {
		margin:10px 0 20px 0;
	}
	
	footer ul.socials-icons li {
		margin:0 10px;
	}
	
	#menu_top {
		height:50px;
		width:40px;
		border-radius:3px;
		left:50%;
		margin-left:-20px;
		margin-top:-65px;
		position:absolute;
		cursor:pointer;
	}
	
	#menu_top_inside {
		background-image:url(images/menu_bottom_top_bg.png);
		background-size:18px 11px;
		background-position: 0 0;
		height: 22px;
		left: 11px;
		position: absolute;
		top: 14px;
		transition: background-position 0.3s linear 0s;
		width: 18px;
	}
	
	#menu_top:hover #menu_top_inside {
		-webkit-animation: bottom_top_over .3s linear infinite;
		-moz-animation: bottom_top_over .3s linear infinite;
		-o-animation: bottom_top_over .3s linear infinite;
		animation: bottom_top_over .3s linear infinite;
	}

	@-webkit-keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	@-moz-keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	@keyframes bottom_top_over { 0% { background-position: 0px 0px; }  100% { background-position: 0px -11px; } }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* Blog */
	
	#blog-header {
		text-align:center;
		padding:80px 0 100px 0;
	}
	
	#blog {
		position:relative;
		width:100%;
	}
	
	#blog .container {
		margin-top:-50px;
		background-color:#FFF;
		top:-50px;
		padding:40px 40px 60px 40px;
		width:1100px!important;
		border-radius:3px;
	}
	
	#blog.masonry .container {
		margin-top:-50px;
		background-color:#FFF;
		top:-50px;
		padding:25px;
		width:1130px!important;
		border-radius:3px;
	}
	
	.blog-posts-content {
		width:800px;
		min-height:500px;
		float:left;
		margin-right:50px;
	}
	
	#blog.masonry .blog-posts-content {
		width:100%;
		min-height:500px;
		float:left;
		margin-right:50px;
	}
	
	.blog-post {
		float:left;
	}
	
	.blog-post.masonry {
		background-color:#f7f7f7;
		border:#ebebeb 1px solid;
		padding:20px;
		width:283px;
		margin:25px;
		border-radius:3px;
	}
	
	.blog-post.masonry-quote {
		margin:25px;
		width:325px;
	}
	
	.blog-post.masonry .post-content {
		width:100%;
	}
	
	.blog-post.masonry-quote .post-content {
		width:100%;
	}
	
	.type-date {
		width:50px;
		height:100px;
		margin-right:30px;
		float:left;
	}
	
	.blog-type {
		width:50px;
		height:50px;
		border-radius:3px;
		float:none;
	}
	
	.blog-date {
		text-align:center;
		text-transform:uppercase;
		width:50px;
		height:45px;
		padding-top:5px;
		background-color:#fff;
		float:none;
	}
	
	.post-content {
		width:720px;
		float:left;
	}
	
	.post-slider {
		margin-bottom:30px;
	}
	
	.blog-title {
		line-height:25px;
		margin-bottom:10px;
		text-transform:uppercase;
		color:#222222;
	}
	
	.blog-title a {
		text-transform:uppercase;
	}
	
	.blog-title a:hover {
	}
	
	.blog-meta {
		font-size:12px;
		line-height:13px;
		margin-bottom:20px;
	}
	
	.blog-border {
		height:2px;
		width:100px;
		background-color:#999999;
		opacity:0.8;
	}
	
	.blog-content {
		margin-top:35px;
		margin-bottom:20px;
	}
	
	.post-quote {
		padding:30px;
		border-radius:3px;
		transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}
	
	.post-quote:hover {
	}
	
	.post-quote h3 {
		color:#fff;
		text-transform:uppercase;
		line-height:30px;
		margin-bottom:15px;
	}
	
	.post-quote p {
		color:#fff;
		opacity:0.5;
	}
	
	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 10px;
		height: 0;
		overflow: hidden;
		margin-bottom:30px;
	}	

	.video-container iframe, .video-container object, .video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border:0;
	}
	
	hr {
		background-color:#e9e9e9;
		height:1px;
		width:100%;
		margin:60px 0;
		float:left;
		border:none!important;
	}
	
	.blog-content  h1, .blog-content  h2, .blog-content  h3, .blog-content  h4, .blog-content  h5 {
		text-transform:uppercase;
		color:#222222;
		margin-bottom:10px;
		margin-top:30px;
	}
	
	code {
		background-color: #F9F9F9;
		border: 1px solid #E9E9E9;
		clear: both;
		display: block;
		font: 12px "Andale Mono",Courier,"Courier New",monospace;
		margin-bottom: 20px;
		overflow: auto;
		padding: 0px 20px;
		margin:20px 0;
		white-space: pre;
		color:#222222;
	}
	
	blockquote {
		background-image: url("images/blockquote.png");
		background-size:21px 17px;
		background-position: left 8px;
		background-repeat: no-repeat;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 22px;
		font-style: italic;
		line-height: 30px;
		padding-left: 35px;
	}
	
	.blog_comments {
		border-bottom:1px solid #dfdfdf;
		margin-bottom:60px;
		padding-top:20px;
	}
	
	.blog_comments h4 {
		color: #222222;
		margin-bottom: 40px;
		text-transform:uppercase;
	}
	
	.user_comment {
		background: url("images/user.png") no-repeat scroll 0 0 transparent;
		color: #222222;
		margin-bottom: 40px;
		padding-left: 100px;
	}
	
	.comment-date {
		color: #ABABAB;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-style: italic;
		margin-bottom: 10px;
	}
	
	.comment-text {
		color: #999999;
	}
	
	.user_comment_reply {
		background: url("images/user.png") no-repeat scroll 0 0 transparent;
		color: #2B363C;
		margin-top: 40px;
		padding-left: 100px;
	}
	
	.comment_formular h4 {
		text-transform:uppercase;
		color:#222;
		margin-bottom:40px;
	}
	
	#commentsform input[type="text"], textarea {
		color: #999999;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		text-transform:uppercase;
		height: 20px;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 90%;
		background:#f5f5f5;
		border-radius:3px;
		margin-bottom:20px;
		border:0;
		box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	}
	
	#commentsform input[type=text]:focus, #commentsform textarea:focus, input[type=email]:focus {
		background-color: #e1e1e1;
	}
	
	#commentsform textarea {
		height:90px;
		resize:none;
	}
	
	
	
	
	
	
	
	
/* Sidebar */	
	
	#sidebar {
		width:250px;
		min-height:500px;
		float:left;
	}
	
	.widget {
		margin-bottom:60px;
		font-size:14px;		
	}	

	.heading h5 {
		margin-bottom:20px;
		text-transform:uppercase;
		color: #222222;
	}	

	input#search {
		background:url("images/zoom-search.png") no-repeat 10px 10px #f5f5f5;
		background-size:30px 30px;
		color: #999999;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		text-transform:uppercase;
		height: 20px;
		padding: 15px;
		padding-left:45px;
		width: 190px;
		border-radius:3px;
		border:0;
		box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		-o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	}
	
	input#search:focus {
		background:url("images/zoom-search.png") no-repeat 10px 10px #e1e1e1;
		background-size:30px 30px;
	}	

	#sidebar .widget_categories li {
		background: url("images/arrow-li.png") no-repeat scroll 0 22px transparent;
		background-size:5px 8px;
		border-bottom: 1px solid #dfdfdf;
		display: block;
		padding: 15px;
	}	

	#sidebar .widget_categories li:first-child {
		border-top: 1px solid #dfdfdf;
	}	

	#sidebar .widget_categories li a {
		color: #222222;
	}	

	#sidebar .widget_categories li a:hover {
	}	

	#sidebar .recent-posts li {
		border-top: 1px solid #dfdfdf;
		padding-top:12px;
	}	

	#sidebar .recent-posts p {
		padding-bottom:12px;
		font-size:12px;
	}	

	#sidebar .recent-posts {
		border-bottom: 1px solid #dfdfdf;
	}	

	#sidebar .recent-posts li a {
		color: #222222;
	}	

	#sidebar .recent-posts li a:hover {
	}	

	#sidebar .tags a {
		border-radius: 2px 2px 2px 2px;
		background-color:#222222;
		color: #FFFFFF !important;
		cursor: pointer;
		display: inline-block;
		float: left;
		font-size: 12px;
		margin: 5px 5px 0 0;
		padding: 7px 10px;
		position: relative;
		text-transform: capitalize;
	}	

	#sidebar .tags a:hover {
	}	

	#sidebar .widget_archives li {
		background: url("images/arrow-li.png") no-repeat scroll 0 22px transparent;
		background-size:5px 8px;
		border-bottom: 1px solid #dfdfdf;
		display: block;
		padding: 15px;
	}	

	#sidebar .widget_archives li:first-child {
		border-top: 1px solid #dfdfdf;
	}	

	#sidebar .widget_archives li a {
		color: #222222;
	}	

	#sidebar .widget_archives li a:hover {
	}
	
	
	
	
	
	
	
/* Posts Navigation */				
	
	.inner-navigation {
		margin-bottom:50px;
		margin-top:50px;
	}
	
	.inner-navigation.masonry {
		margin-left:50px;
		margin-right:50px;
		margin-bottom:50px;
		margin-top:50px;
	}
	
	.inner-navigation li a span {
		display:inline-block;
		margin-right:10px;
		width:30px;
		height:30px;
		border-radius:3px;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		float:left;		
	}
	
	.inner-navigation li {
		display:inline-block;
		width:110px;
		line-height:27px;		
	}
	
	
	.inner-navigation li:last-child a span {
		float:right;
		margin-left:10px;
		margin-right:0px;		
	}
	
	.inner-navigation li:last-child {
		float:right;		
	}
	
	.inner-navigation li a:hover span {
		color:#999;
	}
	
	.inner-navigation li a:hover {
		color:#999999;
	}
	
	








/* Responsive Media Querries */		

@media only screen and (max-width: 1300px) {	

	.container {
		width:920px;
	}
	
	.text-slide-vertical {
		font-size:60px;
	}
	
	.text-slide-vertical li {
		line-height:80px;
	}

	.small-screen-left, .small-screen-right {
		top: 100px;
		width: 300px;
	}
	
	.slide-content h1 {
		font-size:80px;
		line-height:80px;
	}
	
	.big-screen {
		width: 500px;
	}
	
	.our-team li {
		margin: 0 20px;
	}
	
	ul.technology li {
		padding: 30px 10px;
		width: 185px;
	}
	
	#blog .container {
		width: 920px!important;
	}
	
	.blog-posts-content {
		min-height: 100px;
		width: 680px;
		margin-right:40px;
	}
	
	.post-content {
		float: left;
		width: 600px;
	}
	
	#sidebar {
		width: 200px;
	}
	
	input#search {
		width: 140px;
	}
	
	.inner-navigation.masonry {
		margin: 50px 0px ;
	}
	
	#blog.masonry .container {
		width: 950px !important;
	}
	
	.blog-post.masonry {
		margin: 18px;
		width: 238px;
	}
	
	.blog-post.masonry-quote {
		margin: 18px;
		width: 280px;
	}
	
	#project-header {
		height: 500px;
	}
	
	#project-slider .bx-wrapper .bx-prev {
		left: -50px;
	}
	
	#project-slider .bx-wrapper .bx-next {
		right: -50px;
	}
	
	.project-page .bx-wrapper .bx-prev {
		left: -50px;
	}
	
	.project-page .bx-wrapper .bx-next {
		right: -50px;
	}
	
	#project-counters .counters {
		margin: 0 auto;
		width: 1040px;
	}
	
	
	
}


@media only screen and (max-width: 1024px) {
	
	
	.container {
		width:600px;
	}
	
	.text-slide-vertical {
		font-size:60px;
	}
	
	.text-slide-vertical li {
		line-height:80px;
	}
	
	.slide-content h1 {
		font-size:60px;
		line-height:60px;
	}
	
	ul.fullwidth-slider li.slide {
		background-position: center 0px!important;
	}
	
	ul.fullwidth-slider li.slide .caption .caption-inside {
		position: relative;
		width:100%;
		height:100%;  
	}
	
	#slider_left {
		top:90%;
		height:60px;
		position:absolute;
		left:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_right {
		top:90%;
		height:60px;
		position:absolute;
		right:50px;
		width:32px;
		z-index:1000;
		margin-top:-30px;
		cursor:pointer;
	}
	
	#slider_left:hover, #slider_right:hover {
		margin-top:-28px;
	}
	
	#slider_left:active, #slider_right:active {
		margin-top:-28px;
	}
	
	.ultralarge {
		font-size:80px;
		line-height:70px;
	}	
	
	.element_from_left {
		left: 0px;
		opacity: 1;
	}
	
	.element_from_right {
		right: 0px;
		opacity: 1;
	}
	
	.element_fade_in {
		opacity: 1;
		right: 0px;		
	}
	
	.parallax {
		background-position: center top !important;
		background-attachment: scroll !important;
		height: auto;
		margin: 0 auto;		
		width: 100%;
	}
	
	.one_half {
    	width: 100%;
	}	

	.one_third {
		width: 100%;
	}	

	.one_fourth {
		width: 100%;
	}	

	.one_fifth {
		width: 100%;
	}	

	.one_sixth {
		width: 100%;
	}	

	.two_fifth {
		width: 100%;
	}	

	.two_fourth {
		width: 100%;
	}		

	.two_third {
		width: 100%;
	}	

	.three_fifth {
		width: 100%;
	}	

	.three_fourth {
		width: 100%;
	}	

	.four_fifth {
		width: 100%;
	}	

	.five_sixth {
		width: 100%;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 20px;
		margin-right: 0%;
	}	
	
	.section-title {
		width:100%;
	}
	
	.small-screen-left, .small-screen-right {
		top: 40px;
		width: 200px;
	}
	
	.big-screen {
		width: 320px;
	}
	
	.service-item .right {
		float: left;
	}
	
	.service-item.text-right {
		text-align: left;
	}
	
	.service-item.text-right .fa-stack {
		margin-left: 0px;
		margin-right: 20px;
	}
	
	ul.technology li {
		padding: 30px 20px;
		width: 240px;
	}
	
	#portfolio-wrap .one-four {
		width: 50%;
	}
	
	#blog .container {
		width: 600px!important;
	}
	
	.blog-posts-content {
		min-height: 100px;
		width: 600px;
		margin-right:40px;
	}
	
	.post-content {
		float: left;
		width: 520px;
	}
	
	#sidebar {
		width: 600px;
		border-top:#E9E9E9 solid 1px;
		margin-top:60px;
		padding-top:60px;
	}
	
	input#search {
		width: 540px;
	}
	
	#blog.masonry .container {
		width: 630px !important;
	}
	
	.blog-post.masonry {
		background-color: #F7F7F7;
		border: 1px solid #EBEBEB;
		border-radius: 3px 3px 3px 3px;
		margin: 15px;
		padding: 20px;
		width: 243px;
	}
	
	.blog-post.masonry-quote {
		margin: 15px;
		width: 285px;
	}
	
	#project-header {
		height: 400px;
	}
	
	#project-counters .counters {
		margin: 0 auto;
		width: 100%;
	}
	
	.recent-post .blog-meta {
		display:none;
	}
	
	.price-table {
		width:49%;
	}
	
	.newsletter-left {
		width:100%;
		float:none;
		height:50px
	}
	
	#newsletter input[type="text"] {
		text-align:center;
	}
	
	.newsletter-right {
		width:100%;
		float:none;
		text-align:center;
		height:40px;
		padding-top:10px;
	}
	
	
	

}



/*

@media only screen and (max-width: 767px) {
	
	.container {
		width:400px;
	}
	
	.text-slide-vertical {
		font-size:30px;
	}
	
	.text-slide-vertical li {
		line-height:40px;
	}
	
	.slide-content h1 {
		font-size:40px;
		line-height:40px;
	}
	
	.ultralarge {
		font-size:60px;
		line-height:50px;
	}
	
	.big-screen {
		width: 100%;
	}
	
	.small-screen-left, .small-screen-right {
		width: 100%;
		top:0;
		position:relative;
	}
	
	.twitter-feed .bx-wrapper .bx-prev {
		margin-top: 120px;
	}
	.twitter-feed .bx-wrapper .bx-next {
		margin-top: 120px;
	}
	
	.service-item .fa-stack {
		margin-bottom:30px;
	}
	
	ul.technology li {
		padding: 30px 20px;
		width:inherit;
		margin:0;
		margin-bottom:20px;
	}
	
	#filters ul li {
		display: block;
		margin: 5px 60px;
	}	
	
	.company-phone a {
		font-size: 50px;
	}
	
	#blog .container {
		width: 400px!important;
	}
	
	.blog-posts-content {
		min-height: 100px;
		width: 400px;
		margin-right:40px;
	}
	
	.post-content {
		float: left;
		width: 320px;
	}
	
	#sidebar {
		width: 400px;
		border-top:#E9E9E9 solid 1px;
		margin-top:60px;
		padding-top:60px;
	}
	
	input#search {
		width: 340px;
	}
	
	#blog.masonry .container {
		width: 430px !important;
	}
	
	.blog-post.masonry {
		margin: 20px;
		width: 348px;
	}
	
	.blog-post.masonry-quote {
		margin: 20px;
		width: 390px;
	}
	
	.user_comment_reply {
		margin-left: -100px;
	}	
	
	#project-header {
		height: 300px;
	}
	
	.table-header p{
		display:none;
	}
	
	#project-counters .counters {
		margin: 0 auto;
		width: 100%;
	}
	
	.recent-post .recent-post-date {
		display:none;
	}
	
	.four-zero-four {
		font-size:100px;
		line-height:100px;
	}
	
	
	
	

}



@media only screen and (max-width: 479px) {
	
	.container {
		width:280px;
	}
	
	.text-slide-vertical {
		font-size:30px;
	}
	
	.text-slide-vertical li {
		line-height:40px;
	}
	
	.slide-content h1 {
		font-size:30px;
		line-height:30px;
	}
	
	.ultralarge {
		font-size:40px;
		line-height:30px;
	}
	
	ul.fullwidth-slider, ul.fullwidth-slider .caption-inside {
		height: 300px;
	}
	
	.our-team li {
		margin: 0 auto;
	}
	
	.twitter-feed .bx-wrapper .bx-prev {
		margin-top: 150px;
	}
	.twitter-feed .bx-wrapper .bx-next {
		margin-top: 150px;
	}
	
	.service-item .icon-stack {
		margin-bottom:60px;
	}
	
	#portfolio-wrap .one-four {
		width: 100%;
	}
	
	.company-phone a {
		font-size: 30px;
	}
	
	#map_canvas {
    	height: 250px;
	}
	
	.type-date {
		display:none;
	}
	
	#blog .container {
		width: 280px!important;
		padding:0px;
	}
	
	.blog-posts-content {
		min-height: 100px;
		width: 280px;
		margin-right:40px;
	}
	
	.post-content {
		float: left;
		padding: 20px;
		width: 240px;
	}
	
	#sidebar {
		width: 240px;
		padding: 20px;
		border-top:#E9E9E9 solid 1px;
		margin-top:60px;
		padding-top:60px;
	}
	
	input#search {
		width: 180px;
	}
	
	#blog.masonry .container {
		width: 280px !important;
		padding:0;
	}
	
	.blog-post.masonry {
		margin: 10px;
		width: 218px;
	}
	
	.blog-post.masonry .post-content {
		padding: 0;
	}
	
	.blog-post.masonry-quote {
		margin:10px;
		width: 260px;
	}
	
	.blog-post.masonry-quote .post-content {
		padding:0;
	}
	
	#project-header {
		height: 250px;
	}
	
	#project-counters .counters {
		margin: 0 auto;
		width: 100%;
	}
	
	#project-slider .bx-wrapper .bx-prev {
		display:none;
	}
	
	#project-slider .bx-wrapper .bx-next {
		display:none;
	}
	
	.project-page .bx-wrapper .bx-prev {
		display:none;
	}
	
	.project-page .bx-wrapper .bx-next {
		display:none;
	}
	
	#show {
		display:none!important;
	}
	
	.recent-post h5 {
		font-size:11px;
	}
	
	.price-table {
		width:98%;
	}
	
	#newsletter input[type="text"] {
		font-size:24px;
	}
	
}
*/

/* Navigation Style */
	
	#logo {
		background:url(../images/logo.png) 0 0px #222222;
		background-size:65px 65px;
		position:absolute;
		width:65px;
		height:65px;
		left:50%;
		margin-left:-32px;
		z-index:100;
		display:block;
	}
	
	#logo a{
		width:65px;
		height:65px;
		position:absolute;
	}
	
	.logo-back {
		transform: rotateY(-180deg);
	}

	#navigation-sticky-wrapper {
		height:85px;
	}

	.navbar-inner {
		background:url(./images/nav_bg.png) !important;
		background-repeat: no-repeat !important; 
		background-position: center !important;
		box-shadow: none !important;
		min-height: 85px;
		line-height: 87px !important;
		transition: all 0.3s ease-out 0s;
		border-bottom: none !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		z-index:10;	
	}

	.navbar-fixed-top {
		top: -20px !important; 

	}

	.navbar {
		position: relative;
	}
	
	.navbar .nav {
		width:100%;
		text-align:center;		
	}

	.navbar .nav > li {
		float:none;
		display:inline-block;


	}
	
	.navbar .nav > li.menu-1 {
		margin-right:90px;
	}
	
	.navbar .nav > li.menu-2 {
		margin-right:85px;
	}
	
	.navbar .nav > li.menu-3 {
		margin-right:80px;
	}
	
	.navbar .nav > li.menu-4 {
		margin-right:80px;
	}
	
	.navbar .nav > li.menu-5 {
		margin-right:100px;
	}
	
	.navbar .nav > li.menu-6 {
		margin-right:0px;
	}
	
	.navbar .nav > li.menu-7 {
		margin-right:0px;
	}
	
	.navbar .nav > li.menu-8 {
		margin-right:0px;
	}

	.navbar .nav > li > a {
		font-family: 'Mate SC', serif;
		text-transform:uppercase;
		font-weight:700;
		font-size:15px;
		color: #999999;
		display: block;
		height: 100%;
		transition: all 0.3s ease-out 0s;
		line-height: 25px;
		text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
	}
	
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		background: none;
		box-shadow: none;
		color: #fff;
		height: 100%;
		transition: all 0.3s ease-out 0s;	
	}
	
	.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
		color: #fff;
		text-decoration: none;
		height: 100%;
		transition: all 0.3s ease-out 0s;
	}	
	
	.navbar .show-menu {
		float: right;
		width:30px;
		margin: 7px 30px 7px 10px;
		height: 31px;
		padding:2px;
		background:url(./images/responsive-menu.png) no-repeat 2px 2px;
		background-size:30px 30px;
		cursor:pointer;
		border-radius:3px;
		opacity:0.7;
		display:none
	}
	
	.navbar .show-menu:hover {
		opacity:1;
	}
	
/*
	
@media only screen and (max-width: 1300px) {	

	.navbar .nav > li.menu-1 {
		margin-right:25px;
	}
	
	.navbar .nav > li.menu-2 {
		margin-right:25px;
	}
	
	.navbar .nav > li.menu-3 {
		margin-right:25px;
	}
	
	.navbar .nav > li.menu-4 {
		margin-right:90px;
	}
	
	.navbar .nav > li.menu-5 {
		margin-right:5px;
	}
	
	.navbar .nav > li.menu-6 {
		margin-right:5px;
	}
	
	.navbar .nav > li.menu-7 {
		margin-right:5px;
	}
	
	.navbar .nav > li.menu-8 {
		margin-right:0px;
	}
	
}


@media only screen and (max-width: 1024px) {
	
	.navbar-inner {
		min-height: 45px!important;
		padding:0!important;
	}
	
	.nav-collapse {
		background-color:#f5f5f5;
		padding:0px 30px;
	}
	
	.navbar .nav > li {
		display: inline-block;
		float: left;
		width:100%;
		border-bottom: 1px dotted #CCCCCC;
	}
	
	.navbar .nav > li:last-child {
		border-bottom:none;
	}
	
	.navbar .nav {
		text-align: left;
		width: 100%;
	}
	
	.navbar .nav > li > a {
		padding: 8px 0px;
		font-family: 'Open Sans',serif;
		font-size:12px;
	}
	
	.navbar .show-menu {
		display:block;
	}
	
	.navbar .nav-collapse .nav.pull-right {
		float: left;
		margin:10px 0;
	}
	
	
	

}





@media only screen and (max-width: 767px) {
	
}



@media only screen and (max-width: 479px) {
	
}	





