



/* Menu Styles 

.brand {
	margin-top: 50;
}
.third-level-menu
{
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.third-level-menu > li
{
    height: 50px;
    background: #ff8600;
}
.third-level-menu > li:hover {  background: #eb550ad6; color: #ff8600; }

.second-level-menu
{
    position: absolute;
    top: 50px;
    left: 0;
    width: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu > li
{
    position: relative;
    height: 50px;
    background: #ff8600;
}
.second-level-menu > li:hover {  background: #eb550ad6; color: #ff8600; }

.top-level-menu
{

    list-style: none;
    padding: 0;
    margin: 0 !important;
}

.top-level-menu > li
{
    position: relative;
    float: left;
    height: 50px;
    width: 150px;
    background: #ff8600;
}
.top-level-menu > li:hover {  background: #eb550ad6;color: #ff8600; }

.top-level-menu li:hover > ul
{
    
    display: inline;
}
*/
/* On hover, display the next level's menu */


/* Menu Link Styles */

.top-level-menu a /* Apply to all links inside the multi-level menu */
{
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 0 0 10px;
    
    /* Make the link cover the entire list item-container */
    display: block;
    line-height: 50px;
}
.top-level-menu a:hover { background: #FFFFFF; color: #ff8600; }
/* Menu Styles bitti */




.round-button {
	margin-left: -50;
	margin-top: 1.5;
    width:49px;
    height:49px;
    line-height:40px;
    border: 2px solid #eee;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #ff0000;
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
}
.round-button:hover {
    background: #332233;
}
.arabutton {
	margin-left: 5%;
  display: inline-block !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: 80% ;
  height: 55px !important;
  cursor: I-beam !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px !important;
  overflow: hidden !important;
  border: none !important;
  -webkit-border-radius: 21px !important;
  border-radius:55px;
  font: normal 20px/normal "Antic", Helvetica, sans-serif;
  color: rgba(140, 140, 140, 1) !important;
  text-decoration: normal !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
 /* background: rgba(40, 40, 40, 0.4) !important;*/
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset !important;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset !important;
  -webkit-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75) !important;
  -moz-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75) !important;
  -o-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75) !important;
  transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75) !important;
      position: 100%;

}

/* hareketli arama kuturusu */
.arabutton:hover { 
    /*
    width: 85%;
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  */
}


#srchFld {
    background: url(../images/search.png) no-repeat 1px center #fff;
    padding: 25px !important;
    background-size: 32px 32px;
    padding-left: 35px !important;
    font: normal 20px/normal "Antic", Helvetica, sans-serif;
    text-decoration: normal !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.text {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal 25px/1 "amaranth", Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.flexsearch--wrapper {
	padding-top: 30;
    padding-left: 8%;
	height: auto;
	width: auto;
	max-width: 100%;
	overflow: hidden;
	background: transparent;
	margin: 0;
	position: static;
}
	
.flexsearch--form {
	overflow: hidden;
	position: relative;
}

.btnimg {
	background: url(../images/search.png) no-repeat 4px center #fff;
    padding-left: 25px;
	 /* float: right; */
}
.flexsearch--submit {
    float: left;
    padding: 5px;
	width: 40px;
    height: 40px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;	
	position: absolute;
	background: transparent;
	font-size: 40px;
	line-height: 40px;
}

.flexsearch {
  padding: 0 25px 0 200px; /* Padding for other horizontal elements */
}
input:focus {
  outline: none;
}

