@font-face {
	font-family: 'DINPro';
	src: url("../fonts/DINPro.woff2") format("woff2"), url("../fonts/DINPro.woff") format("woff"), url("../fonts/DINPro.ttf") format("truetype"), url("../fonts/DINPro.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINPro Medium';
	src: url("../fonts/DINPro-Medium.woff2") format("woff2"), url("../fonts/DINPro-Medium.woff") format("woff"), url("../fonts/DINPro-Medium.ttf") format("truetype"), url("../fonts/DINPro-Medium.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINPro Bold';
	src: url("../fonts/DINPro-Bold.woff2") format("woff2"), url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.ttf") format("truetype"), url("../fonts/DINPro-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINPro Black';
	src: url("../fonts/DINPro-Black.woff2") format("woff2"), url("../fonts/DINPro-Black.woff") format("woff"), url("../fonts/DINPro-Black.ttf") format("truetype"), url("../fonts/DINPro-Black.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
   font-family: 'DINPro', sans-serif;
   font-weight: 400;
   text-shadow: none !important;
}

div[data-role=content] img {
    width: 100%;
}

p, a {
	color: #000
    line-height: 2;
    font-weight: 400 !important;
}

a {
    color: #7a67c0;
	text-decoration:none;
}

code, pre {
    white-space: pre-wrap;     
    white-space: -moz-pre-wrap;  
    white-space: -pre-wrap;  
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background: #333;
    color: #c9de7c;
    border-left: 5px solid #383838;
    text-shadow: none !important;
    padding: 9px 5px 8px 5px;
    display: block;
    font-size: 12px;
}

code {
    display: inline-block;
    padding: 2px 4px 2px 0px;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.image-inner {
    width: 75% !important;
    max-width: 270px !important;
    display: block;
    padding: 12px 0;
    text-align: center;
    margin: 0 auto;
}

.fullwidth {
    width: 110% !important;
    width: calc(100% + 32px) !important;
    width: -webkit-calc(100% + 32px) !important;
    margin-left: -16px !important;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1;
}

h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 36px;
    line-height: 1;
}

h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
}

h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
}

h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
}

h6 {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
}

ul {
	padding:0!important
}

ul li {
	list-style-type:none;
}

/* jQuery Mobile UI styling
-----------------------------------------------------------------------------------------------------------*/

button .fa, a .fa {
    margin-right: 10px;
}

.ui-focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ui-focus[data-theme=a] {
    border: 1px solid #ebce24 !important;
}

.ui-focus[data-theme=b] {
    border: 1px solid #3388cc !important;
}

.ui-focus[data-theme=c] {
    border: 1px solid #343a4a !important;
}

.highlight {
    background: #eee;
    padding: 0px .15em;
}

.highlight[data-theme=a] {
    background: #ebce24;
    color: #fff;
}

.highlight[data-theme=b] {
    background: #3388cc;
    color: #fff;
}

.highlight[data-theme=c] {
    background: #343a4a;
    color: #fff;
}

.highlight[data-theme=d] {
    background: #333;
    color: #fff;
}

.ui-popup {
    background: #f8f8f8 !important;
    border: none !important;
}

[data-border="false"] {
    border: none !important;
    outline: none !important;
}

[data-border="true"] {
    border: 1px solid #efe6e6 !important;
}

.ui-tag {
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
	  padding: 0px 4px 3px 5px;
	  margin: 4px 2px;
}

.ui-tag a {
	font-weight: 400 !important;
	line-height: 1.25;
}

.ui-tag a {
	color: #fff !important;
}

.ui-tag[data-theme=a], .categories-links[data-theme=a] .post-categories li a {
    background: #ebce24;
}

.ui-tag[data-theme=a]:hover, .categories-links[data-theme=a] .post-categories li a:hover {
    background: #cdb528;
}

.ui-tag[data-theme=b], .categories-links[data-theme=b] .post-categories li a {
    background: #3388cc;
}

.ui-tag[data-theme=b]:hover, .categories-links[data-theme=b] .post-categories li a:hover {
    background: #4f88b8;
}

.ui-tag[data-theme=c], .categories-links[data-theme=c] .post-categories li a {
    background: #343a4a;
}

.ui-tag[data-theme=c]:hover, .categories-links[data-theme=c] .post-categories li a:hover {
    background: #444a5a;
}

.ui-tag[data-theme=d], .categories-links[data-theme=d] .post-categories li a {
    border: 1px solid #323232;
    color: #323232 !important;
}

.ui-listview {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ui-li-divider {
    text-transform: uppercase;
    font-weight: 300 !important;
    letter-spacing: 1px;
}

.ui-listview h2 {
    font-weight: 300 !important;
    max-width: 150px;
}

.ui-listview li a {
    padding-bottom: -100px !important;
    border: none !important;
} 

.ui-listview .ui-li-aside {
   right: 1em;
}

.ui-table {
    border: 1px solid #b6b9be !important;
}

.ui-table thead {
    background: #4563a0 !important;
    color: #fff !important;
    font-weight: 300 !important;
}

.ui-table th {
    font-weight: 300 !important;
    text-align: center;
}

.ui-table tr {
    border: 1px solid #b6b9be !important;
}

.ui-table td {
    border: 1px solid #b6b9be !important;
    text-align: center;
}

.menu-mark {
    position: absolute;
    margin-left: 5px;
    border: 2px solid #f00;
    color: #f00;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    width: 14px;
    padding-left: 1px;
    padding-top: 0px;
    height: 16px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 20px;
    vertical-align: middle;
}

/* Classes
-----------------------------------------------------------------------------------------------------------*/

.linked {
	padding:14px 20px
}

.menu-item-has-children a{
	color: #!important
}
ul.sub-menu .alt-menu {
	padding-left:10px;
}
ul.sub-menu .alt-menu li a {
	color:#8ab8f6!important
}

.nightly-button, .cbo-input {
    background: #fff;
    border: 1px solid #2f3948;
    color: #2f3948;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 6px 14px;
    text-decoration: none;
}

.navs {text-align:center!important}

.cbo-input {
    width: 95%;
    width: calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    max-width: 480px;
    display: block;
    margin: 0 0 10px 0;
}

.nightly-button[data-theme=a] {
    background: #ebce24;
    border: none;
    color: #ffffff;
}

.nightly-button[data-theme=b] {
    background: #3388cc;
    border: none;
    color: #ffffff;    
}

.nightly-button[data-theme=c] {
    background: #343a4a;
    border: none;
    color: #ffffff;    
}

.cbo-input[data-theme=a] {
    border: 1px solid #ebce24;
}

.cbo-input[data-theme=b] {
    border: 1px solid #3388cc;  
}

.cbo-input[data-theme=c] {
    border: 1px solid #343a4a;  
}

.cbo-circle {
    background: none;
    border: 3px solid #2f3948;
    color: #2f3948;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    text-decoration: none;
}

.cbo-circle[data-theme=a] {
    background: #ebce24;
    border: none;
    color: #ffffff;
}

.cbo-circle[data-theme=b] {
    background: #3388cc;
    border: none;
    color: #ffffff;   
}

.cbo-circle[data-theme=c] {
    background: #343a4a;
    border: none;
    color: #ffffff;   
}

.cbo-circle i {
    text-align: center;
    vertical-align: middle;
    font-size: 48px;
    padding: 0;
    margin: 0;
}

.text-box {
    background: none;
    border: 1px solid #f9f9f9;
	border-radius:10px;
	box-shadow:0 0 24px rgb(0 0 0 / 0.09);
    color: #000;
    padding: 15px 10px;
    margin: 15px auto;
    font-size: 15px;
}

.text-box-title {
	color:#0090d5;
    font-size: 14px;
    font-weight: bold !important;
    margin: 0 0 10px 0;
}

.product-top {
	width:100%;
	height:32px;
	background:#ed1c24;
	padding-top:8px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:20px;
	margin-top:20px;
	margin-bottom:20px
}

.product-text-box-title, p.product-text-box-title {
	text-align:center
}

.product-text-box-title a{
	color:#0090d5;
    font-size: 17px;
    font-weight: bold !important;
}

.product-details-box-title {
	background:#0090d5;
	color:#fff;
    font-size: 17px;
    font-weight: bold !important;
	text-align:center;
}

.text-box p {
    margin: 0;
}

.text-box-a {
    background: #ebce24;
    border: none;
    color: #ffffff;
}

.text-box-b {
    background: #3388cc;
    border: none;
    color: #ffffff;  
}

.cbo-alert {
    display: block;
    width: 1OO%;
    margin: 10px 0;
    color: #ffffff;
    position: relative;
}

.cbo-alert .fa {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 15px;
}

.cbo-alert p {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400 !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.33;
    width: 70%;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    position: relative;
    left: 0px;
}

.cbo-alert-info {
    background: #7ab1e9;
}

.cbo-alert-warning {
    background: #4563a0;
}

.cbo-alert-error {
    background: #e95643;
}

.cbo-alert-success {
    background: #73dd65;
}

.nightly-inline-slider {
    text-align: center;
    margin: 0 auto 60px auto;
    max-width: 960px;
    display: block;
}

.nightly-inline-slider .item {
    margin: 24px;
}

.nightly-inline-slider .owl-nav-left, .nightly-inline-slider .owl-nav-right {
    color: #000 !important;
}

.nightly-inline-gallery {
    text-align: center;
    margin: 0 auto 60px auto;
    max-width: 960px;
    display: block;
}

.nightly-inline-gallery .item {
    margin: 24px auto;
}

.nightly-navigation {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
   
}

.nightly-navigation h2 {
    font-weight: 300 !important;
    max-width: 150px;
}

.nightly-navigation li a {
    padding-bottom: -100px !important;
    border: none !important;
    border-bottom: 1px solid #cacaca !important;
    font-size: 18px;
    font-weight: normal !important;
    padding-top: 1em;
    padding-bottom: 1em;
} 

.nightly-navigation li a .fa {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 16px;
} 

.nightly-navigation li ul li a .fa {
    margin-left: 16px;
}


.nightly-navigation li a:after {
    content: '';
    opacity: 0.2;
    background-image: url('../images/angle2.html');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 40px;  
    height: 40px;
    display: block;
    position: absolute; 
    right: 4px;
    top: 17px; 
} 

.nightly-navigation li.menu-item-has-children ul li a:after {
    right: 20px;
}

.nightly-navigation .ui-li-aside {
   right: 1em;
}

.nightly-bg {
		width: 100% !important;
		margin-top: 32px;
		margin-bottom: 32px;
		margin-left: -16px !important;
		text-align: center;
		padding: 1px 16px;
		min-height: 240px;
		display: table;
		background-repeat: no-repeat;
		background-position: center;
}

.nightly-bg input {
    margin: 0 auto 12px auto;
    display: inline-block;
}

.nightly-bg-inner {
		display: table-cell;
	  vertical-align: middle;
}

.nightly-bg[data-inner="false"] {
		margin-top: 0;
		margin-bottom: 0;
}

.nightly-bg[data-inner="true"] {
		margin-top: 0;
		margin-bottom: 0;
		padding: 48px 16px;
}

/* Header
-----------------------------------------------------------------------------------------------------------*/

[data-role=header] {
    padding: 0;
    width: 100%;
    height: 48px;
    border: none;
}

[data-role=header][data-theme=d] {
    border-bottom: 1px solid #ccc;
}

[data-role=header] #header-menu-icon {
    display: inline-block;
    position: absolute;
    width: 58px;
    left: 8px;
    top: 12px;
}

[data-role=header] #header-menu-icon[data-position=right] {
    left: auto;
    right: -24px;
}

[data-role=header] #header-search-icon {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 7px;
    top: 11px;
}

[data-role=header] #a-search {
    width: 36px;
    height: 36px;
}

[data-role=header] .header-title {
    margin: 0 auto;
    font-size: 14pt;
    text-align: center;
    max-width: 220px;
}

[data-role=header] .header-back-button {
    display: inline-block;
    margin-top: 3px;
    margin-left: 0px;
    color: #fff !important;
    text-decoration: none;
    font-size: 20px;
}

[data-role=header] .header-back-button i {
    margin-right: 5px;
}

#searchform 
{
	-webkit-transition: all 450ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
	   -moz-transition: all 450ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
		-ms-transition: all 450ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
		 -o-transition: all 450ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
			transition: all 450ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
	
	-webkit-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
	   -moz-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
		-ms-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
		 -o-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
			transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
    z-index: -99999999;
		height: 0;
		width: 100%;
		border: none;
		margin: 0 auto;
		text-align: center;
}

#searchform[data-theme=a]{
    background: #ebce24;
}

#searchform[data-theme=b]{
    background: #3388cc;
}

#searchform[data-theme=c]{
    background: #343a4a;
}

#searchform[data-theme=d]{
    background: #fff;
}

#searchform .cbo-input {
    width: 90% !important;
    width: calc(100% - 64px) !important;
    width: -webkit-calc(100% - 64px) !important;
    background: #fff;
    display: inline-block;
    margin: 0;
    border: 3px solid #fff;
    margin-top: 10px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: normal;
    color: #000;
}

#searchform[data-theme=d] .nightly-input {
    border: 1px solid #ddd;
}

#searchform .nightly-input::-webkit-input-placeholder {
    color: #fff;
}
#searchform .nightly-input:-moz-placeholder {
    color: #fff;
}
#searchform .nightly-input:-ms-input-placeholder {
    color: #fff;
}

#searchform .nightly-button {
    display: inline-block !important;
    background: none;
    margin-top: 12px !important;
    background-image: url('../images/search-icon.png');
    background-size: 15px;
    background-repeat: no-repeat;
    border: none !important;
    position: absolute;
    margin-left: -30px;
    background-position: center;
}

#searchform .nightly-button:hover {
    opacity: 1;
}

#searchform.moved
{
		height: 48px;
		z-index: 1;
}

#searchform[data-position=fixed].moved
{
		height: 56px;
		z-index: 999999999;
		position: fixed;
		top: 46px;
}


/* Sliders
-----------------------------------------------------------------------------------------------------------*/


#main-slider {
    width: 110% !important;
    width: calc(100% + 32px) !important;
    width: -webkit-calc(100% + 32px) !important;
    margin: -16px auto 0 -16px;
}

#main-slider .item img{
    display: block;
    width: 100% !important;
    height: auto;
}

#main-slider .item {
	padding: 0 0 30px 0px;
    width: 100% !important;
	text-align: center;
}

#main-slider .item button {
    border: 3px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    margin-top: 8px;
    display: block;
    margin: 0 auto;
}


#main-slider .item a {
    text-decoration: none;
}

#main-slider .item .text {
    position: absolute;
    display: inline-block; 
    top: 0;
    width: 100%;
    text-align: center;
    left: 0;	
    color: #fff;
    line-height: 1;
}

#main-slider .item .text h1{
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Oswald';
	margin-bottom: 10px;
	margin-top: 18%;
}

#main-slider .item .text h2{
    font-size: 18px;
    display: inline-block; 
    top: 0;
    width: 100%;
    text-align: center;
    left: 0;	
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1;
    max-width: 80%;
}

@media all and (min-width: 480px) and (max-width: 800px) {
    #main-slider .item .text h1{
    	font-size: 60px;
    	margin-bottom: 20px;
    	margin-top: 25%;
    }
    #main-slider .item .text h2{
        font-size: 24px;
        margin-bottom: 30px;
    }
}


@media all and (min-width: 801px) {
    
    #main-slider .item .text h1{
    	font-size: 72px;
    	margin-bottom: 30px;
    	margin-top: 30%;
    }
    #main-slider .item .text h2{
        font-size: 30px;
        margin-bottom: 50px;
    }
}


/* Sidebars
-----------------------------------------------------------------------------------------------------------*/

[data-role=panel]{
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

[data-role=panel][data-theme=a]{
    background: #0a4595;
    border-right: 1px solid #00204c;
}

[data-role=panel][data-theme=b]{
    background: #3388cc;
    border-right: 1px solid #3388cc;
}

[data-role=panel][data-theme=c]{
    background: #343a4a;
    border-right: 1px solid #343a4a;
}

[data-role=panel][data-theme=d]{
    border-right: 1px solid #ddd;
}

[data-role=panel][data-theme=d] ul li a{
    color: #333 !important;
}

#sidebar {
    padding: 23px 0 0 0;
}

#sidebar ul li {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: none;
    border: none;
    text-transform: uppercase;
    text-shadow: none;
    margin: 1px 0;
    list-style: none;
}

#sidebar ul li a {
    color: #fff;
    border: none;
    background: none;
    font-family: 'DINPro', sans-serif;
    font-size: 16pt;
    letter-spacing: 0.065em;
    padding: 2px 0 6px 16px;
    line-height: 1.25;
    text-decoration: none;
    max-width: 240px;
}

#sidebar ul li .ui-btn {
	white-space: normal;
}

#sidebar .ui-btn-icon-right::after {
	display: none;
}

#sidebar ul li ul li {
    margin-bottom: 6px;
}

#sidebar ul li ul li a {
    padding: 2px 0 2px 32px;
    max-width: 224px;
}

#sidebar .menu-mark {
    margin-left: 2px;
    padding-left: 3px;
}

.excert .post-thumbnail img {
	max-width: 120px;
	height: auto;
	max-height: 60px;
	width: auto;
	left: 0;
	position: relative;
	top: 0;
	margin: 4px 12px 0px 0;
}
    
.excert .post-thumbnail img {
	width: 100%;
	height: auto;
  margin-bottom: 1em;
}
.excert .entry-content 
		width:50px;
		right:0;
		margin-top: -10px;
		font-size: 14px;
		color: #aaa;
		position: relative;
}

.excert .has-post-thumbnail .entry-content {
		margin-top: -10px;
		font-size: 14px;
		color: #aaa;
		position: relative;
		min-height: 35px;
}

.excert .entry-content p {
		line-height: 1.25;
		max-width: 90%;
		margin-top: 14px;
}

.excert .has-post-thumbnail.item :after {
	padding-top: 0px;
}


/* Footer
-----------------------------------------------------------------------------------------------------------*/

.ui-footer {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.ui-footer p {
    padding: 0 16px 16px 16px;
    width: calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    margin: 0;
}

.ui-footer [data-role=navbar] .ui-btn {
	padding-bottom: 0.6em;
	background: transparent;
	color: #323232 !important;
}

@media all and (max-width: 420px) {
	
		.ui-footer [data-role=navbar] .fa {
				font-size: 16px;
				margin: 0;
		}
	
	.ui-footer [data-role=navbar] span {
			display: none;
	}
		
}

.hideme
{
    opacity:0;
}

#sidebar .lang {
	margin: 0px;
}

#sidebar .lang .bayrak {
	vertical-align: baseline;
	margin-right: 7px;
}

#sidebar .lang ul li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	border: 1px solid #fff;
	width: 50px;
	height: 30px;
	text-align: center;
	line-height: 35px;
}

#sidebar .lang ul li ul {
	display: none;
	margin-top: 10px;
}

#sidebar .lang ul li ul li a {
	border: none;
	height: auto;
	line-height: 21px;
	width: 100%;
	text-align: left;
	padding: 0 10px;
}
