@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#responsivemenu,
#responsivemenu ul,
#responsivemenu ul li,
#responsivemenu ul li a,
#responsivemenu #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;
  	
  
}
#responsivemenu:after,
#responsivemenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;

}
#responsivemenu #menu-button {
   display: none;
	
}

.main-nav{
	
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	/*border-radius: 15px 0px;*/
    float: right;
    margin-right: -12px;
    margin-top: 15px;

	
}

#responsivemenu {
  	color: #fff;
	float: left;
	font-family: "Open Sans",sans-serif;
	padding-top:10px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	-webkit-transition: 0.3s; /*Chrome 4.0 ve önceki tarayıcılar  + Safari 3.1 ve önceki tarayıcılar  */
	-moz-transition: 0.3s; /* Mozilla 4.0 ve önceki tarayıcılar */
	-ms-transition: 0.3s; /* Internet Explorer. */
	-o-transition: 0.3s; /* Opera 10.5 ve öncesi için */
	transition: 0.3s; /* Yeni tarayıcıların desteklediği */
float: right;


}

#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
 background:#ff0606 none repeat scroll 0 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.50s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
 
  
  
}

.active     {

 background: (188, 60, 56, 0.9) none repeat scroll 0 0;
  color:#fff;
}


#responsivemenu > ul > li {
  float: left;
  
}

/*
#menu-main-menu li#responsivemenu  {
    background:  url(../../images/menuRight.png) no-repeat scroll right 0;
    height: 85px;
    position: relative;
    padding-right: 1px;
}
*/
#responsivemenu.align-center > ul {
  font-size: 0;
  text-align: center;
  
}
#responsivemenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#responsivemenu.align-center ul ul {
  text-align: left;
  
}
#responsivemenu.align-right > ul > li {
  float: right;
   border-right: 1px  solid #181818
}
#responsivemenu.align-right ul ul {
  text-align: right;
  
   border-right: 1px  solid #181818
}
#responsivemenu > ul > li > a {
  padding: 15px;
  color: #000;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	font-weight: bold;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
    
   border-right: 1px  solid  #BBB;

   margin-bottom:5px;

}


/*#responsivemenu > ul > li.active > a {
 background: rgba(198, 43, 32, 0.9) none repeat scroll 0 0;
  color:#fff;
}#133993
*/


#responsivemenu > ul > li.alt-menu li:hover > a,
#responsivemenu > ul > li.alt-menu li.active > a {
 background: rgba(19, 57,147, 0.9)none repeat scroll 0 0;
  color:#fff;
}
#responsivemenu > ul > li.alt-menu > a {
  padding-right: 25px;

  
}
#responsivemenu > ul > li.alt-menu > a::after {
  position: absolute;
    top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#responsivemenu > ul > li.alt-menu:hover > a::after {
  border-color:#01a0e2;
  
}
#responsivemenu ul ul {
  position: absolute;
  left: -9999px;
}
#responsivemenu li:hover > ul {
  left: auto;
}
#responsivemenu.align-right li:hover > ul {
  right: 0;
}
#responsivemenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#responsivemenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#responsivemenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#responsivemenu ul li:hover > ul > li {
  height: 40px;
	background: rgba(255,255, 255, 0.9) none repeat scroll 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);

}
#responsivemenu ul ul li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0,0.6);
	display: block;
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 15px 6px;
	text-indent: 3px;
	-webkit-transition: 0.3s; /*Chrome 4.0 ve önceki tarayıcılar  + Safari 3.1 ve önceki tarayıcılar  */
	-moz-transition: 0.3s; /* Mozilla 4.0 ve önceki tarayıcılar */
	-ms-transition: 0.3s; /* Internet Explorer. */
	-o-transition: 0.3s; /* Opera 10.5 ve öncesi için */
	transition: 0.3s; /* Yeni tarayıcıların desteklediği */
	text-indent: 3px;
	text-indent: 3px;
	min-width:330px;
	max-width:360px;
width:310px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#responsivemenu ul ul li:hover > a,
#responsivemenu ul ul li a:hover {
 background: rgba(1, 160, 226, 0.9) none repeat scroll 0 0;
	color: #fff;
}
#responsivemenu ul ul li.alt-menu > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  
  
}
#responsivemenu.align-right ul ul li.alt-menu > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#responsivemenu ul ul li.alt-menu:hover > a::after {
  border-color: #ffffff;
}

.icon{
	margin-right: 4px;
	
}





@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) {
  

  
  #responsivemenu {
    width: 100%;
	  	color: #fcdfa6;
	float: left;
	font-family: "Open Sans",sans-serif;
	padding-top:10px;
	font-size: 16px;
	    margin-top: -200px;
    
  }
  
.main-nav{
		background:none;
  }
  
  
  
  
  #responsivemenu ul {
    width: 100%;
    display: none;
	background:#fff;
	font-size:18px;
	margin-top:70px;
	
  }
  #responsivemenu.align-center > ul,
  #responsivemenu.align-right ul ul {
    text-align: left;
  }
  #responsivemenu > ul > li > a {
	  
	font-family: "Open Sans",sans-serif;
	font-size: 12px;

}
  
  
  
  #responsivemenu ul li,
  #responsivemenu ul ul li,
  #responsivemenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
 border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #responsivemenu ul li a,
  #responsivemenu ul ul li a {
    width: 100%;
  }
  #responsivemenu > ul > li,
  #responsivemenu.align-center > ul > li,
  #responsivemenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #responsivemenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000;
    background: none;
  }
  #responsivemenu ul ul li:hover > a,
  #responsivemenu ul ul li a:hover {
    color: #fff;
  }
  #responsivemenu ul ul ul li a {
    padding-left: 40px;
  }
  #responsivemenu ul ul,
  #responsivemenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #responsivemenu > ul > li.alt-menu > a::after,
  #responsivemenu ul ul li.alt-menu > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #responsivemenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase; 
		border: 4px solid rgba(231, 61, 13, 0.9);
		background: rgba(0, 0, 0, 0.4);
		border-radius: 200px;
		float: right;
		margin-top: 5px;
		width: auto;

	
  }
  #responsivemenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
  }
  #responsivemenu #menu-button::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 20px;
    height: 14px;
    border-top:3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  #responsivemenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
 border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #responsivemenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000;
    z-index: 99;
  }
  #responsivemenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000;
    z-index: 99;
  }
  #responsivemenu .submenu-button.submenu-opened:after {
    display: none;
  }
  .icon{
	margin-right: 4px;
	 color: #fcdfa6;
}
}



@media only screen and (min-width: 1500px) and (max-width: 1650px) {
	  #responsivemenu > ul > li > a {

	font-family: "Open Sans",sans-serif;
	font-size: 16px;


  
	}
	
	
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
	  
  #responsivemenu {
    width: 100%;
	  	color: #fcdfa6;
	float: left;
	font-family: "Open Sans",sans-serif;
	padding-top:10px;
	font-size: 16px;
	    margin-top: -200px;
    
  }
  
   .main-nav{
		background:none;
  }
  
  #responsivemenu ul {
    width: 100%;
    display: none;
	background:#fff;
	font-size:18px;
	margin-top:70px;
	
  }
  #responsivemenu.align-center > ul,
  #responsivemenu.align-right ul ul {
    text-align: left;
  }
  #responsivemenu > ul > li > a {

	font-family: "Open Sans",sans-serif;
	font-size: 12px;

}
  
  
  
  #responsivemenu ul li,
  #responsivemenu ul ul li,
  #responsivemenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #responsivemenu ul li a,
  #responsivemenu ul ul li a {
    width: 100%;
  }
  #responsivemenu > ul > li,
  #responsivemenu.align-center > ul > li,
  #responsivemenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #responsivemenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #fff;
    background: none;
  }
  #responsivemenu ul ul li:hover > a,
  #responsivemenu ul ul li a:hover {
    color: #fff;
  }
  #responsivemenu ul ul ul li a {
    padding-left: 40px;
  }
  #responsivemenu ul ul,
  #responsivemenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #responsivemenu > ul > li.alt-menu > a::after,
  #responsivemenu ul ul li.alt-menu > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #responsivemenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase; 
		border: 4px solid rgba(231, 61, 13, 0.9);
		background: rgba(0, 0, 0, 0.4);
		border-radius: 200px;
		float: right;
		margin-top: 5px;
		width: auto;

	
  }
  #responsivemenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
  }
  #responsivemenu #menu-button::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 20px;
    height: 14px;
    border-top:3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  #responsivemenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #responsivemenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000;
    z-index: 99;
  }
  #responsivemenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000;
    z-index: 99;
  }
  #responsivemenu .submenu-button.submenu-opened:after {
    display: none;
  }
  .icon{
	margin-right: 4px;
	 color: #fcdfa6;
}

  
}


@media only screen and (min-width: 991px) and (max-width: 1260px) {
	  
  #responsivemenu {
    width: 100%;
	color: #000;
	float: left;
	font-family: "Open Sans",sans-serif;
	padding-top:10px;
	font-size: 16px;
	    margin-top: -330px;
    
  }
  
   .main-nav{
		background:none;
  }
  
  #responsivemenu ul {
    width: 100%;
    display: none;
	background:#fff;
	font-size:18px;
	margin-top:70px;
	
  }
  #responsivemenu.align-center > ul,
  #responsivemenu.align-right ul ul {
    text-align: left;
  }
  #responsivemenu > ul > li > a {
	  color:#000;
font-family: "Open Sans",sans-serif;
	font-size: 12px;

}
  
  
  
  #responsivemenu ul li,
  #responsivemenu ul ul li,
  #responsivemenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #responsivemenu ul li a,
  #responsivemenu ul ul li a {
    width: 100%;
  }
  #responsivemenu > ul > li,
  #responsivemenu.align-center > ul > li,
  #responsivemenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #responsivemenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000;
    background: none;
  }
  #responsivemenu ul ul li:hover > a,
  #responsivemenu ul ul li a:hover {
    color: #fff;
  }
  #responsivemenu ul ul ul li a {
    padding-left: 40px;
  }
  #responsivemenu ul ul,
  #responsivemenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #responsivemenu > ul > li.alt-menu > a::after,
  #responsivemenu ul ul li.alt-menu > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #responsivemenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase; 
		border: 4px solid rgba(231, 61, 13, 0.9);
		background: rgba(0, 0, 0, 0.4);
		border-radius: 200px;
		float: right;
		margin-top: 5px;
		width: auto;

	
  }
  #responsivemenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
  }
  #responsivemenu #menu-button::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 20px;
    height: 14px;
    border-top:3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  #responsivemenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #responsivemenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000;
    z-index: 99;
  }
  #responsivemenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000;
    z-index: 99;
  }
  #responsivemenu .submenu-button.submenu-opened:after {
    display: none;
  }
  .icon{
	margin-right: 4px;
	 color: #fcdfa6;
}

  
}


