	@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
		
		body {
			 font-size: 1.2em;
			 font-family: "Open Sans", sans-serif;
			 color: #2c343b;
			 background-color: #f7efeb;
			 }
ul li{font-family: "Open Sans", sans-serif;}
		a{
			text-decoration: none;
			color: #f03e30;
		}

		strong{font-weight: 800!important;}
			
		a:hover{
				color: #444;
			}
			
			header{background:#242021;}
		img {
			max-width: 100%;}

		.bullets{font-size: 1em;
			 font-family: "Open Sans", sans-serif;list-style: disc;padding-left:20px;line-height:1.5em;}
.featured-roofs li{width:150px;height:150px;margin-right:20px;margin-bottom:20px;padding:10px 10px 25px 10px;float:left;background:#242021;text-align:center;display:block;color:white;}
	/* Header Items */

		#logo{
			display: inline-block;
			margin-top: 0;
			padding: 0px;
			margin-bottom: 10px;
			}
			
		#logo a{
			color: #111;}
			
		.navbar{
			width: 100%;
			height: 50px;
			background-color: #000;
			margin-top: -60px;}
			
		.phone {
			float: right;
			padding: 20px;}	
		
		.quote{
			float: right;}	
		.bbblogo{left:48%;top:10px;height:150px;position:absolute}

		/* Work page */
		.work-item{
			position: relative;
	overflow: hidden;
	cursor: pointer;
}

.work-item img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	filter: grayscale(100%);
}

.work-item:hover img {
		-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	filter: grayscale(0%);
}

/* Navigation Menu */

		#nav
		{
			width: 100%;
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			margin-left: auto;
			margin-right: auto;
			z-index: 9999;
			
			}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
				list-style-type: none;
			}
				#nav li a
				{
					color: #fff;
					display: block;
					text-decoration: none;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #333;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				height: 3em; 
				background-color: #111;
				
			}
				#nav > ul > li
				{
					width: 20%; /*value depends on how many top level menu items */
					height: 100%;
					margin: 0 auto;
					float: left;
				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 1em; 
						line-height: 2.8em; 
						text-align: center;
						letter-spacing: 1px;
						font-weight:700;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: 1px solid #333;
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #333;
						}


				/* second level */

				#nav li ul
				{
					background-color: #111;
					display: none;
					position: absolute;
					top: 100%;
					z-index: 999;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							font-size: 1.em; 
							border-top: 1px solid #333;
							font-weight: bold;
							padding: 1em; 
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #666;
							}

							
/* Reusable Elements */
		
		.container {
			max-width: 1200px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}		
		
		.clearfix::after{
			content: '';
			display: table;
			clear: both;
		}
		
		.onethird{
		width: 29%;
		margin: 1%;
		padding: 1%;
		float: left;
		}
		
		.onefourth{
		width: 21%;
		margin: 1%;
		padding: 1%;
		float: left;
		}
		
		.onehalf{
		width: 48%;
		margin: 1%;
		float: left;
		}
		.onehalfgal{float:left;width:50%;}
		
		.twothirds{
		width: 64%;
		margin: 1%;
		float: left;
		}
		
		.right {
		text-align: right;
		margin-top: -15px;
		}		
		
		.onefourthlast{
		width: 21%;
		margin: 1%;
		padding: 1%;
		float: left;
		margin-top: -100px;
		}


		.btn {
		  display: inline-block;
		  padding: 12px 18px;
		  margin-top: .8em;
		  margin-bottom: 20px;
		  background-color: #f03e30;
		  font-size: 12px;
		  font-weight: 700;
		  font-family: 'Open Sans', Sans-Serif;
		  letter-spacing: 1px;
		  color: #ffffff;
		  text-transform: uppercase;
		  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
		  -webkit-transition: background-color 0.2s;
		  -moz-transition: background-color 0.2s;
		  transition: background-color 0.2s;
		  text-align: center; 
		}


		.btn:hover {
		  background-color: #111;
		  color: #fff;
		}
		
		.icons {
		color: #f03e30;}
		
		.page-img {float:right;margin-left:20px}
		

/* Typography */

	.intro h1{
		font-size: 2em; 
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase; 
		letter-spacing: 3px; 
		font-weight: 800;
		text-align: center;
		margin-top: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
		}
	
	.intro h3{
		margin: 10px 0 30px 0;
		font-family: 'Open Sans', sans-serif;
		font-size: 1.2em;
		text-align: center;
		font-weight: 400;
		color: #f03e30;
		}
	
	.intro p {
		font-size: 1em; 
		font-family: 'Open Sans', sans-serif;
		line-height: 1.5em;
		}
	
	.container p {
		font-size: 1em; 
		font-family: 'Open Sans', sans-serif;
		line-height: 1.5em;
		margin-bottom: 20px;
		}

	.boldheading{
		font-family: 'Open Sans', sans-serif;
		font-weight:700;
		font-size: 1.8em;
	}	

	.lightheading{
		font-family: 'Open Sans', sans-serif;
		font-weight:300;
	}
	
	.phone p{
		font-family: 'Open Sans', sans-serif;
		font-weight:700;
		color: #fff;
		font-size: 1em;
	}
	
	.onethird h2, .twothirds h2 {
		font-size: 1.4em;
		font-family: "Open Sans", sans-serif;	
		font-weight: 700;
		margin-top: 20px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
		}	

	.onefourth h2{
		font-size: 1.3em;
		font-family: "Open Sans", sans-serif;	
		font-weight: 700;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
		color: #f03e30;
			}
		
	.onethird p, .twothirds p{
		font-size: 0.9em;
		line-height:1.5em;
		font-family: "Open Sans", sans-serif;
		color: #2c343b;
		padding: 15px 0 15px 0;
		}	
	
	
	/* Parallax Section */
	.parallax { 
		background: url('../img/parallax.jpg') no-repeat center center; 
		-webkit-background-size: cover; 
		-moz-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover; 
		background-attachment: fixed; 
		padding: 0 0 100px 0;
		
	}

	.parallax h1 { 
		color: #fff; font-size: 40px; 
		text-transform: uppercase; 
		letter-spacing: 3px; 
		text-align: center;
		font-weight: 700; 
		font-family: 'Open Sans', sans-serif;  
		text-shadow: 1px 1px 0 #0F0F0F;}

	.parallax h1 span {
		display: block;
		font-size: 15px; 
		margin-top: 20px; 
		letter-spacing: 2px; 
		font-family: 'open sans', sans-serif; 
		font-weight: 300;
	}
	
	
	/* Slider */
	
	.banner {
		position: relative;
		width: 100%;
		overflow: auto;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		color: rgba(255,255,255,.6);
		text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
		box-shadow: 0 1px 2px rgba(0,0,0,.25);
	}
	
	.banner ul {
		list-style: none;
		width: 300%;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		height: 450px;
		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}
	
	.banner h1, .banner h2 {
		font-size: 40px;
		font-family: 'Open Sans', sans-serif;
		line-height: 52px;
		margin-top: 10%;
		text-align: center;
		color: #fff;
		text-shadow:  0 1px 2px rgba(0,0,0,.9);
		font-weight: 700;
	}
	
	.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	
		
	}
		.banner .btn:hover {
			background: rgba(0,0,0,.8);
			color: #fff;
		}
		
		
	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}
	
	
	
	/* Form */
	.form{
		background-color: rgba(0,0,0,0.5);
		padding: 20px 20px 0 20px;
		font-family: 'Open Sans', sans-serif;
		font-size: 0.8em;
		margin-bottom:100px;
	}
	
	.form h1 {
		text-transform: uppercase;
		color: #f03e30;
		font-size: 2.2em;
		letter-spacing: 2px;
		text-align:center;
		padding: 10px;
		margin-top: 20px;
		border-bottom: 1px solid #222;
		margin-bottom: 10px;
		font-weight: bold;}
	
	.form h3 {
		color: #fff;
		font-size: 1em;
		text-align: center;
		margin: 15px;
		padding-bottom: 20px;
		font-weight: 300;
		letter-spacing: 1px;
	}
	
	
	label {   
		display:block;
		margin-top:20px;
		letter-spacing:2px;
		color: #000;
		font-family: "Open Sans", sans-serif!important;
		font-weight: 800;
	}


	form {
    margin:0 auto;
	padding-left: 20px;
	max-width: 90%;
	}


	input, textarea, file {
		width: 80%;
		height:5px;
		background-color:#efefef;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		padding: 20px;
		font-size:0.9em;
		color:#3a3a3a;
		font-family: 'Open Sans', sans-serif;
		max-width: 90%;
		margin: 20px;
	}

	input:focus, textarea:focus {
		border:1px solid #11b3a8;
	}

	
	textarea 
	{
		height:80px;
		background-color: #efefef;
	}



	#submit {
		display: inline-block;
		padding: 15px 10px 30px 10px;
		width: 130px;
		margin-top: .8em;
		background-color: #333;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 1px;
		color: #fff;
		border: none;
		text-transform: uppercase;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
		-webkit-appearance: none;
	}

	#submit:hover {
		color:#fff;
		background-color: #f03e30;
		

	}
	
	/* Footer */
	
	.footer {
		width: 100%;
		background-color: #111;
		font-family: 'Open Sans', sans-serif;
		font-size: 0.8em;
		letter-spacing: 1px;
		color: #fff;
		margin-top: 30px;
	}

	.footer p{margin-bottom: 0;}
	
	
	/*Icons */
	
	.facebook {
	margin: 10px 5px;
	padding: 8px 15px;
	font-size: 1.2em;
	background-color: #f03e30;
	color: #fff;}
	
	.facebook:hover{
	background-color: #3b5998;}
	
	.twitter{
	margin: 10px 5px;
	padding: 8px 12px;
	font-size: 1.2em;
	background-color: #f03e30;
	color: #fff;}
	
	.twitter:hover {
	background-color:#00aced;}
	
	.gplus{
	margin: 10px 5px;
	padding: 8px 12px;
	font-size: 1.2em;
	background-color: #f03e30;
	color: #fff;}
	
	.gplus:hover{
	background-color:#2d2d2d;}
	
	
	/* Back to Top */
	.cd-top {
	  display: inline-block;
	  height: 40px;
	  width: 40px;
	  position: fixed;
	  bottom: 40px;
	  right: 10px;
	  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	  /* image replacement properties */
	  overflow: hidden;
	  text-indent: 100%;
	  white-space: nowrap;
	  background: rgba(240, 62, 48, 0.9) url(../img/top-arrow.png) no-repeat center 50%;
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
	  -moz-transition: opacity .3s 0s, visibility 0s .3s;
	  transition: opacity .3s 0s, visibility 0s .3s;
	  z-index: 1;
	}
	.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
	  -moz-transition: opacity .3s 0s, visibility 0s 0s;
	  transition: opacity .3s 0s, visibility 0s 0s;
	}
	.cd-top.cd-is-visible {
	  /* the button becomes visible */
	  visibility: visible;
	  opacity: 1;
	}
	.cd-top.cd-fade-out {
	  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	  opacity: .7;
	}
	.no-touch .cd-top:hover {
	  background-color: #f03e30;
	  opacity: 1;
	}


/* Media queries */

		@media only screen and ( max-width: 1000px ) 
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
				display:block;
			}
		}
		

		
		
		@media only screen and ( max-width: 768px ) {
		
		.onethird, .onefourth, .twothirds, .onehalf, .onehalfgal{
		width: 90%;
		padding: 3%;
		}
	
		.phone{
		
		}
		.onethird img{
				margin-left: 20%;
				}
				
				.onethird h2{
				text-align: center;}
		
		.onefourth span{
			margin-left: 40%;
		}
		
		.onefourthlast{
		margin-top: 0px;
		width: 100%;
		}
		}
		
		
		
		@media only screen and ( max-width: 640px)
		{
			html
			{
				font-size: 75%;
			}
		
			.onefourth span{
			margin-left: 30%;
		}
			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
				#nav > a
				{
					width: 3.125em;
					height: 3.125em; 
					text-align: left;
					text-indent: -9999px;
					background-color: #111;
					position: relative;
					
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level nav*/

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #333;
						}


				/* second level nav */

				#nav li ul
				{
					position: static;
					padding: 1.25em;
					padding-top: 0;
				}
				
				.onethird img{
				margin-left: 10%;
				}
				
				.right{
				text-align:left;
				margin-top: 10px;}
		}
		
		@media only screen and (min-width: 1000px) {
  .cd-top {
    right: 20px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
  }
@media only screen and (max-width:940px){
	.bbblogo{left:48%;top:60px;height:100px;position:absolute}
}		


	/* Nav */	
	
		#cssmenu,
		#cssmenu ul,
		#cssmenu ul li,
		#cssmenu ul li a,
		#cssmenu #menu-button {
		  margin: 0;
		  padding: 0;
		  border: 0;
		  list-style: none;
		  line-height: 1;
		  display: block;
		  position: relative;
		  -webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		}
	#cssmenu ul li a{
	border: 1px solid #333;
}
	#cssmenu ul li a:hover{
background: #333;
}
		#cssmenu:after,
		#cssmenu > ul:after {
		  content: ".";
		  display: block;
		  clear: both;
		  visibility: hidden;
		  line-height: 0;
		  height: 0;
		}
		#cssmenu #menu-button {
		  display: none;
		}
		#cssmenu {
		  font-family: Montserrat, sans-serif;
		
		}
		#cssmenu > ul > li {
		  width: 20%; /*value depends on how many top level menu items */
					height: 100%;
					margin: 0 auto;
					float: left;
		}
		#cssmenu.align-center > ul {
		  font-size: 0;
		  text-align: center;
		}
		#cssmenu.align-center > ul > li {
		  display: inline-block;
		  float: none;
		}
		#cssmenu.align-center ul ul {
		  text-align: left;
		}
		#cssmenu.align-right > ul > li {
		  float: right;
		}
		#cssmenu > ul > li > a {
		  padding: 17px;
		  font-size: 13px;
		  letter-spacing: 1px;
		  text-decoration: none;
		  color: #dddddd;
		  font-weight: 700;
		  text-transform: uppercase;
		}
		#cssmenu > ul > li:hover > a {
		  color: #ffffff;
		}
		#cssmenu > ul > li.has-sub > a {
		  padding-right: 30px;
		}
		#cssmenu > ul > li.has-sub > a:after {
		  position: absolute;
		  top: 22px;
		  right: 11px;
		  width: 8px;
		  height: 2px;
		  display: block;
		  background: #dddddd;
		  content: '';
		}
		#cssmenu > ul > li.has-sub > a:before {
		  position: absolute;
		  top: 19px;
		  right: 14px;
		  display: block;
		  width: 2px;
		  height: 8px;
		  background: #dddddd;
		  content: '';
		  -webkit-transition: all .25s ease;
		  -moz-transition: all .25s ease;
		  -ms-transition: all .25s ease;
		  -o-transition: all .25s ease;
		  transition: all .25s ease;
		}
		#cssmenu > ul > li.has-sub:hover > a:before {
		  top: 23px;
		  height: 0;
		}
		#cssmenu ul ul {
		  position: absolute;
		  left: -9999px;
		  z-index: 9999;
		}
		#cssmenu.align-right ul ul {
		  text-align: right;
		}
		#cssmenu ul ul li {
		  height: 0;
		  -webkit-transition: all .25s ease;
		  -moz-transition: all .25s ease;
		  -ms-transition: all .25s ease;
		  -o-transition: all .25s ease;
		  transition: all .25s ease;
		}
		#cssmenu li:hover > ul {
		  left: auto;
		}
		#cssmenu.align-right li:hover > ul {
		  left: auto;
		  right: 0;
		}
		#cssmenu li:hover > ul > li {
		  height: 35px;
		}
		#cssmenu ul ul ul {
		  margin-left: 100%;
		  top: 0;
		}
		#cssmenu.align-right ul ul ul {
		  margin-left: 0;
		  margin-right: 100%;
		}
		#cssmenu ul ul li a {
		  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
		  padding: 11px 15px;
		  width: 230px;
		  font-size: 14px;
		  text-decoration: none;
		  color: #dddddd;
		  font-weight: 400;
		  background: #333333;
		}
		#cssmenu ul ul li:last-child > a,
		#cssmenu ul ul li.last-item > a {
		  border-bottom: 0;
		}
		#cssmenu ul ul li:hover > a,
		#cssmenu ul ul li a:hover {
		  color: #ffffff;
		}
		#cssmenu ul ul li.has-sub > a:after {
		  position: absolute;
		  top: 16px;
		  right: 11px;
		  width: 8px;
		  height: 2px;
		  display: block;
		  background: #dddddd;
		  content: '';
		}
		#cssmenu.align-right ul ul li.has-sub > a:after {
		  right: auto;
		  left: 11px;
		}
		#cssmenu ul ul li.has-sub > a:before {
		  position: absolute;
		  top: 13px;
		  right: 14px;
		  display: block;
		  width: 2px;
		  height: 8px;
		  background: #dddddd;
		  content: '';
		  -webkit-transition: all .25s ease;
		  -moz-transition: all .25s ease;
		  -ms-transition: all .25s ease;
		  -o-transition: all .25s ease;
		  transition: all .25s ease;
		}
		#cssmenu.align-right ul ul li.has-sub > a:before {
		  right: auto;
		  left: 14px;
		}
		#cssmenu ul ul > li.has-sub:hover > a:before {
		  top: 17px;
		  height: 0;
		}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	  #cssmenu {
	  	margin-top:50px;
		width: 100%;
	  }
	  #cssmenu ul {
		width: 100%;
		display: none;
	  }
	  #cssmenu.align-center > ul {
		text-align: left;
	  }
	  #cssmenu ul li {
		width: 100%;
		border-top: 1px solid rgba(120, 120, 120, 0.2);
	  }
	  #cssmenu ul ul li,
	  #cssmenu li:hover > ul > li {
		height: auto;
	  }
	  #cssmenu ul li a,
	  #cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
	  }
	  #cssmenu > ul > li {
		float: none;
	  }
	  #cssmenu ul ul li a {
		padding-left: 25px;
	  }
	  #cssmenu ul ul ul li a {
		padding-left: 35px;
	  }
	  #cssmenu ul ul li a {
		color: #dddddd;
		background: none;
	  }
	  #cssmenu ul ul li:hover > a,
	  #cssmenu ul ul li.active > a {
		color: #ffffff;
	  }
	  #cssmenu ul ul,
	  #cssmenu ul ul ul,
	  #cssmenu.align-right ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	  }
	  #cssmenu > ul > li.has-sub > a:after,
	  #cssmenu > ul > li.has-sub > a:before,
	  #cssmenu ul ul > li.has-sub > a:after,
	  #cssmenu ul ul > li.has-sub > a:before {
		display: none;
	  }
	  #cssmenu #menu-button {
		display: block;
		padding: 17px;
		color: #dddddd;
		cursor: pointer;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700;
	  }
	  #cssmenu #menu-button:after {
		position: absolute;
		top: 22px;
		right: 17px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		content: '';
	  }
	  #cssmenu #menu-button:before {
		position: absolute;
		top: 16px;
		right: 17px;
		display: block;
		height: 2px;
		width: 20px;
		background: #dddddd;
		content: '';
	  }
	  #cssmenu #menu-button.menu-opened:after {
		top: 23px;
		border: 0;
		height: 2px;
		width: 15px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	  }
	  #cssmenu #menu-button.menu-opened:before {
		top: 23px;
		background: #ffffff;
		width: 15px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	  }
	  #cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.2);
		height: 46px;
		width: 46px;
		cursor: pointer;
	  }
	  #cssmenu .submenu-button.submenu-opened {
		background: #262626;
	  }
	  #cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	  }
	  #cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #dddddd;
		content: '';
	  }
	  #cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	  }
	  #cssmenu .submenu-button.submenu-opened:after {
		background: #ffffff;
	  }
	  #cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #dddddd;
		content: '';
	  }
	  #cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	  }
	  #cssmenu .submenu-button.submenu-opened:before {
		display: none;
	  }
}

@media all and (max-width: 375px) {
.phone{
float:none;
position: absolute;
top:0;
right:0;
}

}