@charset "utf-8";
/* CSS Document */

/*------ Theme Color #f7c104 & #e7b506 ------*/

*,html,body,table,tr,td,ul,li,ol,p,b,div,form,input,img{margin:0px; padding:0px;}
td { padding:5px; border-color:#ccc; border:1px solid #ccc; }
@font-face {
    font-family: 'eurostileregular';
    src: url('eurosti_0-webfont.eot');
    src: url('eurosti_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('eurosti_0-webfont.woff') format('woff'),
         url('eurosti_0-webfont.ttf') format('truetype'),
         url('eurosti_0-webfont.svg#eurostileregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: 'eurostileregular';
	font-size:14px;
	font-style:normal;
	color:#1d2326;
	text-align:center;
}

img{
	border:0px;
	vertical-align:middle;
}

h1{
	color:#333333;
	font-family:"eurostileregular";
	font-size:26px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0px;
	text-align:center;
	padding:22px 0;
}

h1 span{
	font-weight:bold;
	color:#393939;
}

h2{
	font-family:"Myriad Pro";
	font-size:18px;
	padding:20px 0 5px;
	font-weight:normal;
	color:#0364c8;
}

p{
	line-height:20px;
	margin:5px 0px;
	letter-spacing:0.5px;
}

li{
	text-align:left;
}

/*.form_input{
	width:230px;
	padding:6px 10px;
	border:solid 1px #d4d4d4;
	color:#999999;
	margin:5px 0;
}*/

a{
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-decoration:none;
}

a:hover{
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.clear{
	clear:both;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}


/*----- Page CSS Start -----*/
.main{
	width:1000px;
	margin:0 auto;
}

.logo img{
	margin:18px 0 7px;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.contact_info{
	background:url(../images/contact-info.jpg) no-repeat left top;
	padding:3px 0 3px 20px;
	margin:10px 0 0;
	opacity:1;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

header{
	box-shadow:0 0 5px #CCC;
	background:#FFF;
	padding:0 0 5px;
	z-index:999;
	position:fixed;
	width:100%;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

header.shrink {
	background:#FFF;
}

header.shrink .logo img{
	width:150px;
	height:53px;
	margin:10px 0 5px;
}

header.shrink .contact_info{
	opacity:0;
	font-size:0px;
	margin:0;
}

header.shrink nav{margin:0 0 0;}

header.shrink nav li a{padding:0px 17px;}

/*------ Navigation ------*/

/*nav{
	margin:25px 0 0px 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

nav ul{
	list-style-type:none;
	float:right;
}

nav li{
	float:left;
	margin:0 0 0 10px;
	font-size:14px;
}

nav li a{
	background:#3bb9e9;
	padding:8px 20px;
	display:block;
	color:#fff;
	text-transform:uppercase;
	border-radius:4px;
	border:1px solid #28a2d1;
}

nav li a:hover{
	background:#FFF;
	color:#000;
	border:1px solid #999;
}

nav li ul{
	display:none;
}

nav li:hover ul{
	display:block;
	position:absolute;
	white-space:nowrap;
	margin-left:-1px;
}

nav li li{
	float:none;
	margin:0px;
	font-size:14px;
}*/

.banner_area{
	
	
}

.vision{
	padding:25px 0;
	line-height:22px;
	text-align:center;
	font-size:16px;
}
.inner-txt  { padding:25px 0;
	line-height:22px;
	font-size:15px;
	text-align:justify;
}
.inner-txt h1 { text-align:left; text-transform:capitalize; border-bottom:1px solid #03a9db;; padding:0 0 12px 0; !important }
.inner-txt p { 
	padding:10px 0 0 0; !important
}
.inner-txt ul { 
	margin:0 0 0 30px; padding:0; !important
}

.package { padding:0 0 30px; }

.read_more{
	margin:30px auto;
	width:160px;
}

.read_more a{
	background:#2cacec;
	padding:7px 0;
	display:block;
	color:#FFF;
	border-bottom:solid 3px #0088cc;
	text-shadow:1px 1px 2px #0088cc;
	font-size:18px;
	letter-spacing:0.9px;
}

.read_more a:hover{
	background:#0088cc;
	border-bottom:solid 3px #2cacec;
}

.function{
	background:url(../images/responsive-webdesign.jpg) no-repeat center top;
	padding:15px 0;
	width:1000px;
}

.prodess_box{
	width:250px;
	line-height:20px;
	color:#a3a3a3;
	text-align:center;
	float:left;
}

.prodess_box h1{
	font-size:16px;
	font-family:"Myriad Pro";
	text-transform:none;
	padding:0 0 5px;
}

.process_icon{
	background:#2cacec;
	padding:10px;
	border-radius:100%;
	margin:0 0 10px 95px;
	float:left;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.process_icon:hover{
	background:#0088cc;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.process_page_box{
	margin:25px 0 0;
	float:right;
}

.manage_page_box{
	margin:290px 0 0 15px;
	float:left;
}

.finalize_page_box{
	float:right;
	margin:280px 0 0;
}



/*------ Parallex ------*/
#com{ background:url(../images/paralex-scroll.png) no-repeat top left !important; width:314px; height:213px; float:left; margin:0px;}
#container{ background:url(../images/parallex-bg.jpg) center top fixed; padding:35px 0 50px; color:#FFF;}
#map{ background:url(../images/map.png) center top fixed; padding:30px 0 25px; color:#FFF;}

.right_parallex_matter{ padding:5px 0 0; text-align:center}
.technologies {  }
.technologies ul{
	list-style-type:none;
	 margin: 0 0 0 90px; !important
}
.technologies li{
	float:left;
	margin:0 20px;
	text-align:center; !important
}

.technologies li img{
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.technologies li img:hover{
	opacity:0.5;
}
#container h1{color:#FFF; }

.view_profile{
	width:195px;
	margin:15px auto;
}

.view_profile a{
	padding:5px 0;
	display:block;
	border:solid 1px #FFF;
	color:#FFF;
}

.view_profile a:hover{
	/*background:rgba(0,0,0,0.6);*/
	background:#fff;
	color:#000;
	opacity:0.6;
}




/*------ Clients Area ------*/

.clients_area{
	padding:15px 0;
	background:url(../images/clients/client-bg.jpg) repeat;
}

.clients_container{
	border-bottom:dashed 1px #2cacec;
	border-right:dashed 1px #2cacec;
	padding:15px 24px;
	float:left;
}

.bottom_client{
	border-bottom:0px;
}

.right_client{
	border-right:0px;
}

.clients_logo_home {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	display: block;
	overflow: hidden;
	position: relative;
}


.clients_logo_home .dark_section {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.clients_logo_home:hover .dark_section {
	opacity: 1;
}

.clients_logo_home .hover_display {
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color:#FFF;
	font-size:18px;
}
.clients_logo_home:hover .hover_display {
	margin-top: -20px;
	opacity: 1;
	top:60%;
	visibility: visible;
}

.hover_display a{
	font-size:14px;
	font-weight:bold;
	color:#0088cc;
	text-decoration:none;
}

.view_all_clients{
	width:210px;
	margin:15px auto;
}

.view_all_clients a{
	padding:10px 0;
	display:block;
	border:solid 1px #5e5e5e;
	color:#5e5e5e;
}

.view_all_clients a:hover{
	background:rgba(0,0,0,0.6);
	color:#FFF;
	
}

.send_enquiry { position: fixed; opacity: 1; right: 0px; bottom: 60px; }

/*----- Working Process -----*/

.working_process{
	padding:15px 0;
}

.process_area{
	background:url(../images/process-bg.jpg) no-repeat center top;
	border-top:solid 1px #F4F4F4;
	height:245px;
}

.process_box{
	width:200px;
	text-align:center;
	margin:35px 0 0 35px;
	line-height:20px;
	color:#a3a3a3;
	text-align:center;
	float:left;
}
.process_box_finalize{
	width:220px;
	text-align:center;
	margin:35px 0 0 10px;
	line-height:20px;
	color:#a3a3a3;
	text-align:center;
	float:left;
}
.process_box h1{
	font-size:18px;
	font-family:"Myriad Pro";
	text-transform:none;
	padding:0 0 5px;
	color:#0088cc;
}
.process_box_finalize h1{
	font-size:18px;
	font-family:"Myriad Pro";
	text-transform:none;
	padding:0 0 5px;
	color:#0088cc;
}

.process_box_alt{
	margin:125px 0 0 50px !important;
}
.process_box_alt1{
	margin:125px 0 0 30px !important;
}




/*------ Package Area ------*/
.package_area{
	padding:15px 0;
}

.package_box{
	width:22%;
	border:solid 1px #e7b506;
	float:left;
	margin:0 10px;
	border-radius:10px;
	padding:0 0 15px;
}

.package_box h1{
	background:#f7c104;
	color:#FFF;
	border-radius:10px 10px 0 0;
}

.package_box ul{
	list-style-type:none;
}

.package_box li{
	text-align:center;
	padding:10px 0;
	border-bottom:solid 1px #F2F2F2;
}

.package_box li span{
	color:#e7b506;
	font-weight:bold;
}


.addarea{
	 width:580px; height:300px;
	  float:left;
	  background:#82949f;
	   -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	  padding:15px;
	  margin:20px 0;
}
.addarea h2{ color:#FFF; font-size:25px; text-transform:uppercase; font-family:"Myriad Pro"; !important }
.addarea p{
	margin:0 0 5px 0;
	color:#FFF;
}
.addarea a{ color:#FFF; font-size:16px; }
.add-col { width:300px;}
.add-col1 { width:250px; margin-left:30px}
.add-row { padding:10px 0 10px 0; border-bottom:1px solid #788b96; }


/* form css */
.contact_form_cont{  margin:10px 0px 10px 0px; padding:10px 30px 20px 30px; width:280px; background:#c0c5c8; text-align:left; }	
.cont_head{ color:#000; font-size:28px; padding:10px 0 10px 0; font-family:"Myriad Pro"; font-weight:normal; }
.cont_left_area{width:290px; float:left; display: inline-block;  margin:0px 0px 0px 0px; padding:0 45px 0 0;}
#contact-form p {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0;
	line-height:20px;
	font-size:13px;
	text-align:left;
	padding:0 0 15px 0;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:90%;
	border:1px solid #eadbca;
	background:#FFF;
	margin:0 0 10px;
	padding:8px 10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width:50%;
	border:none;
	font-size:18px;
	background:#333;
	color:#FFF;
	padding:7px;
	border-radius:5px;
	margin-top:2px;
	line-height:25px;
	font-weight:normal;
}

#contact-form button[type="submit"]:hover {
	background:#1295cc;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #eadbca;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}
/* end form css */


/*------ Services ------*/
.services_area{
	padding:15px 0;
}

.services_offered{
	width:450px;
	float:left;
}

.services_offered ul{
	list-style-type:none;
}

.services_offered li{
	padding:15px 0;
	border-bottom:dashed 1px #CCCCCC;
	line-height:22px;
}

.services_offered li span{
	color:#0088cc;
	font-weight:bold;
}


.packagelink { text-align:center; margin:30px 0 10px 0; font-size:18px; color:#0096d2;}
.packagelink a { text-align:center; margin:5px 0 10px 0; color:#fff; font-size:16px; font-weight:bold; background:#000; padding:10px 20px; border-radius:5px; }
.packagelink a:hover { background:#0096d2; }
.packagelink p { padding:25px 0 0 0;  }


/*------ Form -----*/

.form_input{
	padding:3px 10px;
	background:#FFF;
	border-radius:5px;
	border:solid 1px #F4F4F4;
	box-shadow:inset 0 0 5px #CCCCCC;
	height:35px;
	width:450px;
}

.footer h1{
	color:#FFF;
}

.footer ul{
	list-style-type:none;
	float:left;
	margin:0 14px;
}

.footer li{
	margin:0 0 15px 0;
}

.text_area{
	height:151px;
}

.submit_btn{
	background:#0088cc;
	padding:10px 55px;
	cursor:pointer;
	color:#FFF;
	font-size:18px;
	font-family:"Myriad Pro";
	border:0px;
	margin:5px 0;
	border-bottom:solid 3px #2cacec;
	text-shadow:1px 1px 2px #2cacec;
}

.submit_btn:hover{
	background:#2cacec;
	border-bottom:solid 3px #0088cc;
	text-shadow:1px 1px 2px #0088cc;
}


/*------ Footer_section ------*/

.footer_strip{
	background:url(../images/footer-bg.jpg) repeat;
	padding:15px 0;
}

.footer_strip p{
	margin:12px 0 0;
	color:#999;
}


.social ul{
	list-style-type:none;
	float:right;
}

.social li{
	float:left;
	margin:0 4px;
}

.social li img{
	opacity:0.3;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.social li img:hover{
	opacity:0.8;
}


.gotop {
	position:fixed;
	right:15px;
	bottom:0px;
	opacity:.9;
	padding:0;
	color:#fff;
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	z-index:999;
	transition:all 300ms;
	-webkit-transition:all 300ms
}
.gotop:hover {
	color:#eee;
	opacity:.5
}
.gotop.hidden {
	display:none;
	opacity:0
}
a.gotop {
	text-decoration:none!important
}


/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
#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;
  /*z-index:999;*/
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  margin-top:15px;
  font-family: Montserrat, sans-serif;
	
}
#cssmenu > ul > li {
  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: 11px 22px;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
   background:#1295cc;
}
#cssmenu > ul > li.current > a {
  color: #ffffff;
   background:#1295cc;
}
#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: 18px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 15px;
  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;
}
#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 #94c7dd;
  padding: 11px 15px;
  width: 260px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: #1295cc;
}
#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;
  background:#37b4e8;
}
#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 {
    width: 100%;
	border-bottom:none;
  }
  #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: #666;
    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: 11px 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
	background:#636363;
	margin-top:5px;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 17px;
    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: 11px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 17px;
    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: 17px;
    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: 34px;
    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: 18px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #999;
    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: 15px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #999;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}