 /* menu css start */
/* header */

.header {
  background-color:#142c8e;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  width: 100%;
  z-index: 3;
}



.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}




.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 10px 10px;
  position: relative;
  user-select: none;
  height: 35px;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 473px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.fbimg{background: url(http://syrpartyinthesquare.com/images/facebook.png); background-size: contain;background-repeat: no-repeat; margin-left: 20px;}
.parttxtmob{ display:none;}

 
 .header li a { color:#FFFFFF !important;}
 


@media only screen and (max-width: 1600px) and (min-width: 750px)  {

 .header li {
    float: left;
	list-style: none;
	line-height: 20px;
    margin-top: 15px;
  }
  .header li a {
    padding: 0px 9px !important;
	font-size: 14px !important;
  }
}



@media (min-width: 48em) {
  .header li {
    float: left;
	list-style: none;
	line-height: 20px;
    margin-top: 15px;
  }
  .header li a {
    padding: 0px 12px;
  }
  .header .menu {
   clear: both;
max-height: none;
justify-content: center;
  }
  .header .menu-icon {
    display: none;
  }
}


  @media screen and (max-width: 600px){
  /* menu css start */
.menu { text-align:center; height: auto !important; display: block !important; border-top:1px solid  #003366 !important;}

.header li a {
  color: white !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

.header li{ border-bottom:1px solid  #003366 !important; }

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #142c8e !important;
}


/* menu css start */

.parttxtmob{ display:block !important; font-size: 20px;
text-transform: uppercase;
color: white;
margin-left: 20px;
margin-top: 20px;
padding-top: 0px;
position: absolute;}
  }