/*
Theme Name: Quote 
Theme URI: http://www.ansonika.com/quote/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents] 

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Home
- 2.2 About
- 2.3 Wizard quote
- 2.4 Contact
- 2.5 Success submit
- 2.6 Shortcodes

3. COMMON
- 3.1 Accordion
- 3.2 Spacing
- 3.3 Owl carousel
- 3.4 Fileupload

4. RESPONSIVE

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/

/*-------- 1.1 Typography --------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    color: #222;
    font-weight: 700;
}
.widget h4 {
    color: #999;
    font-weight: 400;
    font-size: 16px;
}

p.lead {
    font-weight: 400;
    font-size: 24px;
    color: #333;
    margin-bottom: 35px;
}

a.close_in {
    font-size: 36px;
    position: absolute;
    top: 10px;
    left: 20px;
    color: #ccc;
}
a.close_in:hover {
    color: #111;
}

/*-------- 1.3 Structure --------*/
/* Header */
#header_in {
    height: 70px;
    border-bottom: 1px solid #e8ebed;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.wrapper_in {
    padding: 0 50px 60px 50px;
    z-index: 9;
    position: absolute;
    overflow-y:scroll;
    overflow-x: hidden;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}



/* Opacity mask when right open */
.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    z-index: 100;
    min-height: 100%;
    background-color: #000;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    opacity: 0;
    visibility: hidden;
}
.layer-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
} 

/* Aside panel */
#main_container {
    transform: translateX(100%);
    width: 90%;
    height: 100%;
    box-sizing: border-box;
    position: fixed;
	top:0;
	right:0;
    background-color: #f8f8f8;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 999;
	overflow:visible;
	visibility: hidden;
}
#main_container.show {
	visibility: visible;
    transform: translateX(0);
}


/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/

.intro_txt {
    position: absolute;
    top: 34%;
    left: 7%;
    z-index: 2;
    margin: 0 auto;
    max-width: 600px;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.60);
}
.intro_txt h2 {
    margin-bottom: 15px;
    font-size: 48px;
    color: #fff;
	font-weight:700;
	text-transform:uppercase;
}
.intro_txt p {
    margin-bottom: 0;
    font-size: 24px;
}

/*-------- 2.2 About section--------*/
.box_feat {
    background-color: #fff;
    padding: 140px 35px 15px 35px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 25px;
}
.box_feat h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #f5ab35;
}
.box_feat#icon_1 {
    background: #fff url(../img/icon_about_1.svg) no-repeat center 40px;
}
.box_feat#icon_2 {
    background: #fff url(../img/icon_about_2.svg) no-repeat center 40px;
}
.box_feat#icon_3 {
    background: #fff url(../img/icon_about_3.svg) no-repeat center 40px;
}
.box_feat#icon_4 {
    background: #fff url(../img/icon_about_4.svg) no-repeat center 40px;
}
.about_info {
    padding-left: 80px;
    position: relative;
}
.about_info h4 {
    font-size: 21px;
}
.about_info h4 span {
    display: block;
    font-weight: 400;
}
.about_info i {
    font-size: 60px;
    color: #3f9fff;
    position: absolute;
    left: 0;
    top: 0;
}
.widget {
    border-bottom: 1px solid #e8ebed;
	margin-bottom:25px;
}
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.widget#follow ul li a {
    color: #333;
}
.widget#follow ul li a:hover {
    color: #3f9fff;
}
.widget#follow ul li a i {
    color: #3f9fff;
    margin-right: 5px;
    font-size: 18px;
}
.widget#gallery ul li {
    display: inline-block;
    width: 65px;
    height: 65px;
    overflow: hidden;
    margin-right: 3px;
}
.widget#gallery ul li figure img {
    width: 65px;
    height: auto;
}
.subheader {
    text-align: center;
    margin: 0 -65px 45px -65px;
    height: 300px;
    border-bottom: 1px solid #e8ebed;
}
.subheader#about {
    background: #fff4e3 url(../img/about_bg.svg) no-repeat center bottom;
}
.subheader#quote {
    background: #fff4e3 url(../img/quote_bg.svg) no-repeat center bottom;
}
.subheader#services {
    background: #fff4e3 url(../img/services_bg.svg) no-repeat center bottom;
}
.subheader h3 {
    font-size: 32px;
}


/*-------- 2.3 Wizard quote--------*/
#wizard_container {
    border-left: 2px solid #e8ebed;
    margin-top: 15px;
}
input#website {
    display: none;
}
h3.main_question {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 400;
    font-size: 26px;
}
h3.main_question strong {
    display: block;
    color: #999;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 400;
}
/* Wizard Buttons*/
button.backward,
button.forward,
button.submit {
    border: none;
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    outline: none;
    text-align: center;
    background: #409fff;
    position: relative;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 30px 10px 30px;
}
button.backward {
    color: #333;
    background: #e8e8e8;
    padding: 10px 20px 10px 30px;
}
button.forward,
button.submit {
    padding: 10px 20px 10px 20px;
}
button[disabled] {
    display: none;
}


#top-wizard {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #e8ebed;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
}
#middle-wizard {
    padding: 30px 0 30px 50px;
}
#bottom-wizard {
    text-align: right;
    padding: 15px 0 15px 0;
    border-top: 1px solid #e8ebed;
}
.ui-widget {}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {}
.ui-widget-content {
    background: #ffcc7b;
    color: #222222;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    background: #f5ab35;
}
.ui-widget-header a {
    color: #222222;
}
.ui-progressbar {
    height: 2em;
    text-align: center;
    width: 75%;
    margin: auto;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
span.error {
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -35px;
    right: -15px;
    z-index: 99;
    height: 25px;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 6px 8px;
}
span.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
}
.styled-select span.error {
    top: -5px;
}
.form-group {
    position: relative;
}
.form-group label {
    font-weight: 400;
    color: #222;
}
.form-group.radio_questions label {
    border: 2px solid #e8ebed;
    display: block;
    font-weight: 400;
    padding: 15px 45px 15px 15px;
    box-sizing: content-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #555;
    background-color: #fff;
}
.form-group.checkbox_questions label {
    font-weight: 400;
    cursor: pointer;
    color: #555;
}
.form-group.radio_questions .iradio_square-yellow {
    position: absolute;
    top: 17px;
    right: 15px;
}
.form-group.checkbox_questions .icheckbox_square-yellow {
    margin-right: 10px;
}
.form-group.radio_questions label:hover {
    border: 2px solid #ffcc33;
}
.form-group.select {
    margin-bottom: 30px;
}
.styled-select select {
    background: transparent;
    width: 107%;
    padding: 5px;
    padding-left: 15px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 41px;
    color: #999;
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
}
.styled-select select:focus {
    color: #555;
}
.styled-select {
    width: 100%;
    overflow: hidden;
    height: 44px;
    background: #fff url(../img/arrow_down.svg) no-repeat right center;
    border: 2px solid #e8ebed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.styled-select select::-ms-expand {
    display: none;
}
.styled-select select:focus {
    outline: none;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
input.form-control,
select.form-control,
textarea.form-control {
    background: none;
    background-color: #fff;
    border: 2px solid #e8ebed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    color: #999;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 6px 12px;
}
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    border-color: #ffcc33;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
}

/*-------- 2.5 Success submit --------*/
#success {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 190px;
    margin-top: -85px;
    margin-left: -150px;
    text-align: center;
}
#success h4{
	margin:0;
}
#success h4 span{
	display:block;
	font-size:24px;
}
@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}
@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}
.inlinesvg .svg svg {
    display: inline
}
.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}
.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards
}

/*-------- 2.6 Shortcodes --------*/
#background_color_in {
    background-color: #f8f8f8;
}
.subheader_in {
    text-align: center;
    height: 300px;
    border-bottom: 1px solid #e8ebed;
	background: #fff4e3 url(../img/shortcodes_bg.svg) no-repeat center bottom;
}

.tab-pane.styled {
	padding: 30px;
	background-color:#fff;
	border: 1px solid #ddd;
	border-top:0;
}

/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/
/*-------- 3.1 Accordion --------*/
.panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ededed;
}
.panel-title a {
    display: block;
    color: #444;
}
.panel-default > .panel-heading {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-body {
    padding: 30px;
    line-height: 1.6 !important;
}
.panel-title a .indicator {
    color: #409fff;
}
.panel-title a:hover .indicator {
    color: #333;
}

/*-------- 3.2 Spacing --------*/
.add_bottom_15 {
    margin-bottom: 15px;
}
.add_bottom_30 {
    margin-bottom: 30px;
}
.add_bottom_45 {
    margin-bottom: 45px;
}
.add_bottom_60 {
    margin-bottom: 60px;
}
.add_bottom_75 {
    margin-bottom: 75px;
}
.add_top_20 {
    margin-top: 20px;
}
.add_top_30 {
    margin-top: 30px;
}
.add_top_60 {
    margin-top: 60px;
}
.more_padding_left {
    padding-left: 40px;
}
.nomargin_top {
    margin-top: 0;
}
.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
.nomargin {
    margin: 0 !important;
}
.margin_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.margin_60_35 {
	padding-top: 60px;
	padding-bottom: 35px;
}



/*-------- 3.4 Fileupload --------*/



ul.list_ok {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 1.3;
}
ul.list_ok li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
ul.list_ok li:before {
    font-family: 'ElegantIcons';
    content: "\52";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 21px;
    color: #409fff;
}


/*============================================================================================*/
/* 4. RESPONSIVE  */
/*============================================================================================*/
@media (max-width: 1024px) {
	
}
@media (max-width: 991px) {
	#main_container {width:100%;}
	#wizard_container {border-left: 0;}
	#middle-wizard {padding: 15px 0;}
	.more_padding_left {padding-left: 0;}
	aside {visibility:hidden;}
}

/* Tablet*/
@media (max-width: 768px) {
	.wrapper_in {padding: 0 20px 20px 20px;}
	.ui-progressbar {width: 100%;}
	.box_contact {padding-left:0;}
	.box_contact i {position: static;}
	.widget#follow{border-bottom: none;margin-bottom:0;}
	.widget#follow ul{margin-bottom:0;}
	.subheader {margin-bottom:5px;}
}

/* Mobile Portrait */
@media (max-width: 480px) {
	.subheader {margin: 0 -65px 5px -65px;}
	.subheader#quote,.subheader#about {background-size: 100% auto;}
	.about_info {padding-left: 0;}
	.about_info i {position: static;}
	.margin_60_35 {padding-top: 30px;padding-bottom:5px;}	
	.ls-bottom-slidebuttons {visibility:hidden;}
	
}