/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

 body  {
 	background-color: #232323;
 	font-family: Verdana;
    font-size: 12px;
 }

body, ul, li {
	line-height:20px;
	color:#cccccc;
}

.top_text {
  font-size: 52px;
  font-weight: normal !important;
  text-transform: capitalize !important;
  font-family: 'Great Vibes', cursive;
}

a {
	color: #FFF;
}
.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
	height: 36px;
  padding: 16px 30px 24px 30px;
  line-height: 10px;
  color:#FFF;
  font-size: 14px;
  font-family: 'Dosis';
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.uk-navbar-nav > li.uk-active > a {
  color: #FFF;
}

.uk-navbar-nav > li > a:hover {
  color: #FFF;
}


.tm-navbar-small .uk-navbar-nav > li > a {
  line-height: 50px;
}

.tm-logo {
  position: absolute;
  top: 30%;
  height:50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width:100%;
  text-align:center;
  z-index:2;
}

@media (min-width: 1220px) {
.tm-logo {
   left: 0px;
}
}

@media (max-width: 940px) {
.tm-logo {
   left: 52px;
   text-align:left;
}
}

.uk-dropdown-navbar {
  margin-top: 30px;
}

.tm-navbar {
	border-bottom:5px solid #f1768c;
	background-color:#b21b69;
}

.tm-footer {
	border-top:5px solid #f1768c;
}

html {
}
.uk-panel-box {
  background-color: #1e1e1e;
  border-top:5px solid #f1768c;
	color: #FFF;
}

.uk-icon-button {
  color: #f1768c;
  border: 1px solid #f1768c;
}

.uk-icon-button:hover {
  color: #f1768c;
  border: 1px solid #f1768c;
}

/*********************************/
/* white bg 					 */
/*********************************/

@media (min-width: 1220px)
.tm-footer {
  /* padding: 90px; */
}

.tm-footer {
  padding: 30px;
  background: #000000;
}

.uk-article-title {
  color: #FFF;
  font-weight:bold;
}

.uk-panel-box .uk-panel-title {
  color: #FFF;
  font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#000;
}

.website-title {
	color: #fff;
}
/*********************************/
/* select men� feri				 */
/*********************************/

.jumpSelectMenu {
	width:auto;
	margin: 0px 0px -50px 0px;
}

.jumpSelectMenu select {
    border-color: rgba(51, 51, 51, 0.9);
	border-radius: 0;
    box-shadow: none;
    height: 32px;
	width:300px;
    line-height: 32px;
    color: rgba(102, 102, 102, 0.9);
	font-weight:bold;
}

@media (min-width: 780px) {
	.jumpSelectMenu {
	  display:none;
	}
}



 @media (max-width: 340px) {
.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    padding: 0 0px;
}
}


@media (max-width: 480px) {
.uk-container {
    padding: 0;
}

.uk-navbar-center {
    max-width: 100%;
}

}

.uk-dotnav, .uk-dotnav > * {
    background-color: transparent;
}

.uk-navbar-nav {
    margin-top: 40px;
		background-color: #f1768c;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="checkbox"], .uk-form input[type="radio"] {
    border: 1px solid rgba(255, 235, 235, 0.33);
    background: rgb(178, 27, 105) !important;
    color: #fff !important;
}

.uk-button {
    border: 1px solid rgba(255, 235, 235, 0.33);
    background: rgb(178, 27, 105) !important;
    color: #fff !important;
}

.uk-button:before {
    background-color: #ccc;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #42054c !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #42054c !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #42054c !important;
}