@charset "utf-8";
/* CSS Document */


@import url("georgia.css");
@import url("font-awesome.css");
@font-face {
   font-family: "Georgia";
}

/*-------------------------------------*/

.space5{ margin-top:5px; margin-bottom:5px;}
.space10{ margin-top:10px; margin-bottom:10px;}
.space15{ margin-top:15px; margin-bottom:15px;}
.space20{ margin-top:20px; margin-bottom:20px;}
.space25{ margin-top:25px; margin-bottom:25px;}
.space30{ margin-top:30px; margin-bottom:30px;}
.space35{ margin-top:35px; margin-bottom:35px;}
.space40{ margin-top:40px; margin-bottom:40px;}
.space50{ margin-top:50px; margin-bottom:50px;}

/*-------------------------------------*/

.padding5-top-bottom{ padding-top:5px; padding-bottom:5px;}
.padding10-top-bottom{ padding-top:10px; padding-bottom:10px;}
.padding15-top-bottom{ padding-top:15px; padding-bottom:15px;}
.padding20-top-bottom{ padding-top:20px; padding-bottom:20px;}
.padding25-top-bottom{ padding-top:25px; padding-bottom:25px;}
.padding30-top-bottom{ padding-top:30px; padding-bottom:30px;}
.padding35-top-bottom{ padding-top:35px; padding-bottom:35px;}
.padding40-top-bottom{ padding-top:40px; padding-bottom:40px;}
.padding50-top-bottom{ padding-top:50px; padding-bottom:50px;}

.padding5-left-right{ padding-left:5px; padding-right:5px;}
.padding10-left-right{ padding-left:10px; padding-right:10px;}
.padding15-left-right{ padding-left:15px; padding-right:15px;}
.padding20-left-right{ padding-left:20px; padding-right:20px;}
.padding25-left-right{ padding-left:25px; padding-right:25px;}
.padding30-left-right{ padding-left:30px; padding-right:30px;}
.padding35-left-right{ padding-left:35px; padding-right:35px;}
.padding40-left-right{ padding-left:40px; padding-right:40px;}
.padding50-left-right{ padding-left:50px; padding-right:50px;}

.padding5-all{ padding:5px;}
.padding10-all{ padding:10px;}
.padding15-all{ padding:15px;}
.padding20-all{ padding:20px;}
.padding25-all{ padding:25px;}
.padding30-all{ padding:30px;}
.padding35-all{ padding:35px;}
.padding40-all{ padding:40px;}
.padding50-all{ padding:50px;}
/*-------------------------------------*/
body{
	font-family:'Helvetica', sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Georgia";
}

p{
	font-family: '', sans-serif;
}
a {
  color: #B9A185;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
}
a:focus {
    outline: none;
    outline-offset: 0px;
}
.georgia{
	font-family: "Georgia";
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
/*--------font size---------*/
.f-8{
	font-size:8px;
}
.f-10{
	font-size:10px;
}
.f-12{
	font-size:12px;
}
.f-14{
	font-size:14px;
}
.f-16{
	font-size:16px;
}
.f-18{
	font-size:18px;
}
.f-20{
	font-size:20px;
}
.f-26{
	font-size:26px;
}
.f-30{
	font-size:30px;
}
.f-34{
	font-size:34px;
}
.f-42{
	font-size:42px;
}
.f-52{
	font-size:52px;
}
.f-60{
	font-size:60px;
}
.f-72{
	font-size:72px;
}
/*--------border style and color---------*/
.l-h-15{
	line-height:15px;
}
.l-h-20{
	line-height:20px;
}
.l-h-25{
	line-height:25px;
}
.l-h-30{
	line-height:30px;
}
.l-h-35{
	line-height:35px;
}
.l-h-40{
	line-height:40px;
}
/*--------border style and color---------*/
.border-all-2{
	border: solid 2px;
}
.border-all-5{
	border: solid 5px;
}
.border-all-8{
	border: solid 8px;
}
.border-all-10{
	border: solid 10px;
}
.left-right-border{
	border-right:1px solid #EAEAEA;
	border-left:1px solid #EAEAEA;
}
.top-bottom-border{
	border-bottom:1px solid #EAEAEA;
	border-top:1px solid #EAEAEA;
}
.left-border{
	border-left:1px solid #EAEAEA;
}
.right-border{
	border-right:1px solid #EAEAEA;
}
.top-border{
	border-top:1px solid #EAEAEA;
}
.bottom-border{
	border-bottom:1px solid #EAEAEA;
}
.border-color-purple{
	border-color:#b980b8;
}
.border-color-yellow{
	border-color:#f4aa31;
}
.border-color-white{
	border-color:#ffffff;
}
.border-color-green{
	border-color:#8bc53f;
}
.border-color-gray{
	border-color:#999999;
}
.border-radius10{
	border-radius:10px;
}
.border-radius20{
	border-radius:20px;
}
.border-radius30{
	border-radius:30px;
}
.border-radius50{
	border-radius:50px;
}
.border-radius100{
	border-radius:100px;
}
/*--------font color---------*/
.purple-color{
	color:#b980b8;
}
.pink-color{
	color:#f72f48;
}
.white-color{
	color:#ffffff;
}
.gray-color{
	color:#808285;
}
.dark-gray-color{
	color:#58595b;
}
.dark-cream-color{
	color:#9b8579;
}
.yellow-color{
	color:#f4aa31;
}
.green-color{
	color:#8bc53f;
}
.red-color{
	color:#ea6666;
}
/*--------background color---------*/
.light-cream-bg-color{
	/*background-color: #F2ECE1;*/
background-color:rgba(194,181,155,0.2);
}
.purple-bg-color{
	background-color:#b980b8 !important;
}
.purple-opt-20-bg{
	background-color: rgba(185, 128, 184, 0.2);
}
.purple-opt-60-bg{
	background-color: rgba(150, 63, 149, 0.60);
}
.yellow-opt-20-bg{
	background-color: rgba(251, 186, 46, 0.2);
}
.yellow-bg-color{
	background-color:#f4aa31;
}
.green-opt-20-bg{
	background-color: rgba(179, 206, 64, 0.2);
}
.red-opt-20-bg{
	background-color: rgba(255, 49, 49, 0.2);
}
/*--------gradient color---------*/
.purple-gradient{
	background-color: #b880b8 !important;
	background-image: -webkit-linear-gradient(bottom, #b980b8, #a466a3 64%, #874185) !important;
	background-image: -moz-linear-gradient(bottom, #b980b8, #a466a3 64%, #874185) !important;
	background-image: -o-linear-gradient(bottom, #b980b8, #a466a3 64%, #874185) !important;
	background-image: -ms-linear-gradient(bottom, #b980b8, #a466a3 64%, #874185) !important;
	background-image: linear-gradient(to top, #b980b8, #a466a3 64%, #874185) !important;	
}
.green-gradient{
	background-color: #c1d82f !important;
	background-image: -webkit-linear-gradient(left, #8ab00d, #b9d32b 31%, #c1d82f) !important;
	background-image: -moz-linear-gradient(left, #8ab00d, #b9d32b 31%, #c1d82f) !important;
	background-image: -o-linear-gradient(left, #8ab00d, #b9d32b 31%, #c1d82f) !important;
	background-image: -ms-linear-gradient(left, #8ab00d, #b9d32b 31%, #c1d82f) !important;
	background-image: linear-gradient(to right, #8ab00d, #b9d32b 31%, #c1d82f) !important;
}
.tital-purple-gradient{
	background-color: #9e5f9d;
	background-image: -webkit-linear-gradient(left, #864185, #b57cb5 50%, #864185);
	background-image: -moz-linear-gradient(left, #864185, #b57cb5 50%, #864185);
	background-image: -o-linear-gradient(left, #864185, #b57cb5 50%, #864185);
	background-image: -ms-linear-gradient(left, #864185, #b57cb5 50%, #864185);
	background-image: linear-gradient(to right, #864185, #b57cb5 50%, #864185);
}
.purple-left-right-gradient{
	background-color: #a669ab;
	background-image: -webkit-linear-gradient(left, #a669ab 50%, #d5b7d7) !important;
	background-image: -moz-linear-gradient(left, #a669ab 50%, #d5b7d7) !important;
	background-image: -o-linear-gradient(left, #a669ab 50%, #d5b7d7) !important;
	background-image: -ms-linear-gradient(left, #a669ab 50%, #d5b7d7) !important;
	background-image: linear-gradient(to right, #a669ab 50%, #d5b7d7) !important;
}
.purple-bottom-top-gradient{
	background-color: #b075af !important;
	background-image: -webkit-linear-gradient(bottom, #904c8f, #a96ca8 37%, #b980b8) !important;
	background-image: -moz-linear-gradient(bottom, #904c8f, #a96ca8 37%, #b980b8) !important;
	background-image: -o-linear-gradient(bottom, #904c8f, #a96ca8 37%, #b980b8) !important;
	background-image: -ms-linear-gradient(bottom, #904c8f, #a96ca8 37%, #b980b8) !important;
	background-image: linear-gradient(to top, #904c8f, #a96ca8 37%, #b980b8) !important;
}
.green-right-left-gradient{
	background-color: #b0cf36;
	background-image: -webkit-linear-gradient(right, #90c33e, #adce37 37%, #c1d830) !important;
	background-image: -moz-linear-gradient(right, #90c33e, #adce37 37%, #c1d830) !important;
	background-image: -o-linear-gradient(right, #90c33e, #adce37 37%, #c1d830) !important;
	background-image: -ms-linear-gradient(right, #90c33e, #adce37 37%, #c1d830) !important;
	background-image: linear-gradient(to left, #90c33e, #adce37 37%, #c1d830) !important;
}
.green-left-right-gradient{
	background-color: #98c340;
	background-image: -webkit-linear-gradient(left, #98c340 62%, #d3e199) !important;
	background-image: -moz-linear-gradient(left, #98c340 62%, #d3e199) !important;
	background-image: -o-linear-gradient(left, #98c340 62%, #d3e199) !important;
	background-image: -ms-linear-gradient(left, #98c340 62%, #d3e199) !important;
	background-image: linear-gradient(to right, #98c340 62%, #d3e199) !important;
}
.light-green-bottom-top-gradient{
	background-color: #bdd631;
	background-image: -webkit-linear-gradient(bottom, #9bc73c, #c0d730 29%, #cfde45) !important;
	background-image: -moz-linear-gradient(bottom, #9bc73c, #c0d730 29%, #cfde45) !important;
	background-image: -o-linear-gradient(bottom, #9bc73c, #c0d730 29%, #cfde45) !important;
	background-image: -ms-linear-gradient(bottom, #9bc73c, #c0d730 29%, #cfde45) !important;
	background-image: linear-gradient(to top, #9bc73c, #c0d730 29%, #cfde45) !important;
}
.green-bottom-top-gradient{
	background-color: #9dc440;
	background-image: -webkit-linear-gradient(bottom, #7cb943, #adcb3e) !important;
	background-image: -moz-linear-gradient(bottom, #7cb943, #adcb3e) !important;
	background-image: -o-linear-gradient(bottom, #7cb943, #adcb3e) !important;
	background-image: -ms-linear-gradient(bottom, #7cb943, #adcb3e) !important;
	background-image: linear-gradient(to top, #7cb943, #adcb3e) !important;
}
.orange-bottom-top-gradient{
	background-color: #f5b03a;
	background-image: -webkit-linear-gradient(bottom, #ee9226, #f5b13b 41%, #f7b73e) !important;
	background-image: -moz-linear-gradient(bottom, #ee9226, #f5b13b 41%, #f7b73e) !important;
	background-image: -o-linear-gradient(bottom, #ee9226, #f5b13b 41%, #f7b73e) !important;
	background-image: -ms-linear-gradient(bottom, #ee9226, #f5b13b 41%, #f7b73e) !important;
	background-image: linear-gradient(to top, #ee9226, #f5b13b 41%, #f7b73e) !important;
}
.orange-left-right-gradient{
	background-color: #f1a331;
	background-image: -webkit-linear-gradient(left, #f1a331 46%, #fbd69a) !important;
	background-image: -moz-linear-gradient(left, #f1a331 46%, #fbd69a) !important;
	background-image: -o-linear-gradient(left, #f1a331 46%, #fbd69a) !important;
	background-image: -ms-linear-gradient(left, #f1a331 46%, #fbd69a) !important;
	background-image: linear-gradient(to right, #f1a331 46%, #fbd69a) !important;
}
.red-bottom-top-gradient{
	background-color: #ee7571;
	background-image: -webkit-linear-gradient(bottom, #ea5153, #ee716d 41%, #f07c78);
	background-image: -moz-linear-gradient(bottom, #ea5153, #ee716d 41%, #f07c78);
	background-image: -o-linear-gradient(bottom, #ea5153, #ee716d 41%, #f07c78);
	background-image: -ms-linear-gradient(bottom, #ea5153, #ee716d 41%, #f07c78);
	background-image: linear-gradient(to top, #ea5153, #ee716d 41%, #f07c78);
}
/*--------box-shadow---------*/
.tital-box-shadow{
	-webkit-box-shadow: 0 6px 21px rgba(0,0,0,.4);
	-moz-box-shadow: 0 6px 21px rgba(0,0,0,.4);
	box-shadow: 0 6px 21px rgba(0,0,0,.4);
}
.img-box-shadow {
    -webkit-box-shadow: 0 8px -1px rgba(0,0,0,.4);
    -moz-box-shadow: 0 8px -1px rgba(0,0,0,.4);
    box-shadow: 0 0px 8px -1px rgba(0,0,0,.4);
}
.box-shadow{
	-webkit-box-shadow: 7px 8px 9px rgba(0,0,0,.2);
	-moz-box-shadow: 7px 8px 9px rgba(0,0,0,.2);
	box-shadow: 7px 8px 9px rgba(0,0,0,.2);
}
/*--------list bullat---------*/
.list-bullat-point{
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(../../uploads/2015/08/bullet-point.png) !important;
}
.list-bullat-tickmark{
	list-style-position: inside !important;
	list-style-type: square !important;
	list-style-image:url(../../uploads/2015/08/bullet-tickmark.png) !important;
	padding-left: 0 !important;
}
/*--------transform rotate---------*/
.rotate-7deg-left {
    -ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Safari */
    transform: rotate(-7deg);
}
.rotate-7deg-right {
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Safari */
    transform: rotate(7deg);
}
.rotate-4deg-left {
    -ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Safari */
    transform: rotate(-4deg);
}
.rotate-4deg-right {
    -ms-transform: rotate(4deg); /* IE 9 */
    -webkit-transform: rotate(4deg); /* Safari */
    transform: rotate(4deg);
}
.rotate-2deg-left {
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
}
.rotate-2deg-right {
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Safari */
    transform: rotate(2deg);
}
.rotate-15deg-left {
    -ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Safari */
    transform: rotate(-15deg);
}
.rotate-15deg-right {
    -ms-transform: rotate(15deg); /* IE 9 */
    -webkit-transform: rotate(15deg); /* Safari */
    transform: rotate(15deg);
}
/*------------------------------------*/
/*---------background image----------*/
.bg-logo-1 {
	background-image:url(../../uploads/2015/08/logo-bg-repat.png);
	background-repeat:repeat;
	background-size: contain;
}