@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&display=swap');
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
body {
    color: #6a6a6a;
    font-family: 'Titillium Web', sans-serif;
    line-height: 26px;
    background: #fff;
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0px;
    
    color: rgba(39,48,65,1);
}
input,
button {
    transition: all .5s;
}
a {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    color: #575756;
	
}
a:hover {
    text-decoration: none;
}
a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.bg-1 {
    background-image: linear-gradient(to right, #bf2738 , #2c4a78);
}
.bg-2 {
    background: #f2f2f2;
}
.bg-3 {
    background: #e9e9e9;
}
.bg-4 {
    background: rgba(0,134,188,1);
}
.bg-5 {
    background: rgba(39,48,65,1);
}
.bg-6 {
    background: rgba(0,84,139,1)}
.ptb-70 {
    padding: 70px 0px;
}
.ptb-50 {
    padding: 50px 0px;
}
.ptb-40 {
    padding: 40px 0px;
}
.ptb-30 {
    padding: 30px 0px;
}
.ptb-20 {
    padding: 20px 0px;
}
.ptb-10 {
    padding: 10px 0px;
}
.ptb-5 {
    padding: 5px 0px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-30 {
    margin-bottom: 30px;
}
.bg-img-1 {
    background: url(../img/bg/2.jpg)no-repeat scroll center center / cover
}
.bg-img-2 {
    background: url(../img/bg/7.jpg)no-repeat scroll center center / cover
}
/*=========== pre-loader css =============*/

.loader-container {
    position: fixed;
    float: left;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(0,134,188,1);
    background: -moz-linear-gradient(right, rgba(0,134,188,1) 0%, rgba(0,84,139,1) 100%);
    background: -webkit-gradient(right top, left top, color-stop(0%, rgba(0,134,188,1)), color-stop(100%, rgba(0,84,139,1)));
    background: -webkit-linear-gradient(right, rgba(0,134,188,1) 0%, rgba(0,84,139,1) 100%);
    background: -o-linear-gradient(right, rgba(0,134,188,1) 0%, rgba(0,84,139,1) 100%);
    background: -ms-linear-gradient(right, rgba(0,134,188,1) 0%, rgba(0,84,139,1) 100%);
    background: linear-gradient(to left, rgba(0,134,188,1) 0%, rgba(0,84,139,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7c034e', endColorstr='#1d0f2a', GradientType=1);
    z-index: 999999999;
}
.loader-container .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: auto;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #f1f1f1;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f1f1f1;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}
#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}
#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}
@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}
a#scrollUp {
    background: rgba(0,84,139,1);
    border-radius: 5px;
    bottom: 85px;
    color: #ffffff;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 50px;
}
a#scrollUp:hover {
    background: rgba(0,84,139,1)}
/*=========== pre-loader css =============*/
/*---------------- header-area start ---------------------*/

.header-top-menu {
    margin: 15px 0;
}
.header-top-menu ul li {
    display: inline-block;
    margin-right: 10px;
}
.header-top-menu ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}
.header-top-menu ul li a:hover {
    color: #000;
}
.header-top-right ul li {
    display: inline-block;
    padding: 5px 0 5px 25px;
    position: relative;
}
.header-top-right ul li a {
    color: #fff;
    position: relative;
}
.header-top-right ul li a span.number {
    background: rgba(39,48,65,1) none repeat scroll 0 0;
    border: 2px solid rgba(39,48,65,1);
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    height: 20px;
    line-height: 16px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -9px;
    width: 20px;
}
.header-top-right ul li:hover a i {
    color: #fff;
}
.header-top-right ul li a i {
    color: #ffffff;
    font-size: 21px;
    line-height: 46px;
    transition: all .5s;
}
.header-top-right ul li a span {
    color: #ffffff;
    font-weight: 600;
}
.header-top-right ul li a img {
    margin-right: 10px;
}
.header-top-right ul li > ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    opacity: 0;
    padding: 15px 0 10px;
    position: absolute;
    right: 0;
    top: 120%;
    visibility: hidden;
    width: 285px;
    transition: all .5s;
    z-index: -9;
    margin-top: 2px;
}
.header-top-right ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 999;
}
.header-top-right ul li > ul::after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 10px;
    content: "";
    position: absolute;
    right: 30px;
    top: -20px;
}
.header-top-right ul li > ul li {
    display: block;
    padding: 10px 25px 10px 20px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    overflow: hidden;
    text-align: left;
}
.header-top-right ul li > ul li:last-child {
    padding-bottom: 0px;
    border: none;
}
.header-top-right ul li > ul li .item-img {
    float: left;
}
.header-top-right ul li > ul li .item-content {
    margin-left: 70px;
    text-align: left;
}
.header-top-right ul li > ul li .item-content a {
    color: #1c0f2a;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.header-top-right ul li > ul li .item-content a:hover,
.header-top-right ul li > ul li .item-content a:hover span {
    color: rgba(0,84,139,1);
}
.header-top-right ul li > ul li .item-content a span {
    color: #6a6a6a;
    transition: all .5s;
    font-size: 14px;
}
.header-top-right ul li > ul li .item-content span.icon {
    bottom: 35px;
    font-size: 14px;
    position: absolute;
    right: 10px;
}
.header-top-right ul li > ul li .item-content span {
    font-size: 13px;
}
.header-top-right ul li > ul li button {
    background: rgba(0,84,139,1);
    border: 2px solid rgba(0,84,139,1);
    color: #fff;
    font-weight: 600;
    margin: 10px 0;
    width: 100%;
    height: 50px;
    line-height: 45px;
    border-radius: 5px;
}
.header-top-right ul li > ul li button:hover {
    background: rgba(0,134,188,1);
    border-color: rgba(0,134,188,1);
}
.header-top-right ul li > ul li .item-content span.massage-text {
    display: block;
    line-height: 20px;
}
.header-top-right ul li > ul li .item-content.cat-content {
    margin-left: 90px;
    text-align: left;
}
.header-top-right ul li > ul li .item-content.cat-content p {
    color: rgba(0,84,139,1);
    margin-top: 5px;
}
.header-top-right ul li > ul li strong {
    color: #1c0f2a;
}
.header-top-right ul li > ul li span.total {
    color: #1c0f2a;
}
.header-top-right ul li > ul li button.checkout-btn {
    margin-top: 0px;
    background: rgba(0,134,188,1);
    border-color: rgba(0,134,188,1);
}
.header-top-right ul li > ul li button.checkout-btn:hover {
    background: rgba(0,84,139,1);
    border-color: rgba(0,84,139,1);
}
.header-top-right ul li > ul.profile {
    width: 217px;
    padding: 0px;
    margin-top: 0px;
}
.header-top-right ul li > ul.cart {
    margin-top: 0px;
}
.header-top-right ul li > ul.profile li {
    padding: 0px;
    border: none;
}
.header-top-right ul li > ul.profile li a {
    display: block;
    padding: 5px 20px;
    color: #6a6a6a;
    font-family: raleway;
    border-bottom: 1px solid #e1e1e1;
}
.header-top-right ul li > ul.profile li:hover a {
    background: rgba(0,84,139,1);
    color: #fff;
}
.header-top-right ul li > ul.profile li:hover a i {
    color: #fff !important;
}
/*---------------- header-bottom start ---------------------*/

.logo {
    padding: 12px 0;
}
.mainmenu ul li {
    display: inline-block;
    position: relative;
}
.mainmenu ul li a {
    display: block;
    font-family: raleway;
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(0,134,188,1);
    padding: 25px 13px;
}
.mainmenu ul li:last-child a {
    padding-right: 0px;
}
.mainmenu ul li:hover a,
.mainmenu ul li.active a {
    color: rgba(0,84,139,1);
}
.mainmenu ul li > ul {
    position: absolute;
    left: 0;
    top: 120%;
    width: 200px;
    background: #fff;
    border: 1px solid #e1e1e1;
    visibility: hidden;
    opacity: 0;
    z-index: -9;
    transition: all .5s;
}
.mainmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    top: 100%;
}
.mainmenu ul li > ul::before,
.mainmenu ul li > ul::after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 17px;
    position: absolute;
    top: -20px;
    z-index: 9;
}
.mainmenu ul li > ul::after {
    border-color: transparent transparent #e1e1e1;
    top: -21px;
    z-index: 8;
}
.mainmenu ul li > ul li {
    text-align: left;
    display: block;
}
.mainmenu ul li > ul li a {
    padding: 10px 20px;
    color: #6a6a6a !important;
    font-weight: 400;
    text-transform: capitalize;
}
.mainmenu ul li > ul li:hover a {
    background: rgba(0,84,139,1);
    color: #fff !important;
}
.mainmenu ul li > ul.megamenu {
    left: auto;
    right: -400px;
    width: 800px;
    padding: 10px 0px;
}
.mainmenu ul li > ul.megamenu::before,
.mainmenu ul li > ul.megamenu::after {
    right: 590px;
    left: auto;
}
.mainmenu ul li > ul.megamenu li {
    width: 33.33%;
    float: left;
}
.mainmenu ul li > ul.megamenu li a {
    padding: 5px 25px;
	font-weight:bold;
}
.mainmenu ul li > ul.megamenu li:hover a {
    background: transparent;
    color: #6a6a6a !important;
}
.mainmenu ul li > ul.megamenu li a:hover {
    color: rgba(0,84,139,1) !important
}
.responsive-menu-wrap {} .responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
    display: none;
}
.responsive-menu-wrap .slicknav_menu {
    background: none;
    padding: 0;
}
.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 32px 0;
    text-decoration: none;
    text-shadow: none;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    background: #000 none repeat scroll 0 0;
    border-radius: 1px;
    box-shadow: none;
    display: block;
    height: 2px;
    width: 25px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon {
    float: none;
    height: 0;
    margin: 0;
    width: 0;
}
.responsive-menu-wrap .slicknav_nav {
    background: rgba(0,84,139,1) none repeat scroll 0 0;
    clear: both;
    color: #666;
    font-size: 14px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 76px;
    width: 720px;
    z-index: 9999;
    padding: 10px 0;
}
.responsive-menu-wrap .slicknav_nav a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 6px;
    color: rgba(0,84,139,1);
}
.responsive-menu-wrap .slicknav_nav a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
}
.responsive-menu-wrap .slicknav_nav a i {
    display: none
}
/*---------------- header-bottom end ---------------------*/
/*---------------- header-area end ---------------------*/
/*---------------- hero section start ---------------------*/

.hero-area {
    min-height: 500px;
    background: url(../img/bg/1.jpg)no-repeat scroll center center / cover;
    position: relative;
}
.table,
.table-cell {
    display: table;
    height: 500px;
    margin: 0px;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.opacity-bg {
    position: relative;
    z-index: 9;
}
.opacity-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #000000 , #2c4a78);
    content: "";
    z-index: -9;
    opacity: .85;
}
.hero-wrap h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.hero-wrap h3 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    line-height: 50px;
}
.hero-wrap p {
    color: #fff;
    margin-bottom: 50px;
}
.hero-wrap ul li {
    display: inline-block;
    margin: 0px 10px;
}
.hero-wrap ul li a {
    display: block;
    padding: 10px 30px;
    background: #fff;
    border-radius: 5px;
    color: rgba(0,134,188,1);
    font-weight: 600;
}
.hero-wrap ul li:first-child a {
    background: rgba(0,84,139,1);
    color: #fff;
}
.hero-wrap ul li:first-child a:hover {
    color: rgba(0,134,188,1);
    background: #fff;
}
.hero-wrap ul li a:hover {
    background: rgba(0,84,139,1);
    color: #fff;
}
/*---------------- hero section end ---------------------*/
/*---------------- search-area start ---------------------*/

.search-wrap h2 {
    font-weight: 800;
    margin-bottom: 40px;
}
.search-wrap form {
    position: relative;
}
.search-wrap input {
    height: 50px;
    width: 80%;
    border: 1px solid #fff;
    padding-left: 15px;
}
.search-wrap select {
    border-color: transparent transparent transparent #eee;
    border-style: solid;
    border-width: 1px;
    height: 48px;
    padding: 0 5px;
    position: absolute;
    right: 180px;
    top: 1px;
    width: 200px;
    border-radius: 5px;
}
.search-wrap select.select-two {
    right: 386px;
}
.search-wrap button {
    margin-top: 0px;
    margin-left: 15px;
}
.search-wrap select:focus {
    outline: none;
}
/*---------------- search-area End ---------------------*/
/*----------------featured-prodcuts-area start  ---------------------*/

.section-title h2 {
    color: rgba(39,48,65,1);
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 25px;
}
.section-title p {
    margin-bottom: 40px;
}
.product-item {
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
}
.product-img {
    position: relative;
    z-index: 9;
}
.product-img img {
    width: 100%
}
.product-img a.link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(2);
    height: 40px;
    width: 40px;
    background: #fff;
    color: rgba(0,134,188,1);
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    opacity: 0;
    z-index: 99;
}
.product-img:hover a.link {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.product-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,134,188,0.50);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#800350', endColorstr='#1c0f2a', GradientType=0);
    content: "";
    opacity: 0;
    transform: scale(.3);
    transition: all .5s;
    z-index: 9;
}
.product-img:hover:before {
    transform: scale(1);
    opacity: .85;
}
.product-img a.wishlist {
    position: absolute;
    right: -1px;
    top: 0;
    height: 30px;
    width: 30px;
    background: #fff;
    color: #999;
    line-height: 30px;
    text-align: center;
    opacity: 0;
    z-index: 99;
    transform: scale(0);
}
.product-img:hover a.wishlist {
    opacity: 1;
    transform: scale(1);
}
.product-img a:hover {
    background: rgba(0,84,139,1);
    color: #fff;
}
.product-content h3 {
    font-size: 16px;
    font-weight: 800;
	margin: 5px 0 0px;
    min-height: 34px;
}
.product-content h3 a {
    color: rgba(0,84,139,1);
}
.product-content h3 a:hover {
    color: rgba(0,134,188,1)}
.product-content span {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.product-content span.sitemeta {
    min-height: 89px;
}
.product-content span strong,
.blog-meta a {
    display: inline-block;
    padding-right: 10px;
    position: relative;
}
.product-meta ul li {
    display: inline-block;
    margin-right: 6px;
    color: #6a6a6a;
}
.product-meta ul li:last-child {
    float: right;
    margin-right: 0;
}
.product-meta ul li i.fa.fa-shopping-cart {
    color: #27ae60;
    margin-right: 3px;
}
.product-meta ul li i.fa.fa-star {
    color: #f5bc00;
}
.product-meta ul li del {
    color: rgba(0,84,139,1);
    margin-right: 3px;
}
.product-meta ul li span {
    display: inline-block;
    width: 70px;
    height: 27px;
    text-align: center;
    color: #fff;
    background: #27ae60;
    font-weight: 600;
    border-radius: 5px;
}
.btn-style {
    display: inline-block;
    padding: 10px 35px;
    background: rgba(0,134,188,1);
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
    border-radius: 5px;
    border: 2px solid rgba(0,134,188,1);
}
.btn-style:hover {
    background: rgba(0,84,139,1);
    border-color: rgba(0,84,139,1);
    color: #fff;
}
/*----------------featured-prodcuts-area end ---------------------*/
/*----------------our-project-area start ---------------------*/

.tab-menu {
    margin-bottom: 30px;
}
.tab-menu ul li {
    display: inline-block;
    margin: 0px 10px;
}
.tab-menu ul li a {
    background: transparent none repeat scroll 0 0;
    border-radius: 5px;
    color: rgba(0,134,188,1);
    display: block;
    font-size: 14px;
    font-weight: 800;
    padding: 7px 20px;
    text-transform: uppercase;
}
.tab-menu ul li.active a,
.tab-menu ul li:hover a {
    background: rgba(0,84,139,1);
    color: #fff;
}
/*---------------- our-project-area end ---------------------*/
/*---------------- funfact-area strat ---------------------*/

.funfact-wrap {
    color: #fff;
}
.funfact-wrap i.fa {
    height: 110px;
    width: 110px;
    border: 2px solid #fff;
    font-size: 36px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 25px;
    transition: all .5s;
}
.funfact-wrap:hover i.fa {
    background: rgba(0,84,139,1);
    border-color: rgba(0,84,139,1);
}
.funfact-wrap span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.funfact-wrap p {
    margin-bottom: 0;
}
/*---------------- funfact-area end ---------------------*/
/*---------------- latest-author-area start ---------------------*/

.author-wrap {
    width: 15.5%;
    float: left;
    margin-right: 15px;
    background: #fff;
    padding: 5px;
    text-align: center;
}
.author-wrap:last-child {
    margin-right: 0px;
}
.author-img {
    overflow: hidden
}
.author-img img {
    transform: scale(1);
    transition: all .5s;
    width: 100%;
}
.author-wrap:hover .author-img img {
    transform: scale(1.2)
}
.author-info h3 {
    margin-bottom: 5px;
    margin-top: 5px;
}
.author-info h3 a {
    font-size: 16px;
    font-weight: 800;
    color: rgba(0,134,188,1);
}
.author-info h3 a:hover {
    color: rgba(0,84,139,1);
}
/*---------------- latest-author-area end ---------------------*/
/*---------------- salling area start ---------------------*/

.salling-wrap {
    float: left;
    width: 50%;
    background: rgba(0,134,188,1);
    text-align: center;
    color: #fff;
    padding: 70px 75px;
}
.salling-wrap:last-child {
    background: rgba(0,84,139,1);
}
.salling-wrap i {
    height: 110px;
    width: 110px;
    background: #fff;
    color: rgba(0,134,188,1);
    font-size: 36px;
    border-radius: 50%;
    line-height: 110px;
    margin-bottom: 45px;
}
.salling-wrap h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}
.salling-wrap a {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    color: #fff;
    background: rgba(0,84,139,1);
    border-radius: 5px;
    margin-top: 30px;
    border: 2px solid rgba(0,84,139,1);
}
.salling-wrap a:hover {
    background: #fff;
    border-color: #fff;
    color: rgba(0,134,188,1);
}
/*---------------- salling area End ---------------------*/
/*---------------- blog-area start ---------------------*/

.blog-wrap {
    background: #fff;
    transition: all .5s;
}
.blog-wrap:hover {
    box-shadow: 0px 0px 15px #ccc;
}
.blog-img {
    overflow: hidden;
}
.blog-img img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.blog-img img:hover {
    transform: scale(1.3);
}
.blog-info {
    padding: 15px;
}
.blog-info > a {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0,134,188,1);
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    display: block;
}
.blog-info a:hover {
    color: rgba(0,84,139,1);
}
/*---------------- blog-area End ---------------------*/
/*----------------newsletter-area start---------------------*/

.newsletter-wrap h2 {
    font-weight: 800;
}
.newsletter-wrap p {
    color: rgba(0,134,188,1);
    margin-bottom: 0px;
}
.newsletter-wrap input {
    height: 50px;
    width: 70%;
    border: 1px solid #fff;
    border-radius: 5px;
    padding-left: 20px;
}
.newsletter-wrap button {
    margin-left: 10px;
	position:absolute;
    padding: 38px 40px;
    margin-top: -55px;
}
/*----------------newsletter-area end---------------------*/
/*----------------footer-area start---------------------*/

.footer-widget p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 20px;
}
.footer-title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
}
.footer-widget ul li {
    margin-bottom: 5px;
}
.footer-widget ul li a {
    color: #fff;
}
.footer-widget ul li a:hover {
    color: rgba(0,84,139,1);
}
.footer-widget ul li {
    color: #fff;
}
.footer-widget ul li i {
    margin-right: 15px;
}
.socil-icon {
    margin-top: 20px;
}
.socil-icon ul li {
    display: inline-block;
    margin: 0px 5px;
}
.socil-icon ul li a {
    display: block;
    height: 35px;
    width: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    background: rgba(0,134,188,1);
    border-radius: 5px;
    text-align: center;
}
.socil-icon ul li a:hover {
    background: rgba(0,84,139,1);
    color: #fff;
}
.socil-icon ul li a i {
    margin-right: 0px;
}
.socil-icon ul li:first-child {
    margin-left: 0px;
}
.footer-bottom {
    padding: 10px 0;
    color: #fff;
    text-align: left;
}
.footer-bottom a {
    font-weight: 600;
    color: #fff;
}
.footer-bottom a:hover {
    color: rgba(0,84,139,1)}
/*----------------footer-area end---------------------*/
/*----------------------------------
			home2 style hare 
 ------------------------------------*/

.home2-header-bottom .logo {
    padding: 5px 0;
}
.home2-header-bottom .logo img {
    width: 230px;
    margin-top: 2px;
}
.home2-header-bottom .mainmenu ul li a {
    color: #575756;
}
.home2-header-bottom .mainmenu ul li:hover a,
.home2-header-bottom .mainmenu ul li.active a {
    color: rgba(0,84,139,1);
}
.search-wrap p {
    margin: 30px 0px 0px;
}
.search-wrap p span {
    font-weight: 600;
}
/*----------------Quick Services start--------------------*/

.hero-area-2.hero-area {
    background: url(../img/bg/7.jpg)no-repeat scroll center center / cover;
}
.hero-area-2.hero-area .btn-style {
    background: rgba(0,84,139,1);
    border-color: rgba(0,84,139,1);
}
.hero-area-2.hero-area .btn-style:hover {
    background: #fff;
    border-color: #fff;
    color: rgba(0,84,139,1);
}
.quick-service-icon {
    float: left;
}
.quick-service-icon i {
    font-size: 50px;
    color: rgba(0,84,139,1);
}
.quick-service-info {
    margin-left: 30px;
}
.quick-service-info h2 {
    font-size: 18px;
    font-weight: 600;
}
.quick-service-info p {
    margin-bottom: 0px;
}
/*----------------Quick Services end--------------------*/

.section-title2 h2 {
    line-height: 26px;
    margin-bottom: 30px;
}
.next-prev-style .owl-nav div {
    background: rgba(0,134,188,1) none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: -60px;
    transition: all 0.5s ease 0s;
    width: 40px;
}
.next-prev-style .owl-nav div:hover {
    background: rgba(0,84,139,1);
}
.next-prev-style .owl-nav div.owl-prev {
    right: 60px;
}
/*---------- funfact-area start -------*/

.funfact-icon {
    float: left;
}
.funfact-content {
    height: 110px;
    margin-left: 130px;
}
.funfact-content span {
    padding-top: 25px;
}
/*---------- funfact-area end -------*/

.salling-area.salling-area2 {
    background: rgba(0,134,188,1);
    background: -moz-linear-gradient(left, rgba(0,134,188,1) 0%, rgba(0,134,188,1) 50%, #ffa73d 50%, rgba(0,84,139,1) 50%, rgba(0,84,139,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,134,188,1) 0%, rgba(0,134,188,1) 50%, #ffa73d 50%, rgba(0,84,139,1) 50%, rgba(0,84,139,1) 100%);
    background: linear-gradient(to right, rgba(0,134,188,1) 0%, rgba(0,134,188,1) 50%, #ffa73d 50%, rgba(0,84,139,1) 50%, rgba(0,84,139,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,134,188,1)', endColorstr='rgba(0,84,139,1)', GradientType=0);
}
.salling-area.salling-area2 .salling-wrap {
    padding: 70px 115px 70px 0;
    text-align: left;
    background: none
}
.salling-area.salling-area2 .salling-wrap:last-child {
    padding: 70px 0px 70px 115px;
}
.salling-area.salling-area2 {} .salling-area2 .salling-wrap i {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    height: 0;
    line-height: 0;
    margin-bottom: 0;
    width: 0;
}
.salling-area2 .salling-wrap h2 {
    display: inline-block;
    margin-left: 60px;
}
.newsletter-area2 .newsletter-wrap h2 {
    color: #fff;
}
.newsletter-area2 .newsletter-wrap p {
    color: #fefefe;
}
.newsletter-area2 .newsletter-wrap button {
    background: rgba(0,84,139,1);
    border-color: rgba(0,84,139,1);
}
.newsletter-area2 .newsletter-wrap button:hover {
    color: rgba(0,84,139,1);
    background: #fff;
    border-color: #fff;
}
.latest-author-area2 .author-wrap {
    width: 100%;
    transition: all .5s;
}
.latest-author-area2 .author-wrap:hover {
    background: rgba(0,84,139,1);
}
.latest-author-area2 .author-wrap:hover a,
.latest-author-area2 .author-wrap a:hover {
    color: #fff;
}
.author-active.next-prev-style .owl-nav div {
    right: 0;
}
.author-active.next-prev-style .owl-nav div.owl-prev {
    right: 45px;
}
.footer-top-2 .footer-widget ul li a,
.footer-top-2 .footer-widget ul li,
.footer-top-2 .footer-widget p {
    color: #6a6a6a;
}
.footer-top-2 .footer-title {
    color: rgba(0,134,188,1);
}
.footer-top-2 .socil-icon ul li a {
    color: #fff;
}
.footer-top-2 .footer-widget ul li i {
    color: rgba(0,84,139,1);
}
.footer-top-2 .socil-icon ul li a i {
    color: #fff;
}
/*----------------------------------
			home3 style hare 
 ------------------------------------*/

.header-top3 .header-top-menu ul li a,
.header-top3 .header-top-right ul li a {
    color: rgba(0,84,139,1);
}
.header-top3 .header-top-menu ul li a:hover,
.header-top3 .header-top-right ul li a:hover {
    color: rgba(0,84,139,1)}
.header-top3 .header-top-right ul li:hover a i {
    color: rgba(0,134,188,1);
}
.header-top3 .header-top-right ul li a span.number {
    border: 2px solid rgba(0,84,139,1);
}
/*----- Quick Services start ----*/

.hero-area-3.hero-area {
    background: url(../img/bg/5.jpg)no-repeat scroll center center / cover;
}
.hero-area-3 .table,
.table-cell {
    height: 515px;
}
.search-area3 .search-wrap select {
    right: 185px;
    top: 1px;
}
.search-wrap select.select-two {
    right: 385px;
}
.quick-service-area2 .quick-service-wrap {
    text-align: center;
    min-height: 305px;
}
.quick-service-area2 .quick-service-icon {
    float: none;
}
.quick-service-area2 .quick-service-info {
    margin-left: 0;
}
.quick-service-area2 .quick-service-icon i {
    background: rgba(0,134,188,1);
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
    height: 130px;
    line-height: 130px;
    margin-bottom: 25px;
    width: 130px;
    transition: all .5s;
}
.quick-service-area2 .quick-service-icon i:hover {
    background: rgba(0,84,139,1)}
/*----- Quick Services end ----*/

.search-area.search-area3 {
    margin-top: -80px;
    position: relative;
    z-index: 999;
}
.search-area.search-area3 .container {
    border-radius: 5px;
}
.search-area.search-area3 .search-wrap button:hover {
    background: #fff;
    color: rgba(0,84,139,1);
}
/*----------------------------------
			about us style hare 
 ------------------------------------*/

.breadcumb-wrap h2 {
    font-size: 25px;
    font-weight: 800;
    color: #fff;
	margin-top:5px;
}
.breadcumb-wrap ul li,
.breadcumb-wrap ul li a {
    display: inline-block;
    color: #fff;
}
.breadcumb-wrap ul li a:hover {
    color: rgba(0,84,139,1)}
/*---------------- mission-area start -------------*/

.mission-content {
    background: rgba(0,134,188,1) none repeat scroll 0 0;
    color: #fff;
    float: left;
    padding: 70px 61px;
    width: 50%;
}
.mission-content h2 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}
.mission-content p {
    margin-bottom: 20px;
}
.mission-content button {
    margin-top: 10px;
    background: rgba(0,84,139,1);
    border-color: rgba(0,84,139,1);
}
.mission-content button:hover {
    background: #fff;
    color: rgba(0,134,188,1) !important;
    border-color: #fff;
}
.mission-content button:hover {
    color: #fff;
}
.mission-img {
    float: right;
    width: 50%;
}
.mission-img img {
    width: 100%
}
.mission-menu ul li {
    float: left;
}
.mission-menu ul li a {
    background: rgba(0,84,139,1) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 20px 76px;
    text-align: center;
}
.mission-menu ul li:last-child a {
    padding-right: 79px;
}
.mission-menu ul li.active a,
.mission-menu ul li:hover a {
    background: rgba(0,84,139,1);
}
/*---------------- mission-area end -------------*/
/*---------------- team-area start -------------*/

.team-wrap {
    background: #fff;
    transition: all .5s;
}
.team-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 10px #ccc;
}
.team-img {
    position: relative;
    z-index: 9;
}
.team-img:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgb(128, 3, 80);
    background: -moz-linear-gradient(top, rgba(0,134,188,1) 0%, rgba(0,84,139,1) 99%);
    background: -webkit-linear-gradient(top, rgba(0,134,188,1) 0%, rgba(0,84,139,1) 99%);
    background: linear-gradient(to bottom, rgba(0,134,188,1) 0%, rgba(0,84,139,1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#800350', endColorstr='#1c0f2a', GradientType=0);
    content: "";
    opacity: 0;
    transition: all .5s;
}
.team-wrap:hover .team-img:before {
    opacity: .75;
    height: 100%;
}
.team-img ul {
    position: absolute;
    left: 0;
    top: 105%;
    transform: translateY(-50%);
    right: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all .5s;
    z-index: -99;
}
.team-wrap:hover .team-img ul {
    opacity: 1;
    z-index: 9;
    top: 50%;
}
.team-img ul li {
    display: inline-block;
    margin: 0px 5px;
}
.team-img ul li a {
    display: block;
    height: 50ox;
    width: 50px;
    background: #fff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 5px;
    color: rgba(0,134,188,1);
    transition: all 1s;
}
.team-img ul li a:hover {
    background: rgba(0,84,139,1);
    color: #fff;
}
.team-info {
    text-align: center;
    padding: 15px 0px;
}
.team-info h3 {
    margin-bottom: 0px;
}
.team-info h3 a {
    font-size: 20px;
    color: rgba(0,134,188,1);
    font-weight: 800;
}
.team-info h3 a:hover {
    color: rgba(0,84,139,1);
}
/*---------------- team-area end -------------*/
/*----------------------------------
		how to style hare 
 ------------------------------------*/

.how-to-start-wrap {
    background: #fff;
    padding: 15px;
}
.how-to-start-img {
    width: 50%
}
.how-to-start-info {
    width: 50%;
    padding: 80px 40px;
}
.how-to-start-info h2 {
    font-weight: 600;
    margin-bottom: 20px;
}
.how-to-start-info a {
    margin-top: 30px;
}
/*----------------------------------
		shop style hare 
 ------------------------------------*/
/*---------- shop-area start ----------*/

.view-wrap {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.shop-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 5px;
}
.selector {
    float: left;
}
.selector select {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 35px;
    padding: 0 10px;
    width: 215px;
    ;
}
.other-page {
    float: right;
}
.other-page ul li {
    display: inline-block;
    margin: 0 3px;
}
.other-page ul li a {
    display: block;
    height: 35px;
    width: 35px;
    border: 1px solid #e1e1e1;
    line-height: 32px;
    text-align: center;
    color: rgba(0,134,188,1);
    font-size: 16px;
}
.other-page ul li a:hover,
.other-page ul li.active a {
    background: rgba(0,84,139,1);
    border-color: rgba(0,84,139,1);
    color: #fff;
}
.pagination-wrap ul li {
    display: inline-block;
    margin: 0px 2px;
}
.pagination-wrap ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    font-weight: 600;
    background: #fff;
    border-radius: 5px;
    color: rgba(0,134,188,1);
}
.pagination-wrap ul li a:hover,
.pagination-wrap ul li.active a {
    background: rgba(0,84,139,1);
    color: #fff;
}
/*---------- shop-area end ----------*/
/*------------ sidebar-area start-----------*/
/*------------ catagory-area start-----------*/

.sidebar-wrap {
    background: #fff;
    margin-bottom: 20px;
}
.sidebar-title {
    background: rgba(0,84,139,1);
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    padding: 20px;
}
.catagory {
    padding: 0 10px 10px;
}
.catagory ul li a {
    display: block;
    padding: 5px 0px;
    position: relative;
    border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.catagory ul li:last-child a {
    border-bottom: none
}
.catagory ul li:last-child a:before {
    display: none
}
.catagory ul li a:hover {
    color: rgba(0,84,139,1);
}
.catagory ul li a:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 1px;
    background: rgba(0,84,139,1);
    content: "";
    transition: all .5s;
}
.catagory ul li a:hover:before {
    width: 100%
}
/*------------ price-range start-----------*/

.price-range {
    overflow: hidden;
    padding: 30px 20px 60px;
}
.ui-slider-horizontal .ui-slider-handle {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid rgba(0,84,139,1);
    border-radius: 50%;
    height: 15px;
    top: -5px;
    outline: none;
    width: 15px;
}
.ui-slider-horizontal .ui-slider-range {
    background: rgba(0,134,188,1) none repeat scroll 0 0;
}
.ui-slider-horizontal {
    background: #e9e9e9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 7px;
}
.value {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: normal;
    left: 50%;
    margin: 0 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 40px;
}
.price-range-both.value {
    margin: 0 0 0 500px;
    top: 26px;
    width: 100px;
}
/*------------- tag-area -----------*/

.tag-wrap {
    padding: 20px 10px;
}
.tag-wrap ul li {
    display: inline-block;
    margin: 0px 2px 10px 2px;
    ;
}
.tag-wrap ul li a {
    border: 1px solid #e1e1e1;
    display: block;
    padding: 7px 9px;
}
.tag-wrap ul li a:hover {
    border: 1px solid rgba(0,84,139,1);
    background: rgba(0,84,139,1);
    color: #fff;
}
/*------------ recent-product-area-----------*/

.recent-product-wrap {
    padding: 20px 10px 10px 10px
}
.recent-product-wrap ul li {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.recent-product-wrap ul li:last-child {
    border-bottom: none;
}
.recent-product-img {
    float: left;
    width: 28%;
}
.recent-product-content {
    margin-left: 80px;
}
.recent-product-content a {
    color: rgba(0,134,188,1);
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
    display: block;
}
.recent-product-content a:hover {
    color: rgba(0,84,139,1)}
.recent-product-content span {
    display: block;
    margin-bottom: 5px;
}
.recent-product-content i {
    color: #f5bc00;
}
/*--------- instagram-area -------*/

.instagram-wrap {
    padding: 20px 10px 30px 10px;
}
.instagram-wrap ul li {
    float: left;
    width: 50%;
}
.instagram-wrap ul li a {
    display: block;
    position: relative;
}
.instagram-wrap ul li a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(128, 3, 80);
    background: -moz-linear-gradient(top, rgba(0,134,188,1) 0%, rgba(0,84,139,1) 99%);
    background: -webkit-linear-gradient(top, rgba(0,134,188,1) 0%, rgba(0,84,139,1) 99%);
    background: linear-gradient(to bottom, rgba(0,134,188,1) 0%, rgba(0,84,139,1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#800350', endColorstr='#1c0f2a', GradientType=0);
    opacity: 0;
    transition: all .5s;
    transform: scale(0);
}
.instagram-wrap ul li a:hover:before {
    opacity: .9;
    transform: scale(1);
}
.instagram-wrap img {
    width: 100%;
}
/*--------- flow-area ----------*/

.flow-wrap {
    padding: 20px 10px 30px 10px;
}
.flow-wrap ul li {
    display: inline-block;
    margin: 0px 2px;
}
.flow-wrap ul li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: rgba(0,134,188,1);
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.flow-wrap ul li a:hover {
    background: rgba(0,84,139,1);
    color: #fff;
    border-color: rgba(0,84,139,1);
}
/*------------ sidebar-area end-----------*/
/*---------- shop-list-area start ----------*/

.product-content span a:hover {
    color: rgba(0,84,139,1);
}
.shop-list-area .product-img {
    float: left;
}
.shop-list-area .product-content {
    margin-left: 285px;
}
.shop-list-area .product-meta ul li {
    margin-right: 20px;
}
.shop-list-area .product-meta ul li:last-child {
    float: none;
}
.shop-list-area .product-content > span {
    border-bottom: medium none;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.shop-list-area .price span {
    color: rgba(0,134,188,1);
    font-size: 24px;
    font-weight: 600;
    margin-right: 5px;
}
.shop-list-area .price del {
    color: rgba(0,84,139,1);
    font-size: 16px;
}
.shop-list-area .product-content p {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}
/*---------- shop-list-area end ----------*/
/*----------------------------------
		Blog style hare 
 ------------------------------------*/

.blog-area-full-width .blog-wrap {
    padding: 10px;
}
.search form {
    position: relative;
}
.search input {
    width: 240px;
    height: 35px;
    border: 1px solid #e1e1e1;
    padding-left: 10px;
}
.search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: transparent;
    border: transparent;
    width: 40px;
}
.blog-area-full-width-list .blog-img {
    float: left;
}
.blog-area-full-width-list .blog-img img {
        min-width: 340px;
}
.blog-area-full-width-list .blog-wrap {
    padding: 10px;
}
.blog-area-full-width-list .blog-info {
    margin-left: 370px;
}
.blog-area-full-width-list .blog-info > a {
    border-bottom: 1px solid transparent;
    font-size: 28px;
    padding-bottom: 0;
}
.blog-area-full-width-list .blog-info p {
    margin-top: 10px;
}
.blog-area-full-width-list a.readmore {
    color: #fff;
    display: inline-block;
    font-size: 14px !important;
    margin-top: 25px;
    padding: 10px 35px;
    background: rgba(0,134,188,1);
    border-radius: 5px;
    margin-bottom: 0px;
}
.blog-area-full-width-list a.readmore:hover {
    background: rgba(0,84,139,1);
    color: #fff;
}
/*---------------blog sidebar-area start------------*/

.blog-sidebar-list-area .search input {
    width: 220px;
}
.blog-sidebar-list-area .blog-info > a {
    font-size: 21px;
}
.blog-sidebar-list-area a.readmore {
    margin-top: 10px;
}
/*---------------blog sidebar-area start------------*/

.blog-area-grid-area .search input {
    width: 225px;
}
/*---------------blog details-area start------------*/

.blog-details-wrap {
    padding: 20px;
    background: #fff;
}
.blog-details-content {
    padding: 30px 20px 0px;
}
.blog-details-content > h3 {
    font-size: 30px;
    font-weight: 800;
}
.text {
    font-size: 14px;
    color: rgba(0,84,139,1);
    margin-bottom: 20px;
}
.textt {
    font-size: 14px;
    color: rgba(0,84,139,1);
    margin-bottom: 20px;
	position: absolute;
    margin-left: 10px;
    margin-top: 0px;
}
.blog-details-content ul {
    margin-bottom: 20px;
}
.blog-details-content ul li {
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
    padding-left: 20px;
}
.blog-details-content ul li:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "\f0da";
    font-family: fontawesome;
    color: rgba(0,84,139,1);
}
.blog-details-content h4 {
    display: inline-block;
    font-size: 24px;
    font-weight: 800;
    margin-right: 20px;
}
.share-wrap {
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
}
.share-wrap h3 {
    margin-right: 25px;
}
.share-wrap ul {
    display: inline-block;
}
.share-wrap ul li {
    display: inline-block;
    padding: 0;
    margin: 0px 0;
}
.share-wrap ul li:before {
    display: none
}
.share-wrap ul li a {
    display: block;
    text-align: center;
    font-size: 16px;
    background: #f2f2f2;
    border-radius: 5px;
    color: rgba(0,134,188,1);
}
/*-------- comment ----------*/

.comment-wrap {
    padding: 50px 40px;
    background: #fff;
}
.comment-wrap h3 {
    font-weight: 800;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
.comment-wrap ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 5px;
    background: #fbfbfb;
    padding: 5px;
}
#blogliste li {
    border-bottom: 1px solid #ddd;
	padding: 0px 0 10px 0px;
}
.yonetici{
	margin-left:68px;
	margin-top:20px;
}
.comment-img {
    float: left;
}
.comment-info {
    margin-left: 90px;
}
.comment-info h4 {
    margin-bottom: 0px;
}
.comment-info h4 a {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0,134,188,1);
}
.comment-info h4 a:hover {
    color: rgba(0,84,139,1)}
.comment-info h4 a span {
    background: rgba(0,134,188,1) none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    margin-left: 10px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.comment-info a.reply {
    color: #ED1C24;
}
.comment-info p {
    margin-bottom: 0px;
}
.comment-info input[type="text"] {
    width: 100%;
    height: 65px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.comment-info button {
    float: right;
    margin-top: 0;
}
.comment-wrap .pagination-wrap {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 50px;
    padding: 30px 0;
    text-align: right;
    width: 100%;
}
.comment-wrap .pagination-wrap li {
    margin-bottom: 0px;
}
.comment-wrap .pagination-wrap li a {
    background: #f2f2f2;
}
.comment-form h3 {
    border-bottom: none;
}
.comment-form input,
.comment-form textarea {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    margin-bottom: 20px;
}
.comment-form textarea {
    height: 150px;
    padding-top: 10px;
}
.comment-form button {
    float: right;
    margin-top: 0;
}
/*-------- product-details-area start ----------*/

.product-details-wrap {
    overflow: hidden;
    padding: 10px;
    background: #fff;
    margin-bottom: 15px;
}
.product-details-active {
    float: left;
    width: 79%;
}
.thamb-active {
    width: 20%;
    float: right;
    padding: 30px 0px;
}
.thamb-active .owl-nav div {
    background: rgba(0,134,188,1) none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.thamb-active .owl-nav div.owl-next {
    top: auto;
    bottom: 0;
}
.thamb-img {
    margin: 5px 0px;
}
.product-details-menu ul {
    overflow: hidden;
}
.product-details-menu ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.product-details-menu ul li a {
    font-weight: 800;
    color: #fff;
    background: rgba(0,134,188,1);
    height: 60px;
    width: 100%;
    display: block;
    line-height: 60px;
    border-left: 1px solid #fff;
}
.product-details-menu ul li:first-child a {
    border-left: none;
}
.product-details-menu ul li.active a {
    background: rgba(0,84,139,1);
}
.product-details-area .tab-content {
    padding: 30px 20px;
    background: #fff;
}
.description-wrap h3 {
    font-weight: 800;
}
.description-wrap ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}
.description-wrap ul li:last-child {
    margin-bottom: 0px
}
.description-wrap ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f18e";
    font-family: fontawesome;
    color: #f18e;
    font-size: 16px;
}
.product-details-comment {
    padding: 0px;
}
.review-wrap h3 {
    font-weight: 600;
    margin-bottom: 40px;
}
.review-wrap ul li {
    overflow: hidden;
    margin-bottom: 25px;
}
.review-img {
    float: left
}
.review-info {
    margin-left: 100px;
    position: relative;
}
.review-info a {
    font-size: 20px;
    color: rgba(0,134,188,1);
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
}
.review-info ul {
    position: absolute;
    top: 0;
    right: 0;
}
.review-info ul li {
    display: inline-block;
    margin-bottom: 0px;
    color: #f5bc00;
    font-size: 18px;
}
.review-wrap {
    margin-bottom: 30px;
}
.add-review {
    border-top: 1px solid #e1e1e1;
    margin-top: 100px;
    padding-top: 50px;
}
.add-review h3 {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
}
.add-review ul li {
    display: inline-block;
    margin-right: 35px;
}
.add-review ul li span,
.add-review h4 {
    font-size: 16px;
    font-weight: 800;
    color: rgba(0,134,188,1);
}
.add-review ul li i {
    font-size: 18px;
    color: #f5bc00;
}
.add-review h4 {
    margin-top: 20px;
}
.add-review textarea,
.add-review input,
.cart-form-wrap input,
.cart-form-wrap select {
    width: 100%;
    height: 50px;
    background: #f2f2f2;
    border-radius: 5px;
    padding-left: 20px;
    border: 1px solid #f2f2f2;
}
.pagination-wrap.review ul li a {
    background: #f2f2f2;
    color: rgba(0,134,188,1);
}
.pagination-wrap.review ul li a:hover {
    color: #fff;
    background: rgba(0,84,139,1);
}
.add-review textarea {
    height: 150px;
    padding-top: 5px;
}
.add-review button {
    float: right;
    margin-top: 30px;
    padding: 7px 55px;
}
.license-quality {
    overflow: hidden
}
.license-quality li {
    float: left;
    width: 50%;
    text-align: center;
}
.license-quality li a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: rgba(0,134,188,1);
    display: block;
}
.license-quality li a:hover {
    background: rgba(0,84,139,1);
}
.license-quality li.active a {
    background: rgba(0,84,139,1);
}
.license-wrap .tab-content {
    padding: 0px;
}
.license-info {
    padding: 30px 20px;
    background: #fff;
}
.license-info h3 {
    font-size: 18px;
    font-weight: 600;
	font-family: "Open Sans";
}
.license-info p {
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}
.license-info p::before {
    color: rgba(0,84,139,1);
    content: "";
    font-family: fontawesome;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 0;
}
.license-info ul {
    margin-top: 20px;
}
.license-info ul li button {
    width: 100%;
    height: 50px;
    color: #fff;
    border: 1px solid transparent;
    background: rgba(0,84,139,1);
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 10px;
}
.license-info ul li a {
    width: 100%;
    height: 50px;
    color: #fff;
    border: 1px solid transparent;
    background: rgba(0,84,139,1);
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    line-height: 50px;
}
.license-info ul li button:hover {
    background: rgba(0,134,188,1);
}
.license-info ul li a:hover {
    background: rgba(0,134,188,1);
}
.license-info ul li:nth-child(2) button {
    background: rgba(0,134,188,1);
}
.license-info ul li:nth-child(2) button:hover {
    background: rgba(0,84,139,1);
}
.license-info ul li:nth-child(2) a {
    background: rgba(0,134,188,1);
}
.license-info ul li:nth-child(2) a:hover {
    background: rgba(0,84,139,1);
}
.license-info ul li:last-child button {
    margin-bottom: 0px;
    background: #ED1C24;
}
.license-info ul li:last-child button:hover {
    background: rgba(0,84,139,1);
}
.sale-wrap,
.author,
.product-information-wrap {
    background: #fff;
    padding: 30px 20px;
}
.sale-wrap p {
    margin-bottom: 0px;
}
.sale-wrap p.total-sale {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.sale-wrap p i {
    color: rgba(0,134,188,1);
    font-size: 20px;
    margin-right: 10px;
}
.sale-wrap p i.fa-heart {
    color: #ED1C24
}
.sale-wrap p span {
    font-weight: 600;
    color: rgba(0,134,188,1);
}
.author-image {
    float: left;
    margin-top: 5px;
}
.author-text {
    margin-bottom: 5px;
    margin-left: 80px;
}
.author-text h3 {
    margin-bottom: 5px;
}
.author-text h3 a {
    font-size: 17px;
    font-weight: 600;
    color: rgba(0,134,188,1);
}
.author-text h3 a:hover {
    color: rgba(0,84,139,1)}
.author > a {
    height: 50px;
    display: block;
    width: 100%;
    background: rgba(0,134,188,1);
    color: #fff;
    font-weight: 800;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
}
.author > a:hover {
    background: rgba(0,84,139,1)}
.details-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    font-weight: 600;
}
.product-information-wrap ul li {
    margin-bottom: 10px;
}
.product-information-wrap ul li:last-child {
    margin-bottom: 0px;
}
.product-information-wrap ul li span {
    color: rgba(0,134,188,1);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    width: 105px;
	vertical-align: top;
}
.product-information-wrap ul li span:before {
    position: absolute;
    right: 10px;
    content: ":";
    color: #6a6a6a;
    font-size: 14px;
}
.tag-wrap2 {
    background: #fff;
    padding: 30px 20px 20px 20px;
}
.tag-wrap2.tag-wrap ul li a {
    padding: 5px;
}
.faq-wrap .panel-default > .panel-heading {
    border-color: #e1e1e1;
    color: rgba(0,134,188,1);
    font-weight: 800;
    padding: 20px;
}
.faq-wrap .panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: rgba(0,134,188,1);
    font-weight: 800;
}
.faq-wrap .panel-body p {
    margin-bottom: 20px;
}
.faq-wrap .panel-body {
    padding: 30px 15px 15px;
}
.faq-wrap .panel-default a {
    display: block;
    position: relative;
}
.faq-wrap .panel-default a::after {
    color: rgba(0,84,139,1);
    content: "\f106";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 20px;
}
.faq-wrap .panel-default a.collapsed::after {
    color: rgba(0,134,188,1);
    content: "\f107";
}
/*-------- product-details-area start ----------*/
/*-------- contact-area start ----------*/

.contact-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 40px;
}
.contact-wrap input,
.contact-wrap textarea,
.contact-wrap select {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #fff;
    padding-left: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.contact-wrap textarea {
    height: 150px;
    padding-top: 5px;
}
.contact-wrap button {
    margin-top: 0px;
}
.contact-wrap p {
    margin-bottom: 30px;
}
.contact-wrap span {
    color: rgba(0,134,188,1);
    display: inline-block;
    margin-bottom: 20px;
}
.contact-wrap span i {
    font-size: 28px;
    color: rgba(0,84,139,1);
    margin-right: 20px;
}
.flow-us ul li {
    display: inline-block;
}
.flow-us {
    border-top: 1px solid #e1e1e1;
    padding: 20px 0 30px;
}
/*-------- contact-area end ----------*/
/*-------- profile-area start ----------*/

.aothor-rating {
    padding: 14px 0;
}
.aothor-rating li:first-child {
    margin-left: 0;
}
.aothor-rating ul li {
    display: inline-block;
    margin-left: 40px;
    text-align: right;
}
.aothor-rating ul li p {
    margin-bottom: 5px;
    color: #fff;
}
.aothor-rating ul li span {
    margin-left: 10px;
    color: #fff;
}
.aothor-rating ul li i {
    color: #f5bc00;
    font-size: 18px;
}
.aothor-rating ul li b {
    color: #fff;
    font-family: raleway;
    font-size: 30px;
    font-weight: 800;
}
.profile-menu ul li {
    margin: 20px;
    display: inline-block;
}
.profile-menu ul li a {
    text-transform: uppercase;
    color: rgba(0,134,188,1);
    font-weight: 800;
}
.profile-menu ul li.active a,
.profile-menu ul li a:hover {
    color: rgba(0,84,139,1);
}
.profile-area .author-text span {
    display: block;
    font-size: 13px;
    line-height: 18px;
}
.profile-area .author p {
    margin-bottom: 15px;
}
.profile-area .author {
    padding: 30px 10px;
}
.profile-area .author a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.profile-area .author a:last-child {
    margin-bottom: 0px
}
.flow-area {
    background: #fff;
    padding: 30px 20px;
}
.flow-area table tr,
.table-wrap tr {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.flow-area table tr:last-child {
    border-bottom: 1px solid transparent;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.flow-image {
    width: 10%;
}
.flow-name {
    width: 35%;
	padding-left:10px;
}
.flow-text {
    width: 15%;
}
.flow-text2 {
    width: 20%;
}
.flow-img {
    width: 115px;
}
.flow-btn {
    width: 20%;
}
.flow-name a {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0,134,188,1);
}
.flow-name p {
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 13px;
}
.flow-text span,
.flow-text2 span {
    line-height: 18px;
    font-size: 13px;
    display: block;
}
.flow-btn button {
    width: 100%;
    height: 40px;
    background: rgba(0,84,139,1);
    color: #fff;
    font-weight: 600;
    border: 1px solid rgba(0,84,139,1);
    border-radius: 5px;
}
.flow-btn button:hover,
.flow-btn2 button {
    background: rgba(0,134,188,1);
    border-color: rgba(0,134,188,1);
}
.flow-btn2 button:hover {
    background: rgba(0,84,139,1);
    border-color: rgba(0,84,139,1);
}
.profile-grid .product-img {
    float: none;
}
.profile-grid .product-content {
    margin-left: 0;
}
.shop-list-area .product-content span {
    border-bottom: medium none;
    display: inline-block;
}
/*-------- profile-area end ----------*/
/*-------- checkout-area start ----------*/

.checkout-title {
    padding: 20px 30px;
    background: rgba(0,84,139,1);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0px;
}
.checkout-form {
    background: #fff;
    padding: 0px 40px 15px;
}
.checkout-form p,
.account-area .checkout-form span {
    color: rgba(0,84,139,1);
    font-weight: 800;
    margin-bottom: 0px;
    font-size: 16px;
}
.checkout-form p span,
.account-area .checkout-form span.star {
    color: #ED1C24;
}
.checkout-form input[type="checkbox"] {
    width: auto;
    margin: 0px 5px 25px 0px;
    height: auto;
}
.checkout-form ul li {
    overflow: hidden;
    color: rgba(0,84,139,1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.checkout-form ul li.last {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: transparent;
}
.checkout-form ul li strong {
    float: right;
    font-family: raleway;
    font-size: 16px;
    color: rgba(0,84,139,1);
    font-weight: 800;
}
.checkout-form ul li span {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 16px;
    font-weight: 800;
    color: rgba(0,84,139,1);
}
.checkout-form ul li b {
    font-size: 16px;
    color: rgba(0,84,139,1);
    font-weight: 800;
}
.checkout-form .panel-default > .panel-heading {
    background: transparent none repeat scroll 0 0;
    border-color: transparent;
    color: #6a6a6a;
    padding: 10px 35px;
}
.checkout-form .panel-body {
    border-top: medium none;
    padding: 15px 35px;
}
.checkout-form .panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 0px;
}
.checkout-form .panel-heading:hover {
    background:transparent !important;
}
.checkout-form .panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: medium none transparent;
}
.checkout-form .panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    position: relative;
}
.checkout-form .panel-default a::before {
    background: rgba(0, 0, 0, 0) url("../img/image-1.png") no-repeat scroll center center / cover;
    border-radius: 5px;
    content: "";
    height: 25px;
    left: -37px;
    position: absolute;
    top: 0px;
    width: 25px;
    z-index: 9;
}
.checkout-form .panel-default a.collapsed::after {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    content: "";
    height: 25px;
    left: -37px;
    position: absolute;
    top: 0px;
    width: 25px;
    background-image: none;
    z-index: 999;
}
.checkout-form a.order,
.checkout-form button {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    background: rgba(0,84,139,1);
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
}
.checkout-form a.order:hover {
    background: rgba(0,84,139,1)}
/*-------- checkout-area end ----------*/
/*-------- cart-area start ----------*/

.shoping-cart-wrap {
    background: #fff;
}
.shoping-cart-wrap thead {
    background: rgba(0,134,188,1);
    color: #fff;
    font-weight: 800;
    height: 50px;
}
.shoping-cart-wrap thead tr th {
    text-align: center;
    border-right: 1px solid #fff;
    padding: 15px;
}
.shoping-cart-img {
    width: 150px;
}
.shoping-cart-name {
    width: 285px;
}
.shoping-cart-price {
    width: 120px;
}
.shoping-cart-quantity {
    width: 150px;
}
.shoping-cart-total {
    width: 120px;
}
.shoping-cart-remove {
    width: 150px;
}
.table-wrap {
    padding: 20px 0px;
}
.table-wrap tr td {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: rgba(0,134,188,1);
}
.shoping-cart-name a,
.shoping-cart-remove a {
    color: rgba(0,134,188,1)}
.shoping-cart-name a:hover,
.shoping-cart-remove a:hover {
    color: rgba(0,84,139,1);
}
.shoping-cart-price span {
    font-family: raleway;
}
.shoping-cart-quantity input {
    width: 80px;
    height: 50px;
    background: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    padding-left: 10px;
    position: relative;
}
.shoping-cart-btn {
    float: right;
    margin-bottom: 30px;
    padding-right: 20px;
}
.shoping-cart-btn a {
    display: inline-block;
    padding: 10px 40px;
    background: rgba(0,134,188,1);
    color: #fff;
    font-weight: 600;
    margin-left: 5px;
    border-radius: 5px;
}
.shoping-cart-btn a:hover,
.shoping-cart-btn a:first-child {
    background: rgba(0,84,139,1);
}
.shoping-cart-wrapper {
    background: #fff;
}
.shoping-cart-btn a:first-child:hover {
    background: rgba(0,134,188,1);
}
.cart-form-wrap {
    padding: 30px 20px;
}
.cart-form-wrap input,
.cart-form-wrap select {
    background: transparent;
    margin-bottom: 10px;
    border: 1px solid #cdd5d9;
}
.cart-form-wrap button {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: transparent;
    color: #fff;
    background: rgba(0,84,139,1);
    font-weight: 800;
}
.cart-form-wrap button:hover {
    background: rgba(0,134,188,1);
}
.cart-form-wrap ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-weight: 800;
    color: rgba(0,134,188,1);
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px solid #cdd5d9;
}
.cart-form-wrap ul li span {
    float: right
}
/* -------- cart-area end ----------*/
/*------------- account ----------*/

.account-area .sidebar-title {
    margin-bottom: 0px;
}
.account-area .checkout-form p,
.account-area .checkout-form span.remamber,
.account-area .checkout-form p {
    font-weight: 400;
    color: #6a6a6a;
    margin-bottom: 20px;
}
.account-area .checkout-form button {
    border: none;
    background: rgba(0,134,188,1);
    font-weight: 600;
    margin-bottom: 20px;
}
.account-area .checkout-form button:hover {
    background: rgba(0,84,139,1);
}
.account-area .checkout-form p a {
    font-weight: 600;
    color: rgba(0,84,139,1);
}
.account-area .checkout-form p a:hover {
    color: rgba(0,134,188,1)}
.comment-wrap .pagination-wrap li:nth-child(3) {
    border: medium none;
}
.style5.quick-service-wrap {
    background-color: transparent;
    border-width: 0 1px 0 0;
    margin-top: 0;
    padding: 10px 0 10px 25px;
}
.quick-service-wrap {
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
	min-height: 150px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.no-padding:last-child .style5.quick-service-wrap {
    border-width: 0;
}
.uyesepet {
    text-align: right;
}
.uyeolgirisslogan {
    width: 100%;
    text-align: center;
    margin-top: 50px
}
.uyeolgirisslogan h4 {
    font-weight: 200
}
.uyeolgirisslogan .gonderbtn {
    color: #fff;
    background: rgba(0,134,188,1);
    border: 1px solid #ddd;
    float: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 45px;
    font-size: 16px;
    font-weight: 700
}
.uyeolgirisslogan .gonderbtn:hover {
    background: rgba(0,84,139,1)}
/* User Login */

.userLogin {
    position: relative;
    text-align: center;
}
.userLoginLeft {
    min-height: 320px;
    padding: 20px 25px 8px 25px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    background: #ffffff;
    margin-bottom: 10px;
    overflow: hidden;
}
.userLoginRight {
    min-height: 320px;
    padding: 20px 25px 8px 25px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    background: #ffffff;
    margin-bottom: 10px;
    overflow: hidden;
}
.userLoginLeft h1,
.userLoginRight h1 {
    height: 45px;
    line-height: 36px;
    border-bottom: solid 1px #ededed;
    color: #879baa;
    margin: 0 0 25px;
    font-weight: 500;
    font-size: 24px;
}
.userLoginRight p {
    color: #888888;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 30px;
}
._userLoginInput {
    margin: 0 0 16px;
    display: block;
    overflow: hidden;
}
._userLoginInput > label {
    height: 48px;
    line-height: 48px;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    float: left;
    margin: 0 0 0 5px;
}
._userLoginInput input {
    width: 380px;
    height: 48px;
    box-sizing: border-box;
    border: solid 1px #dddddd;
    padding: 6px 10px 6px 10px;
    float: right;
    color: #333333;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}
._reMember {
    font-size: 13px;
    color: #888888;
    border: none;
    float: left;
    margin: 10px 20px 0 5px;
}
._userLoginForgotPassword {
    float: left;
    margin: 17px 0 0;
    color: #888888;
    font-size: 13px;
}
._userLoginForgotPassword:hover {
    color: rgba(0,134,188,1);
}
._userLoginSubmit {
    float: right;
    width: 200px;
    height: 46px;
    background: rgba(0,134,188,1);
    border: 2px solid rgba(0,134,188,1);
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: .2s linear;
}
._userLoginSubmit:hover {
    color: #ffffff;
    background: #fff;
	color: rgba(0,134,188,1);
	border: 2px solid rgba(0,134,188,1);
}
._sepetSubmit {
    height: 46px;
    background: rgba(0,134,188,1);
    border: 2px solid rgba(0,134,188,1);
    font-family: Roboto, sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: .2s linear;
}
._sepetSubmit:hover {
	color: rgba(0,134,188,1);
	border: 2px solid rgba(0,134,188,1);
	background: #ffffff; 
}
._devamSubmit {
    height: 46px;
    background: rgba(39,48,65,1);
    border: 2px solid rgba(39,48,65,1);
    font-family: Roboto, sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: .2s linear;
}
._devamSubmit:hover {
	color: rgba(39,48,65,1);
	border: 2px solid rgba(39,48,65,1);
	background: #ffffff; 
}
._bosaltSubmit {
    height: 46px;
    background: #E74C3C;
    border: 2px solid #E74C3C;
    font-family: Roboto, sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: .2s linear;
}
._bosaltSubmit:hover {
	color: #E74C3C;
	border: 2px solid #E74C3C;
	background: #ffffff; 
}
.s20 {
    height: 20px;
}
.s40 {
    height: 40px;
}
._userLoginNotMember {
    position: absolute;
    width: 110px;
    background: #ffffff;
    padding: 10px 0;
    top: 155px;
    left: 50%;
    margin-left: -55px;
    color: #00537d;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
._userLoginButtons {
    color: #ffffff;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    margin: 0 0 30px;
}
._userLoginInfo {
    color: #646464;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}
._userLoginInfo span {
    font-weight: 600;
    color: #333333;
}
._userRegisterLink {
    color: #ffffff;
    width: 100%;
    height: 46px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 41px;
    background: #009999;
    box-sizing: border-box;
    border: 2px solid #009999;
    margin: 0 0 16px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    transition: .2s linear;
}
._userRegisterLink:hover {
	border: 2px solid #009999;
    background: #ffffff;
	color: #009999;
}
._userLoginSeperator {
    text-align: center;
    height: 10px;
    border-bottom: solid 1px #ededed;
    margin: 20px 0 30px;
}
._userLoginSeperator span {
    display: inline-block;
    background: #f9f9f9;
    padding: 0 5px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}
._userLoginContinue {
    width: 100%;
    height: 50px;
    background: #009999;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
    line-height: 50px;
    text-align: center;
    transition: .2s linear;
}
._userLoginContinue:hover {
    background: #018989;
}
._userFacebookLogin {
    color: #ffffff;
    width: 100%;
    height: 46px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 41px;
    background: #1c4d89;
    box-sizing: border-box;
    border: 2px solid #3b5998;
    margin: 0 0 16px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    transition: .2s linear;
}
._userFacebookLogin:hover {
    border: 2px solid #3b5998;
    color: #3b5998;
	background: #ffffff;
}
._userGoogleLogin {
    color: #ffffff;
    width: 100%;
    height: 46px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
    background: #d34836;
    box-sizing: border-box;
    border: 2px solid #d34836;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    transition: .2s linear;
}
._userGoogleLogin:hover {
    border: 2px solid #d34836;
    color: #d34836;
	background: #ffffff;
}
.radio-inline {
    line-height: 26px
}
.custom-radio {
    float: left
}
.custom-radio input[type=radio] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0
}
.custom-radio span {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #cccccc;
    border-radius: 100%;
    margin: 2px;
    margin-left: -15px
}
.custom-radio input[type=radio]:checked+span:before {
    display: block;
    width: 10px;
    height: 10px;
    border: 0px solid #cccccc;
    border-radius: 100%;
    margin: 2px;
    margin-top: 3px;
    margin-left: 3px;
    background-color: #006b9d;
    content: ""
}
.custom-checkbox {
    float: left;
    position: relative
}
.custom-checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}
.custom-checkbox span {
    display: block;
    width: auto;
    height: 20px;
    border: 0px solid #cccccc;
    border-radius: 100%;
    margin: 7px 0px 0px 5px;
    padding-left: 22px;
    cursor: pointer;
    font-weight: 400;
}
.custom-checkbox span:before {
    width: 18px;
    height: 18px;
    position: absolute;
    float: left;
    content: "";
    border: 1px solid #cccccc;
    left: 0px;
    margin-top: 4px;
}
.custom-checkbox input[type=checkbox]:checked+span:before {
    font: normal normal normal 12px/1 FontAwesome;
    color: #ffffff;
    border-color: rgba(0,84,139,1);
    background-color: rgba(0,84,139,1);
    content: "\f00c";
    padding-left: 3px;
    padding-top: 2px;
}
.iconn {
    color: #575756 !important;
    line-height: inherit !important;
    font-size: inherit !important;
}
.inputalan {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border: solid 1px #dddddd;
    padding: 6px 10px 6px 10px;
    float: right;
    color: #333333;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}
.yazialan {
    width: 100%;
    height: 175px;
    box-sizing: border-box;
    border: solid 1px #dddddd;
    color: #333333;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}
.inputlabel {
    margin-top: 10px;
    font-weight: 400;
    color: #888888;
}
.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%
}
.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.9)
}
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px)
}
.panel-danger a{
	color:#fff !important;
}
.panel-title a {
    font-weight: 500;
    color: #676767;
    font-size: 15px;
}
.userLoginLeft .panel-default>.panel-heading{
	background: #00548b !important;
}
h2.widgettitle {
    border-bottom: 1px solid #e9e9e9;
    color: rgba(54, 54, 54, 0.6);
    font-weight: 300;
    line-height: 60px;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}
.widget {
    margin-bottom: 30px;
}
.widget .menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.widget .menu li a {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    color: rgba(54, 54, 54, 0.6);
    line-height: 26px;
    display: block;
    padding: 7px 0px;
    transition: all .15s linear;
}
.widget .menu li a:hover {
    color: #009f8b;
    padding-left: 5px;
}
.widget .menu li a strong {
    color: #009f8b;
    font-size: 11px;
}
.widget .menu li:last-child a {
    border-bottom: 0px;
}
.widget .menu-advanced {
    background-color: #fff;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.widget .menu-advanced li {
    margin: 0px 0px 5px 0px;
    position: relative;
    transition: all .15s linear;
}
.widget .menu-advanced li a {
    color: #444;
    display: block;
    padding: 5px 15px;
}
.widget .menu-advanced li a .fa {
    color: #b6b7b8;
    font-size: 13px;
    width: 20px;
}
.widget .menu-advanced li.active {
    background: #f2f6f9;
}
.widget .menu-advanced li.active a {
    color: ##676767;
}
.widget .menu-advanced li.active a .fa {
    color: ##676767;
}
.widget .menu-advanced li.active:hover {
    background-color: #f2f6f9;
}
.widget .menu-advanced li.active:after {
    color: ##676767;
}
.widget .menu-advanced li:hover {
    background-color: rgba(0, 0, 0, 0.03);
}
.widget .menu-advanced li:last-child {
    margin: 0px;
}
.panel-group .panel {
    border-radius: 0 !important;
}
.panel-group .panel+.panel {
    margin-top: 2px !important;
}
.panel-default>.panel-heading {
    background: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-default>.panel-heading:hover {
    background: #f2f6f9;
}
.panel-danger>.panel-heading {
    background-color: #d43636;
    border-color: #d43636;
    border-radius: 0;
}
.stats-row {
    margin: 20px -12.5px 0
}
.stats-block {
    text-align: center;
    padding-top: 20px;
    border-radius: 8px;
    background: #f9fafc;
    display: inline-block;
    width: 100%;
    overflow: hidden
}
.stats-block a,
.stats-block span {
    display: block;
    font-weight: 600;
    color: inherit;
    line-height: 1
}
.stats-block .number {
    font-size: 65px
}
.stats-block .text {
    font-size: 14px
}
.stats-block .block-footer {
    position: relative;
    font-size: 12px;
    color: #646472;
    background: #ebeef0;
    margin-top: 30px;
    text-align: left;
    padding: 15px 0 15px 20px
}
.stats-block .block-footer:after,
.stats-block .block-footer:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    background: url(../img/btn_right_18.png) 0 -19px no-repeat;
    opacity: 1;
    transition: .5s opacity ease
}
.stats-block .block-footer:after {
    background-position: 0 0;
    opacity: 0
}
.stats-block .block-footer:hover {
    color: #fff
}
.stats-block .block-footer:hover:before {
    opacity: 0
}
.stats-block .block-footer:hover:after {
    opacity: 1
}
.stats-block.service-block {
    color: #81c04e
}
. .stats-block.service-block .block-footer:hover {
    background: #81c04e
}
.stats-block.domain-block {
    color: #0085bd
}
.stats-block.domain-block .block-footer:hover {
    background: #0085bd
}
.stats-block.ticket-block {
    color: #1ab4ee
}
.stats-block.ticket-block .block-footer:hover {
    background: #1ab4ee
}
.stats-block.invoice-block {
    color: #ef553a
}
.stats-block.invoice-block .block-footer:hover {
    background: #ef553a
}
.stats-block.fund-block {
    padding-top: 45px
}
.stats-block.fund-block .number {
    font-size: 30px;
    color: #30bb74
}
.stats-block.fund-block .text {
    color: #646472;
    font-size: 14px;
    margin-top: 10px
}
.stats-block.fund-block .block-footer:hover {
    background: #30bb74
}
/*------------- account ----------*/
/* 3.14 Shopping cart page
-----------------------------------------------------------------*/
.cart-table {
  background: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .cart-table {
    margin-bottom: 30px;
  }
}
.cart-table .table-header,
.cart-table .table-row {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
}
.cart-table .table-header > div,
.cart-table .table-row > div {
  display: table-cell;
  vertical-align: middle;
}
.cart-table .table-row {
  border-bottom: 2px solid #f0f0f0;
  border-top: 2px solid #f0f0f0;
  margin-bottom: 7px;
}
.cart-table .table-row > div {
  border-left: 1px solid #f0f0f0;
}
.cart-table .table-row > div:first-child {
  border-left: none;
}
.cart-table .table-header {
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  color: #575756;
}
.cart-table .table-footer {
  padding: 20px 0 15px;
  display: table;
  width: 100%;
}
.cart-table .table-footer .btn {
  margin: 0 12px 15px;
}
.cart-table .table-footer .btn:first-child {
  margin-left: 24px;
}
.cart-table .table-footer .btn:first-child + .btn {
  margin-right: 24px;
}
.cart-table .photo {
  width: 16%;
}
.cart-table .name {
  width: 42%;
  text-align: left;
  padding-left: 50px;
}
.cart-table .price,
.cart-table .qty,
.cart-table .subtotal {
  width: 12%;
}
.cart-table .remove,
.cart-table .continue {
  width: 6%;
}
.cart-table .table-row .photo {
  width: 16%;
  text-align: center;
  padding: 0 50px;
}
.cart-table .table-row .photo img {
  width: 100%;
  max-width: 100px;
  margin-top: 5px;
}
.cart-table .table-row .name {
  padding: 0 50px;
}
.cart-table .table-row .name small {
  color: #575756;
  font-size: 0.8em;
  font-weight: 400;
}
.cart-table .table-row .name,
.cart-table .table-row name a,
.cart-table .table-row .price,
.cart-table .table-row .subtotal {
  font-size: 19px;
  line-height: 22px;
  font-weight: 600;
  color: #f82e56;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.cart-table .table-row name a:hover {
  color: #f82e56;
  text-decoration: underline;
}
.cart-table .table-row .price,
.cart-table .table-row .subtotal {
  text-align: center;
}
.cart-table .table-row .qty {
  text-align: center;
}
.cart-table .table-row .qty input[type="text"] {
  background-color: transparent;
  border: 0;
  font-size: 19px;
  line-height: 22px;
  font-weight: 600;
  color: #f82e56;
}
.cart-table .table-row .remove {
  text-align: center;
}
.cart-table .table-row .remove a {
  font-size: 20px;
  line-height: 1em;
  color: #575756;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.cart-table .table-row .remove a:hover {
  color: #f82e56;
}
.cart-table .table-row .continue {
  text-align: center;
}
.cart-table .table-row .continue a {
  font-size: 20px;
  line-height: 1em;
  color: #575756;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.cart-table .table-row .continue a:hover {
  color: #f82e56;
}
.cart-table .table-row .continue span,
.cart-table .table-row .remove span {
  display: none;
}
.total-price {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
  width: 100%;
  max-width: 400px;
  float: right;
  background-color: transparent;
  font-size: 17px;
  line-height: 1.7em;
  color: #575756;
  font-weight: bold;
}
.total-price td {
  width: 50%;
  padding: 0 0 0 10px;
  text-align: right;
}
.total-price .total {
  font-size: 20px;
  color: #f82e56;
}
.cart-action {
  text-align: right;
  margin-bottom: 30px;
  width: 100%;
  clear: both;
}
.cart-action .btn {
  margin-bottom: 10px;
}
.cart-action a {
  font-size: 17px;
  line-height: 1.2em;
  color: #f82e56;
  text-decoration: none;
}
.cart-action a:hover {
  text-decoration: underline;
}
.total-wrapper {
  float: right;
}
@media screen and (max-width: 1199px) {
  .cart-table .table-row .photo {
    padding: 0 20px;
  }
  .cart-table .table-header {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .total-wrapper {
    float: none;
  }
  .cart-table {
    margin-bottom: 15px;
  }
  .cart-table .table-header {
    padding: 10px 0;
    font-size: 14px;
  }
  .cart-table .table-row .photo {
    padding: 0 10px;
  }
  .cart-table .table-row .name {
    padding: 0 10px;
  }
  .cart-table .table-row .name,
  .cart-table .table-row name a,
  .cart-table .table-row .price,
  .cart-table .table-row .subtotal {
    font-size: 15px;
    line-height: 18px;
  }
  .cart-table .table-row .qty input[type="text"] {
    font-size: 15px;
    line-height: 18px;
  }
  .cart-table .table-footer .btn {
    margin-right: 10px;
  }
  .cart-table .price,
  .cart-table .qty,
  .cart-table .subtotal {
    width: 15%;
  }
  .cart-table .name {
    width: 35%;
  }
  .table-header {
    font-size: 15px;
  }
}
@media screen and (max-width: 667px) {
  .cart-table .table-row .photo {
    padding: 0 20px;
  }
  .cart-table .table-header {
    padding: 10px 0;
    font-size: 14px;
  }
  .cart-table .table-row .name {
    padding: 0 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 667px) {
  .cart-table .table-row {
    border-bottom-width: 1px;
    border-top: 0;
  }
  .cart-table .table-header {
    display: none;
  }
  .cart-table .table-row {
    display: block;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .cart-table .table-row .photo {
    display: block;
    width: 33.33333%;
    float: left;
    padding: 0 10px;
  }
  .cart-table .table-row .name {
    display: block;
    float: right;
    width: 66.66666%;
    padding: 40px 0 20px;
  }
  .cart-table.wishlist .table-row .name {
    padding: 50px 0 20px;
  }
  .cart-table .table-row .remove {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
    width: auto;
  }
  .cart-table .table-row .continue {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
    width: auto;
  }
  .cart-table .table-row .continue span,
  .cart-table .table-row .remove span {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding-right: 8px;
  }
  .cart-table .table-row .continue i.icon,
  .cart-table .table-row .remove i.icon {
    vertical-align: bottom;
    font-size: 20px;
  }
  .cart-table .table-row > div {
    border-left: none;
  }
  .cart-table .qty,
  .cart-table .price,
  .cart-table .subtotal {
    display: block;
    position: absolute;
    width: 33.33333%;
    bottom: 10px;
    left: 0;
  }
  .cart-table .subtotal {
    left: auto;
    right: 0;
    padding: 0 10px;
  }
  .cart-table .qty {
    left: 33.33333%;
  }
  .cart-table .table-footer .btn {
    margin: 0 15px 15px;
    width: calc(100% - 30px);
    max-width: 100%;
    float: none !important;
  }
  .cart-table .table-footer .btn:first-child {
    margin-left: 15px;
  }
  .cart-table .table-footer .btn:first-child + .btn {
    margin-right: 15px;
  }
  .cart-table .table-footer {
    padding: 10px 0 0;
    text-align: center;
  }
  .coupon{
	float: none !important;
    width: 100% !important;
	overflow: hidden;
    display: block;
	margin-bottom:10px;
	padding-right: 5px;
  }
  .sepet_toplamlar{
	float: none !important;
    width: 100% !important;
	display: block;
    overflow: hidden;
  }
  .sepet_toplamlar table{
	  width:100%;
  }
  .coupon input[type="text"],
.coupon input[type="submit"],
.btn-cart {
    min-width: 100% !important;
}
}
/* 3.15 404 & empty cart page
-----------------------------------------------------------------*/
div.sepet_toplamlar{padding:0 5px;font-size:18px;margin-bottom: 25px;float: right;}
div.sepet_toplamlar table tr.indirim{color:#3498db;}
div.sepet_toplamlar table tr.indirim td a.cek_kupon_indirim_kaldir{width:16px;height:16px;text-decoration:none;padding:0 6px;background:url(../images/secimi_kaldir.png) center center no-repeat;}
div.sepet_toplamlar table td{padding:6px;border:1px solid #fff;text-align:right;}
div.sepet_toplamlar table td.baslik{background:#f7f7f7;padding-left:10px;}
div.sepet_bos{text-align:center;padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;background-color: #fcf8e3;border-color: #faebcc;color: #8a6d3b;}
div.sepet_bos span.uyari{display:block;font-weight:bold;font-size:20px;margin-bottom:5px;text-align:center;}
div.sepet_bos span.bilgi{display:block;}
div.sepet_bos span.bilgi a{text-decoration:none;color:#8a6d3b;font-weight:bold;}
div.sepet_bos span.bilgi a:hover{text-decoration:underline;}

.coupon {
    float: left;
    width: 470px;
	padding-left: 10px;
}

.coupon input {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.coupon label,
.cart-collaterals h2 {
    display: none;
}

.coupon input[type="text"],
.coupon input[type="submit"],
.btn-cart {
    border: 0;
    padding: 0.95em 1em;
    font-weight: normal;
    min-width: 315px;
    float: left;
    height: 50px;	
}

.coupon input[type="text"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border: solid 2px #f0f0f0;
	
}

.coupon input[type="submit"] {
    margin-left: 0;
    width: initial;
    min-width: inherit;
    line-height: 1;
    padding: 1.27em 1.5em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	background:#f0f0f0;
}
.temizle{
	clear:both;
}
.payment {
    margin-top: 10px
}
.payment .paymentTabber {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
	overflow: hidden;
}
.payment .paymentTabber .tabContent {
    float: left;
    display: block;
    height: 80px;
    padding-top: 23px;
    transition: background-color .3s
}
.payment .paymentTabber .tabContent.first {
    width: 33.33333333%;
}
.payment .paymentTabber .tabContent.second {
    width: 33.33333333%;
}
.payment .paymentTabber .tabContent.third {
    width: 33.33333333%;
}
.payment .paymentTabber .tabContent img.trigonImage {
    position: absolute;
    top: 0;
    right: -41px;
    transition: opacity .3s
}
.payment .paymentTabber .tabContent img.trigonImage.passive {
    z-index: 5;
    opacity: 1
}
.payment .paymentTabber .tabContent img.trigonImage.active {
    z-index: 0;
    opacity: 0
}
.payment .paymentTabber .tabContent .tabNumber {
    float: left;
    width: 35px;
    height: 35px;
    margin: 0 15px 0 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #ededed;
    transition: background-color .3s
}
.payment .paymentTabber .tabContent.first .tabNumber {
    margin: 0 15px 0 45px
}
.payment .paymentTabber .tabContent .tabNumber:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle
}
.payment .paymentTabber .tabContent .tabNumber .number {
    display: inline-block;
    vertical-align: middle
}
.payment .paymentTabber .tabContent .tabNumber img {
    position: absolute;
    top: 11px;
    left: 11px;
    margin: 0 auto 0 auto;
    opacity: 0
}
.payment .paymentTabber .tabContent .tabInfo {
    float: left
}
.payment .paymentTabber .tabContent .tabInfo .title {
    display: block;
    margin-bottom: 5px
}
.payment .paymentTabber .tabContent.active {
    background-color: #ededed
}
.payment .paymentTabber .tabContent.active img.trigonImage.active {
    z-index: 5;
    opacity: 1
}
.payment .paymentTabber .tabContent.active img.trigonImage.passive {
    z-index: 0;
    opacity: 0
}
.payment .paymentTabber .tabContent.active .tabNumber {
    background-color: #e40101
}
.payment .paymentTabber .tabContent.active .tabNumber .number {
    color: #fff
}
.payment .paymentTabber .tabContent.approved .tabNumber {
    background-color: #85c441
}
.payment .paymentTabber .tabContent.approved .tabNumber .number {
    display: none
}
.payment .paymentTabber .tabContent.approved .tabNumber img {
    opacity: 1
}
.payment .shoppingDetails .headerInfo .title {
    margin-bottom: 20px
}
.payment .shoppingDetails {
    width: 100%
}
.payment .shoppingDetails .addressInformation {
    float: left;
    width: 70%;
    transition: opacity .5s, margin .5s
}
.payment .shoppingDetails .addressInformation.off {
    opacity: 0;
    margin-bottom: 0;
    transition: opacity .5s, margin .5s
}
.payment .shoppingDetails .addressInformation .addressContent {
    width: 100%;
    padding: 25px 45px 25px 45px;
    background-color: #fff
}
.payment .shoppingDetails .addressInformation .deliveryAddress {
    margin-bottom: 10px;
    background-color: #fff;
    overflow: hidden;
    transition: height .5s
}
.payment .shoppingDetails .addressInformation .addressList {
    opacity: 0;
    transition: opacity .4s
}
.payment .shoppingDetails .addressInformation .addressList.on {
    opacity: 1
}
.payment .shoppingDetails .addressInformation .addressContent .registeredAddress .title {
    float: left;
    margin: 7px 20px 30px 0
}
.payment .shoppingDetails .addressInformation .addressContent .registeredAddress .createAddress {
    float: left
}
.payment .shoppingDetails .addressInformation .addressContent .checkInformation {
    margin-top: 20px
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox {
    float: left;
    width: 360px;
    height: 155px;
    padding: 20px 0 0 25px;
    margin-right: 9px;
    margin-bottom: 9px;
    border: 1px solid #f2f2f2;
    transition: background-color .3s
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox.selected {
    background-color: #f9f9f9
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox.last {
    margin-right: 0
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox .name {
    margin: 10px 0 0 32px
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox span.desc {
    margin: 15px 0 0 31px;
    line-height: 18px;
    display: block
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox .addressEdit {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox:hover .addressEdit {
    opacity: 1
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox .addressEdit .icon {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 1px;
    background-color: #f3f3f4;
    transition: background-color .3s
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox .addressEdit .icon img {
    margin: 0 auto 0 auto
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox .addressEdit .icon.edit img {
    margin-top: 6px
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox .addressEdit .icon.delete img {
    margin-top: 8px
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox .addressEdit .icon .active {
    display: none
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox .addressEdit .icon:hover {
    background-color: #888a8f;
    transition: background-color .5s
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox .addressEdit .icon:hover .active {
    display: block
}
.payment .shoppingDetails .addressInformation .addressContent .addressBox .addressEdit .icon:hover .passive {
    display: none
}
.payment .shoppingDetails .addressInformation .newAddress {
    display: none;
    opacity: 0;
    transition: opacity .4s
}
.payment .shoppingDetails .addressInformation .newAddress.on {
    opacity: 1
}
.payment .shoppingDetails .addressInformation .newAddress .newAddressContent .formElem {
    float: left;
    margin-bottom: 10px
}
.payment .shoppingDetails .addressInformation .newAddress .newAddressContent .v1 {
    margin-right: 9px
}
.payment .shoppingDetails .addressInformation .newAddress .newAddressContent .cancelNewAddress {
    float: right;
    margin-top: 20px
}
.payment .shoppingDetails .addressInformation .newAddress .newAddressContent .saveNewAddress {
    float: right;
    margin-top: 20px;
    margin-left: 10px
}
.payment .shoppingDetails .addressInformation .invoiceAddress {
    height: 0;
    margin-bottom: 0;
    background-color: #fff;
    overflow: hidden;
    transition: height .5s, margin .3s
}
.payment .shoppingDetails .addressInformation .invoiceAddress.on {
    margin-bottom: 10px
}
.payment .shoppingDetails .addressInformation .orderNotes {
    margin-bottom: 10px
}
.payment .shoppingDetails .addressInformation .orderNotes .title {
    margin-bottom: 10px
}
.payment .shoppingDetails .addressInformation .orderNotes .checkInformation {
    float: left;
    margin: 0 0 20px -4px;
    cursor: pointer
}
.payment .shoppingDetails .addressInformation .orderNotes .giftText {
    display: block;
    float: right;
    margin-top: 2px
}
.payment .shoppingDetails .addressInformation .orderNotes .giftText span {
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
    margin-right: 5px
}
.payment .shoppingDetails .addressInformation .orderNotes .giftText img {
    display: inline-block;
    width: 55px;
    height: auto
}
.payment .shoppingDetails .addressInformation .orderNotes .giftTextInfo {
    float: none;
    clear: both;
    height: 40px
}
.payment .shoppingDetails .addressInformation .orderNotes .giftTextInfo span.SSTFaceGGG {
    margin-top: 5px
}
.payment .shoppingDetails .addressInformation .orderNotes .giftNoteWrapper {
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .5s, height .5s;
    -webkit-transition: opacity .5s, height .5s
}
.payment .shoppingDetails .addressInformation .orderNotes .giftNoteWrapper.on {
    opacity: 1
}
.payment .shoppingDetails .addressInformation .carrierInformation {
    padding: 25px 0 0 0;
    margin-bottom: 10px;
	overflow: hidden;
}
.payment .shoppingDetails .addressInformation .carrierInformation .title {
    margin: 0 0 20px 40px
}
.payment .shoppingDetails .addressInformation .carrierInformation .row {
    width: 729px;
    margin: 0 auto 5px auto;
    transition: background-color .3s
}
.payment .shoppingDetails .addressInformation .carrierInformation .row.selected {
    background-color: #f9f9f9
}
.payment .shoppingDetails .addressInformation .carrierInformation .row label {
    float: left;
    margin: 23px 15px 0 25px
}
.payment .shoppingDetails .addressInformation .carrierInformation .row .carrierLogo {
    float: left
}
.payment .shoppingDetails .addressInformation .carrierInformation .row .firtsIcon {
    margin-top: 21px
}
.payment .shoppingDetails .addressInformation .carrierInformation .row .secondIcon {
    margin-top: 17px
}
.payment .shoppingDetails .addressInformation .carrierInformation .row .price {
    float: right;
    margin: 30px 30px 0 0
}
.payment .shoppingDetails .addressInformation .carrierInformation .row.active {
    background-color: #f8f8f9
}
.payment .shoppingDetails .addressInformation .carrierInformation .row.active .price {
    font-weight: 600
}
.payment .shoppingDetails .addressInformation .carrierInformation .map {
    width: 100%;
    height: 0;
    margin-top: 44px;
    background-color: #999;
    overflow: hidden;
    transition: height .5s, margin .5s
}
.payment .shoppingDetails .addressInformation .carrierInformation .map.on {
    height: 557px;
    margin-top: 44px
}
.payment .shoppingDetails .continueShopping.addressContent {
    padding: 30px 45px 30px 40px;
    margin-bottom: 0;
	overflow:hidden;
}
.payment .shoppingDetails .continueShopping .shoppingButton {
    display: block;
    float: left;
    padding-left: 5px;
    margin-top: 16px;
    color: #7f7f7f;
    font-size: 13px;
    font-weight: 600;
    transition: padding-left .3s, color .3s
}
.payment .shoppingDetails .continueShopping .shoppingButton img {
    display: inline-block;
    width: 5px;
    height: auto;
    margin-right: 17px;
    transition: margin-right .3s
}
.payment .shoppingDetails .continueShopping .shoppingButton:hover {
    padding-left: 0;
    color: #616161
}
.payment .shoppingDetails .continueShopping .shoppingButton:hover img {
    margin-right: 22px
}
.payment .shoppingDetails .continueShopping .saveBtn {
    float: right
}
.payment .shoppingDetails .continueShopping .payBtn {
    float: right;
    padding: 0
}
.payment .shoppingDetails .paymentInformation {
    display: none;
    float: left;
    width: 819px;
    opacity: 0;
    transition: opacity .3s
}
.payment .shoppingDetails .paymentInformation.on {
    opacity: 1;
    transition: opacity .3s
}
.payment .shoppingDetails .paymentInformation .paymentContent {
    width: 100%;
    padding: 40px 45px 50px 45px;
    margin-bottom: 10px;
    background-color: #fff
}
.payment .shoppingDetails .paymentInformation .paymentContent .headerInfo a.backToAddressSelection {
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 12px
}
.payment .shoppingDetails .paymentInformation .paymentContent .headerInfo a.backToAddressSelection {
    display: none
}
.payment .shoppingDetails .paymentInformation .paymentContent .headerInfo a.backToAddressSelection img {
    float: left;
    width: 9px;
    height: auto;
    margin-top: -2px;
    margin-right: 10px
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber {
    width: 100%
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber ul li {
    float: left;
    min-width: calc(25% - 1px);
    min-width: -webkit-calc(25% - 1px);
    margin-left: 1px;
    border-bottom: 2px solid #fff
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber li a {
    display: block;
    height: 40px;
    padding: 13px 20px 0 20px;
    text-align: center;
    background-color: #eae7e7
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber li a.active {
    border-bottom: 2px solid #e10a17;
    background-color: #f8f8f8
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber li img.paypal,
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber li img.bkmExpress {
    margin: 0 auto 0 auto
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tabContent {
    display: none;
    width: 100%;
    margin-top: 30px
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tabContent.active {
    display: block
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent {
    width: 398px
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent .cardLogo {
    display: none;
    position: absolute;
    top: 130px;
    left: 420px;
    width: 80px;
    height: auto
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent .creditCardLogos {
    margin-bottom: 20px
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent .creditCardLogos img {
    float: left;
    margin-right: 8px
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent .inputCardName {
    margin-bottom: 10px
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent .formItem {
    float: left;
    margin: 27px 14px 0 0
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent .formItem span {
    margin-bottom: 23px;
    padding-left: 20px
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent .formItem .selectExpirationDate {
    margin-right: 6px
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent .formItem.last {
    margin-right: 0
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab1 .wirePaymentOption {
    float: left;
    width: 354px;
    height: 220px;
    padding: 0 15px 0 30px;
    margin: 0 10px 10px 0;
    border: 1px solid #f2f2f2
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab1 .wirePaymentOption label {
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab1 .wirePaymentOption img {
    width: 120px;
    height: auto;
    margin: 10px 20px 20px 20px
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab1 .wirePaymentOption span,
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab1 .wirePaymentOption p {
    display: block;
    margin: 5px 0 0 20px;
    line-height: 15px
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tabContent p {
    float: left;
    width: 70%;
    padding: 10px;
    line-height: 17px
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tabContent p a {
    display: inline-block;
    line-height: 18px
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tabContent .paypalLogo,
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tabContent .bkmLogo {
    float: left;
    width: 25%;
    margin: 14px
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tabContent .payButton {
    margin: 20px 0 0 10px
}
.payment .shoppingDetails .paymentInformation .instalment {
    height: 0;
    margin-bottom: 0;
    background-color: #fff;
    overflow: hidden;
    transition: height .5s, margin .3s
}
.payment .shoppingDetails .paymentInformation .instalment.on {
    margin-bottom: 10px
}
.payment .shoppingDetails .paymentInformation .instalment .instalmentOptions {
    display: none;
    margin-bottom: 0;
    opacity: 0;
    transition: opacity .4s
}
.payment .shoppingDetails .paymentInformation .instalment .instalmentOptions.on {
    opacity: 1
}
.payment .shoppingDetails .paymentInformation .instalment .instalmentOptions .headerInfo {
    margin-bottom: 0
}
.payment .shoppingDetails .paymentInformation .instalment .instalmentOptions table.tableInstalment {
    width: 100%
}
.payment .shoppingDetails .paymentInformation .instalment .instalmentOptions table.tableInstalment tr td {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    vertical-align: middle
}
.payment .shoppingDetails .paymentInformation .instalment .instalmentOptions table.tableInstalment tr:first-child {
    border-bottom: 1px solid #f2f2f2
}
.payment .shoppingDetails .paymentInformation .instalment .instalmentOptions table.tableInstalment tr th {
    width: 150px;
    color: #cacaca;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px
}
.payment .shoppingDetails .paymentInformation .instalment .instalmentOptions table.tableInstalment tr td {
    letter-spacing: .02em;
    color: #a3a3a3;
    font-size: 12px;
    padding-top: 13px;
    transition: all .5s
}
.payment .shoppingDetails .paymentInformation .instalment .instalmentOptions table.tableInstalment tr td label {
    top: -4px;
    white-space: nowrap
}
.payment .shoppingDetails .paymentInformation .instalment .instalmentOptions table.tableInstalment tr td label input[type="radio"] {
    top: 4px
}
.payment .shoppingDetails .paymentInformation .instalment .instalmentOptions table.tableInstalment tr:hover td {
    color: #000
}
.payment .shoppingDetails .paymentInformation .instalment .instalmentOptions table.tableInstalment tr td:nth-child(2),
.payment .shoppingDetails .paymentInformation .instalment .instalmentOptions table.tableInstalment tr td:nth-child(3) {
    text-align: center
}
.payment .shoppingDetails .paymentInformation .salesAgreement .agreementContent .agreementA {
    float: left;
    width: 47%
}
.payment .shoppingDetails .paymentInformation .salesAgreement .agreementContent .agreementB {
    float: right;
    width: 47%
}
.payment .shoppingDetails .paymentInformation .salesAgreement .agreementContent h4 {
    margin-bottom: 18px;
    padding-left: 30px
}
.payment .shoppingDetails .paymentInformation .salesAgreement .agreementContent .textarea {
    width: 100%;
    height: 120px;
    padding: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    color: #7f7f7f;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    border: 1px solid #e5e5e5;
    overflow: auto
}
.payment .shoppingDetails .paymentInformation .salesAgreement .agreementContent label {
    float: left;
    padding-left: 32px
}
.payment .shoppingDetails .paymentInformation .salesAgreement .agreementContent label input[type="checkbox"] {
    position: absolute;
    top: -4px;
    left: -4px
}
.payment .shoppingDetails .paymentInformation .continueShopping.paymentContent {
    padding: 30px 45px 30px 40px;
    margin-bottom: 0
}
.payment .shoppingDetails .paymentInformation .continueShopping.paymentContent p.text {
    margin-top: 20px;
    text-align: right
}
.payment .shoppingDetails .orderSummary {
    float: right;
    width: 29%;
    background-color: #fff
}
.payment .shoppingDetails .orderSummary h3.orderText {
    padding-left: 50px;
    padding-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #f4f4f4
}
.payment .shoppingDetails .orderSummary table {
    width: 280px;
    margin: auto
}
.payment .shoppingDetails .orderSummary table tr td {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #ededed;
    text-align: left;
    vertical-align: middle
}
.payment .shoppingDetails .orderSummary table tr td.tdImg {
    width: 50px
}
.payment .shoppingDetails .orderSummary table tr td.tdImg img {
    width: 50px;
    height: auto;
    border: 1px solid #e6e6e6
}
.payment .shoppingDetails .orderSummary table tr td.tdDescription {
    padding-left: 15px
}
.payment .shoppingDetails .orderSummary table tr td.tdDescription h4.productName {
    line-height: 18px
}
.payment .shoppingDetails .orderSummary table tr td.tdDescription h5.subName {
    margin-bottom: 5px
}
.payment .shoppingDetails .orderSummary table tr td.tdDescription h5.color {
    color: #7f7f7f;
    font-size: 13px
}
.payment .shoppingDetails .orderSummary table tr td div {
    margin-top: 10px
}
.payment .shoppingDetails .orderSummary table tr td div .spanPrice {
    float: left;
    color: #000;
    font-weight: 600
}
.payment .shoppingDetails .orderSummary table tr td div .spanTime {
    float: right;
    color: #000
}
.payment .shoppingDetails .orderSummary .divSubTotal {
    width: 280px;
    padding-bottom: 10px;
    margin: 20px auto 0 auto;
    border-bottom: 1px solid #ededed
}
.payment .shoppingDetails .orderSummary .divSubTotal span {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px
}
.payment .shoppingDetails .orderSummary .divSubTotal .divLeft {
    float: left;
    text-align: left
}
.payment .shoppingDetails .orderSummary .divSubTotal .divRight {
    float: right;
    text-align: right
}
.payment .shoppingDetails .orderSummary .divSubTotal .divRight .price {
    font-size: 14px
}
.payment .shoppingDetails .orderSummary .divTotal {
    height: 70px;
    margin-top: 30px;
    text-align: center
}
.payment .shoppingDetails .orderSummary .divTotal p.date {
    margin-top: 10px
}
.payment .shoppingDetails .orderSummary a.updateBasket {
    margin: 0 auto 40px auto
}
.payment .shoppingDetails .orderSummary .shippingAddress {
    width: 100%;
    padding: 25px 0 20px 0;
    border-top: 10px solid #f4f4f4
}
.payment .shoppingDetails .orderSummary .shippingAddress span.header {
    display: block;
    padding: 0 0 24px 45px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f4f4f4
}
.payment .shoppingDetails .orderSummary .shippingAddress .info {
    padding: 0 30px 0 45px;
    padding-left: 45px
}
.payment .shoppingDetails .orderSummary .shippingAddress .info h6 {
    margin: 15px 0 3px 0
}
.payment .shoppingDetails .orderSummary .shippingAddress .info p {
    margin-bottom: 3px;
    line-height: 20px
}
.payment .shoppingDetails .orderSummary .shippingAddress .info a.changeAdress {
    display: none
}
.newAddressContent .personalOrCorporate {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 23px
}
.newAddressContent .personalOrCorporate input[type="radio"] {
    top: 4px
}
.newAddressContent .personalOrCorporate label {
    margin-right: 28px;
    cursor: pointer
}
.newAddressContent .divPersonalOptionInput,
.newAddressContent .divCorporateOptionInput,
.newAddressContent .divPersonalOptionInputDelivery,
.newAddressContent .divCorporateOptionInputDelivery {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 23px
}
.noAddress {
    margin: 30px 0 10px;
    color: #e40101
}
.registeredAddress label.invioceLbl {
    margin-top: 20px
}
#divPlaceOrder,
#divPlaceOrderBankTransfer {
    float: right
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .divLoyaltyWrap {
    display: none;
    border: 1px solid #e2e2e2;
    background-color: #f8f8f8;
    padding: 10px;
    margin-top: 30px;
    overflow: hidden
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .lblLoyaltyPoint {
    display: block;
    float: left;
    margin: 10px 15px 0;
    font-size: 18px;
    color: #008000
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .div3DWrap {
    margin: 20px 0 0
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .div3DWrap input[type="checkbox"] {
    margin-left: 0
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .lbl3D {
    margin: 10px 0
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 #btnRemoveLoyaltyPoint {
    display: none
}
.payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 #btnLoyaltyPoint {
    display: none
}
@media all and (max-width: 700px) {
    .payment {
        padding-left: 10px;
        padding-right: 10px
    }
    .payment .paymentTabber .tabContent {
        display: none
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .headerInfo a.backToAddressSelection {
        display: none
    }
    .payment .shoppingDetails .addressInformation {
        float: none;
        width: 100%
    }
    .payment .shoppingDetails .addressInformation .addressContent {
        width: 100%;
        padding: 20px 20px 30px 20px
    }
    .payment .shoppingDetails .addressInformation .addressContent .registeredAddress .title {
        margin: 10px 20px 15px 0
    }
    .payment .shoppingDetails .addressInformation .deliveryAddress .addressList .save {
        display: none
    }
    .payment .shoppingDetails .addressInformation .addressContent p {
        line-height: 18px
    }
    .payment .shoppingDetails .addressInformation .addressContent .registeredAddress .createAddress {
        width: 100%;
        margin-bottom: 10px
    }
    .payment .shoppingDetails .addressInformation .addressContent .addressBox {
        width: 100%;
        padding: 20px 0 0 15px;
        margin-right: 0;
        margin-bottom: 10px
    }
    .payment .shoppingDetails .addressInformation .newAddress .newAddressContent .formElem {
        float: none
    }
    .payment .shoppingDetails .addressInformation .newAddress .newAddressContent .v1 {
        margin-right: 0
    }
    .payment .shoppingDetails .addressInformation .newAddress .newAddressContent .saveNewAddress {
        float: none;
        width: 100%;
        margin-left: 0
    }
    .payment .shoppingDetails .addressInformation .newAddress .newAddressContent .cancelNewAddress {
        float: none;
        width: 100%
    }
    .payment .shoppingDetails .addressInformation .orderNotes .checkInformation {
        float: none
    }
    .payment .shoppingDetails .addressInformation .orderNotes .checkInformation .price {
        display: block;
        margin-left: 38px
    }
    .payment .shoppingDetails .addressInformation .orderNotes .giftText {
        float: none;
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0
    }
    .payment .shoppingDetails .addressInformation .orderNotes .giftText.giftTextInfo span {
        display: block;
        margin-top: 0;
        margin-right: 0;
        float: left
    }
    .payment .shoppingDetails .addressInformation .orderNotes .giftText img {
        margin-top: 0;
        float: right
    }
    .payment .shoppingDetails .addressInformation .carrierInformation {
        padding: 30px 0 0 0
    }
    .payment .shoppingDetails .addressInformation .carrierInformation .title {
        margin-left: 20px
    }
    .payment .shoppingDetails .addressInformation .carrierInformation .row {
        width: 90%
    }
    .payment .shoppingDetails .addressInformation .carrierInformation .row label {
        margin: 21px 0 0 10px
    }
    .payment .shoppingDetails .addressInformation .carrierInformation .row .firtsIcon {
        margin-top: 28px
    }
    .payment .shoppingDetails .addressInformation .carrierInformation .row .secondIcon {
        margin-top: 23px
    }
    .payment .shoppingDetails .addressInformation .carrierInformation .row .price {
        margin: 30px 10px 0 0
    }
    .payment .shoppingDetails .addressInformation .carrierInformation .map.on {
        height: 300px
    }
    .payment .shoppingDetails .continueShopping .shoppingButton {
        float: none;
        display: none
    }
    .payment .shoppingDetails .saveBtn {
        float: none;
        width: 100%;
        margin-top: 10px
    }
    .payment .shoppingDetails #divPlaceOrder {
        width: 100%
    }
    .payment .shoppingDetails #divPlaceOrder .payBtn {
        width: 100%
    }
    .payment .shoppingDetails .paymentInformation .continueShopping.paymentContent p.text {
        text-align: center
    }
    .payment .shoppingDetails .paymentInformation {
        float: none;
        width: 100%
    }
    .payment .shoppingDetails .paymentInformation .paymentContent {
        width: 100%;
        padding: 20px 20px 30px 20px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent p {
        line-height: 18px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber ul {
        width: 100%
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber ul li {
        min-width: calc(25% - 3px);
        min-width: -webkit-calc(25% - 3px)
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber li a {
        padding: 15px 15px 0 15px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tabContent {
        margin-top: 20px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent {
        width: 100%
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent .cardLogo {
        top: 7px;
        left: 181px;
        width: 70px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .creditCardLogos {
        margin-bottom: 20px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .creditCardLogos img {
        width: 50px;
        height: 31px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent .formItem {
        float: left;
        margin: 27px 4px 0 0
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent .formItem span {
        margin-bottom: 10px;
        padding-left: 0
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent .formItem .selectExpirationDate {
        margin-right: 6px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .formContent .formItem.last {
        width: 80px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab1 .wirePaymentOption {
        float: none;
        width: 100%;
        height: 220px;
        padding: 0 15px 0 30px;
        margin: 0 10px 10px 0
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab1 .wirePaymentOption.active {
        background-color: #f9f9f9
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab1 .wirePaymentOption img {
        width: 100px;
        margin: 10px 20px 20px 8px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab1 .wirePaymentOption span,
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab1 .wirePaymentOption p {
        padding: 0;
        margin: 5px 0 0 8px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tabContent .paypalLogo,
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tabContent .bkmLogo {
        float: right;
        margin: 14px 0 0 0
    }
    .payment .shoppingDetails .paymentInformation .salesAgreement .agreementContent .agreementA,
    .payment .shoppingDetails .paymentInformation .salesAgreement .agreementContent .agreementB {
        float: none;
        width: 100%;
        margin-bottom: 30px
    }
    .payment .shoppingDetails .paymentInformation .salesAgreement .agreementContent h4 {
        padding-left: 0
    }
    .payment .shoppingDetails .paymentInformation .salesAgreement .agreementContent .textareaA {
        margin: 10px 0 20px 0
    }
    .payment .shoppingDetails .paymentInformation .continueShopping.paymentContent {
        padding: 20px 20px 30px 20px
    }
    .payment .shoppingDetails .orderSummary {
        display: none;
        float: none;
        margin-bottom: 10px;
        width: 100%
    }
    .payment .shoppingDetails .orderSummary h3.orderText {
        padding-top: 20px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .lblLoyaltyPoint {
        margin-bottom: 20px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab0 .SSTAStyleRP {
        width: 100%;
        width: 90%;
        margin: 0 auto;
        float: none
    }
    .payment .shoppingDetails .addressInformation .newAddress .newAddressContent .tcNoMoreInfo {
        display: inline-block;
        margin-top: 10px
    }
	#sonuc {
		width: 100% !important;
		margin-left: 0px !important;
		position: inherit !important;
		margin-top: -20px;
		margin-bottom: 20px;
		font-size:15px !important;
	}
	.product-content{
		min-height: 90px;
	}
	.product-meta ul li:last-child{
		float: none !important;
		width: 100% !important;
	}
	.product-meta ul li span{
		width: 100% !important;
	}
	.product-content h3 {
		font-size: 13px !important;
		font-weight: 600 !important;
	}
}
@media all and (min-width: 701px) and (max-width: 1023px) {
    .payment .paymentTabber .tabContent.first {
        width: 211px
    }
    .payment .paymentTabber .tabContent.second {
        width: 271px
    }
    .payment .paymentTabber .tabContent.third {
        width: 271px
    }
    .payment .paymentTabber .tabContent .tabNumber {
        margin: 0 15px 0 50px
    }
    .payment .paymentTabber .tabContent.first .tabNumber {
        margin: 0 15px 0 15px
    }
    .payment .shoppingDetails .addressInformation {
        float: none;
        width: 100%
    }
    .payment .shoppingDetails .addressInformation .addressContent .addressBox {
        width: 334px
    }
    .payment .shoppingDetails .addressInformation .carrierInformation .row {
        width: 678px
    }
    .payment .shoppingDetails .paymentInformation {
        width: 480px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab1 .wirePaymentOption {
        width: 329px
    }
    .payment .shoppingDetails .orderSummary {
        display: none;
        width: 280px
    }
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
    .payment .paymentTabber .tabContent.first {
        width: 341px
    }
    .payment .paymentTabber .tabContent.second {
        width: 341px
    }
    .payment .paymentTabber .tabContent.third {
        width: 341px
    }
    .payment .shoppingDetails .addressInformation {
        width: 700px
    }
    .payment .shoppingDetails .addressInformation .addressContent .addressBox {
        width: 300px
    }
    .payment .shoppingDetails .addressInformation .carrierInformation .row {
        width: 612px
    }
    .payment .shoppingDetails .paymentInformation {
        width: 700px
    }
    .payment .shoppingDetails .paymentInformation .paymentContent .paymentMethodTabber .tabberContent .tab1 .wirePaymentOption {
        width: 295px
    }
    .payment .shoppingDetails .orderSummary {
        width: 314px
    }
}
.agrementTable {
    border: 1px solid #ccc;
    width: 100%
}
.agrementTable th {
    font-weight: bold;
    text-align: center;
    padding: 4px;
    vertical-align: middle;
    background-color: #f3f3f3
}
.agrementTable td {
    padding: 4px;
    vertical-align: middle;
    text-align: center
}
.agrementTable td img {
    width: 60px;
    margin: 0 auto
}
.agrementTable td,
.agrementTable th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}
.SSTFaceA {
    color: #000;
    font-size: 16px;
    font-weight: 600
}
.SSTFaceB {
    color: #4d4f65;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.396
}
.SSTFaceC {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    opacity: .5
}
.SSTFaceD {
    color: #dd354b;
    font-size: 28px;
    font-weight: 700
}
.SSTFaceE {
    color: #404040;
    font-size: 14px;
    font-weight: 600
}
.SSTFaceF {
    color: #676767;
    font-size: 14px;
    font-weight: 600
}
.SSTFaceG {
    color: #a3a3a3;
    font-size: 13px;
    font-weight: 500
}
.SSTFaceH {
    color: #a3a3a3;
    font-size: 13px;
    font-weight: 500
}
.SSTFaceI {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em
}
.SSTFaceJ {
    color: #676767;
    font-size: 14px;
    font-weight: 600
}
.SSTFaceK {
    color: #404040;
    font-size: 12px;
    font-weight: 600
}
.SSTFaceL {
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 500
}
.SSTFaceM {
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em
}
.SSTFaceN {
    color: #7f7f7f;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .05em
}
.SSTFaceO {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .04em
}
.SSTFaceP {
    color: #e40101;
    font-size: 18px;
    font-weight: 700
}
.SSTFaceQ {
    color: #404040;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em
}
.SSTFaceR {
    color: #3f3f3f;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .01em
}
.SSTFaceS {
    color: #c6c6c6;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .01em
}
.SSTFaceT {
    color: #000;
    font-weight: 600;
    font-size: 13px
}
.SSTFaceU {
    color: #000;
    font-size: 14px;
    font-weight: 500
}
.SSTFaceV {
    color: #bdbdbd;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em
}
.SSTFaceW {
    color: #e40101;
    font-size: 27px;
    font-weight: 500
}
.SSTFaceX {
    color: #000;
    font-size: 14px;
    font-weight: 600
}
.SSTFaceY {
    color: #000;
    font-size: 14px;
    font-weight: 600
}
.SSTFaceZ {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 500
}
.SSTFaceAA {
    color: #e40101;
    font-size: 27px;
    font-weight: 400
}
.SSTFaceBB {
    color: #000;
    font-size: 40px;
    font-weight: 500
}
.SSTFaceCC {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em
}
.SSTFaceDD {
    color: #656565;
    font-size: 12px;
    font-weight: 500
}
.SSTFaceEE {
    color: #e40101;
    font-size: 34px;
    font-weight: 400
}
.SSTFaceFF {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em
}
.SSTFaceGG {
    color: #56575b;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .03em
}
.SSTFaceHH {
    color: #262626;
    font-size: 15px;
    font-weight: 500
}
.SSTFaceII {
    color: #e40101;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: .01em
}
.SSTFaceJJ {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .01em
}
.SSTFaceKK {
    color: #999;
    font-size: 12px;
    font-weight: 400
}
.SSTFaceLL {
    color: #000;
    font-size: 16px;
    font-weight: 500
}
.SSTFaceMM {
    color: #e40101;
    font-size: 18px;
    font-weight: 600
}
.SSTFaceNN {
    color: #000;
    font-size: 18px;
    font-weight: 500
}
.SSTFaceOO {
    color: #a1a1a1;
    font-size: 12px;
    font-weight: 600
}
.SSTFacePP {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em
}
.SSTFaceQQ {
    color: #e40101;
    font-size: 23px;
    font-weight: 600
}
.SSTFaceRR {
    color: #202132;
    font-size: 28px;
    font-weight: 500
}
.SSTFaceSS {
    color: #767676;
    font-size: 22px;
    font-weight: 500
}
.SSTFaceTT {
    color: #767676;
    font-size: 18px;
    font-weight: 500
}
.SSTFaceUU {
    color: #000;
    font-size: 14px;
    font-weight: 600
}
.SSTFaceVV {
    color: #e40101;
    font-size: 27px;
    font-weight: 500
}
.SSTFaceYY {
    color: #888a8f;
    font-size: 23px;
    font-weight: 500
}
.SSTFaceAAA {
    color: #404040;
    font-size: 12px;
    font-weight: 600
}
.SSTFaceBBB {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 500
}
.SSTFaceCCC {
    color: #a3a3a3;
    font-size: 18px;
    font-weight: 600
}
.SSTFaceDDD {
    color: #767676;
    font-size: 12px;
    font-weight: 500;
	margin-top: -10px;
}
.SSTFaceEEE {
    color: #525252;
    font-size: 16px;
    font-weight: 600
}
.SSTFaceFFF {
    color: #000;
    font-size: 15px;
    font-weight: 600
}
.SSTFaceGGG {
    color: #e40101;
    font-size: 13px;
    font-weight: 600
}
.SSTFaceHHH {
    color: #000;
    font-size: 14px;
    font-weight: 500
}
.SSTFaceIII {
    color: #e40101;
    font-size: 14px;
    font-weight: 500
}
.SSTFaceJJJ {
    color: #e40101;
    font-size: 16px;
    font-weight: 600
}
.SSTFaceKKK {
    color: #777;
    font-size: 16px;
    font-weight: 500
}
.SSTFaceLLL {
    color: #555;
    font-size: 20px;
    font-weight: 500
}
.SSTFaceMMM {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 500
}
.SSTAStyleA {
    display: block;
    height: 30px;
    width: 180px;
    text-decoration: none;
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px
}
.SSTAStyleA img {
    float: left;
    width: 24px !important;
    height: 11px !important;
    margin-top: 9px;
    opacity: .25;
    transition: all .5s
}
.SSTAStyleA span {
    display: inline-block;
    float: right;
    margin-top: 10px;
    transition: all .5s
}
.SSTAStyleA:hover img {
    margin-left: -5px
}
.SSTAStyleA:hover span {
    color: #000
}
.SSTAStyleB {
    display: block;
    padding: 12px 32px 12px 32px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em;
    background-color: #e40101;
    text-align: center;
    opacity: .9;
    transition: opacity .3s
}
.SSTAStyleB:hover {
    opacity: 1
}
.SSTAStyleC {
    color: #e40101;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em
}
.SSTAStyleD {
    display: block;
    color: #e40101;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em
}
a.SSTAStyleE {
    display: inline;
    font-size: 11px;
    text-decoration: underline;
    color: #000;
    opacity: .8;
    transition: opacity .2s
}
.SSTAStyleE:hover {
    opacity: 1
}
.SSTAStyleF {
    display: block;
    height: 30px;
    width: 170px;
    text-decoration: none;
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px
}
.SSTAStyleF img {
    float: left;
    width: 24px !important;
    height: 11px !important;
    margin-top: 9px;
    opacity: .25;
    transition: all .5s
}
.SSTAStyleF span {
    display: inline-block;
    float: right;
    margin-top: 10px;
    transition: all .5s
}
.SSTAStyleF:hover img {
    margin-left: 5px
}
.SSTAStyleF:hover span {
    color: #000
}
.SSTAStyleG:link,
.SSTAStyleG:visited {
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .02em;
    transition: color .5s
}
.SSTAStyleG:hover,
.SSTAStyleG:active {
    color: #4f4f4f
}
.SSTAStyleH:link,
.SSTAStyleH:visited {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    transition: all .3s
}
.SSTAStyleH:hover,
.SSTAStyleH:active {
    color: #e40101
}
.SSTAStyleI:link,
.SSTAStyleI:visited {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .08em;
    transition: color .5s
}
.SSTAStyleI:hover,
.SSTAStyleI:active {
    color: #737373
}
.SSTAStyleJ:link,
.SSTAStyleJ:visited {
    display: inline-block;
    color: #404040;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .08em
}
.SSTAStyleK:link,
.SSTAStyleK:visited {
    color: #dd354b;
    font-size: 11px;
    font-weight: 400
}
.SSTAStyleL {
    height: 40px;
    margin-top: 2px;
    border: 3px solid #000;
    background: transparent;
    text-align: center;
    font-size: 14px;
    line-height: 37px;
    padding-left: 65px;
    color: #000;
    padding-right: 65px;
    font-weight: 500;
    transition: all .3s
}
.SSTAStyleL:hover {
    color: #fff;
    background: #000;
    border: 3px solid #000
}
.SSTAStyleM {
    display: inline-block !important;
    text-decoration: underline !important;
    color: #000
}
.SSTAStyleN {
    display: inline-block;
    text-decoration: underline !important;
    color: #676767;
    font-size: 11px;
    font-weight: 600;
    transition: color .3s
}
.SSTAStyleN:hover {
    color: #000 !important
}
.SSTAStyleO {
    display: block;
    width: 170px;
    height: 42px;
    padding-top: 14px;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
    text-align: center;
    background-color: #e40101;
    opacity: .8;
    transition: opacity .3s
}
.SSTAStyleO:hover {
    opacity: 1
}
.SSTAStyleP {
    color: #999;
    font-size: 14px;
    font-weight: 600
}
.SSTAStyleP img {
    opacity: .4;
    transition: opacity .4s
}
.SSTAStyleP:hover {
    color: #000
}
.SSTAStyleP:hover img {
    opacity: 1
}
.SSTAStyleR {
    display: block;
    width: 152px;
    padding-top: 9px;
    padding-bottom: 11px;
    border: 1px solid #e3e3e3;
    color: #888a8f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
    text-align: center;
    background-color: #ededed;
    opacity: .8;
    transition: opacity .3s
}
.SSTAStyleR:hover {
    opacity: 1
}
.SSTAStyleR.v1 {
    width: 156px;
    padding-top: 16px;
    padding-bottom: 16px;
    border: none
}
.SSTAStyleR.v2 {
    width: 120px;
    height: 42px;
    padding-top: 14px
}
.SSTAStyleRP {
    display: block;
    float: left;
    width: 100px;
    padding: 10px !important;
    border: 1px solid #e3e3e3;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
    text-align: center;
    background-color: #95979c;
    opacity: 1;
    transition: opacity .3s;
    visibility: visible
}
.SSTAStyleRP:hover {
    opacity: .8
}
.SSTAStyleS {
    display: block;
    width: 120px;
    height: 42px;
    padding-top: 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
    text-align: center;
    background-color: #e40101;
    opacity: 1;
    transition: opacity .3s
}
.SSTAStyleS:hover {
    opacity: .8
}
ul.typeA {
    list-style-type: circle;
    list-style-position: inside
}
.SSTSpanStyleA {
    display: block;
    color: #bababa;
    font-size: 13px;
    font-weight: 600
}
SSTSpanStyleB {
    display: block;
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #f00
}
.SSTSpanStyleC {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600
}
.SSTSpanStyleD {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px
}
.SSTSpanStyleE {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .01em
}
.SSTSpanStyleF {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600
}
.SSTSpanStyleG {
    display: block;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em
}
.SSTSpanStyleH {
    display: block;
    color: #999;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .04em
}
.SSTSpanStyleI {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em
}
.SSTSpanStyleJ {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em
}
.SSTSpanStyleK {
    display: block;
    color: #7b7b7b;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em
}
.SSTSpanStyleL {
    display: block;
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em
}
.SSTSpanStyleM {
    display: block;
    color: #e40101;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em
}
.SSTspanStyleN {
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .08em
}
@media all and (max-width: 700px) {
    #basketOpener .SSTFaceJ {
        color: #000;
        font-size: 14px
    }
    #basketOpener .SSTFaceYY {
        font-size: 18px
    }
    #basketDetails .SSTFaceF {
        font-size: 12px
    }
    #basketDetails .SSTFaceG {
        color: #000;
        font-size: 12px;
        font-weight: 600
    }
    #basketDetails .SSTFaceH {
        color: #000;
        font-size: 12px;
        font-weight: 600
    }
    #basketDetails .SSTFaceJ {
        color: #000;
        font-size: 13px;
        font-weight: 600
    }
    #orderSummaryDetail .divItem .SSTFaceJ {
        font-size: 13px
    }
    #static .SSTFaceRR {
        font-size: 22px;
        letter-spacing: 0
    }
    .SSTFaceS {
        font-size: 15px
    }
    .SSTFaceBB {
        font-size: 24px
    }
    .SSTFaceKK {
        color: #ccc;
        font-weight: 100;
        font-size: 11px
    }
    #pay .SSTFaceM {
        font-size: 10px
    }
    #pay .SSTFaceW {
        font-size: 24px
    }
    .SSTSpanStyleF {
        font-size: 13px
    }
    .SSTAStyleG {
        font-size: 14px !important
    }
    .SSTAStyleH {
        font-size: 14px !important
    }
    .SSTSpanStyleJ {
        font-size: 11px
    }
    .SSTSpanStyleM {
        font-size: 12px
    }
    .SSTSpanStyleL {
        font-size: 11px
    }
    .divDetail.discount .SSTFaceL,
    .divDetail.discount .SSTSpanStyleJ {
        font-size: 10.5px
    }
    #login .SSTFaceVV {
        font-size: 20px;
        font-weight: 600
    }
}
@media all and (min-width: 701px) and (max-width: 1023px) {
    .divDetail.discount .SSTFaceL,
    .divDetail.discount .SSTSpanStyleJ {
        font-size: 10.5px
    }
    #basketDetails .SSTFaceJ {
        font-size: 14px
    }
}
.separator {
    font-size: 0;
    height: 0;
    clear: both;
}
.btn {
	border-radius:0;
}
.ticket-form{border:1px solid #e7e7e7;padding:10px;margin-bottom:15px;margin-top:20px;border-radius:5px;box-shadow:1px 1px 2px 1px #e7e7e7,-1px 0 2px 1px #e7e7e7}
.ticket-form label{font-size:15px;color:#57657f;font-weight:300}
.ticket-form textarea{resize:none;height:170px!important}
.ticket-form .form-group{margin-bottom:20px;}
.ticket-form .form-control{height:50px;border-color:#d3d3d3}
.ticket-form .g1{width:47%}
.ticket-form .input-group-addon{position:relative;background:#e7ecf1;padding:6px 15px}
.ticket-form .input-group-addon 
.bg-helper{display:inline-block;background:url(../style/img/submit_ticket.png) 0 -50px no-repeat;margin-top:4px} 
.ticket-form .btn-cancel:after, .ticket-form .btn-cancel:before, 
.ticket-form .btn-save:after{display:none}
.ticket-form .input-group-addon.user-addon .bg-helper{width:21px;height:21px}
.ticket-form .input-group-addon.email-addon .bg-helper{width:22px;height:22px;background-position:0 -23px}
.ticket-form input[type=file]{height:auto;padding:12px}
.ticket-form .btn-add-file{width:auto;float:right;color:#57657f;font-size:15px;font-weight:700;border:1px solid #d3d3d3}
.ticket-form .btn-add-file .glyphicon{margin:3px 8px 0 0}
.ticket-form .btn-save{font-size:18px;background:#5cb85c;margin-top:0;padding:13px 75px 13px 20px}
.ticket-form .btn-save:before,.client-submit-ticket .main-content .ticket-form .btn-save:hover{background:#4bab4b}
.ticket-form .btn-save:hover:before{background:#3e8e3e}
.ticket-form .btn-save .glyphicon-ok{position:absolute;right:12px;top:12px;font-size:24px;z-index:2}
.ticket-form .btn-cancel{margin-left:5px;background:#fff;color:#57657f;border:1px solid #d3d3d3;padding:12px 50px 12px 20px;font-size:18px}
.ticket-form .btn-cancel .glyphicon{font-size:20px;position:absolute;top:50%;margin-top:-12px;right:15px}
.arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    float: right;
	font-size: 11px;
    margin-top: 5px;
}
.panel{
	border:none;
}
.headerInfo h1 {
    height: 45px;
    line-height: 36px;
    border-bottom: solid 1px #ededed;
    color: #879baa;
    margin: 0 0 25px;
    font-weight: 500;
    font-size: 24px;
}
.tabNumber {
    background-color: #85c441;
}
.form-group{
	overflow:hidden;
}
.price-table-area {
    padding: 100px 0 70px;
}
.price-table {
    background: #fafafa none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 30px 0;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
	overflow: hidden;
}
.price-table:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.price-table h3 {
    color: #2e282a;
	font-weight: 600;
}
.price-table .price-value {
    background: rgba(0,134,188,1) none repeat scroll 0 0;
    padding: 50px 0 35px;
    position: relative;
}
.price-table .price-value:before {
    content: "";
    border-top: 15px solid #fafafa;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    left: 46%;
}
.price-table .amount {
    color: #ffffff;
    display: block;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 5px;
}
.price-table .month {
    color: #ffffff;
    font-weight: 600;
    margin-left: 68px;
}
.price-table .pricing-content {
    list-style: outside none none;
    margin: 0;
    padding: 0;
	    min-height: 255px;
}
.price-table .pricing-content li {
    border-bottom: 1px dashed #dddddd;
    color: #4b4b4b;
    line-height: 50px;
}
.price-table .default-btn {
    margin-top: 30px;
}
.fliste {
  width: 100%;
  float: left;
  min-height: 95px;
  border-bottom: 1px dashed #acacac;
}
.fliste:last-child {
  border: 0;
}

.flisteb {
  width: 100%;
  height: 27px;
  background: #3c3c3b;
  float: left;
}
.flisteb p {
  font: 400 12px/27px "Open Sans";
  color: #fff;
  float: left;
  padding: 0 10px;
}

.firalan {
  height: 95px;
  float: left;
}
.firalan h3 {
  font: 400 14px "Open Sans" !important;
  color: #3c3c3b !important;
  width: 420px !important;
  margin-top: 20px !important;
}
.firalan h3 p {
  width: 100%;
  font: 400 12px "Open Sans";
  color: #3c3c3b;
  margin-top: 5px;
}
.firalan h3 p b {
  color: #ea8518;
}
.firalan h3 a {
  color: #3c3c3b;
}
.firalan h3 a:hover {
  text-decoration: underline;
}

.firsatresim {
  width: 72px;
  height: 69px;
  float: left;
  border: 1px solid #ccc;
  overflow: hidden;
  margin: 13px 5px 0px 0px;
}
.firsatresim img {
  width: 100%;
}

.firdurum {
  width: 100%;
  float: left;
  height: 95px;
  font: 400 14px/95px "Open Sans";
  color: #3c3c3b;
  padding: 0 10px;
}

.firsatac {
  background: rgba(0,84,139,1);
  padding: 5px 35px;
  cursor: pointer;
  color: #fff;
  font: 400 14px "Open Sans";
  margin: 33px 0 0 10px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.firsatac:hover {
  background: #337ab7;
}

.extraalan {
  width: 100%;
  float: left;
  background: url(../img/extrabg.png) bottom left no-repeat;
  margin-bottom: 10px;
  padding: 0 15px 15px;
  position: relative;
  display: none;
}

.firup {
  background: url(../img/firup.png) no-repeat;
  width: 26px;
  height: 13px;
  position: absolute;
  right: 50px;
  top: -13px;
}

.extraic {
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
}

.bol {
  width: 100%;
  float: left;
  height: 37px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
}
.bol kod {
  padding: 5px 10px;
  float: left;
  background: #ea8518;
  color: #fff;
  font: 400 14px "Open Sans";
  margin: 9px 9px 0 0;
}
.bol p {
  font: 400 14px/37px "Open Sans";
  color: #3c3c3b;
  padding: 0 10px;
  float: left;
}
.bol p b {
  width: 125px;
  font: 400 14px/37px "Open Sans";
  color: rgba(0,84,139,1);
  float: left;
  padding: 0 !important;
}

.bolkod {
  width: 100%;
  float: left;
  margin-top: 5px;
}
.bolkod p {
  font: 400 14px/37px "Open Sans";
  color: #3c3c3b;
  padding: 0 10px;
  float: left;
}
.bolkod p b {
  width: 150px;
  font: 400 14px/37px "Open Sans";
  color: rgba(0,84,139,1);
  float: left;
  padding: 0 !important;
}
.bolkod a {
  float: right;
  background: #3c3c3b;
  color: #fff;
  font: 12px "Open Sans";
  padding: 5px 10px;
}
.bolkod a:hover {
  background: #535353;
}
.firsatbtn {
  float: right !important;
  background: #3c3c3b !important;
  color: #fff !important;
  font: 12px "Open Sans" !important;
  padding: 5px 10px !important;
  margin-top: 0 !important;
  aborder-radius: 0 !important;
  width: inherit !important;
}
.firsatbtn:hover {
  background: #535353 !important;
}
.yorumyap{
	background:#ea8518 !important;
	margin-right:4px;
}
.yorumyap:hover{
	background:#ec4444 !important;
}
.kodlar {
  width: 560px;
  float: left;
}
.kod {
  padding: 3px 5px;
  float: left;
  background: #6bb83c;
  font: 400 14px "Open Sans";
  margin: 5px 5px 0 0;
  margin-bottom:0 !important;
  color:#fff !important;
  font-weight: normal !important;
  font-size: 14px !important;
}

@media (max-width: 980px){
.bol p {
    width: 100% !important;
    font: 400 12px "Open Sans";
    color: #3c3c3b;
    padding: 5px 0;
    float: left;
    text-align: right;
}
.bol p b {
    width: auto !important;
    font: 400 12px "Open Sans";
    color: rgba(0,84,139,1);
    float: left;
    margin-right: 15px;
}
.bol {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    padding: 5px 0;
}
.firup {
    background: url(../img/firup.png) no-repeat;
    width: 26px;
    height: 13px;
    position: absolute;
    right: 50px;
    top: -13px;
}
.extraic {
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
}
.extraalan {
    width: 100%;
    float: left;
    background: url(../img/extrabg.png) bottom left no-repeat;
    margin-bottom: 10px;
    padding: 0 5px 15px;
    position: relative;
    display: none;
}
.firalan {
    height: auto;
    float: left;
}
.flisteb {
    margin-top: 15px;
}
.bolkod {
    width: 100%;
    float: left;
    margin-top: 5px;
}
.bolkod p {
    font: 400 12px/30px "Open Sans";
    color: #3c3c3b;
    padding: 0;
    float: left;
}
.bolkod a {
    width: 100%;
    float: right;
    background: #3c3c3b;
    color: #fff;
    font: 11px "Open Sans";
    padding: 5px 10px;
    text-align: center;
    margin-top: 15px;
}
.firalan h3 {
    float: left !important;
    font: 400 12px "Open Sans" !important;
    color: #3c3c3b !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding: 10px !important;
    text-align: left !important;
}
.firsatac {
    background: rgba(0,84,139,1);
    padding: 5px 5px;
    cursor: pointer;
    float: left;
    color: #fff;
    font: 400 12px "Open Sans";
    margin: 33px 0 0 0 !important;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.firdurum {
    width: 100%;
    float: left;
    text-align: center;
    height: 95px;
    font: 400 12px/95px "Open Sans";
    color: #3c3c3b;
}
}
.siksorulansorular {
  width: 100%;
  float: left;
}

.sss {
  width: 100%;
  float: left;
}

.soru {
  width: 100%;
  float: left;
  height: 38px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 10px;
  font: 600 14px/38px "Open Sans";
  color: #3c3c3b;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  margin-top: 15px;
}
.soru i {
  font: 600 24px/38px "Open Sans";
  color: #3c3c3b;
  position: absolute;
  right: 10px;
  top: 0;
}

.saktif {
  background: rgba(0,84,139,1);
  color: #fff;
  border: 1px solid rgba(0,84,139,1);
}
.saktif i {
  color: #fff;
}

.cevap {
  width: 100%;
  float: left;
  padding: 15px 15px 0;
  font: 300 14px/18px "Open Sans";
  color: #5d5d5d;
  text-align: justify;
  display: none;
}
#sayfapuan {
  width: 100%;
  float: left;
}
#sayfapuan .puanla{
	padding: 30px 107px !important;
}
#sayfapuan .pgonder{
	margin-right: 272px !important;
}
#sayfapuan .pfirsat a{
	width: 450px;
	margin-top: 15px;
	font: 600 14px/17px 'Open Sans';
}
.pbilgilendirme{
	width:100%;
	float:left;
	margin:15px 0;
}
.pbilgilendirme h5{
	height: 35px;
	background: url(../images/dfbbg.png) #3dd1ef right center no-repeat;
	float: left;
	font: 600 14px/35px "Open Sans";
	color: #fff;
	padding: 0 45px 0 20px;
}
.bilgialan{
	width:100%;
	float:left;
	border:1px solid #ea8518;
	padding:18px 15px;
}
.bilgialan p{
	width:100%;
	float:left;
	color:#4a4a4a;
	font: 400 12px/16px "Open Sans";
}
.bilgialan a{
	float:left;
	color:#fff;
	font: 600 12px/12px "Open Sans";
	padding:5px 15px;
	background:rgba(0,84,139,1);
	margin-top:15px;
}
.bilgialan a:hover{
	background:#28c0df;
}
.yorumlar{
	width:100%;
	float:left;
}
.yorum{
	width:100%;
	float:left;
	padding:0 10px 10px;
	border-bottom:1px solid #ccc;
}
.ybaslik{
	height:38px;
	float:left;
	width:100%;
	background:url(../images/ybaslikbg.png) bottom left no-repeat;
}
.ybaslik span{
	float:left;
	height:38px;
	font:700 12px/38px 'Open Sans';
	color:#626262;
	margin-right:5px;
}
.ybaslik img{
	float:left;
	margin:13px 9px 0 0;
}
.ybaslik i{
	float:left;
	height:38px;
	font:700 12px/38px 'Open Sans';
	color:#b7b7b7;
}
.yorum h6{
	width:100%;
	float:left;
	color:#4b4b4b;
	font:700 14px 'Open Sans';
	padding:10px 0 2px;
    text-transform:capitalize;
}
.yorum p{
	width:100%;
	float:left;
	color:#626262;
	font:400 12px 'Open Sans';
}
.tamyorum{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:fixed;
	left:0;
	top:0;
	z-index:9999999;
	display:none;
}
.yorumekle{
	width:500px;
	height:430px;
	position:absolute;
	left:50%;
	top:-50%;
	margin:-215px 0 0 -250px;
	background:#fff;
	box-shadow:0 7px 36px rgba(0,0,0,0.55);
}
.ykapat{
	width:40px;
	height:40px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	background:#ea8518;
	font:300 30px/36px 'Open Sans';
	text-align:center;
	color:#fff;
	transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.ykapat:hover{
	background:#f29b3d;
}
.pfirsat{
	width:100%;
	float:left;
	padding:20px;
	background:#f6f6f6;
	border-bottom:1px solid #d3d3d3;
}
.pfirsat img{
	width:55px;
	float:left;
}
.pfirsat a{
	width:290px;
	float:left;
	color:#353535;
	font:400 12px/15px 'Open Sans';
	margin-left: 11px;
	margin-top: 9px;
}
.pfirsat a:hover{
	text-decoration:underline;
}
.puanla{
	width:100%;
	float:left;
	padding:30px 15px;
}
.paciklama{
	width:50%;
	float:left;
	height:72px;
	border-right:1px solid #dedede;
}
.paciklama p{
	width:100%;
	float:left;
	text-align:center;
	font:600 18px 'Open Sans';
	color:#000;
    margin: 10px 0 0 0 !important;
}
.paciklama span{
	width:100%;
	float:left;
	text-align:center;
	font:600 11px 'Open Sans';
	color:#8f8f8f;
}
.poyla{
	width:50%;
	float:left;
	height:72px;
	padding-top:20px;
	text-align:center;
	display:table;
}
.pyorum{
	width:100%;
	float:left;
}
.parea{
	width:100%;
	float:left;
	height:127px;
	background:#f6f6f6;
	resize:none;
	border:1px solid #d9d9d9;
	font:400 12px 'Open Sans';
	color:#606060;
	padding:10px;
	border-left:1px solid #d9d9d9;
	transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.parea:focus{
	border-left:10px solid #d9d9d9;
}
.pgonder{
	cursor:pointer;
	padding:11px 33px;
	float:right;
	background:rgba(0,84,139,1);
	border:0;
	font:600 14px/14px 'Open Sans';	
	transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
	color:#fff;
	margin-top:10px;
}
.pgonder:hover{
	background:#2fccec;
}
.preset{
	cursor:pointer;
	padding:11px 33px;
	float:right;
	background:none;
	border:0;
	font:600 14px/14px 'Open Sans';	
	transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
	color:#a8a8a8;
	margin-top:10px;
}
.preset:hover{
	color:#666;
}
#basvuru {
  width: 100%;
  float: left;
  padding: 0 15px;
}
#basvuru h2 {
  width: 100%;
  float: left;
  text-align: center;
  font: 400 30px "Open Sans";
  color: rgba(0,84,139,1);
  margin-top: 15px;
}
#basvuru k {
  width: 100%;
  float: left;
  font: 400 18px "Open Sans";
  color: #767676;
  text-align: center;
  padding: 0 15%;
}
#basvuru h6 {
  width: 100%;
  float: left;
  font-family: 'Open Sans', sans-serif !important;
  font-size:18px !important;
  font-weight:300 !important;
  color: #3c3c3b;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  margin-top: 15px;
}
.onay {
  width: 95%;
  float: left;
  position: relative;
  padding: 10px;
  margin-left: 5%;
  margin-top: 30px;
}
.onay b {
  font: 400 12px "Open Sans";
  color: #424242;
  margin-left: 15px;
}
.onay b a {
  color: rgba(0,84,139,1);
}
.onay b a:hover {
  text-decoration: underline;
}
.basbuton {
  float: right;
  padding: 10px 30px;
  background: rgba(0,84,139,1);
  font: 600 18px "Open Sans";
  color: #fff;
  border: 0;
  cursor: pointer;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.basbuton:hover {
  background: #66cfe5;
}

.basvazgec {
  float: right;
  padding: 10px 20px;
  background: none;
  font: 600 18px "Open Sans";
  color: #999;
  border: 0;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.basvazgec:hover {
  color: #000;
}
.falan {
  width: 70%;
  float: left;
  margin-bottom: 20px;
}
.falan i {
  width: 30%;
  float: left;
  font: 400 14px/38px "Open Sans";
  color: #3c3c3b;
}

.ftext {
  width: 95%;
  float: left;
  height: 38px;
  border: 1px solid #dfdfdf;
  font: 400 14px/38px arial;
  color: #3c3c3b;
  padding: 0 45px 0 10px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.ftext:focus {
  border: 1px solid rgba(0,84,139,1);
  border-left: 4px solid rgba(0,84,139,1);
}


.ftextKisa {
  width: 60%;
  float: right;
  margin-right:17px;
  height: 38px;
  border: 1px solid #dfdfdf;
  font: 400 14px/38px arial;
  color: #3c3c3b;
  padding: 0 45px 0 10px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  text-transform:uppercase;
}
.ftextKisa:focus {
  border: 1px solid rgba(0,84,139,1);
  border-left: 4px solid rgba(0,84,139,1);
}

.faktif {
  font-weight: bold !important;
  color: rgba(0,84,139,1) !important;
}
.farea {
  width: 95%;
  float: left;
  height: 100px;
  border: 1px solid #dfdfdf;
  font: 400 14px arial;
  color: #3c3c3b;
  padding: 10px 45px 10px 10px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  resize: none;
}
.farea:focus {
  border: 1px solid rgba(0,84,139,1);
  border-left: 4px solid rgba(0,84,139,1);
}

.iki {
  width: 50%;
  float: left;
  padding: 10px;
  margin: 20px 0 0;
}
.iki h5 {
  width: 100%;
  float: left;
  text-align: center;
  font: 600 24px "Open Sans";
  color: rgba(0,84,139,1);
  margin-top: 5px;
}
.iki m {
  width: 100%;
  float: left;
  font: 400 14px "Open Sans";
  color: #969696;
  text-align: center;
  padding: 0 10%;
  margin-bottom: 35px;
}
.bfalan {
    width: 95%;
    float: left;
    margin-bottom: 20px;
}
.bfalan i {
    width: 30%;
    float: left;
    font: 500 14px/20px "Open Sans";
    color: #3c3c3b;
	padding-top: 10px;
}
.form {
    width: 70%;
    float: left;
    position: relative;
}

@media (max-width: 980px){
.ftext {
    width: 100%;
}
.bfalan i {
    width: 100%;
    float: left;
    font: 600 12px/38px "Open Sans";
    color: #3c3c3b;
	text-align: left;
}
.form {
    width: 100%;
    float: left;
    position: relative;
}
.iki {
    width: 100% !important;
    float: left;
    padding: 0 !important;
    border: 0 !important;
    margin: 20px 0 0 !important;
}
#basvuru h6 {
    width: 100% !important;
    float: left !important;
    font: 300 18px "Open Sans" !important;
    color: #3c3c3b !important;
    border-bottom: 1px dashed #ccc !important;
    padding: 10px 0 !important;
    margin-top: 15px !important;
    text-align: left !important;
}
#basvuru h2 {
    width: 100% !important;
    float: left !important;
    text-align: center !important;
    font: 400 24px "Open Sans" !important;
    color: rgba(0,84,139,1) !important;
    margin-top: 15px !important;
}
#basvuru k {
    width: 100% !important;
    float: left !important;
    font: 400 18px "Open Sans" !important;
    color: #767676 !important;
    text-align: center !important;
    padding: 0 5% !important;
}
.ibasarili {
  width: 100% !important;
  float: left !important;
  font: 300 18px "Open Sans" !important;
  color: #009907 !important;
  padding: 0 5px !important;
  text-align:center !important;
}

.basari1 {
  width: 100% !important;
  float: left !important;
  margin: 15px 0 0 !important;
  border: 1px solid #cae4ea !important;
  background: #e2faff !important;
}
.basari1 h3 {
  font: 600 12px "Open Sans" !important;
  color: #58595b !important;
  padding: 15px  !important;
}
.basari1 h3 a {
  color: #58595b !important;
}
.basari1 h3 a:hover {
  text-decoration: underline !important;
}
.basari1 h3 div {
  width: 100% !important;
  font: 600 12px "Open Sans" !important;
  margin-top: 3px !important;
}
.basari1 h3 div b {
  color: #ea8518 !important;
}
.basari1 p {
  width: 100% !important;
  text-align: left !important;
  padding: 10px 0 !important;
  font: 600 12px "Open Sans" !important;
  color: #ea8518 !important;
  text-align:center !important;
}
.basari1 p b {
  width: 100% !important;
  float: left !important;
  font: 600 12px "Open Sans" !important;
  color: #3c3c3b !important;
}

.b1 {
  font: 600 13px "Open Sans" !important;
  color: #fff !important;
}

.b1not {
  width: 100% !important;
  float: left !important;
  font: 300 12px "Open Sans" !important;
  color: #696969 !important;
  padding: 5px 10px !important;
}

.basari2 {
  width: 100% !important;
  float: left !important;
  margin: 15px 0 0 !important;
  border: 1px solid #cae4ea !important;
}

.kutu2 {
  width: 50% !important;
  float: left !important;
  padding: 10px 0 !important;
  text-align: center !important;
}
.kutu2 p {
  width: 100% !important;
  float: left !important;
  font: 400 12px "Open Sans" !important;
  color: #929292 !important;
  margin-bottom: 3px !important;
}
.kutu2 b {
  width: 100% !important;
  float: left !important;
  font: 600 12px "Open Sans" !important;
  color: #ea8518 !important;
}

.odemebilgileri {
  width: 100% !important;
  float: left !important;
  margin-top: 15px !important;
}
.odemebilgileri h5 {
  width: 100% !important;
  float: left !important;
  font: 600 14px "Open Sans" !important;
  color: #00afd3 !important;
  padding: 0 10px !important;
}

.kutu3 {
  width: 50% !important;
}

.kutu4 {
  width: 100% !important;
  border-top: 1px solid #cae4ea !important;
}

.yazdir {
  width: 100% !important;
  height: 45px !important;
  background: #00afd3 !important;
  color: #fff !important;
  font: 300 18px/45px "Open Sans" !important;
  text-align: center !important;
  float: left !important;
  margin-top: 20px !important;
}
#odemebuton {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#odemebuton p {
  width: 100%;
  height: 45px;
  float: left;
  background: #00afd3;
  font: 300 16px/45px "Open Sans";
  color: #fff ;
  text-align: center;
  margin-bottom:5px;
}
#odemebuton a {
  width: 100%;
  float: left;
  height: 45px;
  background: #cd3c3c;
  font: 600 18px/45px "Open Sans";
  color: #fff;
  text-align: center;
  border-left: 0px solid #fff;
  border-top: 1px solid #fff;
}
#odemebuton a:hover {
  background: #f14747;
}

#banka {
	display:none;
}
.onay {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom:10px;
  text-align:center;
}
.onay b {
  font: 300 11px "Open Sans";
  color: #424242;
  margin-left: 15px;
  position:relative;
  top:-4px;
}
#mbanka{
	display:block;
}
#mbanka img{
	width:300px;
}
#islembasarili {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.newsletter-wrap button {
    margin-left: 10px;
	position:inherit;
    padding: 10px 40px;
    margin-top: 0;
}
}
.inv-blog-post-form__rate {
    width: 70%;
    display: inline-block;
    float: left;
    font-family: 'Dosis', sans-serif; }
.inv-blog-post-form__rate i{
	font-size:24px;
}
.inv-blog-post-form__rate > .wpc-star-rate {
  color: #ffcf47;
  display: inline-block;
  padding-left: 10px; 
}
#sonuc {
	border:1px solid #ddd;
	width: 77.5%;
	font-size:16px;
	background:#fff;
	color:#000 !important;
	margin-left: 16px;
	text-align: left;	
	font-weight: 600;
	position: absolute;
}
#sonuc span{
	padding:10px;
	display: block;
}
#sonuc a{
	color:#000 !important;
    display: block;
	padding: 2px 10px;
}
#sonuc a:hover{
	background:#F4F4F4;
}
.ortala{
	margin-left: auto;
    margin-right: auto;
    display: block;
}
#fiyat{
	background: #f2f2f2;
    padding: 12px;
    text-align: center;
    border-radius: 5px;
    color: #1a9bd4;
    margin-bottom: -10px;
}
.category-listing {
	text-align: right;
	position: relative;
}
.category-listing .filter {
	padding: 7px 10px;
	border: 1px solid #e2e2e2;
	line-height: 35px;
    background: #fff;
	cursor: pointer;	
}
.category-listing ul {
	position: absolute;
	background: #fff;
	border: 1px solid #e2e2e2;
	right:0;
	top: 42px;
	text-align: left;
	z-index: 96;
}
.category-listing ul li {
	padding: 5px 10px;
	border-bottom: 1px solid #e2e2e2;	
}
.category-listing ul li:hover,.ilan-liste li:hover {
	background:rgba(36, 115, 173, 0.12);
}
.big-font {
	font-size: 130px;
    margin-bottom: 50px;
    display: block;
    padding: 15px;
}
.big-font i {
	color: #daa106;
}
.page-404 {
	border-top: 1px solid #f1f1f1;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: rgba(0,84,139,1);
    border-color: rgba(0,84,139,1);
}
.yesil_color{
	color:#27AE60 !important;
}
.turkuaz_color{
	color:#5299C7 !important;
}
.turuncu_color{
	color:#E74C3C !important;
}
.breadcumb-area {
	background-image: url(../img/bg/8.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.breadcumb-area::before {
    background: rgba(0, 0, 0, 0.65);
    background-position: center top;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.pricingtables { overflow: hidden; padding: 45px 0 90px; }
.pricingtables h2 { font-weight: 900; margin-bottom: 12px; text-align: center; }
.pricingtables p { font-size: 17px; font-weight: 300;margin: 18px 0 10px 0; text-align: center; }
.pricingtables h4 { color: #6cd0c3; font-size: 59px; letter-spacing: -.07em; margin: 0; padding: 0 0 10px; text-align: center; }
.pricingtables .panel { border: 0; border-radius: 0; margin: 0; padding: 0; }
.pricingtables .panel-heading { background: #222222; border: 0; border-radius: 0; filter: none !important; }
.pricingtables .panel-heading h3 { color: #fff; font-size: 21px; font-weight: 400; letter-spacing: -.07em; margin: 0; padding: 12px 0; }
.pricingtables .panel-body { background: #282828; margin: 0; padding: 10px 0 15px; }
.pricingtables .panel-body span { color: #fff; font-size: 11px; margin: 0 auto; padding: 5px 10px; }
.pricingtables .panel-body span.per { background: #222222; padding: 5px 10px 2px; }
.pricingtables ul { border: 0; list-style: none; margin: 0; padding: 0; }
.pricingtables ul li { border: 0; font-size: 16px; padding: 20px 0; }
.pricingtables ul li:nth-child(odd) { background: #fff; }
.pricingtables ul li:nth-child(even) { background: #e1e3e4; }
.pricingtables .panel-footer { text-align: center; }
.pricingtables .btn-pricetable { background: #6e6e6e; border-radius: 0; color: #fff; font-size: 1.3em; margin: 10px auto; padding: 10px 30px; }
.pricingtables .btn-pricetable:hover { background: #DE6262; }
.pricingtables .most-popular { border-width: 3px; box-shadow: 20px 0 20px -10px rgba(0, 0, 0, .15), -20px 0 20px -10px rgba(0, 0, 0, .15); padding: 0; top: -26px; z-index: 2; }
.pricingtables .most-popular .panel-heading { background: #3a5955; }
.pricingtables .most-popular .panel-body { background: #49716c; }
.pricingtables .most-popular h4 { color: #fff; }
.pricingtables .most-popular .panel-body span.per { background: #3a5955; }
.pricingtables .most-popular ul li { font-size: 17px; padding: 23px 0; }
.pricingtables .most-popular .btn-pricetable { margin: 15px auto; }

.pricingtables .hostingfeatures .panel, .pricingtables .hostingfeatures .panel-heading, .pricingtables .hostingfeatures .panel-body, .pricingtables .hostingfeatures .panel-footer { background: transparent; border: 0; box-shadow: none; }
.pricingtables .hostingfeatures ul { margin-top: 148px; }
.pricingtables.shared .hostingfeatures ul li { color: #fff; padding: 20px; }
.pricingtables.shared .hostingfeatures ul li a { color: #fff; }
.pricingtables.shared .hostingfeatures ul li:nth-child(odd) { background: #41444a; }
.pricingtables.shared .hostingfeatures ul li:nth-child(even) { background: #36393d; }
.pricingtables.shared .most-popular { border-width: 3px; box-shadow: 20px 0 20px -10px rgba(0, 0, 0, .15), -20px 0 20px -10px rgba(0, 0, 0, .15); padding: 0; top: 0; z-index: 2; }
.pricingtables.shared h4 { color: #fff; }
.pricingtables.shared ul li i { color: #72ac94; }
.pricingtables.shared .most-popular .panel-heading { background: #C65858; }
.pricingtables.shared .most-popular .panel-body { background: #DE6262; }
.pricingtables.shared .most-popular h4 { color: #fff; }
.pricingtables.shared .most-popular .panel-body span.per { background: #C65858; }
.pricingtables.shared .most-popular ul li { font-size: 16px; padding: 20px 0; }
.pricingtables.shared .most-popular .btn-pricetable { margin: 10px auto; }
.yearprice, .twoyearprice { display: none; }
.tooltip { background: transparent; font-family: 'hind', sans-serif; }
.tooltip-inner { font-size: 14px; max-width: 150px; padding: 5px 8px; }

.row.no-gutter { margin:0 auto;}
.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) { padding-left: 0; padding-right: 0; }

.whatsapp {
    position: fixed;
    left: 35px;
    bottom: 15px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.whatsapp a {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 305%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}






.telefon {
    position: fixed;
    left: 30px;
    bottom: 30px;
    transition: all .5s ease-in-out;
    z-index: 999;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	animation: animate 2s linear infinite;
}

.telefon a {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 60px;
    color: white;
    background: #337ab7;
}

.telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telefon:hover .tooltiptext {
    visibility: visible;
}

.scriptozellks {
    margin: 0px;
    border: 2px solid #eee;
    width: 47.8%;
    line-height: 20px;
    border-radius: 0px;
    display: inline-block;
    height: 120px;
    vertical-align: top;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-shadow: 0 0 2px #ccc;
}
.ozellkiconxx {
    font-size: 45px;
    text-align: center;
    width: 50px;
    float: left;
}
.scriptozellkinfo {
    float: right;
    width: 82%;
}
.scriptozellks h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}
.scriptozellks p {
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}
.websatlink {
    border: 1px solid #4CAF50;
    color: #4CAF50;
    font-weight: 700;
    background: #4CAF50 !important;
    color: #fff;
}
.websatlink:hover {
    background:#368639 !important;
}
.boxes-border-top {
	background-image: linear-gradient(to right, #bf2738 , #2c4a78);
	height: 5px;
	margin-top: 30px;
}
.margin-top-30 {
    margin-top: 30px;
}

.col-kolaymenu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: none;
    border: none;
    float: right;
}

@media (max-width: 767px){
	.col-kolaymenu {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.mobilgizle {
		display: none;
	}
	._userLoginSubmit {
		float: none;
		display: block;
	}
	.form-group {
		overflow: auto !important;
	}
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(51, 122, 183, .7);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(51, 122, 183, 0);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(51, 122, 183, 0);
    }

    100% {
        box-shadow: 0 0 0 rgba(51, 122, 183, .8);
    }
}