/*put your css code here*/
#overlays{z-index:980;position:fixed;background:#000;opacity:.5;-moz-opacity:.5;width:100%;height:100%;top:0;left:0;cursor:pointer;display:none}
.modal_div{
	width: 90%;
    position: fixed;
    left: 5%;
    display: none;
    opacity: 0;
    z-index: 1001;
    box-shadow: #0808081f 0 6px 50px;
    background: #efefef;
    color: #6d7276;
	overflow: auto;
    height: 100%;
}
.modal_div .content {
	padding:20px 40px;
}
.modal_close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    padding: 2px;
    opacity: 0.6;
    color: #f73e1e;
    font-size: 42px;
    right: 10px;
    display: block;
    border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
    text-align: center;
    z-index: 300;
	text-decoration:none;
	line-height: 0.5em;
}
.modal_close:hover{opacity:1}
#toTop {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    background: transparent;
    border: 1px solid #f8b430;
    padding: 5px;
    cursor: pointer;
    color: #f8b430;
    text-decoration: none;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 1.1em;
}
#toTop:hover {
    border-color: #f1892d;
    color: #f1892d;
}
.text{
	font-size: 14px;
}
.input{
	margin-bottom:10px;
	text-align:left;
}
.input label.header {
    padding-bottom: 10px;
    font-size: 16px;
    color: #888;
    display: block;
    font-weight: 300;
}
.input input[type=tel], .input input[type=email],.input input[type=text], .input input[type=password], .input textarea, .input select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: 'Roboto',arial,sans-serif;
    width: 100%;
    resize: none;
    font-weight: 300;
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #FFFFFF;
    border: none;
    outline: none;
    border: 1px solid #fff;
    color: #666;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
}
.button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0 1px #dfdfdf;
    -moz-box-shadow: 0 0 0 1px #dfdfdf;
    box-shadow: 0 0 0 1px #dfdfdf;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border: none;
    background-color: #38761d;
    color: #f5f3eb;
    padding: .75em 2.4em;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    position: relative;
    -webkit-appearance: none!important;
    border-spacing: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    margin: 10px 0 15px;
}
.button:hover{
	opacity:0.8
}
.content h3 {
	font-size:22px;
}
.price-wrap{
	margin: 40px 0;
    text-align: center;
    font-size: 36px;
}
.input label.header {
    padding-bottom: 0;
	font-size: 13px;
}
a.buttom_a{
	font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer;
    border: 0px solid #2285c4;
    white-space: nowrap;
    padding: 15px 25px;
    text-decoration: none !important;
    text-align: center;
    outline: none;
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
	background-color: #ad008e;
    color: #fff;
}
a.buttom_a:hover {
    color: #fff;
    background-color: #8f0070;
    border: 0px;
}
.public_shares a.twitter.soc_ins{
	background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}