﻿.page_info_wrap
{
	float:left;
	width:100%;
	text-align:center;
	display:inline-block;
}

.page_section_wrap
{
	float:none;
	width:100%;
	margin-left:0 auto;
	margin-right:0 auto;
	display:inline-block;
	max-width:1024px;
	padding:0 1.5em 0 1.5em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.page_body_main
{
	float:left;
	width:100%;
	background-color:#fff;
	display:inline-block;
}

.rc_all_wrap
{
    float:left;
    width:100%;
    display:inline-block;
    padding:1.5em 0 3em 0;
    
}

.rc_splash_area
{
    float:left;
    width:60%;
    height:auto;
    border:none;
    display:inline-block;
}

.rc_info_area
{
    float:left;
    width:40%;
    margin-top:0px;
    display:inline-block;
}

.rc_info_text_wrap
{
    float:left;
    width:100%;
    margin-top:25px;
}

.rc_info_text
{
    float:left;
    width:100%;
    margin:-1.3em 0 0 0;
    font-family:Verdana;
    color:#313131;
    font-size:16px;
    line-height:1.6em;
    font-weight:normal;
    text-align:left;
    cursor:pointer;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:21px;
}

.rc_info_icon
{
    float:left;
    width:16px;
    height:16px;
    background-image:url(../images/canvas/tick-circle.png);
}

.rc_info_text_btn
{
	float:left;	
	width:100%;
	height:auto;
	text-align:center;
	padding-top:35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
		
.rc_info_text_btn a
{
	float:none;
	display:inline-block;
	height:auto;
	width:100%;
	max-width:350px;
	text-decoration:none;
	padding:0;
	margin:0;
	background-color:#0dab05;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:1.2em;
	line-height:1.2em;
}
		
.rc_info_text_btn a span
{
	float:left;
	width:100%;
	text-align:center;
	padding:1em 0 1em 0;
	color:#fff;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.3);
	font-weight:bold;
}
		
.rc_info_text_btn a:hover
{
	background-color:#009d00;
}

.rc_info_text_btn a.off
{
	background-color:#eeeeee;
}

.rc_info_text_btn a.off:hover
{
	background-color:#eeeeee;
	cursor:progress;
}

.rc_info_text_btn a.off span
{
    text-shadow:0px 1px 0px rgba(0, 0, 0, 0);
}

.quote_section_wrap
{
	float:none;
	width:100%;
	margin-left:0 auto;
	margin-right:0 auto;
	display:inline-block;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	background: #f1f1f1;
	padding:3em 0 3em 0;
}

.quote_page_wrap
{
	float:none;
	width:100%;
	margin-left:0 auto;
	margin-right:0 auto;
	display:inline-block;
	max-width:1024px;
	padding:0 1.5em 0 1.5em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.rc_quote_wrap
{
    float:left;
    width:100%;
    height:300px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right:250px;
}

.rc_quote_wrap2
{
    float:left;
    width:100%;
    height:300px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:250px;
	margin-top:-200px;
}

.rc_quote_text_wrap
{
    float:left;
    width:100%;
     -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px 0 0 0;
	margin:0 0 0 0;
	display:inline-block;
	height:auto;
}

.rc_quote_text
{
    float:left;
    width:100%;
    text-align:left;
    font-family:Georgia, Serif;
    font-size:20px;
    font-style:italic;
    color:#515151;
    line-height:1.6em;
}

.rc_quote_text_author
{
    float:left;
    width:100%;
    font-weight:bold;
    text-align:right;
    font-size:14px;
    font-style:normal;
    margin-top:25px;
    margin-left:0px;
    font-family:Verdana;
    color:#313131;
}

.rc_quote_preview1
{
    float:left;
    width:200px;
    height:200px;
    background:#fff;
    display:inline-block;
    overflow:hidden;
    border:1px solid #e6e6e6;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    margin-right:-200px;
}

.rc_quote_preview1 img
{
    float:left;
    width:90%;
    height:auto;
    margin-top:20%;
    margin-left:10%;
}

.rc_quote_preview2
{
    float:left;
    width:200px;
    height:200px;
    background:#fff;
    display:inline-block;
    overflow:hidden;
    border:1px solid #e6e6e6;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    margin-right:-200px;
    
}

.rc_quote_preview2 img
{
    float:left;
    width:90%;
    height:auto;
    margin-top:20%;
    margin-right:10%;
}


@media (max-width:990px) 
{
    .rc_splash_area
    {
        float:none;
        width:70%;
        height:auto;
        border:none;
        display:inline-block;
        padding-top:1.5em;
    }

    .rc_info_area
    {
        float:none;
        width:100%;
        margin-top:0px;
        display:inline-block;
    }
    
    .rc_info_icon 
    {
        display:none;
    }
    
    .rc_info_text 
    {
      float: none;
      width: auto;
      margin:0 0 0 0;
      text-align: center;
      padding-left:0px;
      display:inline-block;
    }
}

@media (max-width: 800px) 
{
    .rc_splash_area
    {
        float:none;
        width:90%;
        height:auto;
        border:none;
        display:inline-block;
    }
    
    .rc_quote_wrap 
    {
        height:auto;
        padding-right:0px;
    }
    
    .rc_quote_wrap2 
    {
        float: right;
        height:auto;
        padding-left:0px;
        margin-top:0px;
    }
    
    .rc_quote_text 
    {
        text-align:center;
    }
    
    .rc_quote_text_author 
    {
        text-align:center;
    }

    .rc_quote_preview1 
    {
        float:none;
        margin-right:0;
        margin-top:0em;
        text-align:center;
    }
    
    .rc_quote_preview2 
    {
        float:none;
        margin-right:0;
        margin-top:3em;
        text-align:center;
    }
}

@media (max-width:500px) 
{
    .rc_splash_area
    {
        width:100%;
    }
}
