/*
Template Name: Spaqueen - Health & Beauty template
Author: Obxtheme
Version: 1
Design and Developed by:  Obxtheme

*/
/*================================================
[  Table of contents  ]
================================================
01. General
02. Input
03. Back to top
04. Spacing css
======================================
[ End table content ]
======================================*/

/*************************
    General
*************************/
body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}


.img{
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
a,button{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {

    text-decoration: none;
}
a,
button {
    outline: medium none;
    color: #F880B4;
}
.uppercase { 
    text-transform: uppercase
}
.capitalize { 
    text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,
h6 {
    
   font-family: 'Raleway', sans-serif;
    font-weight: normal;
    color: #363636;
    margin-top: 0px;
    font-style: normal;
    font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit 
}
h1 {
    font-size: 40px;
    font-weight: 500;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li { list-style: none }
p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #757575;
    margin-bottom: 15px;
}
.no-padding{padding: 0px}
.no-pad-left{padding-left: 0px}
.no-pad-right{padding-right: 0px}
hr.style-2{
    border-bottom: 1px dashed #f10;
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}
*::-moz-selection {
    background: #6bc513;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #6bc513;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #6bc513;
    color: #fff;
    text-shadow: none;
}
.mark, mark {
    background: #6bc513 none repeat scroll 0 0;
    color: #ffffff;
}
.float-left {
    float: left
}
.float-right {
    float: right
}
.fix {
    overflow: hidden
}

/***************************
    transtion
****************************/
a.button::after,
a.button-small::after {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a.button-border span,
a.button-border-white span,
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/*************************
        Input
*************************/

select {
	width: 100%;
	height: 45px;
	padding-left: 10px;
	box-shadow: none;
	font-size: 14px;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
input:focus {
    background: transparent;
}

textarea:focus {
    background: transparent;
    outline: none;
}
::-moz-placeholder {
    color: #444;
    font-size: 13px;
}
.input-group.divcenter.input-group .form-control { padding-left: 0px }

/*************************
  Basic margin padding
*************************/
.no-padding{padding: 0px}
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}


.ptb-100 { padding: 100px 0 }











