@CHARSET "UTF-8";
body{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin:0px;
	padding: 0px;
}
body p, table, .card_description li {
font-family: Verdana;
font-size: 11pt;
}
.price tr {
    border: solid 1px;
}
.price td {
    padding:5px;
}
.width100{
width: 100%;
}
#facebox{
z-index: 300;
}
a{
color: #01205F;
text-decoration: underline;
}

.tablecenter{
margin: auto;
}
.center{
text-align: center;
}
.clear{
clear: both;
}
.loading-page, .loading{
display: none;
}
.site{
max-width: 1024px;
width:100%;
margin: auto;
}

.left{
	float:left;
	}	
.right{
	float:right;
	}	
.dotted{
text-decoration: none;
border-bottom: 1px dotted;
}	
.pag-table div{
	padding: 5px 10px 5px 10px;
}
.pag-table .active div{
	color: #DA2923;
	border: 1px solid #DA2923;
}
.pag-table{
	margin: auto;
	margin-top: 20px;
}
.pag-table a{
	text-decoration: none;
	}
	
.order-btn {
    color: #fff!important;
    background: #6E1838;
    padding: 5px;
    margin: 15px;
    border-radius: 5px;
    font-size: 20px;
    text-decoration: none;
}
.order-btn:hover {
    color:#fff!important;
    background:#ca316a;
    text-decoration:none;
}

/* new code */
section.work-scheme{text-align:center}
section.work-scheme ul li{width:22%;display:inline-block;vertical-align:top;text-align:center;margin-right:38px;position:relative;margin-bottom:55px}
section.work-scheme ul li i{margin:0 auto 20px;display:block;width:75px;height:80px;line-height:85px;font-size:36.6px;font-family:"opensanslight",Arial,sans-serif;color:#6E1838;background:url(/images/circle-sprite.png) -5px 0}
section.work-scheme ul li .circle2{background-position:-88px 0}
section.work-scheme ul li .circle3{background-position:-173px 0}
section.work-scheme ul li .circle4{background-position:-257px 0}
section.work-scheme ul li .circle5{background-position:-341px 0}
section.work-scheme ul li .circle6{background-position:-425px 0}
section.work-scheme ul li .circle7{background-position:-510px 0}
section.work-scheme ul li p{font-size:14px;line-height:18px}
section.work-scheme ul li:nth-child(3){margin-right:0}
section.work-scheme ul li:nth-child(3):after{display:none}
section.work-scheme ul li:nth-child(6):after{display:none}
section.work-scheme ul li:last-child{margin-right:0}
section.work-scheme ul li:last-child:after{display:none}
section.work-scheme ul li:nth-child(even):after{transform:rotateX(180deg)}section.work-scheme ul li:after{content:"";display:block;position:absolute;top:23px;right:-67px;background-image:url("/images/arrow-down.png");width:98px;height:20px}
section.work-scheme a.button{display:inline-block;width:265px;margin:0 auto;border:1px solid #6E1838;background-color:#6E1838;color:#fff!important;;font-size:18px;font-family:"opensansregular",Arial,sans-serif;height:58px;line-height:58px;border-radius:4px;position:relative;transition:all 0.2s ease;cursor:pointer;text-align:center}
section.work-scheme a.button:hover{background-color:#fff!important;color:#6E1838!important}
@media only screen and (max-width: 996px) and (min-width: 769px){
    section.work-scheme ul li{width:25%;margin-right:0;padding:0 10px}
    section.work-scheme ul li:after{display:none}
}
@media only screen and (max-width: 768px){
    section.work-scheme ul li{width:50%;margin:0 auto 40px}
    section.work-scheme ul li:first-child{width:100%;margin:0 auto 40px}
    section.work-scheme ul li:after{display:none}section.work-scheme ul li p{max-width:250px;margin:0 auto;font-size:14px;line-height:20px}
    
}
    @media only screen and (max-width: 769px){
        section.work-scheme{margin-bottom:60px}
        section.work-scheme ul li{margin:5px !important;width:100% !important}
        section.work-scheme ul li i{height:30px;width:30px;background-image:none;font-size:24px;line-height:30px;color:#6E1838;border:1px #6E1838 solid;font-family:"opensans",Arial,sans-serif;border-radius:15px;float:left;margin-top:5px}section.work-scheme ul li p{max-width:none;text-align:left;margin-left:40px}
        section.work-scheme a.button{margin-top:30px}
        
    }