/*=================================================================================
/*=================================================================================

	Theme Name: mitas
	Theme URI: http://www.mitas.com.tr/
	Description: Designed and Front-end Developed by Fusion Istanbul  http://www.fusionistanbul.com


================================================================================= */


/*=================================================================================
	0.	CSS Reset Styles
/*=================================================================================*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

form {
    display: inline;
}

strong {
    font-weight: 700;
}

b {
    font-weight: 700;
}

.alignleft {
    float: left;
    margin: 0 20px 0 0;
}

.alignright {
    float: right;
    margin: 0 0 0 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}

.alignnone {
    display: block;
    search-blockmargin: 0 0 20px 0;
}

.wp-caption {
    max-width: 590px;
    padding: 4px 4px 4px 4px;
    background: #eee;
    border: 1px solid #ccc;
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0;
    padding: 0 5px;
    text-align: left;
    font-size: 11px;
    color: #666;
}

.wp-caption p {
    padding-bottom: 0px !important;
}

.wp-caption img {
    max-width: 588px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #666;
}

*:focus {
    outline: none;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #FFF;
}

.newsletter ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFF;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFF;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFF;
}

:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

* s {
    outline: 1px solid red;
}

* {
    box-sizing: border-box;
}

* s {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html {
    -webkit-font-smoothing: antialised;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: 'Rajdhani', sans-serif;
    background-color: white;
    font-size: 1em;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    padding: 0;
    left: 0;
}


/*=================================================================================
	HEADER
/*=================================================================================*/

.inner_content table {
    empty-cells: show;
    border: 1px solid #cbcbcb;
    font-size: 13px;
    width: 890px;
}

.inner_content table caption {
    color: #000;
    font: italic 85% / 1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.inner_content tbody tr:nth-child(odd) {
    background-color: #e0e0e0;
}

.inner_content table td,
.inner_content table th {
    border-width: 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

.inner_content table td:first-child,
.inner_content table th:first-child {
    border-left-width: 0
}

.inner_content table thead {
    background-color: #006487;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
}

.inner_content table td {
    background-color: transparent
}

.header {
    height: 110px;
    width: 100%;
    z-index: 9999;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header>.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    max-width: 1250px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9999;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    margin: 0;
    position: relative;
}

.wrap {
    width: 1250px;
    margin: 0px auto;
}

.logo {
    display: block;
    -ms-flex-preferred-size: 135px;
    flex-basis: 263px;
    height: 52px;
    background-image: url(../../images/micha_logo.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-indent: -9999em;
    margin: 0px 0px 0 25px;
    background-size: contain;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.navi_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 300px);
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px 0 0;
}

.navi_header {
    font-size: 80%;
}

.navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(100% - 100px);
    height: 50px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navi>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.navi>ul>li {
    position: relative;
}

.navi>ul>li>a {
    color: #FFFFFF;
    padding: 10px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
    display: block;
}

.navi>ul>li:hover>a,
.navi .current>a {
    border-bottom: 4px solid #FF9600;
    color: #FF9600;
}

.navi .current {
    border-bottom: 4px solid #FF9600;
}

.navi>ul>li .arrow {
    background: url(../../images/lang_arrow.png) right center no-repeat;
    padding: 10px 20px 10px 10px;
}

.navi ul li .submenu {
    text-align: left;
    position: absolute;
    background: white;
    min-width: 325px;
    top: 46px;
    left: 0px;
    box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.50);
    overflow: hidden;
    display: none;
}

.navi>ul>lsi:hover .submenu {
    height: auto;
    display: block;
    opacity: 1;
}

.navi ul li .submenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.navi ul li .submenu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navi ul li .submenu ul li a {
    padding: 3px 10px 3px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: 700;
    color: #0D6489;
    border-left: 4px solid #FFFFFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navi ul li .submenu .current a {
    color: #E67E22;
    border-left: 4px solid #E67E22;
}

.navi ul li .submenu ul li a:hover {
    color: #E67E22;
    border-left: 4px solid #E67E22;
    padding: 3px 10px 3px 17px;
}

.navi ul li .submenu .wrap {
    width: auto;
    padding: 17px 0px 17px 0;
}

.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.lang ul li a {
    padding: 10px;
    display: block;
    color: white;
    font-size: 13px;
    font-weight: 700;
}

.lang ul li a:hover {
    color: #FF9600;
}

.lang ul li>ul {
    display: none;
    position: absolute;
    width: auto;
    background: white;
    z-index: 9999;
    top: 35px;
    box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.50);
}

.lang ul li>ul li a {
    color: #0D6489;
    padding: 4px 10px 4px 10px;
}

.lang ul li:hover ul {
    display: block;
}

.mobile,
.innerMobile {
    display: none;
}


/*=================================================================================
	MAIN PROMO
/*=================================================================================*/

.intro {
    width: 100%;
    height: 610px;
    background: fixed url(../../images/bg_01.jpg) center top no-repeat;
    background-size: cover !important;
    margin-top: -110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home_intro {
    width: 100%;
    height: 610px;
    margin-top: -110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.line {
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1px;
    margin-top: -60px;
    z-index: 1;
    width: 100%;
}

.home_intro .wrap {
    width: 100%;
    height: 610px;
}

section {
    width: 100%;
    height: 610px;
    padding: 0px;
}

.home_intro .slick-slide {
    padding: 0;
    background-size: cover;
    height: 610px;
}

.home_intro .slick-slide>div {
    width: 100%;
    height: 610px;
    background-size: cover;
    font-weight: 300;
    font-size: 1.82vw;
    line-height: 51px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 350px 0 0 0;
}

.home_intro .slick-slide>div>p {
    display: block;
    width: 1250px;
    margin: 0px auto 0 auto;
}

.home_intro .slick-slide>div>p spans {
    display: block;
    width: 750px;
    line-height: 25px;
    font-weight: 700;
}

.home_intro .slick-slide>div .slidedesc {
    display: block;
    width: 1250px;
    margin: 0px auto 0 auto;
}

.home_intro .slick-slide>div .slidedesc div {
    display: block;
    width: 770px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
}

.home_intro .slick-slide>div p a,
.slick-slide div p a:hover,
.slick-slide div p a:focus,
.slick-slide div p a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

.home_intro .slick-dots {
    z-index: 999;
    position: relative !important;
    max-width: 1250px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: -154px auto 0 auto !important;
    text-align: left;
}

.home_intro .slick-dots li {
    width: 170px !important;
    position: relative;
    display: inline-block;
    height: 20px;
    margin: 0;
    padding: 0;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    opacity: .4;
}

.home_intro .slick-dots li.slick-active {
    opacity: 1;
}

.home_intro .custom_arrows {
    display: block;
    position: relative;
    z-index: 9999;
    width: 100px;
    margin-top: -176px;
    margin-left: 72%;
}

.home_intro .next-button,
.home_intro .prev-button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.home_intro .next-button {
    display: inline-block;
    background: url(../../images/icon_right_white.png) no-repeat;
    background-size: 46px 60px;
    opacity: 0.5;
    width: 46px;
    height: 60px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: -20px;
}

.home_intro .prev-button {
    display: inline-block;
    background: url(../../images/icon_left_white.png) no-repeat;
    background-size: 46px 60px;
    opacity: 0.5;
    width: 46px;
    height: 60px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home_intro .next-button:hover,
.home_intro .prev-button:hover {
    opacity: 1;
}

.home_products {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(11, 85, 117, 1) 50%, rgba(11, 85, 117, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(11, 85, 117, 1)), color-stop(100%, rgba(11, 85, 117, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(11, 85, 117, 1) 50%, rgba(11, 85, 117, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(11, 85, 117, 1) 50%, rgba(11, 85, 117, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(11, 85, 117, 1) 50%, rgba(11, 85, 117, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(11, 85, 117, 1) 50%, rgba(11, 85, 117, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0b5575', GradientType=0);
}

.home_products .wrap {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    margin-bottom: 50px;
}

.home_products>.wrap>h2 {
    display: block;
    font-size: 50px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 50px;
}

.home_products_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_products .large_product_slider {
    width: 690px;
    min-height: 197px;
}

.home_products .large_product_slider .slick-list {
    -webkit-box-shadow: 0 2px 35px 0 rgba(43, 166, 211, 0.51);
    -moz-box-shadow: 0 2px 35px 0 rgba(43, 166, 211, 0.51);
    box-shadow: 0 2px 35px 0 rgba(43, 166, 211, 0.51);
}

.home_products .large_product_slider .large_slider_item {
    display: flex;
}

.home_products .large_product_slider .head {
    display: flex;
    max-width: 395px;
    width: 100%;
    min-height: 197px;
    padding: 25px;
    background-size: cover;
}

.home_products .large_product_slider .head h2 {
    max-width: 175px;
    font-size: 20px;
    font-weight: 300;
    color: #0B5575;
    text-align: left;
    align-self: center;
}

.home_products .large_product_slider .content {
    max-width: 295px;
    width: 100%;
    min-height: 197px;
    font-size: 14px;
    font-weight: 500;
    color: #0B5575;
    text-align: left;
    padding: 15px;
}

.home_products .large_product_slider .content .details {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0B5575;
    text-decoration: none;
}

.home_products .small_product_slider {
    max-width: 395px;
    width: 100%;
}

.home_products .small_product_slider .small_slider_item {
    display: flex;
    width: 100%;
    background-color: #ffffff;
    margin: 10px 0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(43, 166, 211, 0.51);
    -moz-box-shadow: 0 2px 10px 0 rgba(43, 166, 211, 0.51);
    box-shadow: 0 2px 10px 0 rgba(43, 166, 211, 0.51);
}

.home_products .small_product_slider .small_slider_item .head {
    display: flex;
    width: 100%;
    padding: 15px;
    background-position: center right;
    background-repeat: no-repeat;
}

.home_products .small_product_slider .small_slider_item .head h2 {
    max-width: 175px;
    font-size: 16px;
    font-weight: 500;
    color: #0B5575;
    text-align: left;
    align-self: center;
}


/*=================================================================================
	HOME SERVICES
/*=================================================================================*/

.home_services_area {
    margin: 44px 0;
}

.home_services_area .wrap {
    display: flex;
    flex-direction: column;
}

.home_services_area>.wrap>h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
    color: #0B5575;
    margin: 30px 0;
    text-align: left;
}

.home_services_area .services_list {
    display: flex;
    flex-wrap: wrap;
}

.home_services_area .services_list .services_list_item {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(50% - 15px);
    width: 100%;
    flex: 1 1 calc(50% - 15px);
    -webkit-box-shadow: 0 2px 35px 0 rgba(43, 166, 211, 0.51);
    -moz-box-shadow: 0 2px 35px 0 rgba(43, 166, 211, 0.51);
    box-shadow: 0 2px 35px 0 rgba(43, 166, 211, 0.51);
    margin-right: auto;
}

.home_services_area .services_list .services_list_item:nth-of-type(2n) {
    margin-right: 0;
}

.home_services_area .services_list .services_list_item .head {
    position: relative;
    display: flex;
    max-width: 56.33116883%;
    width: 100%;
    flex: 0 0 56.33116883%;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}

.home_services_area .services_list .services_list_item .head .head-bg-filter {
    position: absolute;
    max-width: 200px;
    width: 100%;
    height: 100%;
    top: 0;
    left: -35px;
    transform: skew(-17deg);
    background-color: #ffffff;
}

.home_services_area .services_list .services_list_item .head h2 {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 100px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #0B5575;
    text-align: left;
    align-self: center;
}

.home_services_area .services_list .services_list_item .head h2 a {
    color: inherit;
    text-decoration: none;
}

.home_services_area .services_list .services_list_item .content {
    display: block;
    max-width: 43.66883117%;
    width: 100%;
    flex: 0 0 43.66883117%;
    font-size: 16px;
    font-weight: 500;
    color: #0B5575;
    line-height: 24px;
    text-align: left;
    padding: 20px;
    min-height: auto;
}

.home_services_area .services_list .services_list_item .content h2 {
    font-size: 20px;
    font-weight: 300;
}

.home_services_area .services_list .services_list_item .content p {
    margin-bottom: 15px;
}

.home_services_area .services_list .services_list_item .content p:last-of-type {
    margin-bottom: 0;
}

.home_services_area .services_list .services_list_item .content .details {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0B5575;
    text-decoration: none;
}

.home_video {
    margin-bottom: 100px;
}

.home_video .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_video .head {
    max-width: 615px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #0B5575;
    text-align: left;
}

.home_video .head h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
    color: #0B5575;
    margin-bottom: 10px;
}

.video_caption {
    display: block;
    position: relative;
    background: transparent url(../../images/video_bg.png) no-repeat;
    width: 500px;
    height: 212px;
}

.video_btn {
    position: absolute;
    background: #ffffff url(../../images/video_btn_bg.png) 90% center no-repeat;
    display: flex;
    align-items: center;
    max-width: 202px;
    width: 100%;
    height: 55px;
    font-size: 20px;
    font-weight: 300;
    color: #0B5575;
    text-align: left;
    padding: 15px;
    bottom: 45px;
}

.home_content_area {
    margin-bottom: 80px;
}

.home_content_area .wrap {
    display: flex;
    flex-direction: column;
}

.home_content_area>.wrap>h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
    color: #0B5575;
    margin: 30px 0;
    text-align: left;
}

.home_content_area .content_list {
    display: flex;
    flex-wrap: wrap;
}

.home_content_area .content_list .content_list_item {
    max-width: 290px;
    width: 100%;
    flex: 1 1 290px;
    -webkit-box-shadow: 0 2px 35px 0 rgba(43, 166, 211, 0.51);
    -moz-box-shadow: 0 2px 35px 0 rgba(43, 166, 211, 0.51);
    box-shadow: 0 2px 35px 0 rgba(43, 166, 211, 0.51);
    margin-right: 30px;
    margin-bottom: 30px;
}

.home_content_area .content_list .content_list_item:nth-of-type(4n) {
    margin-right: 0;
}

.home_content_area .content_list .content_list_item .head {
    display: block;
    max-width: 100%;
    height: 197px;
    background-position: center right;
    background-repeat: no-repeat;
}

.home_content_area .content_list .content_list_item .content {
    font-size: 16px;
    font-weight: 500;
    color: #0B5575;
    line-height: 24px;
    text-align: left;
    padding: 15px;
    min-height: auto;
}

.home_content_area .content_list .content_list_item .content h2 {
    font-size: 20px;
    font-weight: 300;
}

.home_content_area .content_list .content_list_item .content p {
    margin-bottom: 15px;
}

.home_content_area .content_list .content_list_item .content p:last-of-type {
    margin-bottom: 0;
}

.home_content_area .content_list .content_list_item .content .details {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0B5575;
    text-decoration: none;
}


/***********************
Energy Facts
***********************/

.energy_facts {
    position: relative;
    margin-bottom: 80px;
}

.energy_facts_buttons {
    position: absolute;
    display: flex;
    top: 33px;
    right: 0;
}

.energy_facts_buttons .slider-arrows {
    display: block;
    background: transparent url(../../images/energy_facts_buttons.png) no-repeat;
    width: 18px;
    height: 32px;
    border: 0;
    outline: 0;
    padding: 0;
    text-indent: -999em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.energy_facts_buttons .slider-prev {
    margin-right: 10px;
}

.energy_facts_buttons .slider-next {
    background-position: -33px 0;
}

.energy_facts_dots {
    display: none;
    visibility: hidden;
}

.energy_facts>h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
    color: #0B5575;
    margin: 30px 0;
    text-align: left;
}

.energy_facts_list {
    -webkit-box-shadow: 0 2px 20px 0 rgba(43, 166, 211, 0.51);
    -moz-box-shadow: 0 2px 20px 0 rgba(43, 166, 211, 0.51);
    box-shadow: 0 2px 20px 0 rgba(43, 166, 211, 0.51);
}

.slick-slide .energy_facts_item {
    display: flex;
    max-width: 350px;
    width: 100%;
    min-height: 145px;
    align-items: center;
    background-color: #3C7791;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}

.slick-slide:nth-of-type(2n) .energy_facts_item {
    background-color: #ffffff;
}

.slick-slide .energy_facts_item h2 {
    width: 100%;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.28;
    color: #ffffff;
    text-align: center;
    padding: 0 30px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}

.slick-slide:nth-of-type(2n) .energy_facts_item h2 {
    color: #0B5575;
}


/***********************
Energy Services
***********************/

.energy_services>h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
    color: #0B5575;
    margin: 30px 0;
    text-align: left;
}

.energy_services_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.energy_services_item {
    display: flex;
    max-width: 396px;
    width: 100%;
    min-height: 100px;
    flex: 1 1 396px;
    align-items: center;
    background-color: #ffffff;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 40% 100%;
    margin: 0 30px 30px 0;
    -webkit-box-shadow: 0 2px 15px 0 rgba(43, 166, 211, 0.51);
    -moz-box-shadow: 0 2px 15px 0 rgba(43, 166, 211, 0.51);
    box-shadow: 0 2px 15px 0 rgba(43, 166, 211, 0.51);
}

.energy_services_item:nth-of-type(3n) {
    margin-right: 0;
}

.energy_services_item a,
.energy_services_item a:hover,
.energy_services_item a:visited {
    max-width: 55%;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    color: #0B5575;
    text-align: left;
}

.energy_services_item h2 {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    color: #0B5575;
    text-align: left;
    padding-left: 20px;
}

.sectors {
    width: 100%;
    text-align: left;
    padding: 10px 0 100px 0;
    position: relative;
}

.sectors .wrap {
    padding: 50px 0 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sectors .wrap>h2 {
    font-size: 25px;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 50px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: 100%;
}

.sector_list {
    height: auto;
    z-index: 9999;
    width: calc(40% - 20px);
}

.sector_list>ul>li {
    margin-bottom: 20px;
    box-shadow: 0px 2px 15px 0px rgba(43, 166, 211, 0.51);
    width: 95%;
    min-height: 55px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sector_list>ul>li>a {
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17px;
    color: #0B5575;
    letter-spacing: 0px;
    width: 65%;
    flex-basis: 65%;
    height: 55px;
}

.sectorsbg {}

.sectorsbg {
    width: 1000px;
    height: 1000px;
    background: url(../../images/faaliyet_bg.jpg) right top no-repeat;
    position: absolute;
    left: -58%;
    top: 0px;
    background-size: cover;
    z-index: -1;
}

.sector_list>ul>li:nth-child(1) .sectors_panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sector_list .current {
    width: 100% !important;
}

.fa1 {
    background: #FDF9F9 url(../../images/fa1.jpg) right center no-repeat;
}

.fa2 {
    background: #FDF9F9 url(../../images/fa2.jpg) right center no-repeat;
}

.fa3 {
    background: #FDF9F9 url(../../images/fa3.jpg) right center no-repeat;
}

.fa4 {
    background: #FDF9F9 url(../../images/fa4.jpg) right center no-repeat;
}

.fa5 {
    background: #FDF9F9 url(../../images/fa_trafo.jpg) right center no-repeat;
}

.fa6 {
    background: #FDF9F9 url(../../images/fa5.jpg) right center no-repeat;
}

.fa7 {
    background: #FDF9F9 url(../../images/fa6.jpg) right center no-repeat;
}

.fa8 {
    background: #FDF9F9 url(../../images/fa7.jpg) right center no-repeat;
}

.fa9 {
    background: #FDF9F9 url(../../images/fa8.jpg) right center no-repeat;
}

.panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    width: 60%;
    padding-bottom: 20px;
}

.sectors_panel {
    width: 100%;
    box-shadow: 0px 2px 15px 0px rgba(43, 166, 211, 0.51);
    background: #FFFFFF;
    border-radius: 1px;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    overflow: hidden;
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sectors_panel .head {
    min-height: 197px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../../images/fa1_bg.jpg) right -20px center no-repeat;
    box-shadow: 0px 2px 15px 0px rgba(43, 166, 211, 0.51);
    width: 100%;
}

.sectors_panel .head>a {
    font-weight: 500;
    font-size: 14px;
    color: #0B5575;
    letter-spacing: 0px;
    text-decoration: underline;
}

.sectors_panel .head>h2 {
    font-weight: 500;
    font-size: 20px;
    color: #0B5575;
    letter-spacing: 0px;
    max-width: 270px;
}

.sectors_panel .head>h2>a {
    font-size: 20px;
    color: #0B5575;
}

.sectors_panel .sectorscontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.sectors_panel .info {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 20px;
    font-size: 16px;
    color: #0B5575;
    letter-spacing: 0px;
    line-height: 28px;
}

.sectors_panel .info p {
    margin-bottom: 15px;
}

.sectors_panel .brands {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: 20px;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.sectors_panel .brands h3 {
    font-weight: 700;
    font-size: 14px;
    color: #0B5575;
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-left: 6;
}

.sectors_panel .brands .action {
    width: 192px !important;
    padding: 5px 16px 5px 10px !important;
    position: absolute;
    bottom: 30px;
    min-width: auto;
}

#tab-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.world {
    width: 100%;
    text-align: left;
}

.world .wrap {
    position: relative;
}

.world .worldmap {
    background: url(../../images/world.png) center -25px no-repeat;
    height: 870px;
}

.world .info {
    font-weight: 300;
    font-size: 33px;
    color: #0096D7;
    line-height: 40px;
}

.world .info>a {
    display: inline-block;
    background: url(../../images/blue_btn_bg.png) right center no-repeat;
    padding: 0px 16px 5px 10px;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    min-width: 250px;
    position: relative;
    height: 40px;
}

.world .info>a span {
    background: url(../../images/white_arrow.png) right center no-repeat;
    width: 100%;
    display: block;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.world .pin {
    font-weight: 700;
    font-size: 14px;
    color: #0096D7;
    line-height: 13px;
}

.world .kamerica {
    position: absolute;
    width: 262px;
    background: url(../../images/w_kuzey_america.png) no-repeat;
    text-align: right;
    padding: 6px 0 20px 0;
    left: 225px;
    top: 380px;
}

.world .gamerica {
    position: absolute;
    width: 186px;
    background: url(../../images/w_guney_america.png) center bottom no-repeat;
    text-align: left;
    padding: 60px 0 0 0;
    left: 140px;
    top: 570px;
    height: 90px;
}

.world .africa {
    position: absolute;
    width: 186px;
    background: url(../../images/w_africa.png) center bottom no-repeat;
    text-align: left;
    padding: 58px 0 0 0;
    left: 423px;
    top: 470px;
    height: 90px;
}

.world .avrupa {
    position: absolute;
    width: 105px;
    background: url(../../images/w_avrupa.png) center bottom no-repeat;
    text-align: left;
    padding: 0;
    left: 521px;
    top: 300px;
    height: 102px;
}

.world .asya {
    position: absolute;
    width: 125px;
    background: url(../../images/w_asya.png) center bottom no-repeat;
    text-align: right;
    padding: 0;
    right: 290px;
    top: 365px;
    height: 102px;
    color: #FFFFFF;
}

.world .ortadogu {
    position: absolute;
    width: 140px;
    background: url(../../images/w_ortadogu.png) center top no-repeat;
    text-align: right;
    padding: 80px 0 0 0px;
    right: 410px;
    top: 461px;
    height: 130px;
}

.world .avustralya {
    position: absolute;
    width: 140px;
    background: url(../../images/w_avustralya.png) left bottom no-repeat;
    text-align: left;
    padding: 36px 0 0 0px;
    right: 206px;
    top: 700px;
    height: 40px;
}

.world .turkey {
    position: absolute;
    width: 117px;
    background: url(../../images/w_turkiye.png) center bottom no-repeat;
    text-align: right;
    padding: 0;
    right: 452px;
    top: 390px;
    height: 60px;
    color: #FFFFFF;
}

.sectorspage {
    height: 400px;
    text-align: left;
    padding-left: 60px;
    padding-bottom: 40px;
}

.standartpage {
    height: 300px;
    text-align: left;
    padding-left: 60px;
    padding-bottom: 40px;
}

.bc {
    color: #FFFFFF;
    font-size: 13px;
    padding: 0 0 20px 0px;
}

.bc a {
    color: #FFFFFF;
}

.sinfo {}

.sinfo h1 {
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
    margin: 0 0 0 -4px;
    display: block;
    font-weight: 300;
}

.sinfo span {
    width: 50%;
    display: block;
    color: #FFFFFF;
}

.content {
    background: white;
    min-height: 500px;
}

.content .wrap {
    position: relative;
}

.brands_tab {
    border-bottom: 1px solid #9D9D9D;
}

.brands_tab .wrap {
    padding: 20px 0 0 0;
}

.brands_tab .wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 30px;
}

.brands_tab .wrap ul li:first-child {
    min-width: auto;
}

.brands_tab .wrap ul li {
    margin: 0 10px -1px 0;
    z-index: 1;
    min-width: 140px;
}

.brands_tab .wrap ul .current {
    border-bottom: 1px solid #9D9D9D;
}

.brands_tab .wrap ul .current a {
    color: #297AB5;
    border-top: 7px solid #E67E22;
    margin: 0 0 0px 0;
}

.brands_tab .wrap ul li .fa_first {
    fill: #8A9094;
}

.brands_tab .wrap ul li .fa_mobile_p {
    display: none;
}

.brands_tab .wrap ul li a {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #D8D8D8 100%);
    background-image: linear-gradient(-180deg, #EEEEEE 0%, #D8D8D8 100%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    padding: 0 10px 0 10px;
    font-weight: 500;
    font-size: 20px;
    color: #9D9D9D;
    letter-spacing: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 0 1px 0;
    box-sizing: content-box;
    border-top: 7px solid #EEEEEE;
}

.brands_tab .wrap ul li a span {
    display: inline-block;
    font-size: 14px;
    color: #7F8C8D;
    letter-spacing: 0px;
}

.brands_tab .wrap ul li p {
    display: block;
}

.brands_tab .wrap ul li:hover a {
    color: #297AB5;
}

.sector_side_panel {
    position: absolute;
    top: -130px;
    right: 0px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24);
    border-radius: 1px;
    width: 310px;
    padding: 20px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    color: #4B4B4B;
    letter-spacing: 0px;
    line-height: 26px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sectors_inner {
    padding: 0px;
}

.products_side {
    padding: 20px !important;
}

.sector_side_panel p {
    margin-bottom: 15px;
}

.sector_side_panel .pin {
    color: #E67E22;
    letter-spacing: 0px;
    background: url(../../images/pin.png) no-repeat;
    padding: 0 0 0 20px;
    margin-bottom: 15px;
}

.sector_side_panel a {
    color: #4B4B4B;
}

.standart .sector_side_panel {
    top: -30px;
    height: auto;
    min-height: inherit;
    padding: 0px;
}

.standart .sector_side_panel .submenu {
    padding: 17px 0 17px 0;
}

.standart .sector_side_panel .submenu li {
    line-height: 20px;
}

.standart .sector_side_panel .submenu li a {
    padding: 6px 10px 6px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    color: #0D6489;
    border-left: 4px solid #FFFFFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.standart .sector_side_panel .submenu .current a {
    color: #E67E22;
    border-left: 4px solid #E67E22;
}

.standart .sector_side_panel .submenu li a:hover {
    color: #E67E22;
    border-left: 4px solid #E67E22;
    padding: 6px 10px 6px 17px;
}

.sector_side_panel .submenu {
    padding: 17px 0 17px 0;
}

.sector_side_panel .submenu li {
    line-height: 20px;
}

.sector_side_panel .submenu li a {
    padding: 6px 10px 6px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    color: #0D6489;
    border-left: 4px solid #FFFFFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sector_side_panel .submenu .current a {
    color: #E67E22;
    border-left: 4px solid #E67E22;
}

.sector_side_panel .submenu li a:hover {
    color: #E67E22;
    border-left: 4px solid #E67E22;
    padding: 6px 10px 6px 17px;
}

.action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../../images/orange_btn_bg.png) right center no-repeat;
    padding: 0px 16px 5px 10px;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    min-width: 250px;
    position: relative;
    height: 40px;
    color: #FFFFFF !important;
}

.action span {
    background: url(../../images/white_arrow.png) right center no-repeat;
    width: 100%;
    display: block;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.head_content {
    background: url(../../images/sector_head_photo.png) no-repeat;
    min-height: 200px;
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.inner_content {
    text-align: left;
    padding: 30px 0 30px 30px;
    max-width: 800px;
    color: #7F8C8D;
}

.inner_content p {
    margin-bottom: 16px;
    line-height: 22px;
    color: #7F8C8D;
}

.inner_content a {
    color: #0D6489;
}

.inner_content a:hover {
    color: #E67E22;
}

.inner_content ul {
    list-style: disc !important;
    margin-left: 20px;
}

.inner_content h1 {
    font-size: 190%;
}

.inner_content h2 {
    font-size: 180%;
}

.inner_content h3 {
    font-size: 170%;
}

.inner_content h4 {
    font-size: 160%;
}

.inner_content h5 {
    font-size: 150%;
}

.product_content,
.timeline_content {
    max-width: 1250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px 30px 30px;
}

.blog_content {
    max-width: 1250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 0px 30px 0px;
}

.product_content {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inner_content .product_content {
    padding: 20px 0px 0px 0px;
}

.blog_content .blog_items,
.product_content .product_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 50px;
}

.inner_content .product_items {
    display: block;
    height: auto;
    margin-bottom: 50px;
}

.product_content .product_items {
    width: 50%;
}

.blog_content .blog_items .image,
.product_content .product_items .image {
    margin-right: 25px;
}

.blog_content .blog_items img,
.product_content .product_items img {
    max-width: 100%;
}

.blog_content .blog_items .text,
.product_content .product_items .text {
    max-width: 710px;
    text-align: left;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.product_content .product_items .text {
    max-width: 300px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog_content .blog_items .text h2,
.product_content .product_items .text h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #464646;
    margin-bottom: 10px;
}

.product_items .text h2 {
    font-size: 18px !important;
}

.blog_content .blog_items .text p,
.blog_content .blog_items .text .category,
.blog_content .blog_items .text .date,
.blog_content .blog_items .text a,
.product_content .product_items .text p,
.product_content .product_items .text a {
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    color: #464646;
    margin-bottom: 10px;
}

.blog_content .blog_items .text .category {
    display: inline-block;
    color: #E8842C;
}

.blog_content .blog_items .text .date {
    display: inline-block;
    color: #4E4E4E;
}

.blog_content .blog_items .text a,
.product_content .product_items .text a {
    color: #0D6489;
    text-decoration: none;
}

.blog_content .blog_items .text .read_more,
.product_content .product_items .text .read_more {
    text-transform: capitalize;
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.product_content .product_items .text .read_more,
.product_content .product_items .category,
.product_content .product_items .date {
    color: #464646 !important;
}


/*=================================================================================
	BUTONLAR
/*=================================================================================*/

.blog_content .blog_items .register {
    background: url(../../images/register_button.png) center center no-repeat;
    background-size: contain;
    width: 238px;
    height: 71px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 15px;
    margin-left: 120px;
    text-indent: -999em;
}

.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.next_page {
    background: url(../../images/next_page.png) center center no-repeat;
    background-size: contain;
    width: 238px;
    height: 70px;
    text-indent: -999em;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.prev_page {
    background: url(../../images/prev_page.png) center center no-repeat;
    background-size: contain;
    width: 238px;
    height: 70px;
    text-indent: -999em;
    -ms-flex-item-align: start;
    align-self: flex-start;
}


/*=================================================================================
	Timeline Elements
/*=================================================================================*/

.timeline_content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background: -webkit-linear-gradient(top, rgba(27, 121, 161, 0) 0%, rgba(27, 121, 161, 1) 8%, rgba(27, 121, 161, 1) 88%, rgba(27, 121, 161, 0) 100%);
    background: linear-gradient(to bottom, rgba(27, 121, 161, 0) 0%, rgba(27, 121, 161, 1) 8%, rgba(27, 121, 161, 1) 88%, rgba(27, 121, 161, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001b79a1', endColorstr='#001b79a1', GradientType=0);
}

.timeline_content::after {
    content: '';
    display: table;
    clear: both;
}

.timeline_content .timeline_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
    margin-bottom: 20px;
}

.timeline_content .timeline_items:nth-child(odd) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.timeline_content .timeline_items:nth-child(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
}

.timeline_content .timeline_items:nth-child(even) .timeline_oval {
    background: url(../../images/timeline_line_right.png) center right no-repeat;
    width: 222px;
    height: 23px;
    position: absolute;
    left: calc(50% - 10px);
}

.timeline_content .timeline_items .timeline_oval {
    background: url(../../images/timeline_line.png) center right no-repeat;
    width: 222px;
    height: 23px;
    position: absolute;
    left: calc(50% - 211px);
}

.timeline_content .timeline_items .text img {
    max-width: 100%;
}

.timeline_content .timeline_items .text {
    width: 376px;
}

.timeline_content .timeline_items .text h2,
.timeline_content .timeline_items .text p {
    font-size: 24px;
    font-weight: 700;
    color: #464646;
    line-height: 30px;
}

.timeline_content .timeline_items .text p {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}


/*=================================================================================
	Contact Page
/*=================================================================================*/

.contact_page .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0px 30px 30px;
}

.contact {
    max-width: 330px;
    width: 100%;
    text-align: left;
}

.contact h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #EA8419;
    margin-bottom: 30px;
}

.contact form p {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #005982;
    text-align: left;
    margin-bottom: 5px;
}

.contact form .required-text {
    font-size: 15px;
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form input[type="password"],
.contact form input[type="tel"],
.contact form input[type="number"] {
    display: block;
    max-width: 322px;
    width: 100%;
    height: 37px;
    border-radius: 3px;
    border: 1px solid #D2D2D2;
    font-size: 16px;
    font-weight: 500;
    color: #005982;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.contact .user_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #005982;
    margin-bottom: 20px;
}

.contact .user_info>label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact .user_info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #005982;
    margin-left: 5px;
}

.contact .user_info input[type=checkbox] {
    display: none;
}

.contact .user_info input[type=checkbox]+label {
    background-color: #FFFFFF;
    border: 1px solid #D2D2D2;
    padding: 8px;
    height: 8px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.contact .user_info input[type=checkbox]:checked+label {
    background-color: #54C7FC;
    border: 1px solid #adb8c0;
    color: #54C7FC;
}

.contact .user_info input[type=checkbox]:checked+label:after {
    content: '\2714';
    position: absolute;
    font-size: 16px;
    left: 4px;
    top: 2px;
    color: #FFFFFF;
}

.contact form textarea {
    max-width: 322px;
    width: 100%;
    height: 173px;
    border-radius: 3px;
    border: 1px solid #D2D2D2;
    font-size: 16px;
    font-weight: 500;
    color: #005982;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.contact form input[type=submit] {
    background: url(../../images/orange_btn_bg.png) center right no-repeat;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 200px;
    height: 50px;
    border: none;
    cursor: pointer;
}

.styled-select {
    display: inline-block;
    max-width: 322px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: #f3f3f3 url(../../images/form_down.png) no-repeat right center;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    margin-bottom: 20px;
}

.styled-select select {
    background: transparent;
    max-width: 322px;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #005982;
    line-height: 21px;
    border: 0;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.mapCanvas {
    max-width: 480px;
    width: 100%;
    height: 270px;
    margin-bottom: 5px;
}


/*=================================================================================
	Accordion
/*=================================================================================*/

.contact_page .contact_list {
    max-width: 817px;
    width: 100%;
    height: auto;
    border: 1px solid #E0E0E0;
}

button.accordion {
    background: #E1E1E1 url('../../images/acc_forward.png') right center no-repeat;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #065678;
    cursor: pointer;
    padding: 14px 50px 14px 18px;
    width: 100%;
    height: auto;
    border: none;
    text-align: left;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 0;
}

button.accordion.active {
    background: #0E5777 url('../../images/acc_down.png') right center no-repeat;
    color: #FFFFFF;
}

div.panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    padding: 10px 18px 0 18px;
    background-color: #FFFFFF;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}

div.panelInfo,
div.panelMap {
    margin-bottom: 20px;
}

div.panelInfo {
    max-width: 300px;
    width: 100%;
    padding-right: 20px;
}

div.panelMap {
    max-width: 480px;
    width: 100%;
}

div.panel h3,
div.panel p,
div.panel a {
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    color: #464646;
}

div.panel h3 {
    color: #EA8419;
    margin-bottom: 5px;
}

div.panel p {
    font-weight: 500;
    margin-bottom: 20px;
}

div.panelMap p {
    text-align: right;
}

div.panel a {
    font-weight: 500;
    text-decoration: underline;
}


/*=================================================================================
	Footer Elements
/*=================================================================================*/

.footer {
    background: #E6E9E9;
    min-height: 200px;
    text-align: left;
    position: relative;
}

.footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 25px 0 25px;
    font-weight: 500;
    font-size: 14px;
    color: #7D7D7D;
}

.footer .wrap .contactus {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .wrap .contactus>strong,
.social>strong {
    display: block;
    width: 100%;
}

.footer .wrap .contactus> {
    margin: 0 30px 0 0;
}

.footer .wrap .contactus a {
    color: #7D7D7D;
    text-decoration: underline;
}

.footer .wrap .contactus p>strong {
    width: 100%;
    display: block;
}

.social {
    width: 14%;
}

.social ul {
    padding: 15px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-between;
}

.social ul li a {
    display: block;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    margin: 0;
}

.social ul .fb a {
    background: url(../../images/icon_fb.png) no-repeat;
}

.social ul .in a {
    background: url(../../images/icon_in.png) no-repeat;
}

.social ul .gplus a {
    background: url(../../images/icon_gplus.png) no-repeat;
}

.social ul .tw a {
    background: url(../../images/icon_tw.png) no-repeat;
}

.social ul .yt a {
    background: url(../../images/icon_yt.png) no-repeat;
}

.copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 30.72%;
}

.copy p {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.copy .logo {
    flex-basis: 180px;
    height: 41px;
    background-image: url(../../images/micha_grey.png);
    background-repeat: no-repeat;
    margin: 0;
}

.fusion {
    display: block;
    width: 60px;
    height: 11px;
    text-indent: -999em;
    background: url(../../images/fusion.png) no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
}


/*=================================================================================
	LightBox
/*=================================================================================*/


/* Preload images */

body:after {
    content: url(../../images/lightbox/close.png) url(../../images/lightbox/loading.gif) url(../../images/lightbox/prev.png) url(../../images/lightbox/next.png);
    display: none;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../../images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/web/20200722115212im_/http://michatower.com/theme/Micha/../../images/prev.png) left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../../images/lightbox/next.png) right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../../images/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/*=================================================================================
	Desktop Responsive
/*=================================================================================*/

@media screen and (max-width: 1440px) {
    .intro img {
        width: inherit;
        height: 100%;
    }
}

@media screen and (max-width: 1300px) {
    .wrap {
        width: 1150px;
        margin: 0 auto;
    }
    .contact_page .wrap {
        width: 95%;
        margin: 0px auto;
    }
    .intro {
        width: 100%;
        background: fixed url(../../images/bg_01.jpg) center top no-repeat;
        background-size: cover !important;
        margin-top: -110px;
        padding: 110px 0 60px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .intro .wrap {
        padding: 20px;
    }
    .home_intro .slick-slide>div>p,
    .home_intro .slick-slide>div .slidedesc {
        width: 95%;
    }
    .home_intro .slick-dots {
        width: 95% !important;
    }
    .sectors_panel .head>h2 {
        width: 180px;
    }
    .world .kamerica {
        left: 175px;
    }
    .world .gamerica {
        left: 90px;
    }
    .world .africa {
        left: 373px;
    }
    .world .avrupa {
        left: 471px;
    }
    .world .asya {
        right: 240px;
    }
    .world .ortadogu {
        right: 360px;
    }
    .world .avustralya {
        right: 156px;
    }
    .world .turkey {
        right: 402px;
    }
    .brands_tab .wrap ul {
        width: 70%;
    }
    .brands_tab .wrap ul li {
        margin: 0 10px 10px 0;
    }
    .sector_side_panel {
        top: -220px;
    }
    .small_product_slider_buttons {
        left: 20px;
    }
    .home_content_area .content_list .content_list_item {
        max-width: 265px;
        flex: 1 1 265px;
    }
    .energy_services_item {
        max-width: calc(33% - 17px);
        flex: 1 1 calc(33% - 17px);
        margin-right: auto;
    }
    .copy .logo {
        max-width: 170px;
        width: 100%;
        height: 35px;
        background-image: url(../../images/micha_grey.png);
        background-repeat: no-repeat;
        background-size: contain;
        flex-basis: auto;
    }
}

@media screen and (max-width: 1200px) {
    .contact_page .contact_list {
        max-width: 750px;
        margin-bottom: 50px;
    }
    .contact {
        max-width: 300px;
    }
}

@media screen and (max-width: 1199px) {
    .contact_page .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .home_intro .custom_arrows {
        margin-left: 85%;
    }
}

@media screen and (max-width: 1150px) {
    .wrap {
        width: 100%;
        margin: 0 auto;
    }
    .sectors_panel .head {
        min-height: 197px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: url(../../images/fa1_bg.jpg) 300px center no-repeat;
        box-shadow: 0px 2px 15px 0px rgba(43, 166, 211, 0.51);
        width: 100%;
        overflow: hidden;
    }
    .intro {
        width: 100%;
        background: fixed url(../../images/bg_01.jpg) center top no-repeat;
        background-size: cover !important;
        margin-top: -110px;
        padding: 110px 0 60px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: auto;
    }
    .sectors_panel .head>h2 {
        width: 300px;
    }
    .inner_content {
        max-width: 65%;
    }
    .world .worldmap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 450px 0px 0px 0px;
        height: auto;
    }
    .world .pin {
        font-weight: 500;
        font-size: inherit;
        font-weight: 700;
        color: #0096D7;
        line-height: 13px;
        width: calc(50% - 10px) !important;
        margin-bottom: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: rgba(255, 255, 255, .8) !important;
        padding: 10px !important;
        line-height: 25px;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .world .africa {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
        width: inherit;
        background: none center bottom no-repeat;
        text-align: left;
        padding: 0px 0 0 0;
        left: auto;
        top: auto;
        height: auto;
    }
    .world .asya {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: relative;
        width: inherit;
        background: none center bottom no-repeat;
        text-align: left;
        padding: 0px 0 0 0;
        right: auto;
        top: auto;
        height: auto;
    }
    .world .avrupa {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        position: relative;
        width: inherit;
        background: none center bottom no-repeat;
        text-align: left;
        padding: 0px 0 0 0;
        left: auto;
        top: auto;
        height: auto;
    }
    .world .avustralya {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        position: relative;
        width: inherit;
        background: none center top no-repeat;
        text-align: left;
        padding: 0px 0 0 0px;
        right: auto;
        top: auto;
        height: auto;
    }
    .world .gamerica {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        position: relative;
        width: inherit;
        background: none center bottom no-repeat;
        text-align: left;
        padding: 0px 0 0 0;
        left: auto;
        top: auto;
        height: auto;
    }
    .world .kamerica {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        position: relative;
        width: inherit;
        background: none no-repeat;
        text-align: left;
        padding: 0px 0 0 0;
        left: auto;
        top: auto;
    }
    .world .ortadogu {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
        position: relative;
        width: inherit;
        background: none center top no-repeat;
        text-align: left;
        padding: 0px 0 0 0px;
        right: auto;
        top: auto;
        height: auto;
    }
    .world .turkey {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
        position: relative;
        width: inherit;
        background: none center bottom no-repeat;
        text-align: left;
        padding: 0px 0 0 0;
        right: auto;
        top: auto;
        height: auto;
    }
    .home_products .wrap,
    .home_video .wrap {
        padding: 0 30px;
    }
    .home_video .head {
        margin-right: 30px;
    }
    .home_video .video_area {
        width: 500px;
        flex: 1 1 500px;
        height: 212px;
    }
    .home_products .large_product_slider {
        max-width: calc(100% - 540px);
        width: 100%;
        margin-right: 50px;
    }
    .home_products .small_product_slider_area {
        flex: 1 1 489px;
    }
    .home_products .large_product_slider .head {
        background-position: 50% 0;
    }
    .home_products .large_product_slider .head h2 {
        max-width: 40%;
    }
    .home_content_area .wrap,
    .world .info {
        padding: 0 30px;
    }
    .home_content_area .content_list .content_list_item {
        max-width: calc(50% - 30px);
        flex: 1 1 calc(50% - 30px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .home_content_area .content_list .content_list_item:nth-of-type(4n) {
        margin-right: auto;
    }
    .energy_services_item {
        max-width: calc(50% - 17px);
        flex: 1 1 calc(50% - 17px);
        margin-right: auto;
    }
    .energy_services_item:nth-of-type(3n) {
        margin-right: auto;
    }
    .energy_services_item:nth-of-type(2n) {
        margin-right: auto;
    }
    .energy_facts_item {
        max-width: 480px;
        flex-direction: column;
    }
    .energy_facts_item h2 {
        display: flex;
        flex: 1 1 145px;
        justify-content: center;
        align-items: center;
    }
    .home_services_area .wrap {
        padding: 0 30px;
    }
    .home_services_area .services_list .services_list_item .head,
    .home_services_area .services_list .services_list_item .content {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .home_services_area .services_list .services_list_item .head .head-bg-filter {
        left: -60px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 16px;
    }
    .wrap {
        width: 100%;
        margin: 0px auto;
    }
    .contact_page .wrap {
        width: 100%;
        padding: 20px;
    }
    .innerMobile,
    .mobile {
        font-weight: 700;
        height: 24px;
        width: 40px;
        margin: 0 15px 0 0;
        font-size: 100%;
        color: #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: url(../../images/mobile_menu.svg) left center no-repeat;
        background-size: contain;
        padding: 0 0 0 0px;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mobile:hover .navi {
        display: block;
    }
    .innerMobile {
        width: 100%;
        background: url(../../images/inner_mobile_menu.svg) left center no-repeat;
        color: #000000;
        padding-left: 40px;
    }
    .navi_header {
        display: none;
        width: calc(100%);
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 0px 0 0;
        top: 110px;
        background: #0D6489;
        position: absolute;
        left: 0;
        height: auto;
        font-size: 120%;
        box-shadow: 0px 50px 37px 0px rgba(0, 0, 0, 0.4);
    }
    .navi {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        width: 100%;
        height: auto;
        -ms-flex-item-align: end;
        align-self: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .navi>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .navi>ul>li {
        position: relative;
        width: 100%;
    }
    .navi a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .navi>ul>li>a {
        color: #FFFFFF;
        padding: 10px;
        font-weight: 700;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        display: block;
        cursor: default;
    }
    .navi>ul>li:hover>a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #FFFFFF;
    }
    .navi .current>a {
        border-bottom: 1px solid transparent;
        color: #FFFFFF;
    }
    .navi>ul>li .arrow {
        background: url(../../images/lang_arrow.png) right 20px center no-repeat;
        padding: 10px 10px 10px 10px;
    }
    .navi ul li .submenu {
        text-align: center;
        position: relative;
        background: white;
        min-width: 300px;
        width: 100%;
        top: 0px;
        left: 0px;
        box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.0);
        display: none;
        opacity: 1;
    }
    .navi ul li .submenu ul {
        display: block;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .navi ul li .submenu ul li {
        display: block;
    }
    .navi ul li .submenu ul li a {
        padding: 10px;
        display: block;
        width: 100%;
        font-weight: 700;
        color: #0D6489;
        border-left: 4px solid #FFFFFF;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .navi ul li .submenu .current a {
        color: #E67E22;
        border-left: 4px solid #E67E22;
    }
    .navi ul li .submenu ul li a:hover {
        color: #E67E22;
        border-left: 4px solid #E67E22;
        padding: 10px;
    }
    .navi ul li .submenu .wrap {
        width: auto;
        padding: 0px;
    }
    .navi .current {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #FFFFFF;
    }
    .lang {
        display: block;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 0px;
    }
    .lang ul {
        display: block;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .lang ul li {
        width: 100%;
    }
    .lang a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .lang ul li a {
        padding: 10px;
        width: 100%;
        display: block;
        color: white;
        font-weight: 700;
        background: none;
        font-size: inherit;
    }
    .lang ul li a:hover {
        color: #FF9600;
    }
    .lang ul li>ul {
        display: block;
        position: relative;
        width: auto;
        background: none;
        z-index: 9999;
        top: 0px;
        box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.0);
    }
    .lang ul li>ul li a {
        color: #FFFFFF;
        padding: 10px;
    }
    .lang ul li:hover ul {
        display: block;
    }
    section {
        width: 100%;
        padding: 0px;
    }
    .intro {
        background-size: cover !important;
    }
    .home_intro {
        overflow: hidden;
    }
    .home_intro .slick-slide>div {
        background-position: center center;
        font-size: 150%;
        font-weight: 500;
        line-height: 40px;
    }
    .home_intro .slick-slide>div>p {
        width: 95%;
    }
    .home_intro .slick-slide>div .slidedesc {
        width: 95%;
    }
    .home_intro .slick-slide>div .slidedesc div {
        width: 95%;
    }
    .home_intro .slick-dots {
        width: 95% !important;
        margin: -120px auto 0 auto !important;
    }
    .home_intro .slick-dots li {
        width: 150px !important;
    }
    .home_intro .custom_arrows {
        margin-top: -143px;
        margin-left: 90%;
    }
    .sectors {
        width: 100%;
        text-align: left;
        padding: 10px 0 30px 0;
        position: relative;
    }
    .sectors .wrap {
        width: 90%;
        padding-top: 40px;
    }
    .sector_list {
        height: auto;
        z-index: 9999;
        width: calc(40% - 20px);
        display: none;
    }
    .sectorsbg {
        width: 1000px;
        height: 820px;
        background: url(../../images/faaliyet_bg.jpg) right top no-repeat;
        position: absolute;
        left: -58%;
        top: 0px;
        background-size: cover;
        z-index: -1;
        display: none;
    }
    .sectors .wrap>h2 {
        color: #0B5575;
        font-weight: 500;
    }
    .sectors_panel .head>h2 {
        width: 100%;
    }
    .panels {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto;
        width: 100%;
        padding-bottom: 20px;
    }
    .sectors_panel {
        width: 100%;
        box-shadow: 0px 2px 15px 0px rgba(43, 166, 211, 0.51);
        background: #FFFFFF;
        border-radius: 1px;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        overflow: hidden;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 10px;
    }
    .sectors_panel .head {
        min-height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: none right center no-repeat !important;
        box-shadow: 0px 2px 15px 0px rgba(43, 166, 211, 0.0);
        width: 100%;
    }
    .sectors_panel .head>a {
        font-weight: 500;
        font-size: 14px;
        color: #0B5575;
        letter-spacing: 0px;
        text-decoration: underline;
        display: none;
    }
    .sectors_panel .head>h2 {
        font-weight: 500;
        font-size: 20px;
        color: #0B5575;
        letter-spacing: 0px;
        max-width: 300px;
    }
    .sectors_panel .sectorscontent {
        display: none;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .sectors_panel .info {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 20px;
        font-size: 16px;
        color: #0B5575;
        letter-spacing: 0px;
        line-height: 28px;
    }
    .sectors_panel .info p {
        margin-bottom: 15px;
    }
    .sectors_panel .brands {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 20px;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
    .sectors_panel .brands h3 {
        font-weight: 700;
        font-size: 14px;
        color: #0B5575;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }
    .brands_tab .wrap ul li .fa_first_p {
        display: none;
    }
    .brands_tab .wrap ul li .fa_mobile_p {
        display: block;
    }
    #tab-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .world {
        width: 100%;
        text-align: left;
    }
    .world .wrap {
        height: auto;
        position: relative;
        background-size: contain;
        width: 90%;
        padding-bottom: 50px;
    }
    .world .info {
        font-weight: 300;
        font-size: 33px;
        color: #0096D7;
        line-height: 40px;
    }
    .world .info>a {
        display: inline-block;
        background: url(../../images/blue_btn_bg.png) right center no-repeat;
        padding: 0px 16px 5px 10px;
        font-weight: 700;
        font-size: 14px;
        color: #FFFFFF;
        min-width: 250px;
        position: relative;
        height: 40px;
    }
    .world .info>a span {
        background: url(../../images/white_arrow.png) right center no-repeat;
        width: 100%;
        display: block;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .world .worldmap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 50px 0px 0px 0px;
        background: url(../../images/world.png) top 70px center no-repeat;
        background-size: contain;
        height: auto;
    }
    .world .pin {
        width: 50% !important;
    }
    .footer {
        background: #E6E9E9;
        min-height: 200px;
        text-align: left;
        position: relative;
    }
    .footer .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: column;
        -ms-flex: column wrap;
        flex: column wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 0 0 0;
        font-weight: 500;
        font-size: 110%;
        color: #7D7D7D;
    }
    .footer .wrap .contactus {
        width: 90%;
        display: block;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        text-align: left;
        margin: 0px auto;
    }
    .footer .wrap .contactus>p {
        margin-bottom: 20px;
    }
    .footer .wrap .contactus>strong,
    .social>strong {
        display: block;
        width: 90%;
    }
    .footer .wrap .contactus> {
        margin: 0 30px 0 0;
    }
    .footer .wrap .contactus a {
        color: #7D7D7D;
        text-decoration: underline;
    }
    .footer .wrap .contactus p>strong {
        width: 100%;
        display: block;
    }
    .social {
        width: 90%;
        margin: 0px auto 20px auto;
    }
    .social ul {
        padding: 5px 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .social ul li a {
        display: block;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        margin: 0;
    }
    .social ul .fb a {
        background: url(../../images/icon_fb.png) no-repeat;
    }
    .social ul .in a {
        background: url(../../images/icon_in.png) no-repeat;
    }
    .social ul .gplus a {
        background: url(../../images/icon_gplus.png) no-repeat;
    }
    .social ul .tw a {
        background: url(../../images/icon_tw.png) no-repeat;
    }
    .social ul .yt a {
        background: url(../../images/icon_yt.png) no-repeat;
    }
    .copy {
        display: block;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 90%;
        margin: 20px auto;
        text-align: center;
    }
    .copy p {
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: 100%;
    }
    .copy .logo {
        background-image: url(../../images/micha_grey.png);
        background-position: center center;
        background-repeat: no-repeat;
        margin: 40px auto;
        max-width: 100%;
        height: 45PX;
    }
    .sector_side_panel {
        position: relative;
        top: 0;
        right: 0px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24);
        border-radius: 1px;
        width: 100%;
        padding: 20px;
        text-align: left;
        display: block;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        color: #4B4B4B;
        letter-spacing: 0px;
        line-height: 26px;
        height: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 120%;
    }
    .submenu {
        display: none;
    }
    .standart .sector_side_panel {
        top: 0px;
        height: auto;
        min-height: inherit;
        padding: 20px;
    }
    .sector_side_panel li {
        padding: 5px 0 5px 0;
    }
    .sinfo span {
        width: 100%;
        display: block;
        color: #FFFFFF;
    }
    .brands_tab .wrap {
        padding: 20px 0 0 20px;
    }
    .inner_content {
        max-width: 100%;
        padding: 20px;
    }
    .inner_content p {
        font-size: 20px;
        color: #000000;
    }
    .inner_content strong {
        color: #000000;
    }
    .inner_content ul li,
    .inner_content ol li {
        font-size: 18px;
        color: #000000;
        line-height: normal;
    }
    .action {
        display: inline-block;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: url(../../images/orange_btn_bg.png) right center no-repeat;
        padding: 0px 16px 5px 10px;
        font-weight: 700;
        font-size: 14px;
        color: #FFFFFF;
        min-width: 250px;
        position: relative;
        height: 40px;
        color: #FFFFFF !important;
    }
    .action span {
        background: url(../../images/white_arrow.png) right 10px no-repeat;
        padding: 7px 0 0 0;
        width: 100%;
        display: block;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .intro .wrap {
        padding: 0px;
    }
    .standartpage .wrap,
    .sectorspage .wrap {
        padding: 20px;
    }
    .product_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product_content .product_items {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .brands_tab .wrap {
        padding: 20px 20px 0 20px;
    }
    .brands_tab .wrap ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0px;
    }
    .brands_tab .wrap ul .current {
        border-bottom: none;
    }
    .brands_tab .wrap ul li {
        margin: 0 0px 5px 0;
        width: 100%;
    }
    .brands_tab .wrap ul li a {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        padding: 10px;
        border-top: none;
    }
    .brands_tab .wrap ul li p {
        width: 60%;
    }
    .brands_tab .wrap ul li .fa_mobile_p {
        width: 100%;
    }
    .home_products .large_product_slider {
        min-height: auto;
    }
    .home_products .large_product_slider .large_slider_item {
        flex-direction: column;
    }
    .home_products .large_product_slider .head {
        max-width: 100%;
        min-height: 100px;
        padding: 15px;
        align-items: flex-start;
    }
    .home_products .large_product_slider .head h2 {
        max-width: 50%;
    }
    .home_products .large_product_slider .content {
        max-width: 100%;
        min-height: auto;
    }
    .world .info {
        padding: 0;
    }
    .home_services_area .services_list .services_list_item {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .home_services_area .services_list .services_list_item:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 899px) {
    .home_intro .custom_arrows {
        display: none;
    }
    .home_intro .slick-slide .sliderBox .sliderText .sliderText {
        width: 100%;
    }
    .home_intro .slick-dots {
        width: 95% !important;
        margin: -25px auto 0 auto !important;
        bottom: 35px !important;
        text-align: center !important;
    }
    .home_intro .slick-dots li {
        width: 20px !important;
    }
    .home_intro .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .home_intro .slick-dots li button::before {
        font-size: 45px !important;
        opacity: 1 !important;
        color: #FFFFFF !important;
        cursor: pointer;
    }
    .home_intro .slick-dots li.slick-active button:before {
        opacity: 1 !important;
        color: #FFFFFF !important;
    }
    .home_products {
        height: auto;
    }
    .home_products_area {
        flex-direction: column;
    }
    .home_products .large_product_slider {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .home_products .large_product_slider .large_slider_item {
        flex-direction: row;
    }
    .home_products .small_product_slider_area {
        max-width: 100%;
        flex: 1;
        align-items: flex-start;
    }
    .small_product_top_gradient,
    .small_product_bottom_gradient {
        display: none;
        visibility: hidden;
    }
    .home_products .small_product_slider {
        max-width: 100%;
    }
    .home_products .small_product_slider .slick-dots {
        width: 95% !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    .home_products .small_product_slider .slick-dots li.slick-active {
        opacity: 1;
    }
    .home_products .small_product_slider .slick-dots li {
        opacity: 0.4;
        font-size: 0;
        line-height: 0;
        display: inline-block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .home_products .small_product_slider .slick-dots li button::before {
        font-size: 45px !important;
        opacity: 1 !important;
        color: #FFFFFF !important;
        cursor: pointer;
    }
    .home_products .small_product_slider .slick-dots li.slick-active button:before {
        opacity: 1 !important;
        color: #FFFFFF !important;
    }
    .home_video .wrap {
        flex-direction: column;
    }
    .home_video .head {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .home_video .video_area {
        max-width: 500px;
        width: 100%;
        flex: 1;
    }
    .video_caption {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .timeline_content::before,
    .timeline_content .timeline_items .timeline_oval {
        display: none;
    }
    .timeline_content .timeline_items:nth-child(even),
    .timeline_content .timeline_items:nth-child(odd) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .timeline_content .timeline_items .text {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .blog_content .blog_items,
    .product_content .product_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .inner_content {
        padding: 30px 20px;
        margin: 0 auto;
    }
    .product_content .product_items .text {
        max-width: 100%;
    }
    .blog_content .blog_items .image,
    .product_content .product_items .image {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .home_intro .slick-slide>div {
        padding-top: 300px;
    }
    .home_intro .slick-slide>div .slidedesc div {
        width: 100%;
    }
    .home_intro .slick-slide>div>p {
        width: 95%;
    }
    .home_content_area .content_list {
        flex-direction: column;
    }
    .home_content_area .content_list .content_list_item {
        max-width: 100%;
        flex: 1;
    }
    .energy_services_item {
        max-width: 100%;
        flex: 1 1 100%;
        margin-right: 0;
    }
    .energy_facts {
        margin-bottom: 50px;
    }
    .energy_facts_dots {
        display: block;
        visibility: visible;
        margin-top: 20px;
    }
    .energy_facts_dots ul {
        display: flex;
        justify-content: center;
    }
    .energy_facts_dots ul li {
        position: relative;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    .energy_facts_dots ul li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li button::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        content: "";
        background: url(../../images/energy_facts_slider_dots.png) 0 0 no-repeat;
        text-align: center;
    }
    .slick-dots li.slick-active button:before {
        background-position: -15px 0;
    }
    .slick-slide .energy_facts_item,
    .slick-slide .energy_facts_item h2 {
        max-width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
        padding: 0 10px;
    }
}

@media screen and (max-width: 700px) {
    div.panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    div.panel.show {
        max-height: 1000px;
    }
    .contact_page .contact_list {
        margin-bottom: 50px;
    }
    .contact_page iframe {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .home_products .large_product_slider .large_slider_item {
        flex-direction: column;
    }
    .home_products .large_product_slider .head {
        max-width: 100%;
        min-height: 100px;
        padding: 15px;
        align-items: flex-start;
    }
    .home_products .large_product_slider .content {
        max-width: 100%;
        min-height: auto;
    }
}

@media screen and (max-width: 500px) {
    .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .prev_page,
    .next_page {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .home_intro .slick-slide div {
        font-size: 120%;
    }
    .sinfo h1 {
        font-size: 2em;
        word-break: break-word;
    }
    .home_products .small_product_slider_area {
        margin-bottom: 20px;
    }
    .home_products .small_product_slider .small_slider_item .head {
        background-image: none !important;
    }
    .home_products .small_product_slider .small_slider_item .head h2 {
        max-width: 100%;
    }
    .home_products .small_product_slider .slick-dots {
        bottom: inherit;
    }
    .slick-slide .energy_facts_item h2 {
        font-size: 22px;
    }
    .energy_services_item {
        min-height: 50px;
    }
    .energy_services_item h2 {
        font-size: 18px;
    }
    .home_services_area .services_list .services_list_item .head {
        max-width: 100%;
        flex: 1;
        min-height: 150px;
    }
    .home_services_area .services_list .services_list_item .content {
        max-width: 100%;
        flex: 1;
    }
}

@media screen and (max-width: 321px) {
    .contact form input[type=submit] {
        margin-left: 0;
    }
}


/*
     FILE ARCHIVED ON 11:52:12 Jul 22, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:24:51 Jul 23, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/


/*
playback timings (ms):
  CDXLines.iter: 11.718 (3)
  load_resource: 136.415
  RedisCDXSource: 31.316
  captures_list: 640.369
  exclusion.robots: 0.174
  LoadShardBlock: 594.082 (3)
  PetaboxLoader3.resolve: 88.446
  exclusion.robots.policy: 0.165
  PetaboxLoader3.datanode: 546.46 (4)
  esindex: 0.01
*/

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/


   
 
 
 
 
 
.raporlar ul{margin-top:0;margin-bottom:1rem;}
.raporlar a{color:#007bff;text-decoration:none;background-color:transparent;}
.raporlar a:hover{color:#0056b3;text-decoration:underline;}
 
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
 
.raporlar .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.raporlar .col-4,.col-10{position:relative;width:100%;padding-right:15px;padding-left:15px;}
.raporlar .col-4{flex:0 0 33.33333%;max-width:33.33333%;}
.raporlar .col-10{flex:0 0 83.33333%;max-width:83.33333%;}
.raporlar .mb-5{margin-bottom:3rem!important;}
 
.raporlar ul,li{list-style:none;list-style-type:none;margin:0;padding:0;}
.raporlar a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;}
 
 
main.main .title{padding:35px 0 30px 0;text-align:center;}
main.main .title h1{font-size:42px;font-weight:500;color:#787777;display:inline-block;border-bottom:4px solid #1176b3;line-height:1.2;}
@media only screen and (max-width: 768px){
main.main .title{padding:15px 0;}
main.main .title h1{font-size:24px;line-height:1;margin:10px 0;}
main.main .title h1 span{font-size:34px;}
}
main.main aside.sidebar-menu{box-shadow:0 0 10px rgba(23, 23, 23, 0.14);padding:15px;margin-bottom:15px;}
main.main aside.sidebar-menu ul li{position:relative;}
main.main aside.sidebar-menu ul li a{padding-left:15px;color:#787777;font-size:16px;display:block;transition:all 0.5s ease;line-height:30px;font-weight:500;}
main.main aside.sidebar-menu ul li a:before{font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f101";font-size:12px;position:absolute;left:0px;display:none;}
main.main aside.sidebar-menu ul li.active a{color:#1176b3;font-weight:600;}
main.main aside.sidebar-menu ul li.active a:before{display:inline-block;}
@media (hover: hover){
main.main aside.sidebar-menu ul li a:hover{-webkit-transform:translateX(10px);transform:translateX(10px);color:#1176b3;font-weight:500;}
main.main aside.sidebar-menu ul li a:hover:before{display:inline-block;}
}
main.main .content-wrap{padding:0 15px;width:100%;}
main.main .content-wrap aside.sidebar-menu{float:right;margin-left:20px;min-width:255px;margin-bottom:5px;}
@media only screen and (max-width: 768px){
main.main .content-wrap aside.sidebar-menu{width:100%;}
}
main.main .content-wrap .content *{font-size:16px;line-height:22px;font-weight:500;}
main.main .content-wrap .content h1,main.main .content-wrap .content h2{font-weight:700;}
.raporlar ul.breadcrumb{display:flex;min-height:40px;align-items:center;border-bottom:1px solid #e6e7e7;flex-wrap:wrap;}
.raporlar ul.breadcrumb li{font-weight:600;color:#2d373c;line-height:40px;}
.raporlar ul.breadcrumb li:after{content:"/";font-weight:400;margin-left:5px;margin-right:5px;}
.raporlar ul.breadcrumb li:last-child:after{content:"";}
.raporlar ul.breadcrumb li a{color:#00598d;font-weight:400;}
@media (hover: hover){
ul.breadcrumb li a:hover{text-decoration:underline;}
}

.raporlar .buta a{background:#ffffff;border:solid 1px #e6e6e6;border-radius:2px;display:inline-block;height:100px;line-height:100px;margin:5px;position:relative;text-align:center;vertical-align:middle;width:100px;}
.raporlar .buta a span{background:#0580ca;border-radius:4px;color:#ffffff;display:inline-block;font-size:11px;font-weight:700;line-height:normal;padding:5px 10px;position:relative;text-transform:uppercase;z-index:1;}
.raporlar .buta a span:last-child{margin-left:-20px;}
.raporlar .buta a:before,.buta a:after{background:#ffffff;border:solid 3px #9fb4cc;border-radius:4px;content:"";display:block;height:35px;left:50%;margin:-17px 0 0 -12px;position:absolute;top:50%;width:25px;}
.raporlar .buta a:hover:before,.buta a:hover:after{background:#e2e8f0;}
.raporlar .buta a:before{margin:-23px 0 0 -5px;}
.raporlar .buta a:hover{background:#e2e8f0;border-color:#9fb4cc;}
.raporlar .buta a:active{background:#dae0e8;box-shadow:inset 0 2px 2px rgba(0, 0, 0, 0.25);}
.raporlar .buta a span:first-child{display:none;}
.raporlar .buta a:hover span:first-child{display:inline-block;}
.raporlar .buta a:hover span:last-child{display:none;}