/***************************** title ********************************/
.weather{text-align:center;}
.myTitleBack{height:27px;text-align:left;padding:8px 0 3px 0px;font-size:16px;font-family:Oswald;}
.icerikTitle{text-align:left;font-size:20px;font-family:Oswald;border-bottom:solid 1px #E8E8E8;padding:6px 5px 5px 0px;height:32px;text-transform:uppercase}
.weatherTitle,.menuTitle,.counterTitle,.proMenuTitle,.moneyTitle{width:180px;}
/***************************** Form Elemanlarý ********************************/
.inputs {padding:7px;border:solid 1px #a3a3a3;border-radius:3px;color:#5d5d5d;background-color:#fff;}
.inputs:hover {border:solid 1px #eb0200;background-color:#ececec;}
.tarea{padding:7px;border:solid 1px #a3a3a3;border-radius:3px;color:#5d5d5d;background-color:#fff;}
.tarea:hover{border:solid 1px #ff7800;background-color:#ececec;}
.ws_marqueePic{clear:both;margin:0 auto;margin-bottom:10px;display:block;width:1000px;}
.button {-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;box-shadow:inset 0px 1px 0px 0px #ffffff;background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);background-color:#ffffff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #dcdcdc;display:inline-block;cursor:pointer;color:#666666;font-family:Arial;font-size:15px;font-weight:bold;padding:10px 24px;text-decoration:none;text-shadow:0px 1px 0px #ffffff;}
.button:hover {background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);background-color:#f6f6f6;}
.button:active {position:relative;top:1px;}
/*********************************link******************************************/
a:link {color: #000;text-decoration: none;}
a:visited {color: #000;text-decoration: none;}
a:hover {color: #FF525E;text-decoration: underline;}
a:active {color: #000;text-decoration: none;}
 
.glossymenu{margin:0;padding: 0;width: 100%;}
.glossymenu a.menuitem{display: block;position: relative; width: 180px;padding:8px 0 8px 20px;text-decoration: none;text-align: left;background:url(images/okk.png) no-repeat left center;}
.glossymenu a:visited.menuitem, .glossymenu :active.menuitem{}
.glossymenu a.menuitem .statusicon{ position: absolute;top: 5px;right: 5px;border: none;}
.glossymenu a:hover.menuitem{text-decoration: underline;}
.glossymenu div.submenu{}
.glossymenu div.submenu ul{list-style-type: none;margin: 0;padding: 0;} 
.glossymenu div.submenu ul li{text-align: left;} 
.glossymenu div.submenu ul li a{display: block;color: black;text-decoration: none;width: 170px;padding: 5px 0 5px 20px;margin-left:10px;background:url(images/okk1.png) no-repeat left center;}
.glossymenu div.submenu ul li a:hover{text-decoration: underline;}

.glossymenu div.submenu div.sub ul{list-style-type: none;margin: 0;padding: 0;} 
.glossymenu div.submenu div.sub ul li{text-align: left;} 
.glossymenu div.submenu div.sub ul li a{display: block;color: black;text-decoration: none;width:150px;padding: 5px 0 5px 20px;margin-left:30px;background:url(../../images/okk2.png) no-repeat left center;}
.glossymenu div.submenu div.sub ul li a:hover{text-decoration: underline;}


#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {margin: 0; padding: 0; position: relative;z-index:99;font-family:Oswald;font-size:16px;}
#cssmenu {width:750px;height:55px;}
#cssmenu:after,
#cssmenu ul:after {content:'';display: block; clear: both;}
#cssmenu a {color: #545454; display: inline-block;line-height:53px;padding: 0 10px;text-decoration: none;}
#cssmenu a:hover{border-top:solid 2px}
#cssmenu a:active{border-top:solid 2px}
#cssmenu ul {list-style:none;}
#cssmenu > ul {float: right;}
#cssmenu > ul > li {float: left;}
/* Arrow */
#cssmenu > ul > li:hover:after {content: ''; display: block; width: 0; height: 0;position: absolute;left: 50%;bottom: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;margin-left: -10px;}
/* subMenu */
#cssmenu .has-sub {z-index:100;}
#cssmenu .has-sub:hover > ul {display: block;}
#cssmenu .has-sub ul {display:none;position:absolute;top: 100%;left:0;background:#fff;box-shadow: 0 10px 3px -5px rgba(0,0,0,.3);top: 100%; left: 0;}
#cssmenu .has-sub ul li {margin-bottom: -1px;}
#cssmenu .has-sub ul li a {min-width:150px;background:#fff;filter: none;display: block;padding:10px;text-align:left;}
#cssmenu .has-sub ul li:hover a {color:#fff;}
/* subMenu */
#cssmenu .has-sub ul li a {color:#fff;background: #404040;border-bottom: 1px dotted #aad06d;filter: none;display: block;line-height:150%;padding:10px;}
#cssmenu .has-sub ul li:hover a {background:#0096d9;}
#cssmenu .has-sub .has-sub:hover > ul {display: block;}
#cssmenu .has-sub .has-sub ul {display: none;position: absolute;left: 100%;top: 0;}
#cssmenu .has-sub .has-sub ul li a { background:#404040; border-bottom: 1px dotted #c9ac54;}
#cssmenu .has-sub .has-sub ul li a:hover {background: #0096d9;}


/**************************************** Standart end *********************************************/
body {margin:0px;font-family:"HelveticaNeue-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;color:#636B75;line-height:1.5;}
.ws_topSide{text-shadow:1px 1px #000;height:32px;background-image:url(images/ws_topSide.png);background-repeat:repeat-x;background-position:top center;width:100%;color:#fff;font-size:12px;clear:both}
.ws_topSide_left{margin-top:10px;float:left;width:150px;margin-top:6px;}
.ws_topSide_middle{float:left;width:670px;margin-top:3px;text-align:center}
.ws_topSide_right{margin-top:10px;float:right;width:180px;text-align:right;margin-top:-3px;}
.ws_1000{width:1000px;margin:0 auto}
.ws_menuSide{height:90px;background:#fff url(images/ws_menuSide.png) repeat-x top;padding-top:20px;}
.clr{clear:both}
.ws_menu{width:1000px;margin:0 auto;}
.ws_logo{width:250px;float:left}
.ws_yMneu{width:750px;float:right;text-align:right;margin-top:10px}
.ws_slider{text-align:center;}
.ws_shadow{background:transparent url(images/ws_shadow.png) no-repeat center center;height:34px;width:1200px;margin:0 auto;position:relative;z-index:2;}
.ws_wide{background:#fff url(images/ws_menuSide.png) repeat-x top;}
.ws_content{padding:40px 0 40px 0;display:table}
.ws_footer{text-shadow:1px 1px #000;min-height:346px;background-image:url(images/ws_footer.png);background-repeat:no-repeat;background-position:top center;color:#fff}
.ws_footer_content{width:1000px;margin:0 auto;padding:20px 0 20px 0}
.ws_footer_logo{width:250px;float:left;margin-right:80px;padding:20px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background:#fff}
.ws_footer_info{width:380px;min-height:275px;float:left;margin-top:-14px;}
.ws_footer_sosial{width:250px;min-height:275px;float:right}
.ws_sub_footer{width:1115px;background:transparent url(images/ws_sub_footer.png) no-repeat center top;padding-top:10px;}
.cercil{width:1000px;margin:0 auto;}
.cercil1{width:220px;margin-right:20px;float:left;margin-bottom:30px}
.cercil2{text-align:center;}
.newsPic{padding:10px;text-align:center;border:solid 1px #dedede;height:178px;}
.circleNews{width:100%}
.newsTitlem{font-size:18px;padding:20px 0 20px 0;height:50px;line-height:110%;font-family:Oswald;text-transform: uppercase;}
.newsCon{height:120px;}
#sosyal{text-align:left !important}
.ws_title_side{text-shadow:1px 1px #000;height:98px;background:#C71901;background-image:url(images/ws_footer.png);background-repeat:repeat-y;background-position:top center;color:#fff}
.ws_shadow_bottom{background:transparent url(images/ws_shadow_bottom.png) no-repeat center bottom;height:28px;width:1200px;margin:0 auto;position:relative;z-index:2;}
.ws_title{height:36px;color:#fff;font-size:20px;}
.ws_right_side{background:transparent url(images/ws_right_side_back.png) no-repeat left top;padding-left:20px;}

#wowslider-container1 .ws_images > div > img {max-height:550px !important;}
#wowslider-container1 .ws_images ul a{max-height:550px !important;}
#wowslider-container1 .ws_images{max-height:550px !important;}
#wowslider-container1 {max-height:550px !important;}
a.myButton:link{padding:10px;color:#fff;}
a.myButton:visited{color:#fff;}
a.myButton:hover{color:#fff;text-decoration:none;background-color:#FF525E !important}
a.myButton:active{color:#fff;}
.arrow_button {margin-top: -27px !important;}
.wsNewsTitle{font-size:24px;Font-family:Oswald;text-align:right;margin-bottom:10px;}
.wsNewsLine{padding:10px 0px 0px 20px;border: solid 1px #ccc}
.greyArea{background-color:#f3f3f3}
.ws_fastAccess{background:#f5f5f5 url(images/ws_menuSide_1.png) repeat-x top;}
.ydk_container{width:1000px;margin:0 auto}