/*
===================================================

	Theme Name : Dilek Filtre
	Version    : 1.0
	Author     : Arda Gedik
	Date	     : 06/08/2016

===================================================

	CSS Documentation

===================================================

  1.0.0 - Reset & General Options

  2.0.0 - Header
    2.1.0 - Logo
    2.2.0 - Information
    2.3.0 - Navigation Menu
    2.4.0 - Social Buttons
    2.5.0 - Welcome Image

  3.0.0 - Content
    3.1.0 - About US
    3.2.0 - Products
    3.3.0 - Contacts
    3.4.0 - Location

  4.0.0 - Footer

===================================================
  1.0.0 - Reset & General Options
===================================================
*/

@import url("reset.css");

*{
    font-family: "Roboto" !important;
}

body{
    background: #F3F3F3;
}

.mainWrapper{
    min-width: 1280px;
}

.headerWrapper{
    overflow: hidden;
}

.container-fluid{
    width: 100%;
    min-width: 1340px;
    margin: 0 auto;
    box-sizing: border-box;
}

.container{
    max-width: 1366px;
    min-width: 1280px;
    margin: 0 auto 30px auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.clearfix{
    clear: both;
}

/*
===================================================
  2.0.0 - Header
===================================================
  2.1.0 - Logo
===================================================
*/

.header{
    background: linear-gradient(90deg, #0A88F4 50%, #FFFFFF 50%);
    height: 100px;
    margin-bottom: 0px;
}

.header .container, .footer .container{
    margin-bottom: 0px;
    padding: 0px;
    width: 1366px;
    box-sizing: border-box;
}

.logo{
    float: left;
    height: 100px;
    width: 336px;
    background: #0A88F4;
}

.logo a{
    background: #0A88F4;
    display: inline-block;
    padding: 31.5px 65px;
    position: relative;
    height: 37px;
}

/*
===================================================
  2.2.0 - İnformation
===================================================
*/

.information{
    background: #FFF;
    display: table;
    float: left;
    height: 60px;
    padding: 19px 20px;
    position: relative;
    box-sizing: border-box;
    width: 1030px;
    text-align: right;
}

.information:before{
    -ms-transform: rotate(-35deg); /* IE 9 */
    -webkit-transform: rotate(-35deg); /* Chrome, Safari, Opera */
    background: #FFF;
    content: "";
    height: 130px;
    left: -43px;
    position: absolute;
    top: -35px;
    transform: rotate(-35deg);
    width: 60px;
}

.information .info{
    display: inline-block;
    border-right: 1px solid #DDD;
    padding-right: 30px;
    margin-right: 30px;
	min-height: 60px;
}

.information .info:last-child{
    border-right: 0px;
}

.information .info .icon{
    font-size: 40px;
    color: #313131;
    float: left;
    width: 30px;
}

.information .info .contactsText{
    color: #828282;
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding-left: 15px;
    text-align: justify;
    max-width: 350px;
}

.languageChoice{
	
	float: right;
    padding: 16px 20px;
	
}

.languageChoice a, .languageChoice a img {
    display: inline-block;
    width: 35px;
    height: 20px;
}


.languageChoice a{
	
	border: 1px solid #201C57;
    margin: 0px 3px;
	
}

/*
===================================================
  2.3.0 - Navigation Menu
===================================================
*/

.navigationMenu, .navigationMenu .container{
    background: #008AFF;
    margin-bottom: 0px;
}

.navigationMenu ul{
    display: inline-block;
    font-size: 0px;
    margin: 0px;
    padding: 0px 10px;
}

.navigationMenu ul li{
    display: inline-block;
}

.navigationMenu ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
    padding: 20px;
}

.navigationMenu ul li a:hover{
    background: #0D86EE;
}

/*
===================================================
  2.3.0 - Social Buttons
===================================================
*/

.socialButtons{
    display: inline-block;
    float: right;
    padding: 13px 30px;
}

.socialButtons a{
    display: block;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 50%;
    padding: 5px 11px;
}

/*
===================================================
  2.5.0 - Welcome Images
===================================================
*/

.welcomeImage{
    overflow: hidden;
}

.welcomeImage img{
    width: 100%;
    min-width: 1366px;
    margin: 0 auto;
    height: auto;
}

/*
===================================================
  3.0.0 - Content
===================================================
  3.1.0 - About US
===================================================
*/

.aboutUS, .products, .contacts, .location{
    background: #FFF;
    margin-top: 30px;
    border-radius: 3px;
    width: 1306px;
}

.aboutUSHead, .productsHead, .contactsHead{
    border-bottom: 1px solid #DDD;
    padding: 20px;
}

.aboutUSHead span, .productsHead span,  .contactsHead span{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0A88F4;
}

.aboutUSContent, .productsContent, .contactsContent{
    padding: 20px;
}

.aboutUSImage{
    float: left;
    height: 430px;
    padding-right: 15px;
    width: 417px;
}

.aboutUSImage img{
    height: 430px;
    width: 417px;
}

.aboutUSText{
    float: left;
    width: 808px;
    height: 430px;
    font-size: 14px;
    overflow: hidden;
}

.aboutUSText p{
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 35px;
    text-align: justify;
    color: #626262;
}

.aboutUSText p:last-child{
    margin-bottom: 0px !important;
}

/*
===================================================
  3.2.0 - Products
===================================================
*/

.product{
    float: left;
    margin: 0px 15px 30px 15px;
    position: relative;
}

.productsSlideButtons{
    float: right;
}

.productsSlideButtons span{
    color: #008AFF;
}

.productsSlideButtons span:last-child{
    padding-left: 5px;
}

.productsSlideButtons span:hover{
    color: #008AFF;
}

.productsContent{
    padding: 25px 5px 0px 5px !important;
}

.product a{
    display: block;
}

.product, .product img{
    width: 402px;
    height: 265px;
}

.productHover{
    background: rgba(0,0,0,0.7);
    bottom: 0px;
    box-sizing: border-box;
    display: none;
    left: 0px;
    padding: 20px;
    position: absolute;
    width: 100%;
}

.productHover span{
    color: #FFF;
    font-size: 15px;
}

/*
===================================================
  3.3.0 - Contacts
===================================================
*/

.contacts{
    float: left;
    height: 328px;
    margin-right: 15px;
    width: 632px;
}

.contactsInfo{
    margin-bottom: 26px;
}

.contactsInfo:last-child{
    margin-bottom: 0px !important;
}

.contactsInfo .icon{
    font-size: 50px;
    color: #313131;
    float: left;
    width: 50px;
}

.contactsInfo .contactsText{
    color: #828282;
    float: left;
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
    text-align: justify;
    width: 522px;
}

/*
===================================================
  3.4.0 - Location
===================================================
*/

.location{
    box-sizing: border-box;
    float: right;
    height: 328px;
    padding: 20px;
    width: 632px;
}

.location iframe{
    width: 100% !important;
    height: 100% !important;
}

/*
===================================================
  4.0.0 - Footer
===================================================
*/

.footer{
    background: linear-gradient(90deg, #0A88F4 50%, #0984EE 50%) !important;
    height: 161px;
}

.footerNavigation{
    background: #0984EE;
    display: table;
    float: left;
    height: 60px;
    padding: 20px 20px;
    position: relative;
    box-sizing: border-box;
    width: 1030px;
}

.footerNavigation:before{
    -ms-transform: rotate(-35deg); /* IE 9 */
    -webkit-transform: rotate(-35deg); /* Chrome, Safari, Opera */
    background: #0984EE;
    content: "";
    height: 130px;
    left: -43px;
    position: absolute;
    top: -35px;
    transform: rotate(-35deg);
    width: 60px;
}

.footerNavigation ul{
    display: inline-block;
    font-size: 0px;
    margin: 0px;
    padding: 0px 10px;
}

.footerNavigation ul li{
    display: inline-block;
}

.footerNavigation ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
    padding: 20px;
}

.copyrightWrapper{
    background: #008AFF;
}

.copyright{
    background: #008AFF;
    padding: 15px 65px 15px 65px;
}

.footerText{
    float: left;
}

.footerText p{
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    padding: 10px 0px 0px 0px;
}

.footerText p a{
    color: #FFF;
    display: inline-block;
    font-size: 14px;
}

.copyright .socialButtons{
    padding: 0px !important;
}
