/*
Theme Name: 	Indir
Theme URI: 		Indir
Description: 	Indir
Version: 		1.0
Author: 		Indir
Author URI: 	Indir
License:
License URI:
Tags: DoraGames
*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('font/fontawesome-webfont.eot?v=3.2.1');
    src: url('font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}
body {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    padding: 0 inherit;
    color: #777;
   
    font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased
}
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 17px;
}
a {
    color: #f00056;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1.1em;
    margin-bottom: 14px;
    margin-top: 14px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0;
}
h1 {
    font-size: 34px;
    margin-bottom: 44px;
}
h2 {
    font-size: 30px;
    margin-bottom: 34px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 14px;
}
.page {
    margin: 0;
    max-width: none;
    box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
    min-width: 300px;
    background: #ffffff none repeat scroll 0 0;
}
.row {
    margin: 0 auto;
    width: 980px;
    max-width: 100%;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.twelve {
    width: 100%;
}
.three {
    width: 25%;
}
.four {
    width: 33.3333%;
}
.seven {
    width: 50%;
}
.eight {
    width: 66.6667%;
}
.nine {
    width: 75%;
}
.columns {
    float: left;
    min-height: 1px;
    padding: 0 16px;
    position: relative;
}
/********************----- Header  --------**********************/
.header-bg {
    background-color: #33ccff;
    min-height: 100px;
}
#header {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 40 !important;
    padding-bottom: 10px;
}
#logo {
    margin: 0;
    max-height: 108px;
    padding-top: 0;
    text-indent: -9999px;
}
#logo img {
    display: block;
    float: left;
}
/*------ Menu Bar------*/
.menu-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 100%;
    float: left;
    overflow: visible;
    margin-top:20px;
}
.top-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    line-height: 35px;
    margin: 0;
    min-height: 35px;
    padding: 0;
    position: relative;
    width: 100%;
}
.top-bar ul {
    display: inline;
    line-height: 45px;
    list-style: outside none none;
    margin-left: 0;
    padding: 0;
}
.top-bar ul > li.name {
    height: 45px;
    float: left;
    width: 100%;
    display: none;
}
.top-bar ul > li.name h3 {
    line-height: 1;
    margin: 0;
}
.top-bar ul > li.name h3 a {
    color: white;
    display: block;
    height: 45px;
    line-height: 45px !important;
    padding-left: 15px;
    background: #37b8dd none repeat scroll 0 0;
    font: 14px sans-serif;
    font-size: 17px !important;
}
.top-bar.expanded {
    height: 100%;
    overflow: visible;
}
/*-----Menu Items----- */
.top-bar ul.left {
    float: left;
    margin-bottom: 0;
    width: auto;
}
.top-bar ul > li {
    float: left;
}
.top-bar ul > li a:not(.button) {
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 13px;
    padding: 0 15px;
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: normal;
}
.top-bar ul > li:hover a {
    background: #1fa8d1;
}
.top-bar ul > li.has-dropdown {
    position: relative;
}
.top-bar ul > li.has-dropdown .dropdown {
    background: #222 none repeat scroll 0 0;
    left: 0;
    margin: 0;
    padding: 9px 0 0;
    position: absolute;
    z-index: 99;
    visibility: hidden
}
.top-bar ul > li.has-dropdown .dropdown li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    line-height: 1;
    min-width: 100%;
    padding-bottom: 0;
}
.top-bar ul > li.has-dropdown:hover > .dropdown,
.top-bar ul > li.has-dropdown:focus > .dropdown {
    display: block;
    visibility: visible;
}
.top-bar ul > li.has-dropdown .dropdown li a {
    background: #1fa8d1 none repeat scroll 0 0;
    border-radius: 0;
    color: white;
    font-weight: normal;
    height: 100%;
    line-height: 1;
    padding: 10px 17px 10px 15px;
    white-space: nowrap;
}
.top-bar ul > li.has-dropdown .dropdown li a:hover,
.top-bar ul > li.has-dropdown .dropdown li a:focus {
    background: #37b8dd;
}
.top-bar ul > li.toggle-topbar {
    background: #37b8dd none repeat scroll 0 0;
    cursor: pointer;
    display: none;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
}
.top-bar ul > li.toggle-topbar a {
    border: medium none;
    content: "";
    display: block;
    height: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 35px;
}
.icon-reorder::before {
    content: "\f0c9";
}
.icon-search:before {
    content: "\f002";
}
.top-bar ul > li.has-dropdown .dropdown::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #1fa8d1;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 15px;
    position: absolute;
    top: -4px;
    width: 0;
}
.top-bar ul > li.has-dropdown .dropdown {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    padding: 6px 0;
}
#nav-menu-item-search {
    position: relative;
}
#searchform {
    padding: 0 10px;
}
#search_container {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    left: -228px;
    line-height: inherit;
    padding: 20px 0 5px;
    position: absolute;
    top: 130%;
    width: 300px;
    z-index: 9999;
}
.button {
    background: #2ba6cb none repeat scroll 0 0;
    border: 1px solid #1e728c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 20px 11px;
    transition: background-color 0.15s ease-in-out 0s;
    width: auto;
}
.button.secondary {
    background-color: #e9e9e9;
    border: 1px solid #c3c3c3;
    color: #1d1d1d;
}
input[type="text"],
textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 14px;
    height: 32px;
    margin: 0 0 12px;
    padding: 6px;
    transition: all 0.15s linear 0s;
    width: 100%;
}
.row form .row.collapse .columns {
    padding: 0;
}

.postfix {
    display: block;
    height: 32px;
    line-height: 31px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    right: 2px;
}
.show_search_pop {
    animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 running show_search_pop;
}
.searchHidden {
    display: none;
}

@media only screen and (max-width: 767px) {
    .header-bg {
        min-height:145px;
    }
    #logo img {
        height:70px;
    }
    .columns {
        width: auto !important;
        float: none;
    }
    .menu-bar {
        margin-top:0;
    }
    
}
@media only screen and (max-width: 940px) {
    #logo img {
        height:90px;
    }
    .top-bar {
        background: #222222 none repeat scroll 0 0;
        height: 45px;
        margin-bottom: 0;
        overflow: hidden;
    }
    .top-bar ul > li.name {
        display: block !important;
    }
    .top-bar ul > li.toggle-topbar {
        display: block;
    }
    .top-bar ul.left {
        float: left;
        margin-bottom: 0;
        width: auto;
        width: 100%;
        background: #0296c0 none repeat scroll 0 0;
        padding: 0;
        margin-top: 0;
    }
    .top-bar ul > li {
        float: none;
    }
    .top-bar ul > li.has-dropdown .dropdown {
        position: relative;
    }
    .top-bar ul > li.has-dropdown .dropdown {
        visibility: visible
    }
    #search_container {
        position: absolute;
        width: 100%;
        top: 30px;
        left: 0;
    }
}
/********************----- End Header  --------**********************/
.table {display:table;}
.indir {
    background: #05bae9 url("images/gray_pattern.gif") repeat scroll 0 0;
    padding:20px 0;
}
#call-to-actions {text-align:center;}
#call-to-actions .lead {
  margin-bottom: 40px;
  opacity: 0;
}
p.lead {
  font-size: 17.5px;
  line-height: 1.6;
  margin-bottom: 17px;
}
#call-to-actions .indir_mobil {
  background-color: #ff0461;
  border: 1px solid #ff0461;
  border-radius: 4px;
  font-size: 17px;
    padding: 15px 30px 16px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out 0s;
    width: auto;
}
.icon-indir:before{content:"\f019";}
.ads_336 {padding-top:20px;}
.more ul {display:table;margin:10px 0; padding:0;}
.more ul li {float:left; padding-right:10px;overflow:hidden;display:block;padding-bottom:20px;}
.fix-box {width:310px;min-height: 350px;}
.text-center {
  text-align: center;
}
#breadcrumbs-wrapp {
  background: #0095c2 none repeat scroll 0 0;
  color: #ffffff;
}
ul.breadcrumbs {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  display: block;
  padding: 6px 10px 7px 0;
  margin:0;
  overflow: hidden;
}
#breadcrumbs-wrapp a {
  color: #ffffff;
}
ul.breadcrumbs li {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0 12px 0 0;
}
ul.breadcrumbs li a, ul.breadcrumbs li span {
  padding-left: 12px;
  text-transform: uppercase;
}
ul.breadcrumbs li:before { content: "/"; }
ul.breadcrumbs li:first-child::before {
    content: " ";
}

/* widget */
#widget ul {width:100%;background: #f7f7f7 none repeat scroll 0 0;}
#widget ul li {width:100%;padding: 7px 0 7px 14px;}
#widget a {text-decoration:none;color: #777;}
#widget .item-avatar {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    float: left;
    width: 85px;
    height:85px;
    margin-right: 10px;
}
#widget .item-avatar a img {
    border-radius: 50%;
    display: block;
    width: 80px;
    height:80px;
    
}
#widget ul li .item {margin-top:20px;}
#widget ul li .item .item-title  a {margin-top:20px;}
/*-----Footer ----- */
#footer {
  background: #171717 url("images/black_pattern.gif") repeat scroll 0 0;
  color: #777777;
  display:block;
  position:relative;
  padding:10px 0;
  width:100%;
  min-height:80px;
}