@import url("style.css");
@import url(http://testing.artsution.com/external.html?link=http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,200italic,300italic,400italic,600italic&subset=latin,latin-ext);

@media (max-width: 767px) {
    body {
        padding: 0;
    }
}

.main-holder {
    overflow: hidden;
}

    .main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
	background: #fff;
	min-height: 30px;
	margin: 0;
	border: 1px solid #b6b6b6 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none 0px !important;
	-moz-box-shadow: none !important;
	box-shadow: none 0px !important;
	resize: none;
	font-family: 'Source Sans Pro', Arial, Helvetica;
	font-size: 14px;
	font-weight: 400;
	color: #746a62 !important;
    }

    .main-holder input[type="submit"], .main-holder input[type="reset"] {
	background: #fff;
	height: 41px;
	margin: 0 15px 0 0;
	padding: 0 30px 0 30px;
	border: 2px solid #008BFE;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none 0px;
	-moz-box-shadow: none;
	box-shadow: none 0px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	font-family: 'Source Sans Pro', Arial, Helvetica;
	font-size: 17px;
	font-weight: 400;
	text-shadow: none;
	text-transform: uppercase;
	color: #008BFE;
    }

        .main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
            background: #fff;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            color: #008BFE;
        }

        .main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
            background: #008BFE;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            color: #fff;
        }

h1 {
    text-transform: uppercase;
}

    h1 a {
        text-decoration: none;
        color: #008BFE;
    }

        h1 a:focus {
	text-decoration: none;
	color: #008BFE;
        }

        h1 a:hover {
            text-decoration: none;
            color: #292625;
        }

h2 {
    text-transform: uppercase;
}

    h2 a {
        text-decoration: none;
        color: #008BFE;
    }

        h2 a:focus {
            text-decoration: none;
            color: #008BFE;
        }

        h2 a:hover {
            text-decoration: none;
            color: #292625;
        }

h3 {
    text-transform: uppercase;
}

    h3 a {
        text-decoration: none;
        color: #008BFE;
    }

        h3 a:focus {
            text-decoration: none;
            color: #008BFE;
        }

        h3 a:hover {
            text-decoration: none;
            color: #292625;
        }

h4 {
    margin-bottom: 27px;
}

    h4 a {
        text-decoration: none;
        color: #545454;
    }

        h4 a:focus {
            text-decoration: none;
            color: #545454;
        }

        h4 a:hover {
            text-decoration: none;
            color: #008BFE;
        }

    h4 strong {
        display: block;
        margin: 0 0 -9px 0;
        padding: 2px 0 0 0;
        line-height: 44px;
        font-size: 44px;
        font-weight: 400;
        text-transform: uppercase;
    }

    h4 em {
        display: block;
        margin: 0 0 -12px 0;
        line-height: 24px;
        font-size: 24px;
        font-style: normal;
    }

h5 {
    margin-bottom: 24px;
    text-transform: uppercase;
}

    h5 a {
        text-decoration: none;
        color: #545454;
    }

        h5 a:focus {
            text-decoration: none;
            color: #545454;
        }

        h5 a:hover {
            text-decoration: none;
            color: #008BFE;
        }

h6 {
    margin: 0 0 24px 0;
}

@media (max-width: 480px) {
    h6 {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }
}

h6 a {
    text-decoration: none;
    color: #545454;
}

    h6 a:focus {
        text-decoration: none;
        color: #545454;
    }

    h6 a:hover {
        text-decoration: none;
        color: #008BFE;
    }

h6 em {
    display: block;
    padding: 0 0 1px 0;
    line-height: 24px;
    font-size: 16px;
    font-style: normal;
    color: #757575;
}

p {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 17px;
	line-height: 2;
}

a {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

    a:hover {
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        text-decoration: none;
    }

img.alignnone {
    margin-bottom: 15px;
}

img.alignleft {
    margin: 5px 30px 5px 0;
}

@media (max-width: 767px) {
    img.alignleft {
        max-width: 50%;
        margin-right: 20px;
    }
}

.header {
    background: none;
    margin: auto;
    width: 100%;
    padding: 0;
    border: none;
}

@media (max-width: 1280px) {
    .header {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .header {
        padding: 0 20px 20px 20px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .header {
        width: 80%;
        text-align: center;
    }
}

.header .container {
    width: auto;
}

    .header .container .row {
        margin: 0;
    }

    .header .container .span12 {
        width: 100%;
        margin: 0;
        padding: 23px 0 23px 0;
    }

.langDiv {
    font-size: 15px;
}

    .langDiv ul {
        list-style: none;
        margin: 0;
        float: right;
    }

        .langDiv ul li {
            padding: 0px 7px 0 7px;
            float: left;
            border-right: 1px solid;
        }

            .langDiv ul li:last-child {
                padding: 0 0 0 5px;
                border-right: 0;
            }

            .langDiv ul li a {
                color: inherit;
            }

#langDivSecili {
    color: #ffffff;
}

@media (max-width: 768px) {
    .langDiv {
        position: relative;
    }

        .langDiv ul {
            float: none;
            padding: 20px 0;
            display: inline-block;
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    .header .logo {
        display: inline-block;
        float: none;
        width: auto;
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .header .logo {
        display: inline-block;
        float: none;
        width: auto;
        max-width: 100%;
        vertical-align: top;
    }
}

.header .logo .logo_h__txt {
    margin: 25px 0 27px 25px;
    text-transform: none;
}

@media (min-width: 768px) and (max-width: 979px) {
    .header .logo .logo_h__txt {
        margin: 25px 0 0 0;
    }
}

@media (max-width: 767px) {
    .header .logo .logo_h__txt {
        margin: 25px 0 0 0;
    }
}

@media (max-width: 480px) {
    .header .logo .logo_h__txt a {
        line-height: 40px;
        font-size: 33px;
    }
}

.header .logo .logo_h__txt a:focus {
    text-decoration: none;
    color: #008BFE;
}

.header .logo .logo_h__txt a:hover {
    text-decoration: none;
    color: #008BFE;
}

.header .logo .logo_tagline {
    display: none;
}

.header .nav__primary {
    display: block;
}


@media (min-width: 768px) and (max-width: 979px) {
    .header .nav__primary {
    }
}

@media (max-width: 767px) {
    .header .nav__primary {
        float: none;
    }
}

.header .nav__primary .sf-menu ul {
    background: #323232;
    width: 240px;
    padding: 18px 0;
}

.header .nav__primary .sf-menu > li {
    background: none;
    margin: 0 0 0 32px;
}

@media (min-width: 1201px) and (max-width: 1600px) {
    .header .nav__primary .sf-menu > li {
        margin: 0 0 0 20px;
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    .header .nav__primary .sf-menu > li {
        margin: 0 0 0 14px;
    }
}

html.ie8 .header .nav__primary .sf-menu > li {
    margin: 0 0 0 14px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .header .nav__primary .sf-menu > li {
        margin: 0 0 0 20px;
    }
}

.header .nav__primary .sf-menu > li:first-child {
    margin: 0;
}

.header .nav__primary .sf-menu > li > a {
    padding: 0;
    border: none;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

@media (min-width: 1201px) and (max-width: 1600px) {
    .header .nav__primary .sf-menu > li > a {
        font-size: 17px;
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    .header .nav__primary .sf-menu > li > a {
        font-size: 16px;
    }
}

html.ie8 .header .nav__primary .sf-menu > li > a {
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .header .nav__primary .sf-menu > li > a {
        font-size: 16px;
    }
}

.header .nav__primary .sf-menu > li li {
    background: none;
    margin: 1px 0 0 0;
}

    .header .nav__primary .sf-menu > li li:first-child {
        margin: 0;
    }

    .header .nav__primary .sf-menu > li li a {
        padding: 9px 30px 10px 30px;
        border: none;
        line-height: 20px;
        font-size: 14px;
        text-align: left;
        text-decoration: none;
        color: #fff;
    }

    .header .nav__primary .sf-menu > li li .sf-sub-indicator {
        margin: -5px 0 0 0;
        top: 50%;
        right: 7px;
    }

.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
    top: 44px;
}

.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
    top: -18px;
    left: 236px;
}

@media (min-width: 1201px) and (max-width: 1600px) {
    .header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
        right: 236px;
        left: auto;
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    .header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
        right: 236px;
        left: auto;
    }
}

html.ie8 .header .nav__primary ul.sf-menu li li:hover ul, html.ie8 .header .nav__primary ul.sf-menu li li.sfHover ul {
    right: 236px;
    left: auto;
}

.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover > a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
    background: none;
    color: #fff;
}

.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
    background: #fd8d0d;
}

.header .nav__primary .sf-sub-indicator {
    margin: 0 -5px 0 0;
    top: 30px;
    right: 50%;
}

#slider-wrapper {
    margin: 0 0 61px 0;
}

@media (max-width: 767px) {
    #slider-wrapper {
        margin-right: -20px;
        margin-left: -20px;
    }
}

#slider-wrapper .container {
    position: relative;
    width: 1920px;
    margin: 0 0 0 -960px;
    left: 50%;
}

@media (min-width: 1920px) {
    #slider-wrapper .container {
        width: 100%;
        margin: 0;
        left: auto;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #slider-wrapper .container {
        width: 1200px;
        margin: 0 0 0 -600px;
    }
}

@media (max-width: 767px) {
    #slider-wrapper .container {
        width: 1000px;
        margin: 0 0 0 -500px;
    }
}

#slider-wrapper .camera_caption {
    background: url(../images/caption.png) repeat 0% 0%;
    width: 433px;
    margin: 0 0 0 53px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 139px;
    left: 50%;
}

@media (min-width: 980px) and (max-width: 1200px) {
    #slider-wrapper .camera_caption {
        margin: 0 0 0 37px;
    }
}

html.ie8 #slider-wrapper .camera_caption {
    margin: 0 0 0 37px;
}

@media (min-width: 768px) and (max-width: 979px) {
    #slider-wrapper .camera_caption {
        width: 400px;
        margin: 0 0 0 -200px;
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    #slider-wrapper .camera_caption {
        width: 400px;
        margin: 0 0 0 -200px;
        bottom: 20px;
    }
}

@media (max-width: 480px) {
    #slider-wrapper .camera_caption {
        width: 280px;
        margin: 0 0 0 -140px;
    }
}

#slider-wrapper .camera_caption div {
    background: none;
    padding: 73px 39px 97px 50px;
    letter-spacing: -1px;
    line-height: 47px;
    font-size: 39px;
    font-weight: 900;
    color: #292625;
}

@media (min-width: 768px) and (max-width: 979px) {
    #slider-wrapper .camera_caption div {
        padding: 40px 20px 60px 20px;
        line-height: 38px;
        font-size: 30px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    #slider-wrapper .camera_caption div {
        padding: 40px 20px 60px 20px;
        line-height: 32px;
        font-size: 24px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #slider-wrapper .camera_caption div {
        line-height: 28px;
        font-size: 20px;
    }
}

#slider-wrapper .camera_caption div strong {
    display: block;
    margin: 0 0 45px -11px;
    line-height: 77px;
    font-size: 67px;
    font-weight: 900;
}

@media (min-width: 768px) and (max-width: 979px) {
    #slider-wrapper .camera_caption div strong {
        margin: 0 0 20px 0;
        line-height: 57px;
        font-size: 47px;
    }
}

@media (max-width: 767px) {
    #slider-wrapper .camera_caption div strong {
        margin: 0 0 20px 0;
        line-height: 57px;
        font-size: 47px;
    }
}

@media (max-width: 480px) {
    #slider-wrapper .camera_caption div strong {
        margin: 0 0 10px 0;
        line-height: 47px;
        font-size: 37px;
    }
}

#slider-wrapper .camera_caption div a {
    text-decoration: none;
    color: #292625;
}

    #slider-wrapper .camera_caption div a:focus {
        text-decoration: none;
        color: #292625;
    }

    #slider-wrapper .camera_caption div a:hover {
        text-decoration: none;
        color: #008BFE;
    }

#slider-wrapper .camera_prev {
    margin: 0 0 0 -61px;
    top: 20px;
    left: 50%;
}

#slider-wrapper .camera_commands {
    margin: 0 -20px 0 0;
    top: 20px;
    right: 50%;
}

#slider-wrapper .camera_next {
    margin: 0 -61px 0 0;
    top: 20px;
    right: 50%;
}

#slider-wrapper .camera_pag {
    width: 433px;
    margin: 0 0 0 53px;
    padding: 0 0 0 47px;
    position: absolute;
    bottom: 183px;
    left: 50%;
}

@media (min-width: 980px) and (max-width: 1200px) {
    #slider-wrapper .camera_pag {
        margin: 0 0 0 37px;
    }
}

html.ie8 #slider-wrapper .camera_pag {
    margin: 0 0 0 37px;
}

@media (min-width: 768px) and (max-width: 979px) {
    #slider-wrapper .camera_pag {
        width: auto;
        margin: 0;
        padding: 0;
        text-align: center;
        right: 0;
        bottom: 40px;
        left: 0;
    }
}

@media (max-width: 767px) {
    #slider-wrapper .camera_pag {
        width: auto;
        margin: 0;
        padding: 0;
        text-align: center;
        right: 0;
        bottom: 40px;
        left: 0;
    }
}

#slider-wrapper .camera_pag ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

@media (min-width: 768px) and (max-width: 979px) {
    #slider-wrapper .camera_pag ul {
        text-align: center;
    }
}

@media (max-width: 767px) {
    #slider-wrapper .camera_pag ul {
        text-align: center;
    }
}

#slider-wrapper .camera_pag ul li {
    background: none;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 0 0 3px;
    border: 2px solid #292625;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    vertical-align: top;
    list-style: none;
}

    #slider-wrapper .camera_pag ul li:focus {
        border-color: #fff;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    #slider-wrapper .camera_pag ul li:hover, #slider-wrapper .camera_pag ul li.cameracurrent {
        border-color: #fff;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    #slider-wrapper .camera_pag ul li span {
        display: none;
    }

#slider-wrapper .camera_thumbs {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

    #slider-wrapper .camera_thumbs .camera_thumbs_cont {
        background: none;
    }

.content-holder {
    background: #fff;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.contentIcerik {
    padding: 20px !important;
}

@media (max-width: 767px) {
    .content-holder {
        padding: 0 20px 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

body.home .content-holder {
    padding: 0;
}

@media (max-width: 767px) {
    body.home .content-holder {
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.content-holder .search-form input[type="text"] {
    width: 170px;
}

@media (min-width: 980px) and (max-width: 1200px) {
    .content-holder .search-form input[type="text"] {
        width: 120px;
    }
}

html.ie8 .content-holder .search-form input[type="text"] {
    width: 120px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .content-holder .search-form input[type="text"] {
        width: 80px;
    }
}

@media (max-width: 480px) {
    .content-holder .search-form input[type="text"] {
        width: 120px;
    }
}

.content-holder .search-form input[type="submit"] {
    height: 50px;
    margin: 0 0 0 10px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .content-holder .search-form input[type="submit"] {
        padding: 0 15px 0 15px;
    }
}

@media (max-width: 480px) {
    .content-holder .search-form input[type="submit"] {
        padding: 0 15px 0 15px;
    }
}

#sidebar .widget {
    margin: 92px 0 0 0;
}

    #sidebar .widget:first-child {
        margin: 0;
    }

#sidebar h3 {
    margin-bottom: 74px;
}

@media (min-width: 980px) and (max-width: 1200px) {
    #sidebar h3 {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }
}

html.ie8 #sidebar h3 {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

@media (min-width: 768px) and (max-width: 979px) {
    #sidebar h3 {
        margin-bottom: 50px;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        line-height: 34px;
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    #sidebar h3 {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }
}

@media (max-width: 480px) {
    #sidebar h3 {
        margin-bottom: 50px;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        line-height: 34px;
        font-size: 34px;
    }
}

#sidebar ul {
    margin: 0;
    padding: 0;
}

    #sidebar ul li {
        position: relative;
        margin: 20px 0 0 0;
        padding: 0 0 0 34px;
        list-style: none;
        line-height: 20px;
        font-size: 18px;
        text-transform: uppercase;
        color: #292625;
    }

        #sidebar ul li:first-child {
            margin: 0;
        }

        #sidebar ul li:before {
            background: url(images/list_marker.html) no-repeat 0% 0%;
            display: block;
            position: absolute;
            width: 21px;
            height: 21px;
            overflow: hidden;
            top: 0;
            left: 0;
            content: '';
        }

        #sidebar ul li a {
            text-decoration: none;
            color: #292625;
        }

            #sidebar ul li a:focus {
                text-decoration: none;
                color: #292625;
            }

            #sidebar ul li a:hover {
                text-decoration: none;
                color: #008BFE;
            }

        #sidebar ul li ul {
            padding: 20px 0 0 0;
        }

    #sidebar ul.comments-custom {
        padding: 1px 0 0 0;
    }

        #sidebar ul.comments-custom li {
            margin: 41px 0 0 0;
            padding: 0;
            line-height: 25px;
            font-size: 14px;
            font-weight: 400;
            text-transform: none;
            color: #746a62;
        }

            #sidebar ul.comments-custom li:before {
                display: none;
            }

            #sidebar ul.comments-custom li:first-child {
                margin: 0;
            }

            #sidebar ul.comments-custom li .meta_format {
                margin: 0;
            }

            #sidebar ul.comments-custom li time {
                color: #008BFE;
            }

            #sidebar ul.comments-custom li .thumbnail {
                margin: 4px 15px 4px 0;
            }

            #sidebar ul.comments-custom li h4 {
                margin: 0;
                line-height: 20px;
                font-size: 18px;
                text-transform: uppercase;
                color: #292625;
            }

            #sidebar ul.comments-custom li a {
                text-decoration: none;
                color: #746a62;
            }

                #sidebar ul.comments-custom li a:focus {
                    text-decoration: none;
                    color: #746a62;
                }

                #sidebar ul.comments-custom li a:hover {
                    text-decoration: none;
                    color: #008BFE;
                }

            #sidebar ul.comments-custom li .clear {
                display: none;
            }

            #sidebar ul.comments-custom li .comments-custom_txt {
                overflow: hidden;
                margin: 0;
                padding: 39px 0 0 0;
                border: none;
            }

@media (min-width: 768px) and (max-width: 979px) {
    #sidebar ul.comments-custom li .comments-custom_txt {
        overflow: visible;
        margin: 39px 0 0 0;
        padding: 0;
    }
}

#sidebar ul.comments-custom li .comments-custom_txt:before {
    background: url(images/quotes.html) no-repeat 0% 0%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -10px 0 0 0;
    padding: 0;
    vertical-align: top;
    content: '';
}

@media (min-width: 768px) and (max-width: 979px) {
    #sidebar ul.comments-custom li .comments-custom_txt:before {
        margin: -5px 0 0 0;
    }
}

#sidebar #wp-calendar caption {
    color: #292625;
}

#sidebar #wp-calendar thead tr th {
    color: #292625;
}

.hero-unit {
    background: none;
    margin: 0 0 73px 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

    .hero-unit h1 {
	margin: 0 0 6px 0;
	padding: 0;
	letter-spacing: normal;
	line-height: 45px;
	font-size: 45px;
	color: #0035FE;
    }

@media (max-width: 768px) {
    .hero-unit h1 {
        line-height: 30px;
        font-size: 30px;
    }
}

.hero-unit p {
    line-height: 27px;
    font-weight: 300;
    color: #545454;
}

@media (min-width: 1200px) {
    .hero-unit p {
        padding: 0 330px;
    }
}

.list_1 {
    margin-bottom: 56px;
}

    .list_1 li {
        padding-bottom: 27px;
        border-bottom: 2px solid #545454;
        text-align: center;
    }

@media (max-width: 767px) {
    .list_1 li {
        margin-bottom: 30px;
    }
}

.list_1 li .thumbnail {
    margin: 0 0 27px 0;
}

@media (max-width: 767px) {
    .list_1 li .thumbnail {
        float: none;
    }
}

.list_1 li h5 {
    margin: 0 0 8px 0;
}

.list_1 li .sub_title {
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #b6b6b6;
}

.list_2 {
    margin: 0 0 0 -86px !important;
    padding: 0 0 50px 0;
    line-height: 0;
    font-size: 0;
}

@media (min-width: 980px) and (max-width: 1200px) {
    .list_2 {
        margin: 0 0 0 -30px !important;
    }
}

html.ie8 .list_2 {
    margin: 0 0 0 -30px !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .list_2 {
        margin: 0 0 0 -30px !important;
    }
}

@media (max-width: 767px) {
    .list_2 {
        margin: 0 !important;
    }
}

.list_2.extra {
    padding: 25px 0 63px 0;
}

.list_2 li {
    display: inline-block;
    width: 26%;
    margin: 0 0 48px 86px;
    padding: 0;
    vertical-align: top;
    line-height: 21px;
    font-size: 14px;
    color: #757575;
}

@media (min-width: 980px) and (max-width: 1200px) {
    .list_2 li {
        width: 455px;
        margin: 0 0 48px 30px;
    }
}

html.ie8 .list_2 li {
    width: 455px;
    margin: 0 0 48px 30px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .list_2 li {
        width: 347px;
        margin: 0 0 48px 30px;
    }
}

@media (max-width: 767px) {
    .list_2 li {
        width: auto;
        margin: 0 0 48px 0;
    }
}

.list_2 li:hover .thumbnail img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.list_2 li:hover h5 a {
    text-decoration: none;
    color: #008BFE;
}

.list_2 li .thumbnail {
    background: none;
    float: right;
    margin: 0 0 0 30px;
    border: 1px solid #008BFE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 480px) {
    .list_2 li .thumbnail {
        max-width: 80px;
        margin: 0 0 10px 20px;
    }
}

.list_2 li .thumbnail img {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.list_2 li h5 {
    margin: 0 0 15px 0;
    padding: 2px 0 0 0;
    line-height: 30px;
    font-size: 24px;
    text-transform: none;
    color: #545454;
}

    .list_2 li h5 a:focus {
        text-decoration: none;
        color: #008BFE;
    }

    .list_2 li h5 a:hover {
        text-decoration: none;
        color: #545454;
    }

.list_2 li .excerpt {
    margin: 0;
}

.list_3 {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .list_3 {
        margin: 0 0 30px 0 !important;
    }
}

.list_3 li {
    margin: 36px 0 0 0;
    line-height: 18px;
    font-size: 12px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .list_3 li {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }
}

.list_3 li:first-child {
    margin: 0;
}

.list_3 li .thumbnail {
    margin: 3px 24px 3px 0;
}

@media (min-width: 768px) and (max-width: 979px) {
    .list_3 li .thumbnail {
        margin-right: 15px;
    }
}

@media (max-width: 480px) {
    .list_3 li .thumbnail {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .list_3 li .caption {
        overflow: hidden;
    }
}

.list_3 li h5 {
    display: none;
}

.list_3 li .excerpt {
    margin: 0 0 7px 0;
}

.list_3 li a.btn-primary {
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    line-height: 20px;
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: none;
    color: #008BFE;
}

    .list_3 li a.btn-primary:before, .list_3 li a.btn-primary:after {
        display: none;
    }

    .list_3 li a.btn-primary:focus {
        background: none;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        text-decoration: none;
        color: #008BFE;
    }

    .list_3 li a.btn-primary:hover {
        background: none;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        text-decoration: none;
        color: #3db4ff;
    }

.list_4 {
    padding: 17px 0 0 0;
}

    .list_4 li {
        text-align: center;
    }

@media (max-width: 767px) {
    .list_4 li {
        width: 100%;
        overflow: hidden;
        margin: 20px 0 0 0;
        padding: 0;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .list_4 li:first-child {
        margin: 0;
    }
}

.list_4 li .thumbnail {
    display: inline-block;
    float: none;
    margin: 0 0 18px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
}

@media (max-width: 767px) {
    .list_4 li .thumbnail {
        float: left;
        max-width: 50%;
        margin: 0 20px 5px 0;
    }
}

.list_4 li .thumbnail a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.list_4 li .thumbnail img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

@media (max-width: 767px) {
    .list_4 li .clear {
        display: none;
    }
}

.list_4 li h5 {
    margin: 0 0 7px 0;
    line-height: 20px;
    font-size: 18px;
}

@media (min-width: 980px) and (max-width: 1200px) {
    .list_4 li h5 {
        line-height: 18px;
        font-size: 16px;
    }
}

html.ie8 .list_4 li h5 {
    line-height: 18px;
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .list_4 li h5 {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }
}

.list_4 li .excerpt {
    margin: 0;
}

.list_5 {
    padding: 14px 0 0 0;
}

    .list_5 li {
        margin-bottom: 0;
        line-height: 18px;
        font-size: 12px;
        color: #757575;
    }

@media (max-width: 767px) {
    .list_5 li {
        margin-top: 30px;
    }
}

.list_5 li:first-child {
    margin-top: 0;
}

.list_5 li .thumbnail {
    margin: 0 0 30px 0;
}

.list_5 li h5 {
    margin: 0 0 12px 0;
}

.list_5 li .sub_title {
    display: none;
}

.list_5 li .excerpt {
    margin: 0 0 7px 0;
}

.list_5 li a.btn-primary {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #008BFE;
}

    .list_5 li a.btn-primary:focus {
        text-decoration: none;
        color: #008BFE;
    }

    .list_5 li a.btn-primary:hover {
        text-decoration: none;
        color: #3db4ff;
    }

html.ie8 .list_5 li a.btn-primary:before, html.ie8 .list_5 li a.btn-primary:after {
    display: none;
}

.title-box {
    margin: 0 0 65px 0;
    text-align: center;
}

    .title-box h2 {
        margin: 0 0 6px 0;
    }

@media (max-width: 480px) {
    .title-box h2 {
        line-height: 38px;
        font-size: 30px;
    }
}

.title-box h3 {
    line-height: 27px;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    color: #545454;
}

.content_box {
    background: #eee;
    padding: 76px 0 90px 0;
}

    .content_box:before, .content_box:after {
        background: #eee;
    }

    .content_box .title-box {
        margin: 0 0 60px 0;
    }

    .content_box .vertical-divider {
        margin: 0;
        padding: 0;
        border: none;
    }

@media (min-width: 980px) and (max-width: 1200px) {
    .content_box .vertical-divider {
        background-position: 270px 0%;
    }
}

html.ie8 .content_box .vertical-divider {
    background-position: 270px 0%;
}

@media (min-width: 768px) and (max-width: 979px) {
    .content_box .vertical-divider {
        background-position: 208px 0%;
    }
}

@media (max-width: 767px) {
    .content_box .vertical-divider {
        background: none;
    }
}

.haberIcerikImg {
    float: left;
}

.haberIcerik {
    float: left;
    width: 60%;
    padding: 0 0 0 20px;
}

@media (max-width: 767px) {
    .haberIcerik {
        float: none;
        width: 100%;
        padding: 20px 0;
    }

    .haberIcerikImg {
        float: none;
        display: inline-block;
    }
}

.content_box.center {
    background: none;
    padding: 0;
    text-align: center;
}

    .content_box.center:before, .content_box.center:after {
        display: none;
    }

.content_box.box {
    background: #f7f7f7;
    padding: 73px 0 65px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

    .content_box.box:before {
        background: #f7f7f7;
        display: block;
        width: 101%;
        position: absolute;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        top: -1px;
        bottom: -1px;
        left: -100%;
        z-index: -1;
        content: '';
    }

    .content_box.box:after {
        background: #f7f7f7;
        display: block;
        width: 101%;
        position: absolute;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        top: -1px;
        bottom: -1px;
        right: -100%;
        z-index: -1;
        content: '';
    }

.content_box.extra {
    background: #f7f7f7;
    margin: 0 0 -66px 0;
    padding: 73px 0 93px 0;
}

    .content_box.extra:before, .content_box.extra:after {
        background: #f7f7f7;
    }

    .content_box.extra .title-box {
        margin: 0 0 64px 0;
    }

    .content_box.extra h5 em {
        display: block;
        margin: 0 0 -14px 0;
        font-style: normal;
    }

    .content_box.extra img.alignnone {
        margin: 13px 0 1px 0;
    }

    .content_box.extra p {
        line-height: 18px;
        font-size: 12px;
    }

.content_box.extra_1 {
    background: #f7f7f7;
    margin: 0 0 -66px 0;
    padding: 72px 0 75px 0;
    border-top: 1px solid #fff;
}

    .content_box.extra_1:before, .content_box.extra_1:after {
        background: #f7f7f7;
        border-top: 1px solid #fff;
        top: -1px;
    }

    .content_box.extra_1 .title-box {
        margin: 0 0 64px 0;
    }

    .content_box.extra_1 h5 em {
        display: block;
        margin: 0 0 -14px 0;
        font-style: normal;
    }

    .content_box.extra_1 img.alignnone {
        margin: 13px 0 1px 0;
    }

    .content_box.extra_1 p {
        margin: 0 0 21px 0;
        line-height: 21px;
        font-size: 14px;
    }

        .content_box.extra_1 p a {
            text-decoration: underline;
        }

a.btn-link {
    background: none;
    position: relative;
    margin: 0 0 95px 0;
    padding: 24px 60px 23px 60px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 480px) {
    a.btn-link {
        padding: 24px 40px 23px 40px;
    }
}

a.btn-link:focus {
    text-decoration: none;
    color: #fff;
}

    a.btn-link:focus:after {
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        top: 100%;
    }

a.btn-link:hover {
    text-decoration: none;
    color: #fff;
}

    a.btn-link:hover:after {
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        top: 0;
    }

a.btn-link:before {
    background: #008BFE;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
}

a.btn-link:after {
    background: #292625;
    display: block;
    position: absolute;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
}

a.btn-primary {
    background: none;
    position: relative;
    margin: 0;
    padding: 12px 30px 12px 30px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

    a.btn-primary:focus {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        text-decoration: none;
        color: #fff;
    }

        a.btn-primary:focus:after {
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            top: 100%;
        }

    a.btn-primary:hover {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        text-decoration: none;
        color: #fff;
    }

        a.btn-primary:hover:after {
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            top: 0;
        }

    a.btn-primary:before {
        background: #008BFE;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        content: '';
    }

    a.btn-primary:after {
        background: #292625;
        display: block;
        position: absolute;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
        top: 100%;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        content: '';
    }

.list.arrow-list {
    padding: 6px 0 0 0;
}

@media (max-width: 767px) {
    .list.arrow-list {
        margin: 0 0 30px 0;
    }
}

.list.arrow-list ul {
    margin: 0;
    padding: 0;
}

    .list.arrow-list ul li {
        position: relative;
        margin: 6px 0 0 0;
        padding: 0 0 0 24px;
        list-style: none;
        line-height: 20px;
        font-size: 14px;
        color: #757575;
    }

        .list.arrow-list ul li:first-child {
            margin: 0;
        }

        .list.arrow-list ul li:before {
            position: absolute;
            line-height: 20px;
            font-family: FontAwesome;
            font-size: 12px;
            color: #3db4ff;
            top: 0;
            left: 0;
            content: '\f061';
        }

        .list.arrow-list ul li a {
            text-decoration: none;
            color: #757575;
        }

            .list.arrow-list ul li a:focus {
                text-decoration: none;
                color: #757575;
            }

            .list.arrow-list ul li a:hover {
                text-decoration: none;
                color: #3db4ff;
            }

.list.custom-list {
    padding: 5px 0 96px 0;
}

    .list.custom-list ul {
        margin: 0;
        padding: 0;
    }

        .list.custom-list ul li {
            background: #f3f3f3;
            margin: 8px 0 0 0;
            padding: 21px 20px 19px 20px;
            list-style: none;
            line-height: 21px;
            font-size: 14px;
            color: #545454;
        }

@media (min-width: 980px) and (max-width: 1200px) {
    .list.custom-list ul li {
        width: 100%;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

html.ie8 .list.custom-list ul li {
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 979px) {
    .list.custom-list ul li {
        width: 100%;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .list.custom-list ul li {
        width: 100%;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.list.custom-list ul li:first-child {
    margin: 0;
}

.list.custom-list ul li:before {
    display: none;
}

.list.custom-list ul li strong {
    background: #008BFE;
    position: relative;
    float: left;
    min-width: 59px;
    margin: -21px 22px -19px -20px;
    padding: 19px 20px 19px 20px;
    border-right: 1px solid #fff;
    line-height: 44px;
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

@media (min-width: 980px) and (max-width: 1200px) {
    .list.custom-list ul li strong {
        margin: 0 22px 0 0;
        padding: 15px 15px 15px 15px;
        line-height: 34px;
        font-size: 34px;
    }
}

html.ie8 .list.custom-list ul li strong {
    margin: 0 22px 0 0;
    padding: 15px 15px 15px 15px;
    line-height: 34px;
    font-size: 34px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .list.custom-list ul li strong {
        margin: 0 22px 0 0;
        padding: 15px 15px 15px 15px;
        line-height: 34px;
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .list.custom-list ul li strong {
        margin: 0 22px 0 0;
        padding: 15px 15px 15px 15px;
        line-height: 34px;
        font-size: 34px;
    }
}

.list.custom-list ul li strong:before {
    background: url(images/arrow.html) no-repeat 0% 0%;
    display: block;
    width: 10px;
    height: 19px;
    overflow: hidden;
    margin: -9px 0 0 0;
    position: absolute;
    top: 50%;
    right: -10px;
    content: '';
}

.spacer {
    height: 64px;
}

.footer {
    background: #686766;
    margin: 0;
    padding: 0;
    border: none;
}

@media (max-width: 767px) {
    .footer {
        padding: 0 20px;
    }

    .abonelikler {
        display: inline-block;
        padding: 15px 0;
    }
}

.footer .footer-widgets {
    background: #fff;
    position: relative;
    padding: 80px 0 64px 0;
}

    .footer .footer-widgets:before {
        background: #fff;
        display: block;
        width: 101%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100%;
        z-index: -1;
        content: '';
    }

    .footer .footer-widgets:after {
        background: #fff;
        display: block;
        width: 101%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -100%;
        z-index: -1;
        content: '';
    }

    .footer .footer-widgets .line-ver {
        background: url(../images/line.gif) repeat-y 631px 0%;
    }

@media (min-width: 980px) and (max-width: 1200px) {
    .footer .footer-widgets .line-ver {
        background-position: 511px 0%;
    }
}

html.ie8 .footer .footer-widgets .line-ver {
    background-position: 511px 0%;
}

@media (min-width: 768px) and (max-width: 979px) {
    .footer .footer-widgets .line-ver {
        background-position: 393px 0%;
    }
}

@media (max-width: 767px) {
    .footer .footer-widgets .line-ver {
        background: none;
    }
}

.footer .footer-widgets .textwidget {
    margin: 0 0 26px 0;
}

@media (max-width: 767px) {
    .footer .social-nets-wrapper {
        padding: 20px 0;
        float: none;
    }
}

.footer .footer-widgets .social-nets-wrapper ul {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

    .footer .footer-widgets .social-nets-wrapper ul li {
        display: inline-block;
        margin: 0 0 0 21px;
        padding: 0;
        list-style: none;
        vertical-align: top;
    }

        .footer .footer-widgets .social-nets-wrapper ul li:first-child {
            margin: 0;
        }

        .footer .footer-widgets .social-nets-wrapper ul li a {
            display: inline-block;
            vertical-align: top;
        }

            .footer .footer-widgets .social-nets-wrapper ul li a:hover:before {
                transform: rotateY(360deg);
                -webkit-transform: rotateY(360deg);
                -webkit-transition: 0.4s;
                -moz-transition: 0.4s;
                -o-transition: 0.4s;
                transition: 0.4s;
                color: #008BFE;
            }

            .footer .footer-widgets .social-nets-wrapper ul li a[title="google"]:before {
                content: '\f0d5';
            }

            .footer .footer-widgets .social-nets-wrapper ul li a[title="twitter"]:before {
                content: '\f099';
            }

            .footer .footer-widgets .social-nets-wrapper ul li a[title="facebook"]:before {
                content: '\f09a';
            }

            .footer .footer-widgets .social-nets-wrapper ul li a[title="pinterest"]:before {
                content: '\f0d2';
            }

            .footer .footer-widgets .social-nets-wrapper ul li a[title="linkedin"]:before {
                content: '\f0e1';
            }

            .footer .footer-widgets .social-nets-wrapper ul li a[title="youtube"]:before {
                content: '\f0e1';
            }

            .footer .footer-widgets .social-nets-wrapper ul li a:before {
                display: inline-block;
                -webkit-transition: 0.8s;
                -moz-transition: 0.8s;
                -o-transition: 0.8s;
                transition: 0.8s;
                vertical-align: top;
                line-height: 30px;
                font-family: FontAwesome;
                font-size: 27px;
                color: #3db4ff;
            }

            .footer .footer-widgets .social-nets-wrapper ul li a img {
                display: none;
            }

.social-nets-wrapper {
    float: right;
}

.social {
    list-style: none;
}

    .social li {
        float: left;
        padding: 5px;
    }

#kaTakipEt {
    color: #ffffff;
}

@media (max-width: 767px) {
    #kaTakipEt {
        float: none;
        display: block;
    }
}

.subFooter {
    display: inline !important;
}

    .subFooter li {
        display: block !important;
    }

.footer .footer_block {
    padding: 50px 0 39px 0;
}

    .footer .footer_block h4 {
        display: inline-block;
        margin: 0 38px 0 0;
        padding: 0;
        vertical-align: top;
        line-height: 24px;
        font-size: 21px;
        font-weight: 300;
        color: #fff;
    }

@media (max-width: 767px) {
    .footer .footer_block h4 {
        display: block;
        margin: 0 0 10px 0;
    }
}

.footer .footer_block .textwidget {
    display: inline-block;
    padding: 1px 0 0 0;
    vertical-align: top;
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

@media (max-width: 767px) {
    .footer .footer_block .textwidget {
        display: block;
    }
}

.footer .footer_block .textwidget b {
    font-weight: 300;
}

@media (max-width: 767px) {
    .footer .footer_block .textwidget b {
        display: block;
        margin: 0 0 5px 0;
    }
}

.footer .footer_block .textwidget b:before {
    display: inline-block;
    margin: 3px 4px 0 0;
    vertical-align: top;
    line-height: 24px;
    font-family: FontAwesome;
    font-size: 24px;
    content: '\f095';
}

.footer .footer_block .textwidget i {
    position: relative;
    margin: 0;
    font-style: normal;
}

@media (max-width: 767px) {
    .footer .footer_block .textwidget i {
        display: block;
        margin: 0;
    }
}

.footer .footer_block .textwidget i:before {
    display: inline-block;
    margin: 0 7px 0 0;
    vertical-align: top;
    line-height: 24px;
    font-family: FontAwesome;
    font-size: 24px;
    content: '\f003';
}

.footer .footer_block .textwidget i:after {
}

@media (max-width: 767px) {
    .footer .footer_block .textwidget {
        font-size: 15px;
    }

        .footer .footer_block .textwidget i:after {
            display: none;
        }

    .tobb {
        margin: 20px 0 20px 0;
    }
}

.footer .footer_block .textwidget a {
    text-decoration: none;
    color: #fff;
}

    .footer .footer_block .textwidget a:focus {
        text-decoration: none;
        color: #fff;
    }

    .footer .footer_block .textwidget a:hover {
        text-decoration: none;
        color: #008BFE;
    }

.footer .copyright {
    margin: 45px 0 0 0;
    padding: 36px 0 0 0;
    border-top: 1px solid #757575;
}

    .footer .copyright .footer-nav {
        float: none;
        margin: 0;
    }

@media (max-width: 767px) {
    .footer .copyright .footer-nav {
        margin: 0 0 9px 0;
    }
}

.footer .copyright .footer-nav ul {
    float: none;
}

@media (min-width: 768px) and (max-width: 979px) {
    .footer .copyright .footer-nav ul {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .footer .copyright .footer-nav ul {
        text-align: left;
    }
}

.footer .copyright .footer-nav ul li {
    padding: 0;
    line-height: 30px !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .footer .copyright .footer-nav ul li {
        margin: 0 0 0 13px;
    }
}

@media (max-width: 767px) {
    .footer .copyright .footer-nav ul li {
        margin: 0 13px 0 0 !important;
    }
}

@media (max-width: 480px) {
    .footer .copyright .footer-nav ul li {
        margin: 0 6px 0 0 !important;
    }
}

.footer .copyright .footer-nav ul li:first-child {
    margin: 0;
}

@media (max-width: 767px) {
    .footer .copyright .footer-nav ul li:last-child {
        margin: 0 !important;
    }
}

.footer .copyright .footer-nav ul li.current-menu-item a {
    text-decoration: none;
    color: #008BFE;
}

    .footer .copyright .footer-nav ul li.current-menu-item a:focus {
        text-decoration: none;
        color: #008BFE;
    }

    .footer .copyright .footer-nav ul li.current-menu-item a:hover {
        text-decoration: none;
        color: #008BFE;
    }

.footer .copyright .footer-nav ul li a {
    font-weight: 300;
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 979px) {
    .footer .copyright .footer-nav ul li a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footer .copyright .footer-nav ul li a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .footer .copyright .footer-nav ul li a {
        font-size: 12px;
    }
}

.footer .copyright .footer-nav ul li a:focus {
    text-decoration: none;
    color: #fff;
}

.footer .copyright .footer-nav ul li a:hover {
    text-decoration: none;
    color: #008BFE;
}

.footer .copyright .footer-text {
    float: none;
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    color: #fff;
}

@media (max-width: 767px) {
    .footer .copyright .footer-text {
        text-align: left;
    }
}

.footer .copyright .footer-text strong {
    font-weight: 300;
    text-transform: uppercase;
}

.footer .copyright .footer-text a {
    text-decoration: none;
    color: #fff;
}

    .footer .copyright .footer-text a:focus {
        text-decoration: none;
        color: #fff;
    }

    .footer .copyright .footer-text a:hover {
        text-decoration: none;
        color: #008BFE;
    }

/* Social Icons */
.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

    .social-icons li {
        display: inline-block;
        margin: -1px 1px 5px 0;
        padding: 0;
        overflow: visible;
    }

        .social-icons li a {
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            transition: all 0.2s ease;
            background: #FFF;
            margin-right: 11px;
            display: block;
            height: 30px;
            line-height: 30px;
            width: 30px;
            text-align: center;
            color: #333 !important;
            text-decoration: none;
        }

.social-icons-youtube a {
    margin-right: 0 !important;
}

.social-icons li:hover a {
    background: #171717;
    color: #FFF !important;
}

.social-icons li:hover.social-icons-twitter a {
    background: #1aa9e1;
}

.social-icons li:hover.social-icons-facebook a {
    background: #3b5a9a;
}

.social-icons li:hover.social-icons-linkedin a {
    background: #0073b2;
}

.social-icons li:hover.social-icons-rss a {
    background: #ff8201;
}

.social-icons li:hover.social-icons-googleplus a {
    background: #dd4b39;
}

.social-icons li:hover.social-icons-pinterest a {
    background: #cc2127;
}

.social-icons li:hover.social-icons-youtube a {
    background: #c3191e;
}

.social-icons li:hover.social-icons-instagram a {
    background: #7c4a3a;
}

.social-icons li:hover.social-icons-skype a {
    background: #00b0f6;
}

.social-icons li:hover.social-icons-email a {
    background: #dd4b39;
}

.social-icons li:hover.social-icons-vk a {
    background: #6383a8;
}

.social-icons li:hover.social-icons-xing a {
    background: #1a7576;
}

.social-icons li:hover.social-icons-tumblr a {
    background: #304e6c;
}

.social-icons li:hover.social-icons-reddit a {
    background: #ff4107;
}

.social-icons.social-icons-transparent li {
    box-shadow: none;
}

    .social-icons.social-icons-transparent li a {
        background: transparent;
    }

.social-icons.social-icons-icon-light li a i {
    color: #FFF;
}
/*Social Icon Ends*/

.top_search {
    position: relative;
    float: right;
    margin: 36px 24px 0 0;
    z-index: 99;
}

@media (min-width: 768px) and (max-width: 979px) {
    .top_search {
        margin: 30px 0 0 0;
    }
}

.top_search #search-header {
    display: none;
    position: absolute;
    width: 250px;
    height: 50px;
    top: 63px;
    right: 0;
}

.top_search .btn-search {
    background: #4b4948;
    display: inline-block;
    width: 43px;
    height: 43px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    line-height: 43px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

    .top_search .btn-search:hover {
        background: #008BFE;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

.top_search input[type="text"] {
    float: left;
    width: 158px;
}

.top_search button {
    background: #008BFE;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 0 0 10px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

    .top_search button:focus {
        background: #746a62;
        color: #008BFE;
    }

    .top_search button:hover {
        background: #008BFE;
        color: #000;
    }

#map {
    position: relative;
    left: 50%;
}

    #map img {
        max-width: none;
    }

    #map .gm-style-iw {
        width: 300px !important;
    }

        #map .gm-style-iw div {
            overflow: visible;
        }

    #map #content {
        font-size: 10px;
        color: #babbc2;
        padding-top: 0;
    }

        #map #content h6 {
            font-size: 13px;
            line-height: 1.2em;
            color: #434458;
            margin: 0 0 4px 0;
        }

        #map #content p {
            line-height: 14px;
            margin-bottom: 0;
        }

        #map #content a {
            color: #292625;
            text-decoration: underline;
        }

            #map #content a:hover, #map #content a:focus {
                text-decoration: none;
            }

.gm-style .gm-style-iw #content a {
    font-size: 11px;
}

#back-top-wrapper p#back-top {
    margin: 0;
}

    #back-top-wrapper p#back-top a {
        width: auto;
    }

        #back-top-wrapper p#back-top a:hover:before {
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            color: #b9b9b9;
        }

        #back-top-wrapper p#back-top a:before {
            -webkit-transition: 0.8s;
            -moz-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s;
            line-height: 48px;
            font-family: FontAwesome;
            font-size: 48px;
            color: #8a8a8a;
            content: '\f0aa';
        }

        #back-top-wrapper p#back-top a span {
            display: none;
        }

.nsu_widget {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 1px 0 25px 0;
}

    .nsu_widget h4 {
        margin-bottom: 20px;
        line-height: 30px;
        font-size: 30px;
        text-transform: uppercase;
    }

    .nsu_widget .nsu-text-before-form {
        padding: 0 0 19px 0;
    }

    .nsu_widget label {
        margin: 0;
    }

    .nsu_widget p {
        float: left;
        margin: 0;
    }

    .nsu_widget input[type="text"], .nsu_widget input[type="email"] {
        float: left;
        width: 278px;
        min-height: 21px;
        margin: 0 16px 0 0;
        padding: 11px 15px 11px 15px !important;
        color: #bcbcbc !important;
    }

@media (min-width: 980px) and (max-width: 1200px) {
    .nsu_widget input[type="text"], .nsu_widget input[type="email"] {
        width: 180px;
    }
}

html.ie8 .nsu_widget input[type="text"], html.ie8 .nsu_widget input[type="email"] {
    width: 180px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .nsu_widget input[type="text"], .nsu_widget input[type="email"] {
        width: 105px;
    }
}

@media (max-width: 767px) {
    .nsu_widget input[type="text"], .nsu_widget input[type="email"] {
        width: 200px;
    }
}

@media (max-width: 480px) {
    .nsu_widget input[type="text"], .nsu_widget input[type="email"] {
        width: 105px;
    }
}

.nsu_widget input[type="submit"] {
    float: left;
    height: 45px;
    margin: 0;
    padding: 0 37px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .nsu_widget input[type="submit"] {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .nsu_widget input[type="submit"] {
        padding: 0 20px;
    }
}

.nsu_widget .nsu-error {
    color: #008BFE;
    position: absolute;
    left: 0;
    bottom: 0;
}

.thumbnail {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .thumbnail a:hover .zoom-icon:before {
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .thumbnail a .zoom-icon:before {
        background: url(../images/magnify.png) no-repeat 0% 0%;
        display: block;
        width: 32px;
        height: 32px;
        overflow: hidden;
        margin: -16px 0 0 -16px;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
        content: '';
    }

.title-section {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0;
	border-bottom: 2px solid #545454;
}

    .title-section h1 {
        margin: 0;
        padding: 0;
        line-height: 30px;
        font-size: 30px;
        color: #545454;
    }

@media (max-width: 480px) {
    .title-section h1 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .title-section h1 {
        float: left;
    }
}

.title-section ul {
    background: none;
    margin: 11px 0 0 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media (min-width: 1200px) {
    .title-section ul {
        float: right;
    }
}

.title-section ul li {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #b6b6b6;
}

    .title-section ul li.divider {
        margin: 0 3px;
    }

        .title-section ul li.divider:after {
            line-height: 20px;
            font-size: 16px;
            font-weight: 400;
            color: #b6b6b6;
        }

    .title-section ul li.active {
        color: #008BFE;
    }

    .title-section ul li a {
        text-decoration: none;
        color: #b6b6b6;
    }

        .title-section ul li a:focus {
            text-decoration: none;
            color: #b6b6b6;
        }

        .title-section ul li a:hover {
            text-decoration: none;
            color: #008BFE;
        }

.pagination ul li a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

article.post h3 {
    line-height: 24px;
    font-size: 21px;
    font-weight: 400;
    text-transform: none;
    color: #545454;
}

.post_meta i {
    color: #008BFE;
}

.post_meta a {
    text-decoration: none;
    color: #746a62;
}

    .post_meta a:focus {
        text-decoration: none;
        color: #746a62;
    }

    .post_meta a:hover {
        text-decoration: none;
        color: #008BFE;
    }

.post-author {
    background: #f7f7f7;
    border: none;
}

    .post-author h3 {
        line-height: 20px;
        font-size: 18px;
    }

    .post-author .post-author_gravatar {
        margin: 5px 20px 5px 0;
    }

        .post-author .post-author_gravatar img {
            padding: 0;
            border: none;
        }

@media (max-width: 480px) {
    .post-author .post-author_desc {
        overflow: visible;
    }
}

.post-author .post-author_link {
    margin: 15px 0 0 0;
}

    .post-author .post-author_link p {
        margin: 0;
        line-height: 20px;
        font-size: 14px;
        color: #746a62;
    }

@media (min-width: 768px) and (max-width: 979px) {
    .related-posts h3 {
        margin-bottom: 50px;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        line-height: 34px;
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .related-posts h3 {
        margin-bottom: 50px;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        line-height: 34px;
        font-size: 34px;
    }
}

.related-posts li {
    line-height: 24px;
    font-size: 21px;
    color: #545454;
}

@media (min-width: 768px) and (max-width: 979px) {
    .related-posts li {
        line-height: 18px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .related-posts li {
        line-height: 18px;
        font-size: 15px;
    }
}

.related-posts li a {
    text-decoration: none;
    color: #545454;
}

    .related-posts li a:focus {
        text-decoration: none;
        color: #545454;
    }

    .related-posts li a:hover {
        text-decoration: none;
        color: #008BFE;
    }

.comment-list li .comment-body {
    background: #f7f7f7 !important;
    border: none;
}

    .comment-list li .comment-body .author {
        padding: 13px 0 0 0;
        line-height: 20px;
        font-size: 14px;
        font-weight: 700;
        color: #008BFE;
    }

@media (max-width: 480px) {
    .comment-list li .comment-body .extra-wrap {
        overflow: visible;
    }
}

.comment-list li .comment-body .comment-meta {
    margin: 0;
    padding: 0;
    line-height: 45px;
    font-size: 14px;
    font-weight: 400;
    color: #746a62;
}

.comment-list li .comment-body .reply a {
    background: #f7f7f7;
    display: inline-block;
    height: 41px;
    margin: 0;
    padding: 0 30px 0 30px;
    border: 2px solid #008BFE;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    vertical-align: top;
    line-height: 41px;
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 17px;
    font-weight: 400;
    text-shadow: none;
    text-transform: uppercase;
    color: #008BFE;
}

    .comment-list li .comment-body .reply a:focus {
        background: #f7f7f7;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        color: #008BFE;
    }

    .comment-list li .comment-body .reply a:hover {
        background: #008BFE;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        color: #fff;
    }

.cancel-comment-reply {
    padding: 0 0 6px 0;
}

#commentform p {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    #commentform input[type="text"], #commentform input[type="email"], #commentform textarea {
        min-height: 48px;
    }
}

html.ie8 #commentform textarea {
    width: 500px;
    min-width: 500px;
    max-width: 500px;
}

#commentform input[type="submit"] {
    margin: 0;
}

html.ie8 #commentform input[type="submit"] {
    float: left;
}

#commentform #nsu-checkbox {
    display: none;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    padding: 5px 8px !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media (min-width: 768px) and (max-width: 979px) {
    .wpcf7-form .wpcf7-not-valid-tip {
        padding-left: 3px !important;
        padding-right: 2px !important;
        font-size: 10px !important;
    }
}

.wpcf7-form .ajax-loader {
    margin: 10px 0 0 0;
}

.wpcf7-form .wpcf7-response-output {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.filter-wrapper {
    padding: 0 0 50px 0;
    text-align: center;
}

    .filter-wrapper .pull-right {
        float: none;
    }

    .filter-wrapper strong {
        display: inline-block;
        float: none;
        margin: 0;
        padding: 0;
        vertical-align: top;
        line-height: 26px;
        font-size: 18px;
        font-weight: 400;
        color: #292625;
    }

@media (max-width: 767px) {
    .filter-wrapper strong {
        line-height: 22px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .filter-wrapper strong {
        display: block;
        line-height: 20px;
        font-size: 12px;
    }
}

.filter-wrapper ul {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}

    .filter-wrapper ul li {
        display: inline-block;
        float: none;
        margin: 0 0 0 10px;
        vertical-align: top;
        border-right: 1px solid #b6b6b6;
        padding-right: 10px;
    }

        .filter-wrapper ul li:first-child {
            margin: 0;
        }

        .filter-wrapper ul li:last-child {
            border-right: 0;
        }

@media (max-width: 767px) {
    .filter-wrapper ul li {
        margin: 0 0 0 15px;
    }
}

@media (max-width: 480px) {
    .filter-wrapper ul li {
        margin: 0 5px;
    }
}

.filter-wrapper ul li.active a {
    background: none;
    text-decoration: none;
    color: #008BFE;
}

    .filter-wrapper ul li.active a:focus {
        background: none;
        text-decoration: none;
        color: #008BFE;
    }

    .filter-wrapper ul li.active a:hover {
        background: none;
        text-decoration: none;
        color: #008BFE;
    }

.filter-wrapper ul li a {
    background: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    color: #545454;
}

@media (max-width: 767px) {
    .filter-wrapper ul li a {
        line-height: 22px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .filter-wrapper ul li a {
        line-height: 20px;
        font-size: 15px;
    }
}

.filter-wrapper ul li a:focus {
    background: none;
    text-decoration: none;
    color: #545454;
}

.filter-wrapper ul li a:hover {
    background: none;
    text-decoration: none;
    color: #008BFE;
}

#portfolio-grid li {
    margin-bottom: 40px;
}

    #portfolio-grid li .thumbnail {
        margin: 0 0 33px 0;
    }

    #portfolio-grid li .caption {
        padding: 0 0 13px 0;
        border-bottom: 2px solid #545454;
        text-align: center;
    }

    #portfolio-grid li h3 {
        margin: 0 0 20px 0;
        line-height: 20px;
        font-size: 20px;
        color: #545454;
    }

        #portfolio-grid li h3 a {
            text-decoration: none;
            color: #545454;
        }

            #portfolio-grid li h3 a:focus {
                text-decoration: none;
                color: #545454;
            }

            #portfolio-grid li h3 a:hover {
                text-decoration: none;
                color: #008BFE;
            }

.type-portfolio .thumbnail.large {
    margin: 0;
}

ul.pager {
    margin-top: 30px;
}

    ul.pager li a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.archive_lists h3 {
    line-height: 24px;
    font-size: 21px;
}

.faq-list h4 {
    margin: 0;
}

article.type-services .thumbnail {
    background: none;
    float: left;
    margin: 5px 20px 5px 0 !important;
}

.google-map {
    margin: 0 0 20px 0;
}

@media (min-width: 768px) and (max-width: 979px) {
    .post-header h2 {
        margin-bottom: 50px;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        line-height: 34px;
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .post-header h2 {
        margin-bottom: 50px;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        line-height: 34px;
        font-size: 34px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .comment-holder h3 {
        margin-bottom: 50px;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        line-height: 34px;
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .comment-holder h3 {
        margin-bottom: 50px;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        line-height: 34px;
        font-size: 34px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #respond h3 {
        margin-bottom: 50px;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        line-height: 34px;
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    #respond h3 {
        margin-bottom: 50px;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        line-height: 34px;
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .error404-holder {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .error404-holder .error404-holder_num {
        font-size: 220px;
    }
}

html.ie8 .posts-grid li .thumbnail img {
    max-width: inherit;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fotoGaleri a {
    display: inline-block;
    margin: 0 30px 30px 0;
    width: 230px;
    border: 1px solid #000000;
}

/* jssor slider bullet navigator skin 05 css */
/*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
.jssorb05 {
    position: absolute;
}

    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        /* size of bullet elment */
        width: 16px;
        height: 16px;
        background: url('../images/silider/sliderbullet.png') no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb05 div {
        background-position: -7px -7px;
    }

        .jssorb05 div:hover, .jssorb05 .av:hover {
            background-position: -37px -7px;
        }

    .jssorb05 .av {
        background-position: -67px -7px;
    }

    .jssorb05 .dn, .jssorb05 .dn:hover {
        background-position: -97px -7px;
    }

/* jssor slider arrow navigator skin 22 css */
/*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('../images/silider/sliderok.png') center center no-repeat;
    overflow: hidden;
}

.jssora22l {
    background-position: -10px -31px;
}

.jssora22r {
    background-position: -70px -31px;
}

.jssora22l:hover {
    background-position: -130px -31px;
}

.jssora22r:hover {
    background-position: -190px -31px;
}

.jssora22l.jssora22ldn {
    background-position: -250px -31px;
}

.jssora22r.jssora22rdn {
    background-position: -310px -31px;
}

.jssora22l.jssora22lds {
    background-position: -10px -31px;
    opacity: .3;
    pointer-events: none;
}

.jssora22r.jssora22rds {
    background-position: -70px -31px;
    opacity: .3;
    pointer-events: none;
}

/*Custom*/

body {
	background-color: #000000;
	font-weight: normal;
}

.header {
	background-color: #000000;
}

.ustBlok1 {
    padding: 15px 0 15px 0;
}

.ustBlok2 {
	padding-top: 78px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}

h1 {
	font: normal 45px/45px 'Source Sans Pro', Arial, Helvetica;
	color: #000000;
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }

    .ustBlok1 {
        padding: 15px 0;
    }

    .ustBlok2 {
        padding: 0;
    }
}

h2 {
	font: normal 30px/45px 'Source Sans Pro', Arial, Helvetica;
	color: #000000;
}

h3 {
    font: normal 45px/45px 'Source Sans Pro', Arial, Helvetica;
    color: #008BFE;
}

h4 {
    font: normal 21px/24px 'Source Sans Pro', Arial, Helvetica;
    color: #545454;
}

h5 {
    font: normal 20px/20px 'Source Sans Pro', Arial, Helvetica;
    color: #545454;
}

h6 {
    font: normal 21px/24px 'Source Sans Pro', Arial, Helvetica;
    color: #545454;
}

.logo_h__txt, .logo_link {
    font: bold 53px/60px 'Source Sans Pro', Arial, Helvetica;
    color: #008BFE;
}

.sf-menu > li > a {
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 17px;
    color: #888888;
}

.nav.footer-nav a {
    font: normal 16px/20px 'Source Sans Pro', Arial, Helvetica;
    color: #ffffff;
}

.slider_caption {
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-weight: 600 !important;
    font-size: 25px !important;
}

@media (min-width: 767px) {
    .kategorieski {
        box-shadow: none;
        line-height: 26px;
        font-size: 18px;
        font-weight: 300;
    }
}

@media (min-width: 767px) {
    #anasayaMap {
        display: none;
    }
}
