html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
/* Custom fonts */

@font-face {
	font-family: 'champagne__limousinesregular';
	src: url('../fonts/champagnelimousines/champagnelimousines-webfont.eot');
	src: url('../fonts/champagnelimousines/champagnelimousines-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/champagnelimousines/champagnelimousines-webfont.woff') format('woff'), url('../fonts/champagnelimousines/champagnelimousines-webfont.ttf') format('truetype'), url('../fonts/champagnelimousines/champagnelimousines-webfont.svg#champagne__limousinesregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'champagne__limousinesbold';
	src: url('../fonts/champagnelimousines/champagnelimousines-bold-webfont.eot');
	src: url('../fonts/champagnelimousines/champagnelimousines-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/champagnelimousines/champagnelimousines-bold-webfont.woff') format('woff'), url('../fonts/champagnelimousines/champagnelimousines-bold-webfont.ttf') format('truetype'), url('../fonts/champagnelimousines/champagnelimousines-bold-webfont.svg#champagne__limousinesbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'champagne__limousinesBdIt';
	src: url('../fonts/champagnelimousines/champagnelimousines-bolditalic-webfont.eot');
	src: url('../fonts/champagnelimousines/champagnelimousines-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/champagnelimousines/champagnelimousines-bolditalic-webfont.woff') format('woff'), url('../fonts/champagnelimousines/champagnelimousines-bolditalic-webfont.ttf') format('truetype'), url('../fonts/champagnelimousines/champagnelimousines-bolditalic-webfont.svg#champagne__limousinesBdIt') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'champagne__limousinesitalic';
	src: url('../fonts/champagnelimousines/champagnelimousines-italic-webfont.eot');
	src: url('../fonts/champagnelimousines/champagnelimousines-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/champagnelimousines/champagnelimousines-italic-webfont.woff') format('woff'), url('../fonts/champagnelimousines/champagnelimousines-italic-webfont.ttf') format('truetype'), url('../fonts/champagnelimousines/champagnelimousines-italic-webfont.svg#champagne__limousinesitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html {
	margin: 0;
	padding:0;
}
/* Universal */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	padding:0;
	margin:0;
}

/* General styles */
::-moz-selection {
}
::selection {
}

:required {
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 -o-box-shadow: none;
 -ms-box-shadow: none;
 box-shadow: none;
}
a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
a {
	color: #5a5a5a;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	text-decoration: none;
}
a:hover {
	color: #19a19a;
	text-decoration: none;
}
area:focus
{
	border:none;
	outline:0;
}
img
{
	outline:0;
}
focus {
outline: 0;
}
b, strong {
	font-weight: 700;
}
body {
	background: #dddee0 url(../img/body-bg.png) repeat-x;
	font-family: 'champagne__limousinesregular';
	color: #5a5a5a;
	font-size: 18px;
	text-align: left;
}
blockquote, q {
	quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
button, button, input[type="button"] {
	border: 0 none;
	cursor: pointer;
}
button:hover {
}
button:active {
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
em, i {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga", "dlig";
	-webkit-font-feature-settings: "liga", "dlig";
	-o-font-feature-settings: "liga", "dlig";
	font-feature-settings: "liga", "dlig";
}
h1 {
	font-size: 33px;
	font-family: 'champagne__limousinesbold';
	padding-bottom: 10px;
}
h2 {
	font-size: 24px;
	font-family: 'champagne__limousinesregular';
}
h3 {
	font-size: 21px;
	font-family: 'champagne__limousinesbold';
}
h4 {
	font-size: 0.21rem;
}
h5 {
	font-weight: 700;
}
h6 {
	font-weight: 700;
}

img {
	-ms-interpolation-mode: bicubic;
}
input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	clear: both;
	float: left;
}
pre, code {
	font-family: 'champagne__limousinesbold';
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
textarea {
	resize: none;
}
u {
	text-decoration: underline;
}
/* Custom styles */
aside, div, dl, fieldset, footer, form, header, iframe, nav, ul, ol, section, table {
	width: 100%;
}
label, input, button {
	float: left;
}
label {
	clear: left;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
#bullet {
	width: 18%;
	margin: auto;
}
ul#bullet li {
	list-style-type: circle;
	text-align: left;
	padding-bottom: 30px;
}
.font_bold {
	font-family: 'champagne__limousinesBdIt';
}
.clearfix {
	clear: both;
}
.active {
	color: #00a19a;
}
#wrap {
	margin: 0px auto;
	width: 833px;
}
.innerbg {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/inner-bg.png) no-repeat;
}
.content_wrap p {
	font-family: 'champagne__limousinesregular';
	font-size: 17.5px;
	color: #575756;
	line-height: 1.1em;
}
.ct_our_values p {
	font-family: 'champagne__limousinesregular';
	font-size: 17.5px;
	color: #575756;
	line-height: 1.1em;
}
.content_wrap .ct_heading {
	color: #00a7aa;
	font-size: 25px;
	font-family: 'champagne__limousinesbold';
	margin-bottom: 5px;
	font-weight: bold;
}
.content_wrap .ct_heading3 {
	color: #00a7aa;
	font-size: 21px;
	font-family: 'champagne__limousinesbold';
	margin-bottom: 5px;
	font-weight: bold;
}
.ct_padding_bot:last-child
{
	padding-bottom:0;
}
.content_wrap .ct_heading2 {
	color: #00a7aa;
	font-size: 21px;
	font-family: 'champagne__limousinesbold';
	margin-bottom: 5px;
	font-weight: 600;
}
.content_wrap .ct_heading2 a {
	color: #00a7aa;
	text-decoration: none;
}
.content_wrap .ct_heading2 a:hover {
/*text-decoration:underline;*/
	/*color:#575756;*/
}
.ct_contact {
	padding-top: 80px;
}
.ct_contact p {
	line-height: 1.4em;
}
.content_wrap .ct_sub_heading {
	color: #00a7aa;
	font-size: 22px;
	font-family: 'champagne__limousinesregular';
	margin: 4px 0 10px 0px;
}
.ct_content_heading {
	color: #00a7aa;
	font-family: "champagne__limousinesbold";
	font-size: 16px;
	font-weight: bold;
}
.ct_padding_bot {
	padding-bottom: 21px;
}
#content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
main {
	width: 100%;
}
aside {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 25%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.logo_intro {
	margin: auto;
	padding-bottom: 0;
	text-align: center;
}
.logo_intro img {
	margin-right: 107px;
	margin-top: 85px;
	max-width: 100%;
}
.logo_intro img:hover {
	opacity: 0.7;
	transition: opacity 0.55s ease-in-out 0s;
}
.intro_font {
	font-size: 47px;
	text-align: center;
	line-height: 50px;
}
.header {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 63px;
}
.logo {
	position: relative;
	float: left;
	margin-top: 50px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.logo a {
	display: block;
}
.logo img:hover {
	opacity: 0.7;
	transition: opacity 0.55s ease-in-out 0s;
}
.toplug {
	width: 48.1392557023%;
	height: 24px;
	border-top: solid 7px #00a19a;
	text-align: right;
	float: right;
	padding-top: 2px;
	font-size: 12.5px;
	font-family: 'champagne__limousinesregular';
}
nav {
	right: 0;
	position: absolute;
	top: 74px;
	width: auto;
	font-family: arial;
	font-size: 12px;
}
nav ul {
	float: right;
	height: 20px;
	line-height: 20px;
	width: 100%;
}
nav ul li {
	float: left;
	position: relative;
}
nav>ul>li>a {
	color: #5a5a5a;
	float: left;
	font-weight: bold;
	padding: 0px;
	text-transform: uppercase;
	border-bottom: dotted 1px #000000;
	letter-spacing: 0.2px;
}
li ul li {
	margin: 0 !important;
}
nav>ul>li:first-child a {
	margin-left: 0px;
}
nav ul li.download {
	float: right;
	margin: 0;
}
nav ul li a:hover, nav ul li.active a, nav ul li:hover a {
	color: #00a19f;
}
nav ul li ul {
	display: none;
	position: absolute;
	top: 21px;
	width: 280px;
	z-index: 9999;
}
nav ul li:hover ul {
	display: block;
}
nav ul li ul li {
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0;
	width: 280px;
}
nav ul li ul li:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
nav ul li ul li a {
	float: left;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	padding: 0 15px 0 5px;
	width: 116px;
}
nav ul li ul li a:hover {
	background: #5a5a5a;
	color: #ffffff;
}
.page_name {
	width: 38%;
	float: left;
	text-align: center;
}
.ct_leftsidebar img {
/*position: relative;
	top: 20px;*/
}
.page_title {
	width: 60%;
	float: right;
	padding: 60px 0 30px;
}
.page_content {
	width: 55%;
	float: right;
	padding-bottom:28px;
}
.content_wrap {
	width: 100%;
	float: left;
}
.blue {
	color: #19a19a;
}
.font24 {
	font-size: 21px;
}
.linebreak {
	height: 8px;
}
.col {
	float: left;
	width: 35%;
	padding-left: 12%;
}
.col span {
	float: left;
	text-align: center;
	width: 100%;
	color: #19a19a;
}
footer {
	
	 height: 100px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
	font-size: 20px;
}
.copywright
{
	max-width:1000px;
	width:100%;
	left:0;
	right:0;
	margin:0 auto;
}
footer br {
	display: none;
}
.page_content_ipl br {
	display: none;
}
nav a#pull {
	display: none;
}
.ct_resp {
	display: none;
}
.ct_pc {
	display: block;
}
.potrait_ct {
	font-family: 'champagne__limousinesbold';
	font-size: 27px;
	color: #0ba8aa;
	text-align: center;
}
.padd_bottom {
	padding-bottom: 60px;
}

/* ================================================================== */
/* === Responsive styles ============================================ */
/* ================================================================== */

 @media max-width:1024px) {
.unique {
 width: 750px;
}
.unique .logo_intro img {
 max-width: 50%;
 height: auto;
 margin-top: 12px;
 margin-right: 0px;
}
.unique footer {
 font-size: 18px;
}
.copywright
{
	max-width:815px;
}
}
/* Tablets and landscape large smartphones */
@media (max-width:832px) {
.innerbg {
	width: 98%;
}
#wrap {
	max-width: 750px;
	width: 100%;
}
.header {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 55px;
}
nav {
	width: 62%;
}
nav > ul > li > a {
	left: 0;
}
nav ul li ul {
	left: 0;
}
#content {
	display: flex;
}
.page_title {
	float: left;
	padding: 60px 0 150px 0;
	width: 60%;
}
.page_name {
	width: 33.935%;
	text-align: center;
}
.copywright {
	font-size: 18px;
	padding-bottom: 10px;
}
ul#bullet li {
	padding-bottom: 45px;
}
.heading {
	padding-top: 40px;
}
.copywright
{
	max-width:100%;
}
}

/* Large smartphones */
@media (max-width:767px) {
.innerbg {
	width: 100%;
}
#wrap {
	width: 96%;
}
h1 {
	padding-bottom: 0px;
}
.toplug {
	font-size: 11px;
}
#content {
	padding-bottom: 40px;
}
.intro_font {
	font-size: 27px;
	text-align: center;
}
.logo_intro img {
	max-width: 208px;
	height: auto;
	margin-top: 32px;
	margin-right: 40px;
}
.intro_font {
	line-height: 30px;
}
.display {
	display: none;
}
.header {
	margin-bottom: 12px;
}
.logo {
	margin-top: 28px;
}
.logo img {
	max-width: 206px;
	height: auto;
}
.toplug {
	width: 61.5%;
}
nav {
	width: 61.5% !important;
}
.page_content {
	width: 61.5%;
}
.page_name {
	padding-top: 30px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
	line-height: 15px;
}
h3 {
	font-size: 13px;
	line-height: 12px;
}
.page_title {
	float: right;
	padding: 8px 0 14px 0;
	width: 59%;
}
.page_content_ipl {
	padding-top: 20px;
}
.font24 {
	font-size: 14px;
}
.linebreak {
	height: 0;
	margin-bottom: 10px;
}
.page_name img {
	max-width: 200px;
}
ul#bullet li {
	padding-bottom: 26px;
	font-size: 14px;
	text-align: center;
}
nav {
	border-bottom: 0;
	top: 31px;
}
nav ul {
	display: none;
	height: auto;
}
nav ul li {
	width: 100%;
	padding: 7px;
	background: #666;
	border-bottom: 1px dotted #000000;
}
nav ul li a {
	width: 100%;
	color: #fff;
	border: none;
}
nav ul li ul {
	border-top: 1px dotted #000000;
	margin-top: 7px;
	position: relative;
	width: 100%;
	top: auto;
}
nav ul li ul li a:hover {
	background: none;
	color: #00a19f !important;
}
nav ul li ul li:last-child {
	border-bottom: none;
	margin-bottom: -7px;
}
nav ul li ul li a {
	color: #fff;
}
nav ul li ul li {
	width: 100%;
}
nav a#pull {
	display: block;
	background-color: #00a19a;
	width: 100%;
	position: relative;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 7px 0px;
}
nav a#pull:after {
	content: "";
	background: url('nav-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 4px;
}
.col {
	padding-left: 8%;
	width: 46%;
}
footer {
	padding-top: 0px;
	height: 28px;
	padding-bottom: 0px;
}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 640px) {
.content_wrap .ct_heading {
	line-height: 1.5em;
}
footer {
	line-height: 1.5em;
	font-size: 16px;
}
.ct_resp {
	display: block;
}
.ct_pc {
	display: none;
}
.ct_contact
{
	padding-top:50px;
}
.copywright
{
	width:80%;
}
}
/* Smartphones */
@media (max-width: 560px) {
#wrap {
	width: 90%;
}
.header {
	margin-bottom: 40px;
}
h1 {
	padding-bottom: 0px;
}
.intro_font {
	font-size: 27px;
	text-align: center;
	width: 100%;
}
.logo_intro img {
	max-width: 263px;
	height: auto;
	margin-top: 50px;
	margin-right: 40px;
}
.intro_font {
	line-height: 35px;
}
.display {
	display: none;
}
.logo img {
	max-width: 344px;
	height: auto;
}
.logo {
	text-align: center;
	float: none;
	margin-top: 25px;
}
nav {
	width: 100% !important;
	top: 84px;
}
nav ul li ul li a {
	color: #fff !important;
}
nav ul li ul li a:hover {
	color: #fff !important;
	background: #5a5a5a;
}
.header {
	margin-bottom: 57px;
}
.toplug {
	background: none;
	top: 124px;
	border: 0;
	font-size: 14px;
	height: 24px;
	padding-top: 0px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	line-height: 11px;
}
.toplug .active {
	color: #00a19a;
}
.page_name img {
	display: none;
}
.page_title {
	width: 100%;
	padding: 18px 0;
}
.page_title br {
	display: none;
}
.page_content {
	width: 100%;
}
.page_content_ipp {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 17px;
	line-height: 18px;
}
.font24 {
	font-size: 14px;
}
.font_ipp {
	font-size: 15px;
	padding-top: 30px;
}
.linebreak {
	height: 0;
}
.active {
	color: #ffffff;
}
.copywright {
	font-size: 15px;
	padding-bottom: 10px;
	line-height: 18px
}
ul#bullet li {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
#bullet {
	padding-top: 20px;
}
.col {
	float: left;
	padding-left: 3%;
	width: 50%;
}
.ct_contact
{
	padding-top:40px;
}

footer {
	padding-top: 15px;
	height: 100px;
}
footer br {
	display: block;
}
.page_content_ipl br {
	display: block;
}
}
 @media only screen and (max-width : 480px) {
.logo_intro img {
	margin-top: 90px;
}
.logo img {
	max-width: 280px;
}
.page_name {
	display: none;
}
.page_content {
	margin-top: 30px;
}
.ct_contact
{
	padding-top:20px;
}
.copywright
{
	width:100%;
}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
.logo img {
	width: 86%;
}
nav li {
	display: block;
	float: none;
	width: 100%;
}
nav li a {
	border-bottom: 1px solid #576979;
}
}
