body { background: #fff; font-family: "Raleway", sans-serif; }
strong { font-weight: 700; }
.inner-gallery {}
.inner-gallery ul {
margin: 0 -5px;
}
.inner-gallery ul li {
float: left;
margin-bottom: 30px;
padding: 0 10px;
width: 33.3%;
}
.inner-gallery ul li a {
display: block;
position: relative;
}
.inner-gallery .photo {
border-radius: 3px;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
overflow: hidden;
transition: all 0.9s ease 0s;
-webkit-transition: all 0.9s ease 0s;
-ms-transition: all 0.9s ease 0s;
}
.inner-gallery ul li a:hover .photo {
transform: scale(0.95);
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
}
.inner-gallery .photo img {
height: 185px;
object-fit: cover;
width: 100%;
}
.inner-gallery h2.text {
color: #3d4049;
font-size: 14px;
font-weight: 700;
margin-top: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sliderArrow {
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.sliderArrow .arrow {
position: absolute;
}
.sliderArrow .arrow-left {
background: url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/banner-arrow-left.png) no-repeat 0 0 transparent;
height: 256px;
left: 40px;
top: 110px;
width: 800px;
}
.sliderArrow .arrow-right {
background: transparent url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/banner-arrow-right.png) no-repeat scroll 0 0;
height: 237px;
right: 0;
top: 30px;
width: 800px;
} @-webkit-keyframes circle {
0% {-webkit-transform: scale(1.6, 1.6); opacity: 0.0;}
50% {opacity: 0.6;}
100% {-webkit-transform: scale(1, 1); opacity: 0.0;}
}
@keyframes circle {
0% {transform: scale(1.6, 1.6); opacity: 0.0;}
50% {opacity: 0.6;}
100% {transform: scale(1, 1); opacity: 0.0;}
}
.loading {
position: fixed;
left:0;
right:0;
top: 0;
display: none;
bottom:0;
background: #fff;
width: 100%;
height: 100%;
z-index: 999999999;
text-align: center;
}
.loading-center {
display: inline-block;
margin-top: -50px;
position: relative;
top: 50%;
}
.loading-center img {
width: 220px;
}
.loading-center .circle {
background: #fff none repeat scroll 0 0;
border: 5px solid #f65945;
border-radius: 100%;
display: inline-block;
height: 30px;
margin-left: 3px;
margin-top: 16px;
width: 30px;
-webkit-animation: circle 1s ease-out;
-webkit-animation-iteration-count: infinite;
animation: circle 1s ease-out;
animation-iteration-count: infinite;
}  .get-quotes {
position: fixed;
background: rgba(0, 0, 0, 0.85);
left:0;
right:0;
top:0;
bottom:0;
width:100%;
height:100%;
z-index: 99999;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.get-quotes.open {
opacity: 1;
visibility:visible;
}
.get-quotes-form {
background-image: url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/hakkimizda-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
float: left;
transform: translateY(120px);
-webkit-transform: translateY(120px);
-moz-transform: translateY(120px);
-ms-transform: translateY(120px);
-o-transform: translateY(120px);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease 0.2s;
-moz-transition: all 0.4s ease 0.2s;
-o-transition: all 0.4s ease 0.2s;
-ms-transition: all 0.4s ease 0.2s;
transition: all 0.4s ease 0.2s;
height: 466px;
width: 100%;
}
.get-quotes-form.open-form {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity: 1;
visibility: visible;
}
.get-quotes-form-content {
float: right;
padding-left: 25px;
padding-top: 20px;
width: 49.4%;
}
.get-quotes-form-content .heading {
display: block;
margin-bottom: 5px;
padding-left: 7px;
}
.get-quotes-form-content .heading h3 {
color: #fff;
}
.get-quotes-form-content .heading h3.title {
font-size: 28px;
font-weight: 800;
}
.get-quotes-form-content .heading h3.text {
font-size: 15px;
line-height: 1.4;
margin-top: 8px;
width: 390px;
}
.get-quotes-form-content .content {
float: left;
margin-top: 0px;
width: 100%;
}
.get-quotes-form-content .content li {
float: left;
margin-bottom: 8px;
text-align: center;
width: 50%;
}
.get-quotes-form-content .content li.textarea { width:100%; }
.get-quotes-form-content .content li input, .get-quotes-form-content .content li textarea {
background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
border: 0 none;
color: #fff;
display: inline-block;
font-family: "Raleway",sans-serif;
font-size: 14px;
height: 50px;
padding: 0 17px;
width: 95%;
}
.get-quotes-form-content .content input::-webkit-input-placeholder { color:#fff; }
.get-quotes-form-content .content input::-moz-placeholder { color:#fff; }
.get-quotes-form-content .content input:-ms-input-placeholder { color:#fff; }
.get-quotes-form-content .content input:-moz-placeholder { color:#fff; }
.get-quotes-form-content .content textarea::-webkit-input-placeholder { color:#fff; }
.get-quotes-form-content .content textarea::-moz-placeholder { color:#fff; }
.get-quotes-form-content .content textarea:-ms-input-placeholder { color:#fff; }
.get-quotes-form-content .content textarea:-moz-placeholder { color:#fff; }
.get-quotes-form-content .content li textarea {
height: 100px;
padding-top: 7px;
width: 97.6%;
}
.get-quotes-form-content .content .send {
float: right;
margin-right: 6px;
}
.get-quotes-form-content .content .send input {
background: #fff none repeat scroll 0 0;
border: 0 none;
color: #272222;
font-family: "Raleway",sans-serif;
font-weight: 700;
height: 40px;
width: 100px;
cursor: pointer;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.get-quotes-form-content .content .send input:hover {
background: #c59621;
color: #fff;
}
.get-quotes-close {
position: absolute;
right: 15px;
top: 13px;
}
.get-quotes-close a {
display: block;
}
.get-quotes-close img {
width: 31px;
}  .main-nav-sub {
float: left;
height: 0;
overflow: hidden;
width: 100%;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.main-nav-sub.active {
height: 82px;
}
.main-nav-sub-content.services-sub {
z-index: -1;
visibility: hidden;
margin-top: -82px;
}
.main-nav-sub-content.services-sub.services-active {
z-index: 3;
visibility: visible;
}
.main-nav-sub-content.services-sub ul li a .icon.icon-active {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
.main-nav-sub-content.services-sub ul li a.link-active {
opacity: 1;
}
.nav-services.active {
background: #004B8D none repeat scroll 0 0;
color: #fff;
}
.main-nav-sub-content.about-sub {
z-index: -1;
visibility: hidden;
}
.main-nav-sub-content.about-sub.about-active {
z-index: 3;
visibility: visible;
}
.main-nav-sub-content.about-sub ul li a .icon.icon-active {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
.main-nav-sub-content.about-sub ul li a.link-active {
opacity: 1;
}
.nav-about.active {
background: #004B8D none repeat scroll 0 0;
color: #fff;
}
.main-nav-sub-content {
background: #004b8d none repeat scroll 0 0;
display: block;
height: 82px;
overflow: hidden;
position: relative;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.main-nav-sub-content ul {
display: block;
text-align: center;
}
.main-nav-sub-content ul li {
display: inline-block;
text-align: center;
width: 8.7%;
}
.main-nav-sub-content ul li a {
color: #fff;
display: inline-grid;
font-size: 12px;
height: 82px;
opacity: 0;
padding: 13px 8px;
width: 100%;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.main-nav-sub .container {
width: 1350px;
}
.main-nav-sub-content ul li a:hover {
background: #003769;
}
.main-nav-sub-content ul li a.selected {
background: #f65944;
}
.main-nav-sub-content ul li a .icon {
display: block;
font-size: 20px;
margin: 0 0 10px;
top: 3px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
}
.main-nav-sub-content ul li a .icon.active {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
} .get-guotes-fixed {
margin-top: -184px;
position: fixed;
right: -68px;
top: 50%;
z-index: 1001;
}
.get-guotes-fixed li {
display: inherit;
}
.get-guotes-fixed-form li.select-area div.trigger {
background: #e31e24 none repeat scroll 0 0;
left: 0;
width: 100%;
}
.get-guotes-fixed-form li.select-area div.czia-select > ul.options {
border: 0 none;
height: 171px;
left: 0;
padding: 0;
right: auto;
top: 50px;
width: 100%;
}
@-moz-keyframes blink { 0% {opacity:1;} 50% {opacity:0.7;} 100% {opacity:1;} } @-webkit-keyframes blink { 0% {opacity:1;} 50% {opacity:0.7;} 100% {opacity:1;} } @-ms-keyframes blink { 0% {opacity:1;} 50% {opacity:0.7;} 100% {opacity:1;} } @keyframes blink { 0% {opacity:1;} 50% {opacity:0.7;} 100% {opacity:1;} }
.get-guotes-fixed  a {
background: #e31e24 none repeat scroll 0 0;
color: #fff;
cursor: pointer;
float: right;
font-size: 18px;
font-weight: 700;
height: 50px;
line-height: 2.9;
position: absolute;
right: 0;
text-align: center;
top: 158px; transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transition: all 0.8s ease 0s;
-webkit-transition: all 0.8s ease 0s;
-moz-transition: all 0.8s ease 0s;
-ms-transition: all 0.8s ease 0s;
-o-transition: all 0.8s ease 0s;
width: 186px;
}
.inprev{position:fixed; left:0px; top:0px;z-index:9999999;}
.inprev .cls{ position: absolute; z-index: 9999; left: 0px; top: 0px; background: #272626; padding: 14px 16px; color: white; }
li.out-form-ruhsatserino{position:relative;}
.cls-ques{color:black;background:white;padding:2px;position: absolute;left: 0px;top: 0px;} .get-guotes-fixed > ul > li ul {
background: #004B8D;
border-left: 5px solid rgba(0, 0, 0, 0.2);
margin-right: 68px;
padding: 11px 10px 20px;
position: absolute;
right: -270px;
top: 0;
width: 270px;
-o-transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
width: 270px;
}
.get-guotes-fixed > ul > li:hover ul { right:0; }
.get-guotes-fixed-form li {
float: left;
margin-bottom: 11px;
width: 100%;
}
.get-guotes-fixed-form li input, .get-guotes-fixed-form li textarea {
background: #e31e24 none repeat scroll 0 0;
border: 0 none;
color: #fff;
font-family: "Raleway",sans-serif;
font-size: 14px;
height: 44px;
padding: 0 16px;
width: 100%;;
width: 100%;
}
.get-guotes-fixed-form input::-webkit-input-placeholder { color:#fff; }
.get-guotes-fixed-form input::-moz-placeholder { color:#fff; }
.get-guotes-fixed-form input:-ms-input-placeholder { color:#fff; }
.get-guotes-fixed-form input:-moz-placeholder { color:#fff; }
.get-guotes-fixed-form textarea::-webkit-input-placeholder { color:#fff; }
.get-guotes-fixed-form textarea::-moz-placeholder { color:#fff; }
.get-guotes-fixed-form textarea:-ms-input-placeholder { color:#fff; }
.get-guotes-fixed-form textarea:-moz-placeholder { color:#fff; }
.get-guotes-fixed-form li textarea {
height: 73px;
padding-top: 10px;
}
.get-guotes-fixed-form .send {
float: right;
margin-right: 0;
}
.get-guotes-fixed-form .send input {
background: #fff none repeat scroll 0 0;
border: 0 none;
color: #061F36;
cursor: pointer;
font-family: "Raleway",sans-serif;
font-size: 14px;
font-weight: 700;
height: 40px;
padding-top: 2px;
width: 94px;
-o-transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
}
.get-guotes-fixed-form .send input:hover {
background: #e31e24;
color: #fff;
}
.get-guotes-fixed-title {
background: #fff none repeat scroll 0 0;
color: #003769;
float: left;
font-weight: 700;
margin-bottom: 10px;
padding: 11px 15px;
width: 100%;
}
.header {
float: left;
width: 100%;
}
.headerTop {
background: #f8f8f8 none repeat scroll 0 0;
height: 35px;
}
.headerTopRight {
float: right;
}
.headerTopRight .phone {
float: left;
margin-right: 30px;
margin-top: 4px;
}
.headerTopRight .phone h3 .icon {
margin-right: 6px;
transform: rotate(15deg);
}
.headerTopRight .phone h3 {
color: #9c9c9c;
font-family: "Open Sans",sans-serif;
font-size: 18px;
font-style: italic;
font-weight: 600;
}
.headerTopRight .phone h3  span {
font-size: 14px;
font-weight: 600;
}
.headerTopRight .social-icons { float: left;  }
.headerTopRight .social-icons a {
color: #fff;
display: table-cell;
font-size: 18px;
height: 35px;
margin: 0 1px;
text-align: center;
vertical-align: middle;
width: 36px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.headerTopRight .social-icons a.whatsapp {
background: #0dc143;
}
.headerTopRight .social-icons a.facebook {
background: #4867AA;
}
.headerTopRight .social-icons a.instagram { background: #CA2868;
}
.headerTopRight .social-icons a.google {
background: #cc5504;
}
.headerTopRight .social-icons a.linkedin {
background: #0077B5;
}
.headerTopRight .social-icons a:hover {
background: #666;
color: #fff;
}
.headerTopRight .get-quotes-btn { float: left; }
.headerTopRight .get-quotes-btn a {
background: #e31e24 none repeat scroll 0 0;
color: #fff;
float: left;
font-size: 12px;
font-weight: 600;
height: 35px;
padding-top: 10px;
text-align: center;
width: 160px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.headerTopRight .get-quotes-btn a:hover {
background: rgba(6, 69, 124, 0.9);
color: #fff;
}
.headerBottom {
background: #fff none repeat scroll 0 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
height: 90px;
}
.headerBottom .logo {
float: left;
margin-top: 0px;
}
.headerBottom .logo a { display: block }
.headerBottom .logo img { }
.main-nav {
float: left;
margin-top: 26px;
width: 870px;
}
.slider { float:left; width:100%; position: relative; }
.phoneInfo {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
.phoneInfoBtn {
background: rgba(10, 51, 90, 0.9) none repeat scroll 0 0;
float: left;
height: 75px;
padding: 21px 20px;
position: relative;
width: 200px;
z-index: 10;
}
.phoneInfoBtn a.open {
float:left;
width:100%;
opacity: 1;
visibility: visible;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.phoneInfoBtn a.open.passive {
transform: scale(0.5);
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-o-transform: scale(0.5);
-ms-transform: scale(0.5);
opacity: 0;
visibility: hidden;
}
.phoneInfoBtn a.close {
float: left;
text-align: center;
width: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease 0.2s;
-moz-transition: all 0.3s ease 0.2s;
-o-transition: all 0.3s ease 0.2s;
-ms-transition: all 0.3s ease 0.2s;
transition: all 0.3s ease 0.2s;
}
.phoneInfoBtn a.close.active {
transform: translateY(-36px);
-webkit-transform: translateY(-36px);
-moz-transform: translateY(-36px);
-ms-transform: translateY(-36px);
-o-transform: translateY(-36px);
opacity: 1;
visibility: visible;
}
.phoneInfoBtn a.close img {
width: 40px;
}
.phoneInfoBtn .icon {
color: #fff;
float: left;
font-size: 30px;
margin-right: 14px;
margin-top: 3px;
}
.phoneInfoBtn h3 {
color: #fff;
display: block;
font-size: 13px;
}
.phoneInfoBtn h3.first { font-weight: 400; }
.phoneInfoBtn h3.second { font-weight: 700; }
.phoneInfoSub {
background: rgba(10, 51, 90, 1) none repeat scroll 0 0;
float: left;
height: 75px;
opacity: 0;
padding: 13px 10px;
position: relative;
visibility: hidden;
width: 82%;
z-index: 99; -o-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.phoneInfoSub.active {
opacity: 1;
visibility: visible; }
.phoneInfoSubContent {
float:left;
width: 100%;
}
.phoneInfoSubContent li {
float: left;
margin: 0 10px;
width: 26.7%;
}
.phoneInfoSubContent li input {
background: #0e4579 none repeat scroll 0 0;
border: 0 none;
font-family: "Raleway",sans-serif;
font-size: 14px;
color: #fff;
font-weight: 500;
height: 50px;
padding: 0 15px;
width: 100%;
opacity: 0;
visibility: hidden;
transform: scale(0.8);
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
-o-transition: all 0.4s ease 0.2s;
-webkit-transition: all 0.4s ease 0.2s;
-moz-transition: all 0.4s ease 0.2s;
-ms-transition: all 0.4s ease 0.2s;
-o-transition: all 0.4s ease 0.2s;
}
.phoneInfoSubContent input::-webkit-input-placeholder { color:#fff; }
.phoneInfoSubContent input::-moz-placeholder { color:#fff; }
.phoneInfoSubContent input:-ms-input-placeholder { color:#fff; }
.phoneInfoSubContent input:-moz-placeholder { color:#fff; }
.phoneInfoSubContent li.active input {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
opacity: 1;
visibility: visible;
}
.phoneInfoSubContent .send {
float: left;
margin-left: 10px;
}
.phoneInfoSubContent .send input {
background: #fff none repeat scroll 0 0;
border: 0 none;
color: #0a335a;
font-family: "Raleway",sans-serif;
font-size: 15px;
font-weight: 700;
height: 50px;
width: 100px;
cursor: pointer;
-o-transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
}
.phoneInfoSubContent .send input:hover {
background: #072440;
color: #fff;
}
.slider-effect::before {
-webkit-animation: snow 20s linear infinite;
-moz-animation: snow 20s linear infinite;
animation: snow 20s linear infinite;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
background-image: url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/dat-snow_1.png), url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/dat-snow_2.png), url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/dat-snow_3.png);
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
@-webkit-keyframes snow {
0% {
background-position:0px 0px, 0px 0px, 0px 0px
}
100% {
background-position:500px 1000px, 400px 400px, 300px 300px
}
}
@-moz-keyframes snow {
0% {
background-position:0px 0px, 0px 0px, 0px 0px
}
100% {
background-position:500px 1000px, 400px 400px, 300px 300px
}
}
@-ms-keyframes snow {
0% {
background-position:0px 0px, 0px 0px, 0px 0px
}
100% {
background-position:500px 1000px, 400px 400px, 300px 300px
}
}
@keyframes snow {
0% {
background-position:0px 0px, 0px 0px, 0px 0px
}
100% {
background-position:500px 1000px, 400px 400px, 300px 300px
}
}
.middle {
float: left;
margin-top: 35px;
width: 100%;
}
.middle .section { float:left; width:100%; }
.middle .section.margin-top { margin-top: 50px; }
.services-area {
display: block;
}
.section-heading {
float: left;
text-align: center;
width: 100%;
}
.section-heading h3 {
color: #555;
}
.section-heading h3.title {
font-size: 36px;
font-weight: 800;
}
.section-heading h3.text {
font-size: 20px;
font-weight: 300;
line-height: 1.6;
margin-top: 6px;
padding: 0 200px;
}
.services-area-content {
float: left;
margin-top: 42px;
width: 100%;
}
.services-area-content ul {
display: block;
}
.services-area-content ul li {
float: left;
margin: 11px;
width: 31.4%;
}
.services-area-content ul li a {
display: block;
position: relative;
}
.services-area-content .photo {
overflow: hidden;
}
.services-area-content .photo img {
height: 285px;
object-fit: cover;
width: 100%;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
-ms-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.services-area-content ul li a:hover .photo img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.services-area-content .comment {
background: -webkit-linear-gradient(rgba(0,0,0,0.45),transparent);
background: -o-linear-gradient(rgba(0,0,0,0.45),transparent);
background: -moz-linear-gradient(rgba(0,0,0,0.45),transparent);
background: linear-gradient(rgba(0,0,0,0.45),transparent);
height: 100%;
left: 0;
padding-top: 18px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 100%;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.services-area-content ul li a:hover .comment {
background: rgba(206, 151, 33, 0.86);
}
.services-area-content .comment .content {
-webkit-transition: all 0.5s ease 0.1s;
-moz-transition: all 0.5s ease 0.1s;
-o-transition: all 0.5s ease 0.1s;
-ms-transition: all 0.5s ease 0.1s;
transition: all 0.5s ease 0.1s;
}
.services-area-content ul li a:hover .comment .content {
transform: translateY(65px);
-webkit-transform: translateY(65px);
-moz-transform: translateY(65px);
-ms-transform: translateY(65px);
-o-transform: translateY(65px);
}
.services-area-content .comment .content h3 { color: #fff; }
.services-area-content .comment .content h3.title {
color: #fff;
font-size: 24px;
font-weight: 800;
}
.services-area-content .comment .content h3.text {
font-size: 18px;
margin-top: 4px;
}
.services-area-content .comment .figure {
left: 0;
margin-top: 23px;
position: absolute;
right: 0;
top: 50%;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease 0.1s;
-moz-transition: all 0.5s ease 0.1s;
-o-transition: all 0.5s ease 0.1s;
-ms-transition: all 0.5s ease 0.1s;
transition: all 0.5s ease 0.1s;
}
.services-area-content ul li a:hover .comment .figure {
opacity: 1;
visibility: visible;
}
.services-area-content .comment .figure .icon {
color: #fff;
font-size: 36px;
}
.other-services-button {
float: left;
margin-top: 20px;
text-align: center;
width: 100%;
}
.other-services-button a {
border: 3px solid #f65944;
border-radius: 3px;
color: #f65944;
display: inline-block;
font-size: 14px;
font-weight: 500;
height: 50px;
padding-top: 13px;
width: 240px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.other-services-button a:hover {
background: #f65944;
color: #fff;
}
.other-services-button a .icon {
display: block;
position: relative;
top: -2px;
}
.about-area-content {
background-image: url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/hakkimizda-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
float: left;
height: 466px;
margin-top: 35px;
width: 100%;
}
.about-area-tab {
float: right;
width: 49.5%;
position: relative;
}
.tab-nav {
float: left;
width: 100%;
}
.tab-nav ul {
display: block;
}
.tab-nav ul li {
float: left;
margin: 0 1px;
width: 32.9%;
}
.tab-nav ul li a {
background: #ed523e none repeat scroll 0 0;
color: #fff;
display: block;
font-size: 18px;
font-weight: 300;
height: 79px;
padding-top: 30px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.tab-nav ul li.active a, .tab-nav ul li a:hover {
background: #f65945;
}
.tab-container {
float: left;
width: 100%;
}
.tab-content {
display: block;
padding: 40px 25px 0;
}
.tab-content h3 {
color: #fff;
font-size: 14px;
font-weight: 300;
line-height: 1.8;
height: 223px;
overflow: hidden;
}
.tab-content .detail-info {
background: #fff none repeat scroll 0 0;
bottom: 20px;
color: #ef604b;
float: right;
font-weight: 600;
height: 50px;
margin-top: 45px;
padding: 16px 0;
text-align: center;
width: 205px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.tab-content .detail-info:hover {
background: #c63e2b;
color: #fff;
}
.about-social-icons {
bottom: 7px;
left: 32px;
position: absolute;
}
.about-social-icons a {
border: 1px solid #fff;
color: #fff;
display: inline-block;
font-size: 17px;
height: 35px;
margin-right: 25px;
padding-top: 8px;
text-align: center;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 35px;
}
.about-social-icons a:hover {
background: #fff;
color: #f65945;
}
.about-social-icons a .icon {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.news-area {
float: left;
width: 100%;
}
.news-area-left {
float: left;
width: 32%;
}
.news-area-left .title {
color: #555555;
font-size: 30px;
font-weight: 200;
}
.news-area-left .title span {
font-weight: 700;
}
.news-area-left .text {
color: #f65945;
font-size: 18px;
font-weight: 200;
height: 83px;
line-height: 1.6;
margin-top: 8px;
overflow: hidden;
}
.news-area-right {
float: left;
margin-left: 21px;
width: 66.1%;
}
.news-area-content {
display: block;
}
.news-area-photos {
float: left;
width: 243px;
}
.news-area-photos ul {
display: block;
}
.news-area-photos ul li {
float: left;
width: 100%;
}
.news-area-photos ul li a {
display: block;
position: relative;
}
.news-area-photos .photo {
overflow: hidden;
}
.news-area-photos .photo img {
height: 160px;
object-fit: cover;
width: 100%;
-webkit-transition: all 0.9s ease 0s;
-moz-transition: all 0.9s ease 0s;
-o-transition: all 0.9s ease 0s;
-ms-transition: all 0.9s ease 0s;
transition: all 0.9s ease 0s;
}
.news-area-photos ul li a:hover .photo img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.news-area-photos .comment {
float: left;
margin-top: 8px;
width: 100%;
}
.news-area-photos .comment h3.title {
border-bottom: 3px solid #f65944;
color: #45423d;
float: left;
font-size: 16px;
font-weight: 700;
line-height: 1.5;
margin-bottom: 6px;
max-height: 55px;
overflow: hidden;
padding-bottom: 5px;
width: 100%;
}
.news-area-photos .comment h3.text {
color: #888888;
float: left;
font-size: 12px;
font-weight: 500;
height: 60px;
line-height: 1.7;
overflow: hidden;
width: 100%;
}
.news-area-title {
float: left;
padding-left: 40px;
position: relative;
top: -9px;
width: 66%;
}
.news-area-title h3 {
color: #dedede;
font-family: sfmpBold;
font-size: 136px;
letter-spacing: 6px;
line-height: 0.75;
}
.news-area-list {
float: left;
margin-top: 15px;
padding-left: 42px;
width: 67%;
}
.news-area-list ul {
display: block;
}
.news-area-list ul li { float:left; width:100%; }
.news-area-list ul li a {
border-bottom: 1px solid #ebebeb;
color: #888888;
display: block;
font-size: 15px;
font-weight: 300;
overflow: hidden;
padding: 6px 0;
text-overflow: ellipsis;
white-space: nowrap;
}
.news-area-list ul li:nth-last-child(1) a {
border-bottom:0 none;
}
.news-area-list ul li a:hover {
background: #f65944;
color: #fff;
text-indent: 7px;
}
.news-area-list ul li a .icon {
color: #f65944;
margin-right: 7px;
}
.news-area-list ul li a:hover .icon {
color: #fff;
}
.news-area-list ul li a, .news-area-list ul li a .icon  {
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.contactUs {
float: left;
height: 520px;
width: 100%;
background-image: url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/parallax.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.contactUsContent {
float: left;
margin-top: 40px;
width: 55.7%;
}
.contactUsContent .heading {
display: inline-block;
margin-bottom: 30px;
width: 100%;
}
.contactUsContent .heading .title {
color: #004b8d;
font-size: 30px;
font-weight: 700;
text-indent: 6px
}
.contactUsContent .heading .text {
color: #004b8d;
font-size: 14px;
margin-top: 8px;
text-indent: 7px;
}
.contactUsContent li {
float: left;
text-align: center;
width: 50%;
}
.contactUsContent li.textarea {
width: 100%;
}
.contactUsContent li input, .contactUsContent textarea {
background: transparent none repeat scroll 0 0;
border: 1px solid #004b8d;
color: #004b8d;
font-family: "Raleway",sans-serif;
font-size: 14px;
height: 50px;
margin-bottom: 20px;
padding: 0 20px;
width: 94%;
}
.contactUsContent input::-webkit-input-placeholder { color:#004b8d; }
.contactUsContent input::-moz-placeholder { color:#004b8d; }
.contactUsContent input:-ms-input-placeholder { color:#004b8d; }
.contactUsContent input:-moz-placeholder { color:#004b8d; }
.contactUsContent textarea::-webkit-input-placeholder { color:#004b8d; }
.contactUsContent textarea {
height: 124px;
padding-top: 13px;
width: 97%;
}
.contactUsContent .send {
float: right;
margin-right: 9px;
}
.contactUsContent .send input {
background: #004b8d none repeat scroll 0 0;
border: 0 none;
color: #fff;
cursor: pointer;
font-family: "Raleway",sans-serif;
font-size: 14px;
font-weight: 600;
height: 59px;
width: 196px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.contactUsContent .send input:hover {
background: #f65945 none repeat scroll 0 0;
}
.brands { float:left; width:100%; margin-bottom: 50px; }
.brands-content { float: left; width:100%; }
.brands-content .photo {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
display: inline-block;
height: 68px;
overflow: hidden;
text-align: center;
width: 203px;
}
.brands-content .photo .content {
display: table-cell;
height: inherit;
vertical-align: middle;
width: inherit;
}
.brands-content .photo .content img {
max-height: 37px;
object-fit: contain;
width: 100%;
}
.footer {
float: left;
width: 100%;
}
.footerTop {
float: left;
width: 100%;
}
.footerBox {
float: left;
width: 23%;
} .footerBox-2-col {float: left; width: 46%!important;}
.footerBox-2-col ul li{float:left; width:33.03%!important;} .footerBox .footer-title {
color: #9ba6b1;
font-size: 16px;
font-weight: 700;
margin-bottom: 11px;
}
.footerBox ul {
display: block;
}
.footerBox ul li {
display: block;
}
.footerBox ul li a, .footerBox ul li h3 {
color: #9ba6b1;
display: block;
font-size: 12px;
overflow: hidden;
padding: 4px 30px 4px 0;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.footerBox ul li a:hover {
text-indent: 5px;
color: #f65945;
}
.footerBox ul li a .icon {
color: #9ba6b1;
font-size: 14px;
margin-right: 8px;
}
.footerContact ul li a .icon {
display: none;
}
.footerBox ul li h3 {
padding-bottom: 6px;
padding-right: 0;
padding-top: 6px;
text-overflow: inherit;
white-space: inherit;
}
.footerBox ul li h3 .icon {
float: left;
font-size: 18px;
margin-right: 5px;
text-align: center;
width: 30px;
}
.footerBox.footerContact {
width: 31%;
}
.working-hours {
float: left;
margin-top: 12px;
width: 100%;
}
.working-hours h3 {
color: #9ba6b1;
font-size: 13px;
padding: 2px 0;
}
.working-hours h3.title {
font-weight: 700;
}
.working-hours h3.text {}
.footerBottom {
float: left;
margin-top: 45px;
width: 100%;
}
.footerBottom .heading {
background: #e31e24 none repeat scroll 0 0;
display: block;
height: 79px;
padding: 24px 0;
text-align: center;
}
.footer-social { display: inline-block; }
.footer-social a {
border: 1px solid #eacf65;
color: #ffffff;
display: inline-block;
font-size: 17px;
height: 35px;
margin-right: 25px;
padding-top: 8px;
text-align: center;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
width: 35px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.footer-social a:nth-last-child(1) { margin-right: 0; }
.footer-social a:hover {
background: #9ba6b1;
color: #fff;
}
.footer-social a .icon {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.footerBottom .sub {
background: #882927 none repeat scroll 0 0;
display: block;
height: 67px;
}
.footerBottom .sub .copyright, .footerBottom .sub .design { font-size: 12px; color: #fff; }
.footerBottom .sub .copyright {
float: left;
margin-top: 28px;
}
.footerBottom .sub .design {
float: right;
padding: 5px 6px;
margin-top: 24px;
border-radius:3px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.footerBottom .sub .design:hover {
background: #fff;
color: #ca9717;
}
.innerPageHeading { float:left; position: relative; display: block; width:100%; }
.innerPageHeading .photo { height:340px; overflow:hidden; position:relative; width:100%;
}
.innerPageHeading .photo img {
height: 570px;
object-fit: cover;
position: absolute;
top: 0;
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
width: 100%;
}
.get-quotes-content {
bottom: 0px;
left: 0;
position: absolute;
right: 0;
width: 100%;
}
.get-quotes-content-btn {
float: left;
}
.get-quotes-content-btn > a {
background: rgba(6, 69, 124, 0.6) none repeat scroll 0 0;
color: #fff;
display: block;
font-size: 16px;
font-weight: 700;
height: 75px;
padding: 0 20px;
width: 200px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.get-quotes-content-btn > a:hover {
background: rgba(6, 69, 124, 0.9) none repeat scroll 0 0;
}
.get-quotes-content-btn > a > span {
font-weight: 700;
position: relative;
top: 18px;
}
.get-quotes-content-btn > a .icon {
float: left;
font-size: 30px;
height: inherit;
margin-right: 23px;
padding-top: 24px;
}
.innerPageHeading .content {
float: left;
width: 100%;
margin-top: 28px;
}
.innerPageHeading .content-heading {
display: inline-block;
width: 100%;
}
.innerPageHeading .content-heading .site-map {
float: left;
}
.innerPageHeading .content-heading .site-map a {
color: #a7a7a7;
float: left;
font-size: 12px;
font-weight: 500;
}
.innerPageHeading .content-heading .site-map a .icon-home {
font-size: 13px;
margin-right: 7px;
}
.innerPageHeading .content-heading .site-map a:hover {
color:#f65944;
}
.innerPageHeading .content-heading .site-map a .icon {
float: right;
font-size: 12px;
margin-left: 6px;
margin-right: 6px;
margin-top: 1px;
}
.innerPageHeading .content-heading .site-map a:nth-last-child(1) .icon { display: none; }
.innerPageHeading .content-heading .site-back {
float: right;
}
.innerPageHeading .content-heading .site-back a {
color: #a7a7a7;
font-size: 12px;
font-weight: 500;
}
.innerPageHeading .content-heading .site-back a:hover {
color: #f65944;
}
.innerPageHeading .content-heading .site-back a .icon {
margin-right: 7px;
}
.innerPageHeading .content-sub {
display: inline-block;
margin-bottom: 12px;
margin-top: 25px;
width: 100%;
}
.innerPageHeading .content-sub .title {
color: #555555;
float: left;
font-size: 36px;
font-weight: 800;
}
.innerPageHeading .content-sub.sm .title {
font-size: 24px;
}
.float-right {
float: right;
}
.innerPageHeading .content-sub-right {
margin-top: 11px;
}
.socialShare {
float: left;
margin-top: 2px;
}
.socialShare > ul { display: block; }
.socialShare > ul > li { float: left; }
.socialShare > ul > li > a {
color: #c1c1c1;
float: left;
font-size: 12px;
font-weight: 500;
line-height: 1.9;
}
.socialShare > ul > li:hover > a {
color: #f65944;
}
.socialShare > ul > li > a .icon {
float: left;
font-size: 24px;
margin-right: 10px;
margin-top: -1px;
}
.textSizer { float:left; }
.innerPageContent { float: left;
margin-bottom: 70px;
margin-top: 26px;
min-height: 400px;
width: 100%;
}
.content-description {
color: #555555;
font-size: 14px;
font-weight: 400;
line-height: 2.3;
}
.content-page-services .main-nav-sub { height:82px !important; }
.content-page-services .services-sub { visibility: visible !important; z-index: 3 !important; }
.content-page-services .main-nav-sub-content ul li a { opacity: 1 !important; }
.content-page-services .main-nav-sub-content ul li a .icon {
transform: scale(1) !important;
-webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-o-transform: scale(1) !important;
-ms-transform: scale(1) !important;
}
.content-page-services .nav-services a { background: #004B8D; color: #fff; }
.leftContent {
width: 25%;
}
.pageContentNavTitle {
display: block;
}
.pageContentNavTitle h3 {
color: #3d4049;
font-size: 20px;
font-weight: 700;
}
.pageContentNavTitle span {
background: #e31e24 none repeat scroll 0 0;
display: block;
height: 4px;
margin: 15px 0 0;
width: 70px;
}
.pageContentNav {
clear: right;
} .pageContentNav ul li {
display: block;
}
.pageContentNav ul li a {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
color: #3d4049;
display: block;
font-size: 14px;
font-weight: 600;
height: 33px;
overflow: hidden;
padding: 18px 0;
text-overflow: ellipsis;
white-space: nowrap;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
}
.pageContentNav ul li a:hover {
background: #e31e24;
color:#fff;
text-indent: 12px;
}
.pageContentNav ul li:nth-last-child(1) a {
border-bottom: 0 none;
}
.rightContent {
float: left;
margin-right: 25px;
width: 72.8%;
}
.innerPageNews {
float: left;
margin-top: -22px;
width: 100%;
}
.innerPageNews ul {}
.innerPageNews ul li {
float: left;
margin: 0 10px 30px;
width: 30.9%; } .innerPageNews ul li a { display: block; position: relative; }
.innerPageNews .photo {
border-radius: 3px;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
overflow: hidden;
transition: all 0.9s ease 0s;
-webkit-transition: all 0.9s ease 0s;
-moz-transition: all 0.9s ease 0s;
}
.innerPageNews .photo img {
width:100%;
height: 185px;
object-fit: cover;
}
.innerPageNews ul li a:hover .photo {
transform: scale(0.95);
-webkit-transform: scale(0.95);
-moz-transform: scale(0.95);
}
.innerPageNews .description {
display: block;
}
.innerPageNews .description h3.date {
color: #f65944;
font-size: 14px;
font-style: italic;
font-weight: 700;
margin: 13px 0 11px;
}
.innerPageNews .description h3.title {
color: #043140;
font-size: 16px;
font-weight: 700;
height: 47px;
line-height: 1.5;
overflow: hidden;
}
.innerPageNews .description h3.text {
color: #777;
display: none;
font-size: 13px;
height: 76px;
line-height: 2.1;
overflow: hidden;
} .innerPageNews ul li.large {
margin-left: 0;
margin-right: 0;
width: 100%;
}
.innerPageNews ul li.large .photo {
overflow: hidden;
}
.innerPageNews ul li.large .photo img {
height: 340px;
} .innerPageNews ul li.large .description h3.title {
height: auto;
}
.innerPageNews ul li.large .description h3.text {
display: block;
margin-top: 10px;
height: auto;
}
.innerPageNewsDetail {}
.innerPageNewsDetail .detail-photo {
width: 300px;
margin-right: 10px;
float: left;
border: 1px solid #e2e2e2;
padding: 5px;
}
.innerPageNewsDetail .detail-photo img {
width: 288px;}
.innerPageNewsDetail .detail-description {}
.innerPageNewsDetail .detail-description .date {
color: #f65944;
font-size: 14px;
font-style: italic;
font-weight: 700;
margin: 18px 0 11px;
}
.innerPageNewsDetail .detail-description .title {
color: #043140;
font-size: 16px;
font-weight: 700;
line-height: 1.5;
}
.innerPageNewsDetail .detail-description .text {
color: #777;
display: block;
font-size: 14px;
line-height: 2.1;
margin-top: 10px;
}
.nextPrevNews {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-top: 1px solid rgba(0, 0, 0, 0.1);
float: left;
margin-top: 32px;
padding: 25px 0;
width: 100%;
}
.nextPrevNews .item {
background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
width: 300px;
}
.nextPrevNews .item, .nextPrevNews .item .description .content {
height: 90px;
}
.nextPrevNews .item .photo {
float: left;
overflow: hidden;
}
.nextPrevNews .item.next .photo {
float: right;
}
.nextPrevNews .item .photo img {
height: 90px;
object-fit: cover;
width: 115px;
}
.nextPrevNews .item .description {
float: left;
width: 61.6%;
}
.nextPrevNews .item .description .content {
display: table-cell;
padding: 0 12px;
vertical-align: middle;
width: inherit;
}
.nextPrevNews .item .description .content h3.title {
color: #043140;
font-size: 16px;
font-weight: 700;
line-height: 1.3;
max-height: 84px;
overflow: hidden;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
}
.nextPrevNews .item a:hover .description .content h3.title {
color: #f65944;
}
.nextPrevNews .item.prev {
float:left;
}
.nextPrevNews .item.next {
float:right;
}
.recentNews {
display: inline-block;
margin-bottom: 30px;
width: 100%;
}
.recentNews ul {
display: block;
margin-top: 18px;
}
.recentNews ul li {
float: left;
margin-bottom: 20px;
width: 100%;
}
.recentNews ul li:nth-last-child(1) {
margin-bottom:0;
}
.recentNews ul li a {
background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
float: left;
position: relative;
width: 100%;
}
.recentNews ul li a, .recentNews .description .content {
height: 90px;
}
.recentNews .photo {
overflow: hidden;
float:left;
}
.recentNews .photo img {
width: 115px;
height: 90px;
object-fit: cover;
transition: all 0.9s ease 0s;
-webkit-transition: all 0.9s ease 0s;
-moz-transition: all 0.9s ease 0s;
}
.recentNews ul li a:hover .photo img {
transform: scale(1.15);
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
}
.recentNews .description {
float: left;
width: 59.6%;
}
.recentNews .description .content {
display: table-cell;
padding: 0 11px;
vertical-align: middle;
width: auto;
}
.recentNews .description .content h3.title {
color: #043140;
font-size: 16px;
font-weight: 700;
max-height: 81px;
overflow: hidden;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
}
.recentNews ul li a:hover .description .content h3.title {
color: #f65944;
}
.innerPageReferences {
display: inline-block;
width: 100%;
}
.innerPageReferences ul {
display: block;
}
.innerPageReferences ul li {
float: left;
width: 207px;
}
.innerPageReferences ul li a {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
float: left;
width: 100%;
}
.innerPageReferences ul li a, .innerPageReferences .photo .content {
height: 140px;
}
.innerPageReferences .photo {
overflow: hidden;
}
.innerPageReferences .photo .content {
display: table-cell;
padding: 20px;
vertical-align: middle;
width: inherit;
}
.innerPageReferences .photo .content img {
max-height: 135px;
object-fit: contain;
width: 100%;
}
.get-quotes-mobile-btn {
float: right;
margin-top: 42px;
display: none;
}
.get-quotes-mobile-btn a {
color: #555555;
float: left;
font-size: 20px;
}
.contact {
float: left;
width: 100%;
}
.contact-content {
display: inline-block;
margin-top: 50px;
width: 100%;
}
.contact-address {
float: left;
width: 100%;
} .contact-address ul li {
float: left;
text-align: center;
width: 25%;
}
.contact-address .figure {
background: #fff none repeat scroll 0 0;
border: 1px solid transparent;
border-radius: 100%;
display: inline-block;
padding: 8px;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
}
.contact-address ul li:hover .figure {
border: 1px solid #ecb849;
}
.contact-address .figure .content {
background: #e31e24 none repeat scroll 0 0;
border-radius: 100%;
display: inline-block;
height: 88px;
width: 88px;
}
.contact-address .figure .content .icon {
color: #fff;
display: table-cell;
font-size: 36px;
height: inherit;
vertical-align: middle;
width: inherit;
}
.contact-address h3 {
color: #555555;
}
.contact-address h3.title {
font-size: 24px;
font-weight: 700;
margin: 13px 0 8px;
}
.contact-address h3.text {
font-size: 14px;
line-height: 1.7;
padding: 0 43px;
}
.contact-address li:first-child .text{text-align:left}
.contact-form, .contact-map{
float: left;
margin-top: 50px;
width: 50%;
}
.contact-form form {
margin-top: 19px;
}
.contact-form .pageContentNavTitle {
margin-left: 5px;
}
.contact-form li {
float: left;
width: 50%;
text-align: center;
}
.contact-form li.textarea {
width: 100%;
}
.contact-form li input, .contact-form li textarea {
background: #fff none repeat scroll 0 0;
border: 2px solid rgba(0, 0, 0, 0.1);
font-family: "Raleway",sans-serif;
font-size: 14px;
font-weight: 600;
height: 55px;
margin-bottom: 14px;
padding: 0 20px;
width: 96%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
}
.contact-form li input:focus, .contact-form li textarea:focus {
border: 2px solid #F65944;
}
.contact-form li textarea {
height: 116px;
padding-top: 10px;
width: 98%;
}
.contact-form .send {
float: right;
margin-right: 6px;
}
.contact-form .send input {
background: #ce9927 none repeat scroll 0 0;
border: 0 none;
color: #fff;
font-family: "Raleway",sans-serif;
font-size: 16px;
font-weight: 700;
height: 44px;
width: 113px;
cursor:pointer;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}
.contact-form .send input:hover {
background: #212120 none repeat scroll 0 0;
}
.contact-map {
padding-left: 23px;
}
.contact-map iframe {
height: 255px;
margin-top: 19px;
width: 100%;
}
.hizli-mobile {}
.hizli-mobile ul {}
.hizli-mobile ul li{}
.hizli-mobile ul li a{color: #af8702 !important;padding-left: 20px !important;}
.position-relative{position:relative}
.pdfbelge{position:absolute;right:77px;top:38px;background-color:#0dc143;color:#fff;padding:5px;font-size:15px}
#pdf-list{width:100%}
#pdf-list td{padding:5px 10px}
#pdf-list tr:nth-child(2n){background-color:#f0f0f0}
#pdf-list tr td:first-child{font-weight:600}
#pdf-list tr td:last-child{text-align:right}
#pdf-list a{color:#000000}
#pdf-list i{margin-right:5px}@media only screen and (max-width:767px) {
.slick-slide img{max-height:200px;}
}
@media screen and (min-width: 768px) {
}
@media only screen and (min-width:319px) and (max-width:479px) {
.slick-slide img{max-height: 170px;}
.slick-dots li button{width: 20px !important;height: 20px !important;}
.slick-slide .par1 {
left: 10% !important;
top: 5% !important;
font-size: 1.1em !important;
background: white !important;
padding: 5px 10px !important;
font-weight: bold !important;        
}
.get-quotes-form {
background-color: #cc9227;
background-image: none;
padding-bottom: 14px;
height: auto;
}
.get-quotes-form-content {
padding-left: 0;
padding-top: 45px;
width: 100%;
}
.get-quotes-form-content .heading h3.text {
width: 100%;
}
.get-guotes-fixed a.mobile-teklif {
bottom: 0;
float: left;
right: 0 !important;
top: auto;
transform: rotate(0deg);
width: 100%;
}
.get-guotes-fixed {
bottom: 0;
left: 0;
margin-top: 0;
right: 0;
top: auto;
}
.get-guotes-fixed > ul > li ul {
bottom: 51px;
margin-right: 0;
padding: 16px 14px 20px;
right: 0;
top: auto;
width: 100%;
border-left: 0 none;
opacity: 0;
visibility: hidden;
}
.get-guotes-fixed > ul > li:hover > ul {
bottom: 51px;
opacity: 1;
visibility: visible;
}
.footerBottom {
margin-bottom: 51px;
}
.main-nav-sub { display: none; }
.headerTop {
display: none;
}
.headerBottom .logo img {
width: 160px;
}
.headerBottom .logo {
float: none;
margin: 12px auto;
width: 160px;
}
.headerBottom .logo img {
width: 160px;
}
.main-nav {
display: none;
}
.headerBottom {
height: auto;
border-bottom: 0 none;
}
.search {
margin-top: -38px !important;
}
.search a {
border-left: 0 none !important;
font-size: 20px !important;
padding-left: 0 !important;
}
.phoneInfo {
display: none;
}
.middle {
margin-top: 20px;
}
.news-area-left {
text-align: center;
width: 100%;
}
.news-area-right {
margin-left: 0;
margin-top: 25px;
width: 100%;
}
.news-area-photos {
float: left;
width: 100%;
}
.news-area-title {
display: none;
}
.news-area-list {
float: left;
padding-left: 0;
width: 100%;
}
.news-area-photos .photo img {
height: 200px;
}
.contactUsContent {
margin-top: 0;
width: 100%;
}
.contactUsContent .heading {
display: block;
margin: 0 auto 30px;
text-align: center;
width: 300px;
}
.contactUs {
height: auto;
padding: 30px 0;
}
.brands-content .photo {
height: 68px;
padding: 0 12px;
width: 140px;
}
.footerBox {
display: none;
}
.footerBox.footerContact {
display: block;
width: 100%;
}
.textSizer {
display: none;
}
.innerPageHeading .content-heading .site-back a {
display: none;
}
.innerPageHeading .content-sub .title {
font-size: 28px;
}
.innerPageHeading .content-sub-right {
margin-top: 5px;
}
.header {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.innerPageHeading .photo img {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
}
.innerPageHeading .photo {
height: auto;
}
.innerPageHeading .photo img {
height: auto;
position: relative;
top: 0 !important;
transform: scale(1);
}
.get-quotes-content {
display: none;
}
.leftContent {
margin-top: 20px;
width: 100%;
}
.rightContent {
margin-right: 0;
width: 100%;
}
.innerPageNews {
margin-top: 0;
}
.innerPageNews .photo img {
height: auto !important;
}
.innerPageNews ul li {
margin: 0 0 30px;
width: 100%;
}
.innerPageNews ul li.large .description h3.text {
display: none;
}
.innerPageNewsDetail .detail-photo img {
height: auto;
}
.nextPrevNews .item.prev {
margin-bottom: 14px;
}
.innerPageReferences ul li {
width: 155px;
}
.innerPageReferences ul li a, .innerPageReferences .photo .content {
height: 107px;
}
.innerPageReferences {
display: block;
margin: 0 auto;
width: 310px;
}
.services-area-content ul li {
margin: 0 0 5px;
width: 100%;
}
.services-area-content .photo img {
height: 250px;
}
.innerPageContent {
margin-top: 10px;
}
.get-quotes-mobile-btn {
display: block;
margin-right: 34px;
margin-top: -37px !important;
}
.services-area .section-heading {
margin-top: 20px;
}
.section-heading h3.text {
padding: 0;
}
.contact .section-heading {
margin-top: 20px;
}
.contact-address ul li {
margin-bottom: 25px;
width: 100%;
}
.contact-address ul li:nth-last-child(1) {
margin-bottom:0; 
}
.contact-content {
margin-top: 30px;
}
.contact-form, .contact-map {
width: 100%;
}
.contact-map {
padding-left: 0;
}
}
@media only screen and (min-width:390px) and (max-width:479px) {
.container { width:390px !important; }
}
@media only screen and (min-width:479px) and (max-width:767px) {
.get-quotes-form {
background-color: #d4a030;
background-image: none;
padding-bottom: 14px;
height: auto;
}
.get-quotes-form-content {
padding-left: 0;
padding-top: 45px;
width: 100%;
}
.get-quotes-form-content .heading h3.text {
width: 100%;
}
.main-nav-sub { display: none; }
.container { width: 480px !important; }
.headerTop {
display: none;
}
.headerBottom .logo img {
width: 160px;
}
.headerBottom .logo {
float: none;
margin: 12px auto;
width: 160px;
}
.headerBottom .logo img {
width: 160px;
}
.main-nav {
display: none;
}
.headerBottom {
height: auto;
border-bottom: 0 none;
}
.search {
margin-top: -38px !important;
}
.search a {
border-left: 0 none !important;
font-size: 20px !important;
padding-left: 0 !important;
}
.phoneInfo {
display: none;
}
.middle {
margin-top: 20px;
}
.news-area-left {
text-align: center;
width: 100%;
}
.news-area-right {
margin-left: 0;
margin-top: 25px;
width: 100%;
}
.news-area-photos {
float: left;
width: 100%;
}
.news-area-title {
display: none;
}
.news-area-list {
float: left;
padding-left: 0;
width: 100%;
}
.news-area-photos .photo img {
height: 270px;
}
.contactUsContent {
margin-top: 0;
width: 100%;
}
.contactUsContent .heading {
display: block;
margin: 0 auto 30px;
text-align: center;
width: 390px;
}
.contactUs {
height: auto;
padding: 30px 0;
}
.brands-content .photo {
height: 68px;
padding: 0 12px;
width: 140px;
}
.footerBox {
display: none;
}
.footerBox.footerContact {
display: block;
width: 100%;
}
.header {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.textSizer {
display: none;
}
.innerPageHeading .content-heading .site-back a {
display: none;
}
.innerPageHeading .content-sub .title {
font-size: 28px;
}
.innerPageHeading .content-sub-right {
margin-top: 5px;
}
.header {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.innerPageHeading .photo img {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
}
.innerPageHeading .photo {
height: auto;
}
.innerPageHeading .photo img {
height: auto;
position: relative;
top: 0 !important;
transform: scale(1);
}
.get-quotes-content {
display: none;
}
.leftContent {
margin-top: 20px;
width: 100%;
}
.rightContent {
margin-right: 0;
width: 100%;
}
.innerPageNews {
margin-top: 0;
}
.innerPageNews ul li {
margin: 0 7px 30px;
width: 47%;
}
.innerPageNews .photo img {
height: 160px;
}
.innerPageNews ul li.large .photo img {
height: 290px;
}
.innerPageNewsDetail .detail-photo img {
height: auto;
}
.nextPrevNews .item.prev {
margin-bottom: 14px;
}
.innerPageReferences ul li {
width: 156px;
}
.innerPageReferences ul li a, .innerPageReferences .photo .content {
height: 112px;
}
.services-area-content ul li {
margin: 0 0 5px;
width: 100%;
}
.innerPageContent {
margin-top: 15px;
}
.get-quotes-mobile-btn {
display: block;
margin-right: 34px;
margin-top: -37px !important;
}
.services-area .section-heading {
margin-top: 20px;
}
.section-heading h3.text {
padding: 0;
}
.contact .section-heading {
margin-top: 20px;
}
.contact-address ul li {
margin-bottom: 25px;
width: 100%;
}
.contact-address ul li:nth-last-child(1) {
margin-bottom:0; 
}
.contact-content {
margin-top: 30px;
}
.contact-form, .contact-map {
width: 100%;
}
.contact-map {
padding-left: 0;
}
}
@media only screen and (min-width:600px) and (max-width:767px) {
.container { width: 600px !important; }
.nextPrevNews .item {
width: 288px;
}
.nextPrevNews .item.prev {
margin-bottom: 0;
}
.nextPrevNews .item .description {
width: 60%;
}
.innerPageReferences ul li {
width: 196px;
}
.services-area-content ul li {
margin: 3px;
width: 48.9%;
}
}
@media only screen and (min-width:767px) and (max-width:991px) {
.headerBottom { border-bottom: 0 none; height: auto; }
.main-nav {
display: none;
}
.main-nav-sub {
display: none;
}
.search {
margin-top: -47px !important; 
}
.search a {
padding-left: 0 !important;
border-left: 0 none !important;
font-size: 20px !important;
}
.sliderMaterial.second .photo img {
width: 690px;
}
.phoneInfo {
display: none;
}
.news-area-left {
display: none;
}
.news-area-right {
margin-left: 0;
width: 100%;
}
.brands-content .photo {
width: 174px;
}
.footerBox .footer-title {
font-size: 14px;
}
.headerBottom .logo {
float: none;
margin: 16px auto;
width: 220px;
}
.innerPageHeading .photo {
height: 274px;
}
.innerPageHeading .photo {
height: auto;
}
.innerPageHeading .photo img {
height: auto;
position: relative;
top: 0 !important;
transform: scale(1);
}
.leftContent {
width: 27%;
}
.rightContent {
margin-right: 15px;
width: 71%;
}
.header {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.innerPageNews ul li.large .photo img {
height: 290px;
}
.innerPageNews ul li {
width: 46.2%;
}
.innerPageNewsDetail .detail-photo img {
height: 300px;
}
.recentNews .photo {
display: none;
}
.recentNews .description {
width: 100%;
}
.nextPrevNews .item {
width: 265px;
}
.nextPrevNews .item .description {
width: 56.6%;
}
.innerPageReferences ul li {
width: 179px;
}
.services-area-content ul li {
width: 47%;
}
.contact-address h3.text {
padding: 0;
}
}
@media only screen and (min-width:991px) and (max-width:1200px) {
.headerBottom .logo img {
width: 170px;
}
.main-nav {
width: 752px;
}
.headerBottom .logo {
margin-top: 29px;
}
.phoneInfoSub {
width: 79.5%;
}
.phoneInfoSubContent li {
margin: 0 6px;
width: 26.7%;
}
.news-area-right {
margin-left: 6px;
width: 67.3%;
}
.news-area-list {
padding-left: 30px;
width: 63.1%;
}
.news-area-title {
padding-left: 28px;
width: 63.1%;
}
.innerPageHeading .photo {
height: 304px;
}
.innerPageHeading .photo img {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
}
.rightContent {
margin-right: 25px;
width: 72.4%;
}
.innerPageNews ul li {
width: 30.5%;
}
.innerPageNews .photo img {
height: 160px;
}
.recentNews .description {
width: 53%;
}
.innerPageReferences ul li {
width: 177px;
}
.services-area-content ul li {
margin: 8px;
width: 31.7%;
}
}
@media only screen and (min-width:1824px) {}html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
article, aside, figure, footer, header, nav, section, details, summary {display: block;}
ul,ol,li { list-style: none; } a { text-decoration: none; }
blockquote, q {quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}
a {margin: 0; padding: 0; vertical-align: baseline;}
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}
button, input, select, textarea {margin: 0;}
button,
input[type=button] {width: auto; overflow: visible;}
.ie7 img {-ms-interpolation-mode: bicubic;} input {
outline: none;
}
input[type=search] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
font-family: inherit;
font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
display: none;
}
input[type=search] {
background: #fff url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/search.png) no-repeat 15px center;
border:0 none;
width: 55px;
height: 41px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
}
#demo-b input[type=search] {
color: transparent;
cursor: pointer; float: right;
}
#demo-b input[type=search]:hover {
background-color: #fff;
}
#demo-b input[type=search]:focus {
width: 300px;
padding-left: 45px;
color: #000;
background-color: #fff;
cursor: auto;
font-family: ms500;
font-size: 16px;
}
#demo-b input:-moz-placeholder {
color: transparent;
}
#demo-b input::-webkit-input-placeholder {
color: transparent;
}* {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
*:before, *:after {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.container {
margin-right:auto;
margin-left:auto;
padding-left:5px; padding-right:5px }
@media (min-width:768px) {
.container {
width:768px
}
}
@media (min-width:992px) {
.container {
width:990px
}
}
@media (min-width:1200px) {
.container {
width:1150px;
}
}
.container-fluid {
margin-right:auto;
margin-left:auto;
padding-left:7px;
padding-right:7px
}
.row {
margin-left:0;
margin-right:0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position:relative;
min-height:1px;
padding-left:7px;
padding-right:7px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
margin-bottom: 10px;
}
.col-xs-12 {
width:100%
}
.col-xs-11 {
width:91.66666667%
}
.col-xs-10 {
width:83.33333333%
}
.col-xs-9 {
width:75%
}
.col-xs-8 {
width:66.66666667%
}
.col-xs-7 {
width:58.33333333%
}
.col-xs-6 {
width:50%
}
.col-xs-5 {
width:41.66666667%
}
.col-xs-4 {
width:33.33333333%
}
.col-xs-3 {
width:25%
}
.col-xs-2 {
width:16.66666667%
}
.col-xs-1 {
width:8.33333333%
}
.col-xs-pull-12 {
right:100%
}
.col-xs-pull-11 {
right:91.66666667%
}
.col-xs-pull-10 {
right:83.33333333%
}
.col-xs-pull-9 {
right:75%
}
.col-xs-pull-8 {
right:66.66666667%
}
.col-xs-pull-7 {
right:58.33333333%
}
.col-xs-pull-6 {
right:50%
}
.col-xs-pull-5 {
right:41.66666667%
}
.col-xs-pull-4 {
right:33.33333333%
}
.col-xs-pull-3 {
right:25%
}
.col-xs-pull-2 {
right:16.66666667%
}
.col-xs-pull-1 {
right:8.33333333%
}
.col-xs-pull-0 {
right:0
}
.col-xs-push-12 {
left:100%
}
.col-xs-push-11 {
left:91.66666667%
}
.col-xs-push-10 {
left:83.33333333%
}
.col-xs-push-9 {
left:75%
}
.col-xs-push-8 {
left:66.66666667%
}
.col-xs-push-7 {
left:58.33333333%
}
.col-xs-push-6 {
left:50%
}
.col-xs-push-5 {
left:41.66666667%
}
.col-xs-push-4 {
left:33.33333333%
}
.col-xs-push-3 {
left:25%
}
.col-xs-push-2 {
left:16.66666667%
}
.col-xs-push-1 {
left:8.33333333%
}
.col-xs-push-0 {
left:0
}
.col-xs-offset-12 {
margin-left:100%
}
.col-xs-offset-11 {
margin-left:91.66666667%
}
.col-xs-offset-10 {
margin-left:83.33333333%
}
.col-xs-offset-9 {
margin-left:75%
}
.col-xs-offset-8 {
margin-left:66.66666667%
}
.col-xs-offset-7 {
margin-left:58.33333333%
}
.col-xs-offset-6 {
margin-left:50%
}
.col-xs-offset-5 {
margin-left:41.66666667%
}
.col-xs-offset-4 {
margin-left:33.33333333%
}
.col-xs-offset-3 {
margin-left:25%
}
.col-xs-offset-2 {
margin-left:16.66666667%
}
.col-xs-offset-1 {
margin-left:8.33333333%
}
.col-xs-offset-0 {
margin-left:0
}
@media (min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float:left
}
.col-sm-12 {
width:100%
}
.col-sm-11 {
width:91.66666667%
}
.col-sm-10 {
width:83.33333333%
}
.col-sm-9 {
width:75%
}
.col-sm-8 {
width:66.66666667%
}
.col-sm-7 {
width:58.33333333%
}
.col-sm-6 {
width:50%
}
.col-sm-5 {
width:41.66666667%
}
.col-sm-4 {
width:33.33333333%
}
.col-sm-3 {
width:25%
}
.col-sm-2 {
width:16.66666667%
}
.col-sm-1 {
width:8.33333333%
}
.col-sm-pull-12 {
right:100%
}
.col-sm-pull-11 {
right:91.66666667%
}
.col-sm-pull-10 {
right:83.33333333%
}
.col-sm-pull-9 {
right:75%
}
.col-sm-pull-8 {
right:66.66666667%
}
.col-sm-pull-7 {
right:58.33333333%
}
.col-sm-pull-6 {
right:50%
}
.col-sm-pull-5 {
right:41.66666667%
}
.col-sm-pull-4 {
right:33.33333333%
}
.col-sm-pull-3 {
right:25%
}
.col-sm-pull-2 {
right:16.66666667%
}
.col-sm-pull-1 {
right:8.33333333%
}
.col-sm-pull-0 {
right:0
}
.col-sm-push-12 {
left:100%
}
.col-sm-push-11 {
left:91.66666667%
}
.col-sm-push-10 {
left:83.33333333%
}
.col-sm-push-9 {
left:75%
}
.col-sm-push-8 {
left:66.66666667%
}
.col-sm-push-7 {
left:58.33333333%
}
.col-sm-push-6 {
left:50%
}
.col-sm-push-5 {
left:41.66666667%
}
.col-sm-push-4 {
left:33.33333333%
}
.col-sm-push-3 {
left:25%
}
.col-sm-push-2 {
left:16.66666667%
}
.col-sm-push-1 {
left:8.33333333%
}
.col-sm-push-0 {
left:0
}
.col-sm-offset-12 {
margin-left:100%
}
.col-sm-offset-11 {
margin-left:91.66666667%
}
.col-sm-offset-10 {
margin-left:83.33333333%
}
.col-sm-offset-9 {
margin-left:75%
}
.col-sm-offset-8 {
margin-left:66.66666667%
}
.col-sm-offset-7 {
margin-left:58.33333333%
}
.col-sm-offset-6 {
margin-left:50%
}
.col-sm-offset-5 {
margin-left:41.66666667%
}
.col-sm-offset-4 {
margin-left:33.33333333%
}
.col-sm-offset-3 {
margin-left:25%
}
.col-sm-offset-2 {
margin-left:16.66666667%
}
.col-sm-offset-1 {
margin-left:8.33333333%
}
.col-sm-offset-0 {
margin-left:0
}
}
@media (min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float:left
}
.col-md-12 {
width:100%
}
.col-md-11 {
width:91.66666667%
}
.col-md-10 {
width:83.33333333%
}
.col-md-9 {
width:75%
}
.col-md-8 {
width:66.66666667%
}
.col-md-7 {
width:58.33333333%
}
.col-md-6 {
width:50%
}
.col-md-5 {
width:41.66666667%
}
.col-md-4 {
width:33.33333333%
}
.col-md-3 {
width:25%
}
.col-md-2 {
width:16.66666667%
}
.col-md-1 {
width:8.33333333%
}
.col-md-pull-12 {
right:100%
}
.col-md-pull-11 {
right:91.66666667%
}
.col-md-pull-10 {
right:83.33333333%
}
.col-md-pull-9 {
right:75%
}
.col-md-pull-8 {
right:66.66666667%
}
.col-md-pull-7 {
right:58.33333333%
}
.col-md-pull-6 {
right:50%
}
.col-md-pull-5 {
right:41.66666667%
}
.col-md-pull-4 {
right:33.33333333%
}
.col-md-pull-3 {
right:25%
}
.col-md-pull-2 {
right:16.66666667%
}
.col-md-pull-1 {
right:8.33333333%
}
.col-md-pull-0 {
right:0
}
.col-md-push-12 {
left:100%
}
.col-md-push-11 {
left:91.66666667%
}
.col-md-push-10 {
left:83.33333333%
}
.col-md-push-9 {
left:75%
}
.col-md-push-8 {
left:66.66666667%
}
.col-md-push-7 {
left:58.33333333%
}
.col-md-push-6 {
left:50%
}
.col-md-push-5 {
left:41.66666667%
}
.col-md-push-4 {
left:33.33333333%
}
.col-md-push-3 {
left:25%
}
.col-md-push-2 {
left:16.66666667%
}
.col-md-push-1 {
left:8.33333333%
}
.col-md-push-0 {
left:0
}
.col-md-offset-12 {
margin-left:100%
}
.col-md-offset-11 {
margin-left:91.66666667%
}
.col-md-offset-10 {
margin-left:83.33333333%
}
.col-md-offset-9 {
margin-left:75%
}
.col-md-offset-8 {
margin-left:66.66666667%
}
.col-md-offset-7 {
margin-left:58.33333333%
}
.col-md-offset-6 {
margin-left:50%
}
.col-md-offset-5 {
margin-left:41.66666667%
}
.col-md-offset-4 {
margin-left:33.33333333%
}
.col-md-offset-3 {
margin-left:25%
}
.col-md-offset-2 {
margin-left:16.66666667%
}
.col-md-offset-1 {
margin-left:8.33333333%
}
.col-md-offset-0 {
margin-left:0
}
}
@media (min-width:1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float:left
}
.col-lg-12 {
width:100%
}
.col-lg-11 {
width:91.66666667%
}
.col-lg-10 {
width:83.33333333%
}
.col-lg-9 {
width:74.4%
}
.col-lg-8 {
width:65.7%
}
.col-lg-7 {
width:55.2%
}
.col-lg-6 {
width:50.0%
}
.col-lg-5 {
width:43.4%
}
.col-lg-4 {
width:33.3%
}
.col-lg-3 {
width:25.6%;
}
.col-lg-2 {
width:21%
}
.col-lg-1 {
width:8.33333333%
}
.col-lg-pull-12 {
right:100%
}
.col-lg-pull-11 {
right:91.66666667%
}
.col-lg-pull-10 {
right:83.33333333%
}
.col-lg-pull-9 {
right:75%
}
.col-lg-pull-8 {
right:66.66666667%
}
.col-lg-pull-7 {
right:58.33333333%
}
.col-lg-pull-6 {
right:50%
}
.col-lg-pull-5 {
right:41.66666667%
}
.col-lg-pull-4 {
right:33.33333333%
}
.col-lg-pull-3 {
right:25%
}
.col-lg-pull-2 {
right:16.66666667%
}
.col-lg-pull-1 {
right:8.33333333%
}
.col-lg-pull-0 {
right:0
}
.col-lg-push-12 {
left:100%
}
.col-lg-push-11 {
left:91.66666667%
}
.col-lg-push-10 {
left:83.33333333%
}
.col-lg-push-9 {
left:75%
}
.col-lg-push-8 {
left:66.66666667%
}
.col-lg-push-7 {
left:58.33333333%
}
.col-lg-push-6 {
left:50%
}
.col-lg-push-5 {
left:41.66666667%
}
.col-lg-push-4 {
left:33.33333333%
}
.col-lg-push-3 {
left:25%
}
.col-lg-push-2 {
left:16.66666667%
}
.col-lg-push-1 {
left:8.33333333%
}
.col-lg-push-0 {
left:0
}
.col-lg-offset-12 {
margin-left:100%
}
.col-lg-offset-11 {
margin-left:91.66666667%
}
.col-lg-offset-10 {
margin-left:83.33333333%
}
.col-lg-offset-9 {
margin-left:75%
}
.col-lg-offset-8 {
margin-left:66.66666667%
}
.col-lg-offset-7 {
margin-left:58.33333333%
}
.col-lg-offset-6 {
margin-left:50%
}
.col-lg-offset-5 {
margin-left:41.66666667%
}
.col-lg-offset-4 {
margin-left:33.33333333%
}
.col-lg-offset-3 {
margin-left:25%
}
.col-lg-offset-2 {
margin-left:16.66666667%
}
.col-lg-offset-1 {
margin-left:8.33333333%
}
.col-lg-offset-0 {
margin-left:0
}
}@font-face {
font-family: 'sfmpRegular';
src: url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/sfmovieposter-webfont.woff2) format('woff2'),
url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/sfmovieposter-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'sfmpBold';
src: url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/sfmovieposter-bold-webfont.woff2) format('woff2'),
url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/sfmovieposter-bold-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}.mobile-nav-wrapper {
background: rgba(144, 144, 144, 0.8) none repeat scroll 0 0;
bottom: 0;
height: 100%;
left: 0;
opacity: 0;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
width: 100%;
z-index: 100000;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.mobile-nav-wrapper.active-overlay {
opacity: 1;
visibility: visible;
}
.mobile-nav-outer, .mobile-nav-content {
bottom: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 290px;
}
.mobile-nav-outer {
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.mobile-nav-outer.active {
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
}
.mobile-nav-container { float:left; width:100%; }
.mobile-nav-content {
background: #06457c none repeat scroll 0 0;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
overflow-x: auto;
}
.mobile-nav-content .heading {
height: 59px;
padding-left: 17px;
padding-top: 19px;
}
.mobile-nav-content .shortcutButtons {
display: block;
height: 100%;
margin-bottom: 30px;
}
.mobile-nav-content .shortcutButtons ul li {
margin-right: 0;
width: 50%;
}
.mobile-nav-content:nth-child(2) {
background: #fff;
}
.mobile-nav-content:nth-child(2) .heading h3.title {
color: #15669b;
}
.mobile-nav-content:nth-child(2) .heading h3.title a {
color: #15669b;
}
.mobile-nav-content .heading h3.title {
color: #fff;
font-size: 21px;
font-weight: 700;
position: relative;
}
.mobile-nav-content .heading h3.title span {
font-weight: 300;
}
.mobile-nav-list {
float: left;
margin-bottom: 50px;
width: 100%;
}
.mobile-nav-list > ul {
display: block;
height: 100%;
width: inherit;
}
.mobile-nav-list > ul > li {
display: block;
}
.mobile-nav-list > ul > li > a {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
color: #fff;
display: block;
font-size: 13px;
padding: 13px 0;
font-weight: 500;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.mobile-nav-list > ul > li:nth-child(1) > a {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-nav-list > ul > li > a:hover {
background: #2f2e2e !important;
}
.mobile-nav-list > ul > li > a .icon {
float: left;
font-size: 18px;
margin-right: 0px;
text-align: center;
width: 51px;
color: rgba(255,255,255,0.6);
}
.mobile-nav-detail {
background: #06457c none repeat scroll 0 0;
height: 100%;
left: 0;
overflow-y: auto;
position: fixed;
right: 0;
top: 0;
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
width: 100%;
}
.mobile-nav-detail.active {
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
} .mobile-nav-detail ul {
display: block;
}
.mobile-nav-detail ul li {
display: block;
}
.mobile-nav-detail ul li a {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
color: #fff;
display: block;
font-size: 13px;
font-weight: 500;
padding: 14px 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.mobile-nav-detail ul li:nth-child(1) a {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-nav-detail ul li a:hover {
background: #4c4847 !important;
}
.mobile-nav-detail ul li a .icon {
float: left;
font-size: 18px;
margin-right: 0px;
text-align: center;
width: 51px;
color: rgba(255,255,255,0.6);
}
.mobile-nav-close, .mobile-nav-detail-close {
color: #fff;
position: absolute;
right: 21px;
top: 1px;
}
.mobile-nav-button {
bottom: 0;
left: 0;
position: absolute;
right: 0;
width: 100%;
}
.mobile-nav-button ul {
display: block;
}
.mobile-nav-button ul li {
float: left;
width: 50%;
}
.mobile-nav-button ul li:nth-child(1) a {
background: #06457c none repeat scroll 0 0;
}
.mobile-nav-button ul li:nth-child(2) a {
background: #fff none repeat scroll 0 0;
color: #06457c;
}
.mobile-nav-button ul li a {
border-top: 1px solid rgba(255, 255, 255, 0.05);
box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
color: #fff;
display: block;
font-size: 16px;
font-weight: 800;
height: 50px;
padding-top: 16px;
text-indent: 15px;
}
.mobile-nav-toggle {
float: left;
margin-top: 7px;
}
.mobile-nav-toggle a {
color: #555555;
float: right;
font-size: 21px;
text-align: center;
}
@media screen and (min-width: 991px) {
.mobile-nav-toggle {
display: none;
}
}
@media only screen and (min-width:390px) and (max-width:479px) { }
@media only screen and (min-width:479px) and (max-width:767px) { }
@media only screen and (min-width:600px) and (max-width:767px) { }
@media only screen and (min-width: 767px) and (max-width: 991px) {
.mobile-nav-toggle {
margin-top: 14px;
}
}div.czia-select {
position: relative;
}
div.czia-select.disabled {
opacity: 0.5;
}
div.czia-select div.trigger {
background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
color: #fff;
cursor: pointer;
font-family: "Raleway",sans-serif;
font-size: 14px;
height: 50px;
left: 7px;
line-height: 3.6;
overflow: hidden;
padding: 0 17px;
position: relative;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
width: 95%;
transition: all 240ms ease-out;
-webkit-transition: all 240ms ease-out;
-moz-transition: all 240ms ease-out;
-ms-transition: all 240ms ease-out;
-o-transition: all 240ms ease-out;
}
div.czia-select div.trigger .icon {
background: #fff none repeat scroll 0 0;
color: rgba(0, 0, 0, 0.3);
font-size: 28px;
height: inherit;
padding-top: 12px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 40px;
}
div.czia-select > ul.options {
background: #fff none repeat scroll 0 0;
left: 7px;
list-style: outside none none;
margin: 0;
max-height: 300px;
opacity: 0;
overflow: auto;
position: absolute;
top: 80px;
visibility: hidden;
width: 95%;
z-index: 50;
transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
div.czia-select > ul.options.open {
visibility: visible;
top: 50px;
opacity: 1;
transition: opacity 300ms ease-out, top 300ms ease-out;
-webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
-moz-transition: opacity 300ms ease-out, top 300ms ease-out;
-ms-transition: opacity 300ms ease-out, top 300ms ease-out;
-o-transition: opacity 300ms ease-out, top 300ms ease-out;
}  div.czia-select > ul.options > li {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
color: #666;
cursor: pointer;
font-size: 14px;
margin-bottom: 0 !important;
padding: 12px 17px;
text-align: left;
transition: all 150ms ease-out 0s;
white-space: nowrap;
width: 100% !important;
transition: all 150ms ease-out;
-webkit-transition: all 150ms ease-out;
-moz-transition: all 150ms ease-out;
-ms-transition: all 150ms ease-out;
-o-transition: all 150ms ease-out;
}
div.czia-select > ul.options > li.selected {
background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
div.czia-select > ul.options > li.hover {
background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}#tutun div label { margin-left: 5px }
.demoInputBox { background-color: #FFF; }
.error { background-color: #FF6600; border: #AA4502 1px solid; padding: 5px 10px; color: #FFFFFF; border-radius: 4px; }
.success { background-color: #f65944; padding: 15px 12px; color: #FFFFFF; height: 100%; }
.info { font-size: .8em; color: #FF6600; letter-spacing: 2px; width: 100%; float: left; }
#loader-icon3 { font-size: .8em; color: #FF6600; letter-spacing: 2px; float: left; right: -250px; position: relative; top: -65px; }
.btnAction3 { }
.navContainer { display: inline-block; float: right; margin-right: -18px; }
.navContainer > ul { float: left; }
.navContainer > ul > li { float: left; }
.navContainer > ul > li > a { color: #555555; float: left; font-size: 14px; font-weight: 600; height: 64px; padding: 16px 15px 30px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.navContainer > ul > li.active > a {background: #e31e24 none repeat scroll 0 0;color: #fff;}
.navContainer > ul > li > ul { background: #e31e24 none repeat scroll 0 0; position: absolute; top: 125px; width: 200px; opacity: 0; visibility: hidden; z-index: 999; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.navContainer > ul > li > ul li { width:100%; }
.navContainer > ul > li > ul li a { border-bottom: 1px solid rgba(0, 0, 0, 0.08); color: rgba(255, 255, 255, 1); float: left; font-family: "Raleway",sans-serif; font-size: 14px; font-weight: 500; overflow: hidden; padding: 11px 14px; text-indent: 5px; text-overflow: ellipsis; white-space: nowrap; width: 100%; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.navContainer > ul > li > ul li a .icon { float: left; font-size: 7px; margin: 5px 5px 0; }
.navContainer > ul > li > ul li:nth-child(1) a { border-top: 0 none; }
.navContainer > ul > li > ul li:nth-last-child(1) a { border-bottom: 0 none; }
.navContainer > ul > li > ul li a:hover { background: #003769 none repeat scroll 0 0; }
@media screen and (max-width:991px) { .navContainer { display: none !important; }}
@media only screen and (min-width: 991px) and (max-width: 1200px) { .navContainer > ul > li > a { padding: 16px 11px 30px; }}
div.sub-menu-wrap{display:none;position:absolute;left:0px;top:100%;z-index: 999;}
div.sub-menu-wrap ul{display:table;list-style: none;width: 100%;}
div.sub-menu-wrap ul li{display:table; width:100%;}
div.sub-menu-wrap ul li a{display:table;width:100%;padding: 10px 2px 10px 4px; font-size:13px;}
.navContainer > ul > li.dropdown:hover div.sub-menu-wrap{display: block;min-width: 265px;} .menu-item-162 .sub-menu-wrap{width: 720px!Important;}
.menu-item-162  div.sub-menu-wrap ul li{display:table;width: 33.33%;float: left;}  .navContainer > ul > li.dropdown:hover
,div.sub-menu-wrap
,.navContainer > ul > li a:hover{background: #e31e24;color: white;}
.navContainer > ul > li.dropdown:hover a,div.sub-menu-wrap a{color:white;}
div.sub-menu-wrap a:hover{background: #881613!important;}
.navContainer .icon{
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
}
.navContainer .active .icon{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
.slick-slide{position: relative;}
.slick-slide .par1{position:absolute;left:5%;top:30%;font-size: 1.4em;background: white;padding: 15px 30px;color: black;font-weight: bold;max-width:80%;}
.slick-dots{ bottom: 20px; left: 0; position: absolute; right: 0; text-align: center; }
.slick-dots li{display: inline-block;margin: 0 0 0 11px;position: relative;z-index: 15;zoom: 1;}
.slick-dots li button{border:0px;background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 3px solid #fff; border-radius: 100%; cursor: pointer; display: block; height: 30px; text-indent: -9999px; width: 30px;}
.slick-dots li:hover button{border:0px;background: #fff none repeat scroll 0 0;}
.slick-dots li button:focus {outline:0;}
.slick-dots li.slick-active{}
.slick-dots li.slick-active button{background: #fff none repeat scroll 0 0;cursor: default;}
.btn-hover-btn{
background: #ffffff !important;
color: #252222 !important;
border: 0 none !IMPORTANT;
font-family: "Raleway",sans-serif !important;
font-weight: 700 !important;
width: 117px!important;
cursor: pointer !important;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.btn-hover-btn:hover{background: #d0cdcd !important;}
.btn-hover-btn:active{}
.home-products{}
.home-products .item{height:200px}
.home-products .inner{margin:4px 4px;}
.innerPageReferences.mod-5 li {width: 276px}.ui-helper-hidden {
display:none
}
.ui-helper-hidden-accessible {
border:0;
clip:rect(0 0 0 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
.ui-helper-reset {
margin:0;
padding:0;
border:0;
outline:0;
line-height:1.3;
text-decoration:none;
font-size:100%;
list-style:none
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
content:"";
display:table;
border-collapse:collapse
}
.ui-helper-clearfix:after {
clear:both
}
.ui-helper-clearfix {
min-height:0
}
.ui-helper-zfix {
width:100%;
height:100%;
top:0;
left:0;
position:absolute;
opacity:0;
filter:Alpha(Opacity=0)
}
.ui-front {
z-index:100
}
.ui-state-disabled {
cursor:default!important
}
.ui-icon {
display:block;
text-indent:-99999px;
overflow:hidden;
background-repeat:no-repeat
}
.ui-widget-overlay {
position:fixed;
top:0;
left:0;
width:100%;
height:100%
}
.ui-resizable {
position:relative
}
.ui-resizable-handle {
position:absolute;
font-size:0.1px;
display:block
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
display:none
}
.ui-resizable-n {
cursor:n-resize;
height:7px;
width:100%;
top:-5px;
left:0
}
.ui-resizable-s {
cursor:s-resize;
height:7px;
width:100%;
bottom:-5px;
left:0
}
.ui-resizable-e {
cursor:e-resize;
width:7px;
right:-5px;
top:0;
height:100%
}
.ui-resizable-w {
cursor:w-resize;
width:7px;
left:-5px;
top:0;
height:100%
}
.ui-resizable-se {
cursor:se-resize;
width:12px;
height:12px;
right:1px;
bottom:1px
}
.ui-resizable-sw {
cursor:sw-resize;
width:9px;
height:9px;
left:-5px;
bottom:-5px
}
.ui-resizable-nw {
cursor:nw-resize;
width:9px;
height:9px;
left:-5px;
top:-5px
}
.ui-resizable-ne {
cursor:ne-resize;
width:9px;
height:9px;
right:-5px;
top:-5px
}
.ui-selectable-helper {
position:absolute;
z-index:100;
border:1px dotted black
}
.ui-accordion .ui-accordion-header {
display:block;
cursor:pointer;
position:relative;
margin-top:2px;
padding:.5em .5em .5em .7em;
min-height:0
}
.ui-accordion .ui-accordion-icons {
padding-left:2.2em
}
.ui-accordion .ui-accordion-noicons {
padding-left:.7em
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
padding-left:2.2em
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
position:absolute;
left:.5em;
top:50%;
margin-top:-8px
}
.ui-accordion .ui-accordion-content {
padding:1em 2.2em;
border-top:0;
overflow:auto
}
.ui-autocomplete {
position:absolute;
top:0;
left:0;
cursor:default
}
.ui-button {
display:inline-block;
position:relative;
padding:0;
line-height:normal;
margin-right:.1em;
cursor:pointer;
vertical-align:middle;
text-align:center;
overflow:visible
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
text-decoration:none
}
.ui-button-icon-only {
width:2.2em
}
button.ui-button-icon-only {
width:2.4em
}
.ui-button-icons-only {
width:3.4em
}
button.ui-button-icons-only {
width:3.7em
}
.ui-button .ui-button-text {
display:block;
line-height:normal
}
.ui-button-text-only .ui-button-text {
padding:.4em 1em
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
padding:.4em;
text-indent:-9999999px
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
padding:.4em 1em .4em 2.1em
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
padding:.4em 2.1em .4em 1em
}
.ui-button-text-icons .ui-button-text {
padding-left:2.1em;
padding-right:2.1em
}
input.ui-button {
padding:.4em 1em
}
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
position:absolute;
top:50%;
margin-top:-8px
}
.ui-button-icon-only .ui-icon {
left:50%;
margin-left:-8px
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
left:.5em
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
right:.5em
}
.ui-buttonset {
margin-right:7px
}
.ui-buttonset .ui-button {
margin-left:0;
margin-right:-.3em
}
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
border:0;
padding:0
}
.ui-datepicker {
width:17em;
padding:.2em .2em 0;
display:none
}
.ui-datepicker .ui-datepicker-header {
position:relative;
padding:.2em 0
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
position:absolute;
top:2px;
width:1.8em;
height:1.8em
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
top:1px
}
.ui-datepicker .ui-datepicker-prev {
left:2px
}
.ui-datepicker .ui-datepicker-next {
right:2px
}
.ui-datepicker .ui-datepicker-prev-hover {
left:1px
}
.ui-datepicker .ui-datepicker-next-hover {
right:1px
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
display:block;
position:absolute;
left:50%;
margin-left:-8px;
top:50%;
margin-top:-8px
}
.ui-datepicker .ui-datepicker-title {
margin:0 2.3em;
line-height:1.8em;
text-align:center
}
.ui-datepicker .ui-datepicker-title select {
font-size:1em;
margin:1px 0
}
.ui-datepicker select.ui-datepicker-month-year {
width:100%
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
width:49%
}
.ui-datepicker table {
width:100%;
font-size:.9em;
border-collapse:collapse;
margin:0 0 .4em
}
.ui-datepicker th {
padding:.7em .3em;
text-align:center;
font-weight:bold;
border:0
}
.ui-datepicker td {
border:0;
padding:1px
}
.ui-datepicker td span, .ui-datepicker td a {
display:block;
padding:.2em;
text-align:right;
text-decoration:none
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image:none;
margin:.7em 0 0 0;
padding:0 .2em;
border-left:0;
border-right:0;
border-bottom:0
}
.ui-datepicker .ui-datepicker-buttonpane button {
float:right;
margin:.5em .2em .4em;
cursor:pointer;
padding:.2em .6em .3em .6em;
width:auto;
overflow:visible
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float:left
}
.ui-datepicker.ui-datepicker-multi {
width:auto
}
.ui-datepicker-multi .ui-datepicker-group {
float:left
}
.ui-datepicker-multi .ui-datepicker-group table {
width:95%;
margin:0 auto .4em
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width:50%
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width:33.3%
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width:25%
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width:0
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear:left
}
.ui-datepicker-row-break {
clear:both;
width:100%;
font-size:0
}
.ui-datepicker-rtl {
direction:rtl
}
.ui-datepicker-rtl .ui-datepicker-prev {
right:2px;
left:auto
}
.ui-datepicker-rtl .ui-datepicker-next {
left:2px;
right:auto
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right:1px;
left:auto
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left:1px;
right:auto
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear:right
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float:left
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
float:right
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width:0;
border-left-width:1px
}
.ui-dialog {
position:absolute;
top:0;
left:0;
padding:.2em;
outline:0
}
.ui-dialog .ui-dialog-titlebar {
padding:.4em 1em;
position:relative
}
.ui-dialog .ui-dialog-title {
float:left;
margin:.1em 0;
white-space:nowrap;
width:90%;
overflow:hidden;
text-overflow:ellipsis
}
.ui-dialog .ui-dialog-titlebar-close {
position:absolute;
right:.3em;
top:50%;
width:21px;
margin:-10px 0 0 0;
padding:1px;
height:20px
}
.ui-dialog .ui-dialog-content {
position:relative;
border:0;
padding:.5em 1em;
background:none;
overflow:auto
}
.ui-dialog .ui-dialog-buttonpane {
text-align:left;
border-width:1px 0 0 0;
background-image:none;
margin-top:.5em;
padding:.3em 1em .5em .4em
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float:right
}
.ui-dialog .ui-dialog-buttonpane button {
margin:.5em .4em .5em 0;
cursor:pointer
}
.ui-dialog .ui-resizable-se {
width:12px;
height:12px;
right:-5px;
bottom:-5px;
background-position:16px 16px
}
.ui-draggable .ui-dialog-titlebar {
cursor:move
}
.ui-menu {
list-style:none;
padding:2px;
margin:0;
display:block;
outline:none
}
.ui-menu .ui-menu {
margin-top:-3px;
position:absolute
}
.ui-menu .ui-menu-item {
margin:0;
padding:0;
width:100%
}
.ui-menu .ui-menu-divider {
margin:5px -2px 5px -2px;
height:0;
font-size:0;
line-height:0;
border-width:1px 0 0 0
}
.ui-menu .ui-menu-item a {
text-decoration:none;
display:block;
padding:2px .4em;
line-height:1.5;
min-height:0;
font-weight:normal
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
font-weight:normal;
margin:-1px
}
.ui-menu .ui-state-disabled {
font-weight:normal;
margin:.4em 0 .2em;
line-height:1.5
}
.ui-menu .ui-state-disabled a {
cursor:default
}
.ui-menu-icons {
position:relative
}
.ui-menu-icons .ui-menu-item a {
position:relative;
padding-left:2em
}
.ui-menu .ui-icon {
position:absolute;
top:.2em;
left:.2em
}
.ui-menu .ui-menu-icon {
position:static;
float:right
}
.ui-progressbar {
height:2em;
text-align:left;
overflow:hidden
}
.ui-progressbar .ui-progressbar-value {
margin:-1px;
height:100%
}
.ui-progressbar .ui-progressbar-overlay {
background:url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/animated-overlay.gif) ;
height:100%;
filter:alpha(opacity=25);
opacity:0.25
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image:none
}
.ui-slider {
position:relative;
text-align:left
}
.ui-slider .ui-slider-handle {
position:absolute;
z-index:2;
width:22px;
height:51px;
cursor:default
}
.ui-slider .ui-slider-range {
position:absolute;
z-index:1;
font-size:.7em;
display:block;
border:0;
background-position:1px center
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
filter:inherit
}
.ui-slider-horizontal {
height:28px
}
.ui-slider-horizontal .ui-slider-handle {
top:-.6em;
margin-left:-.6em
}
.ui-slider-horizontal .ui-slider-range {
top:0;
height:100%
}
.ui-slider-horizontal .ui-slider-range-min {
left:0
}
.ui-slider-horizontal .ui-slider-range-max {
right:0
}
.ui-slider-vertical {
width:.8em;
height:100px
}
.ui-slider-vertical .ui-slider-handle {
left:-.3em;
margin-left:0;
margin-bottom:-.6em
}
.ui-slider-vertical .ui-slider-range {
left:0;
width:100%
}
.ui-slider-vertical .ui-slider-range-min {
bottom:0
}
.ui-slider-vertical .ui-slider-range-max {
top:0
}
.ui-spinner {
position:relative;
display:inline-block;
overflow:hidden;
padding:0;
vertical-align:middle
}
.ui-spinner-input {
border:none;
background:none;
color:inherit;
padding:0;
margin:.2em 0;
vertical-align:middle;
margin-left:.4em;
margin-right:22px
}
.ui-spinner-button {
width:16px;
height:50%;
font-size:.5em;
padding:0;
margin:0;
text-align:center;
position:absolute;
cursor:default;
display:block;
overflow:hidden;
right:0
}
.ui-spinner a.ui-spinner-button {
border-top:none;
border-bottom:none;
border-right:none
}
.ui-spinner .ui-icon {
position:absolute;
margin-top:-8px;
top:50%;
left:0
}
.ui-spinner-up {
top:0
}
.ui-spinner-down {
bottom:0
}
.ui-spinner .ui-icon-triangle-1-s {
background-position:-65px -16px
}
.ui-tabs {
position:relative;
padding:.2em
}
.ui-tabs .ui-tabs-nav {
margin:0;
padding:.2em .2em 0
}
.ui-tabs .ui-tabs-nav li {
list-style:none;
float:left;
position:relative;
top:0;
margin:1px .2em 0 0;
border-bottom:0;
padding:0;
white-space:nowrap
}
.ui-tabs .ui-tabs-nav li a {
float:left;
padding:.5em 1em;
text-decoration:none
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom:-1px;
padding-bottom:1px
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
cursor:text
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
cursor:pointer
}
.ui-tabs .ui-tabs-panel {
display:block;
border-width:0;
padding:1em 1.4em;
background:none
}
.ui-tooltip {
padding:8px;
position:absolute;
z-index:9999;
max-width:300px;
-webkit-box-shadow:0 0 5px #aaa;
box-shadow:0 0 5px #aaa
}
body .ui-tooltip {
border-width:2px
}
.ui-widget {
font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
font-size:1.1em
}
.ui-widget .ui-widget {
font-size:1em
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
font-size:1em
}
.ui-widget-content {
border:1px solid #dcd8d8;
background:#fff;
color:#d7d2d2;
}
.ui-widget-content a {
color:#333
}
.ui-widget-header {
border:1px solid #e78f08;
background:url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/slider-range.gif) 0 0 repeat-x;
color:#fff;
font-weight:bold
}
.ui-widget-header a {
color:#fff
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background:url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/slider-drag.png) 0 0 no-repeat;
font-weight:bold;
color:#1c94c4
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color:#1c94c4;
text-decoration:none
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
color:#c77405;
text-decoration:none
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color:#eb8f00;
text-decoration:none
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
border:1px solid #fed22f;
background:#ffe45c url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
color:#363636
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
color:#363636
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
border:1px solid #cd0a0a;
background:#b81900 url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
color:#fff
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
color:#fff
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
color:#fff
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
font-weight:bold
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
opacity:.7;
filter:Alpha(Opacity=70);
font-weight:normal
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
opacity:.35;
filter:Alpha(Opacity=35);
background-image:none
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35)
}
.ui-icon {
width:16px;
height:16px;
background-position:16px 16px
}
.ui-icon, .ui-widget-content .ui-icon {
background-image:url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/ui-icons_222222_256x240.png) }
.ui-widget-header .ui-icon {
background-image:url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/ui-icons_ffffff_256x240.png) }
.ui-state-default .ui-icon {
background-image:url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/ui-icons_ef8c08_256x240.png) }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
background-image:url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/ui-icons_ef8c08_256x240.png) }
.ui-state-active .ui-icon {
background-image:url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/ui-icons_ef8c08_256x240.png) }
.ui-state-highlight .ui-icon {
background-image:url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/ui-icons_228ef1_256x240.png) }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
background-image:url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/ui-icons_ffd27a_256x240.png) }
.ui-icon-carat-1-n {
background-position:0 0
}
.ui-icon-carat-1-ne {
background-position:-16px 0
}
.ui-icon-carat-1-e {
background-position:-32px 0
}
.ui-icon-carat-1-se {
background-position:-48px 0
}
.ui-icon-carat-1-s {
background-position:-64px 0
}
.ui-icon-carat-1-sw {
background-position:-80px 0
}
.ui-icon-carat-1-w {
background-position:-96px 0
}
.ui-icon-carat-1-nw {
background-position:-112px 0
}
.ui-icon-carat-2-n-s {
background-position:-128px 0
}
.ui-icon-carat-2-e-w {
background-position:-144px 0
}
.ui-icon-triangle-1-n {
background-position:0 -16px
}
.ui-icon-triangle-1-ne {
background-position:-16px -16px
}
.ui-icon-triangle-1-e {
background-position:-32px -16px
}
.ui-icon-triangle-1-se {
background-position:-48px -16px
}
.ui-icon-triangle-1-s {
background-position:-64px -16px
}
.ui-icon-triangle-1-sw {
background-position:-80px -16px
}
.ui-icon-triangle-1-w {
background-position:-96px -16px
}
.ui-icon-triangle-1-nw {
background-position:-112px -16px
}
.ui-icon-triangle-2-n-s {
background-position:-128px -16px
}
.ui-icon-triangle-2-e-w {
background-position:-144px -16px
}
.ui-icon-arrow-1-n {
background-position:0 -32px
}
.ui-icon-arrow-1-ne {
background-position:-16px -32px
}
.ui-icon-arrow-1-e {
background-position:-32px -32px
}
.ui-icon-arrow-1-se {
background-position:-48px -32px
}
.ui-icon-arrow-1-s {
background-position:-64px -32px
}
.ui-icon-arrow-1-sw {
background-position:-80px -32px
}
.ui-icon-arrow-1-w {
background-position:-96px -32px
}
.ui-icon-arrow-1-nw {
background-position:-112px -32px
}
.ui-icon-arrow-2-n-s {
background-position:-128px -32px
}
.ui-icon-arrow-2-ne-sw {
background-position:-144px -32px
}
.ui-icon-arrow-2-e-w {
background-position:-160px -32px
}
.ui-icon-arrow-2-se-nw {
background-position:-176px -32px
}
.ui-icon-arrowstop-1-n {
background-position:-192px -32px
}
.ui-icon-arrowstop-1-e {
background-position:-208px -32px
}
.ui-icon-arrowstop-1-s {
background-position:-224px -32px
}
.ui-icon-arrowstop-1-w {
background-position:-240px -32px
}
.ui-icon-arrowthick-1-n {
background-position:0 -48px
}
.ui-icon-arrowthick-1-ne {
background-position:-16px -48px
}
.ui-icon-arrowthick-1-e {
background-position:-32px -48px
}
.ui-icon-arrowthick-1-se {
background-position:-48px -48px
}
.ui-icon-arrowthick-1-s {
background-position:-64px -48px
}
.ui-icon-arrowthick-1-sw {
background-position:-80px -48px
}
.ui-icon-arrowthick-1-w {
background-position:-96px -48px
}
.ui-icon-arrowthick-1-nw {
background-position:-112px -48px
}
.ui-icon-arrowthick-2-n-s {
background-position:-128px -48px
}
.ui-icon-arrowthick-2-ne-sw {
background-position:-144px -48px
}
.ui-icon-arrowthick-2-e-w {
background-position:-160px -48px
}
.ui-icon-arrowthick-2-se-nw {
background-position:-176px -48px
}
.ui-icon-arrowthickstop-1-n {
background-position:-192px -48px
}
.ui-icon-arrowthickstop-1-e {
background-position:-208px -48px
}
.ui-icon-arrowthickstop-1-s {
background-position:-224px -48px
}
.ui-icon-arrowthickstop-1-w {
background-position:-240px -48px
}
.ui-icon-arrowreturnthick-1-w {
background-position:0 -64px
}
.ui-icon-arrowreturnthick-1-n {
background-position:-16px -64px
}
.ui-icon-arrowreturnthick-1-e {
background-position:-32px -64px
}
.ui-icon-arrowreturnthick-1-s {
background-position:-48px -64px
}
.ui-icon-arrowreturn-1-w {
background-position:-64px -64px
}
.ui-icon-arrowreturn-1-n {
background-position:-80px -64px
}
.ui-icon-arrowreturn-1-e {
background-position:-96px -64px
}
.ui-icon-arrowreturn-1-s {
background-position:-112px -64px
}
.ui-icon-arrowrefresh-1-w {
background-position:-128px -64px
}
.ui-icon-arrowrefresh-1-n {
background-position:-144px -64px
}
.ui-icon-arrowrefresh-1-e {
background-position:-160px -64px
}
.ui-icon-arrowrefresh-1-s {
background-position:-176px -64px
}
.ui-icon-arrow-4 {
background-position:0 -80px
}
.ui-icon-arrow-4-diag {
background-position:-16px -80px
}
.ui-icon-extlink {
background-position:-32px -80px
}
.ui-icon-newwin {
background-position:-48px -80px
}
.ui-icon-refresh {
background-position:-64px -80px
}
.ui-icon-shuffle {
background-position:-80px -80px
}
.ui-icon-transfer-e-w {
background-position:-96px -80px
}
.ui-icon-transferthick-e-w {
background-position:-112px -80px
}
.ui-icon-folder-collapsed {
background-position:0 -96px
}
.ui-icon-folder-open {
background-position:-16px -96px
}
.ui-icon-document {
background-position:-32px -96px
}
.ui-icon-document-b {
background-position:-48px -96px
}
.ui-icon-note {
background-position:-64px -96px
}
.ui-icon-mail-closed {
background-position:-80px -96px
}
.ui-icon-mail-open {
background-position:-96px -96px
}
.ui-icon-suitcase {
background-position:-112px -96px
}
.ui-icon-comment {
background-position:-128px -96px
}
.ui-icon-person {
background-position:-144px -96px
}
.ui-icon-print {
background-position:-160px -96px
}
.ui-icon-trash {
background-position:-176px -96px
}
.ui-icon-locked {
background-position:-192px -96px
}
.ui-icon-unlocked {
background-position:-208px -96px
}
.ui-icon-bookmark {
background-position:-224px -96px
}
.ui-icon-tag {
background-position:-240px -96px
}
.ui-icon-home {
background-position:0 -112px
}
.ui-icon-flag {
background-position:-16px -112px
}
.ui-icon-calendar {
background-position:-32px -112px
}
.ui-icon-cart {
background-position:-48px -112px
}
.ui-icon-pencil {
background-position:-64px -112px
}
.ui-icon-clock {
background-position:-80px -112px
}
.ui-icon-disk {
background-position:-96px -112px
}
.ui-icon-calculator {
background-position:-112px -112px
}
.ui-icon-zoomin {
background-position:-128px -112px
}
.ui-icon-zoomout {
background-position:-144px -112px
}
.ui-icon-search {
background-position:-160px -112px
}
.ui-icon-wrench {
background-position:-176px -112px
}
.ui-icon-gear {
background-position:-192px -112px
}
.ui-icon-heart {
background-position:-208px -112px
}
.ui-icon-star {
background-position:-224px -112px
}
.ui-icon-link {
background-position:-240px -112px
}
.ui-icon-cancel {
background-position:0 -128px
}
.ui-icon-plus {
background-position:-16px -128px
}
.ui-icon-plusthick {
background-position:-32px -128px
}
.ui-icon-minus {
background-position:-48px -128px
}
.ui-icon-minusthick {
background-position:-64px -128px
}
.ui-icon-close {
background-position:-80px -128px
}
.ui-icon-closethick {
background-position:-96px -128px
}
.ui-icon-key {
background-position:-112px -128px
}
.ui-icon-lightbulb {
background-position:-128px -128px
}
.ui-icon-scissors {
background-position:-144px -128px
}
.ui-icon-clipboard {
background-position:-160px -128px
}
.ui-icon-copy {
background-position:-176px -128px
}
.ui-icon-contact {
background-position:-192px -128px
}
.ui-icon-image {
background-position:-208px -128px
}
.ui-icon-video {
background-position:-224px -128px
}
.ui-icon-script {
background-position:-240px -128px
}
.ui-icon-alert {
background-position:0 -144px
}
.ui-icon-info {
background-position:-16px -144px
}
.ui-icon-notice {
background-position:-32px -144px
}
.ui-icon-help {
background-position:-48px -144px
}
.ui-icon-check {
background-position:-64px -144px
}
.ui-icon-bullet {
background-position:-80px -144px
}
.ui-icon-radio-on {
background-position:-96px -144px
}
.ui-icon-radio-off {
background-position:-112px -144px
}
.ui-icon-pin-w {
background-position:-128px -144px
}
.ui-icon-pin-s {
background-position:-144px -144px
}
.ui-icon-play {
background-position:0 -160px
}
.ui-icon-pause {
background-position:-16px -160px
}
.ui-icon-seek-next {
background-position:-32px -160px
}
.ui-icon-seek-prev {
background-position:-48px -160px
}
.ui-icon-seek-end {
background-position:-64px -160px
}
.ui-icon-seek-start {
background-position:-80px -160px
}
.ui-icon-seek-first {
background-position:-80px -160px
}
.ui-icon-stop {
background-position:-96px -160px
}
.ui-icon-eject {
background-position:-112px -160px
}
.ui-icon-volume-off {
background-position:-128px -160px
}
.ui-icon-volume-on {
background-position:-144px -160px
}
.ui-icon-power {
background-position:0 -176px
}
.ui-icon-signal-diag {
background-position:-16px -176px
}
.ui-icon-signal {
background-position:-32px -176px
}
.ui-icon-battery-0 {
background-position:-48px -176px
}
.ui-icon-battery-1 {
background-position:-64px -176px
}
.ui-icon-battery-2 {
background-position:-80px -176px
}
.ui-icon-battery-3 {
background-position:-96px -176px
}
.ui-icon-circle-plus {
background-position:0 -192px
}
.ui-icon-circle-minus {
background-position:-16px -192px
}
.ui-icon-circle-close {
background-position:-32px -192px
}
.ui-icon-circle-triangle-e {
background-position:-48px -192px
}
.ui-icon-circle-triangle-s {
background-position:-64px -192px
}
.ui-icon-circle-triangle-w {
background-position:-80px -192px
}
.ui-icon-circle-triangle-n {
background-position:-96px -192px
}
.ui-icon-circle-arrow-e {
background-position:-112px -192px
}
.ui-icon-circle-arrow-s {
background-position:-128px -192px
}
.ui-icon-circle-arrow-w {
background-position:-144px -192px
}
.ui-icon-circle-arrow-n {
background-position:-160px -192px
}
.ui-icon-circle-zoomin {
background-position:-176px -192px
}
.ui-icon-circle-zoomout {
background-position:-192px -192px
}
.ui-icon-circle-check {
background-position:-208px -192px
}
.ui-icon-circlesmall-plus {
background-position:0 -208px
}
.ui-icon-circlesmall-minus {
background-position:-16px -208px
}
.ui-icon-circlesmall-close {
background-position:-32px -208px
}
.ui-icon-squaresmall-plus {
background-position:-48px -208px
}
.ui-icon-squaresmall-minus {
background-position:-64px -208px
}
.ui-icon-squaresmall-close {
background-position:-80px -208px
}
.ui-icon-grip-dotted-vertical {
background-position:0 -224px
}
.ui-icon-grip-dotted-horizontal {
background-position:-16px -224px
}
.ui-icon-grip-solid-vertical {
background-position:-32px -224px
}
.ui-icon-grip-solid-horizontal {
background-position:-48px -224px
}
.ui-icon-gripsmall-diagonal-se {
background-position:-64px -224px
}
.ui-icon-grip-diagonal-se {
background-position:-80px -224px
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
border-top-left-radius:4px
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
border-top-right-radius:4px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
border-bottom-left-radius:4px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
border-bottom-right-radius:4px
}
.ui-widget-overlay {
background:#666 url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
opacity:.5;
filter:Alpha(Opacity=50)
}
.ui-widget-shadow {
margin:-5px 0 0 -5px;
padding:5px;
background:#000 url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
opacity:.2;
filter:Alpha(Opacity=20);
border-radius:5px
}.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: "";
clear: both;
height: 0;
}
.fontSizerTitle {
border-left: 1px solid #ebebeb;
color: #c1c1c1;
float: left;
font-size: 12px;
font-weight: 500;
line-height: 1;
margin-left: 13px;
margin-right: 10px;
margin-top: 9px;
padding-left: 13px;
}
#fontSizerPlugin {
font-size: 10px;
float: right;
}
#fontSizerPlugin #fontSizer {
display: inline-block;
}
#fontSizerPlugin #fontSizer a {
width: 20px;
height: 20px;
display: inline-block;
}
#fontSizerPlugin #fontSizer a.minus {
background: url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/font-size.png) 0 -72px no-repeat;
margin-right: 0;
}
#fontSizerPlugin #fontSizer a.plus {
background: url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/font-size.png) -5px -48px no-repeat;
margin-left: 0;
}
#fontSizerPlugin #fontSizer #fontSlider {
width: 106px;
height: 24px;
display: inline-block;
background: url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/font-size-bg.png) 0 0 no-repeat;
border: none;
}
#fontSizerPlugin #fontSizer .ui-slider-handle {
margin: 0 auto 0 -12px;
padding: 0;
top: 0;
z-index: 2 !important;
width: 24px;
height: 24px;
background: url(//sancakplastik.com/en/wp-content/themes/Multi-Sitem/Content/EtiketV1style/sigorta/font-size.png) 0 -96px no-repeat;
cursor: pointer;
}
#fontSizerPlugin #fontSizer .ui-slider-range {
background: none;
}