@charset "utf-8";

/* GENERAL STYLING */

*{
margin: 0;
padding: 0;
outline: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
-webkit-appearance: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;	
}

*,
*:before,
*:after 
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
	
html * 
{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

html
{
overflow-y: scroll;
font-size: 100%;
vertical-align: baseline;
padding: 0;
margin: 0;
border: 0;
outline: 0;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

body
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px; 
text-align: center;
font-weight: normal;
font-style: normal;
color: #000000;
padding: 0;
margin: 0;
background-color: #E5097F;
background-position: 0;
}

ol, ul
{ 
list-style: none; 
margin: 0;
}

ul li
{
margin: 0; 
padding: 0;
}

.left
{
text-align: left;
}

.justify
{
text-align: justify;
}

.right
{
text-align: right;
}

.none
{
display:none;
}

.showDIV
{
display: block;
} 

a
{
text-transform: none;
text-decoration: none;
outline: 0; 
border: 0;
}

a:hover
{
text-decoration: none;
cursor: pointer;
}

.none
{
display: none;
}

.clearfix:after
{
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix
{
display: block;
}

input, 
select 
{
vertical-align: middle;
}
	
input, 
textarea, 
select 
{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: 0;
}

p
{ 
margin: 10px 0 10px 0; 
line-height: 18px;
text-align: justify;
}

img
{
border: 0;
outline: 0;
-webkit-user-select: none;  /* Chrome all / Safari all */
-moz-user-select: none;     /* Firefox all */
-ms-user-select: none;      /* IE 10+ */
-o-user-select: none;
user-select: none;
} 

hr 
{
width: 100%;
height: 1px;
margin: 20px 0 20px 0;
background-color: #000000;
border: 0;
color: #000000;
clear: both;
}

/* HEADER */

#header
{
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 0;
margin: 0;
text-align: center;
background-color: #FFFFFF;
-webkit-box-shadow: -1px 7px 10px -3px rgba(0,0,0,0.36);
-moz-box-shadow: -1px 7px 10px -3px rgba(0,0,0,0.36);
box-shadow: -1px 7px 10px -3px rgba(0,0,0,0.36);
z-index: 10;
}

#header_wrapper
{
max-width: 1200px;
height: 120px;
margin: 0 auto;
text-align: left;
}

#left_header_column
{
float: left;
display: block;
text-align: left;
padding: 0;
margin: 0;
}

#right_header_column
{
float: right;
display: block;
text-align: right;
padding: 10px 5px 10px 5px;
margin: 25px 0 0 0;
}	

#logo
{
float: left;
margin: 5px 0 0 5px;
}

#logo img
{
width: 240px;
height: 114px;
margin: 0;
border: 0;
}

/* SLIDESHOW */

.slideshow
{
position: relative;
width: 100%;
margin : 120px auto 0 auto;
padding: 0;
background-color: #FFFFFF;
}

.container_slide 
{
max-width: 1200px;
margin: 0 auto;
padding: 0 5px 0 5px;  
}

.rslides
{
position: relative;
list-style: none;
overflow: hidden;
transition:all 1s ease;
width: 100%;
padding: 0;
margin: 0;
}

.rslides li 
{
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
-webkit-backface-visibility: hidden;
}

.rslides li:first-child 
{
position: relative;
display: block;
float: left;
}

.rslides img 
{
display: block;
float: left;
height: auto;
width: 100%;
padding: 0;
margin: 0;
border: 0;
}

.rslides_tabs
{
list-style: none; 	
max-width: 1200px;
width: 100%;
padding: 15px 0 0 0;
margin: 0 auto;
text-align: center;
background-color: #FFFFFF;
}

.rslides_tabs li
{
display: inline;
float: none;
margin-right: 5px;
}

.rslides_tabs li:first-child
{
margin-left: 0;
}

.rslides_tabs a
{
display: inline;
width: auto;
height: auto;
line-height: 20px;
padding: 10px 20px;
background: transparent;
}
  
.rslides_tabs a,
.rslides_tabs a:visited
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #000000;
background-color: #F3F3F3;
}

.rslides_tabs a:hover
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
background-color: #E5097F;
}

.rslides_tabs .rslides_here a
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
background-color: #E5097F;
}

.rslides_nav
{
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 52%;
left: 0;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 61px;
width: 38px;
background: transparent url("../images/nav.gif") no-repeat left top;
margin-top: -45px;
}

.rslides_nav:active
{
opacity: 1.0;
}

.rslides_nav.next
{
left: auto;
background-position: right top;
right: 0;
}

.rslides_nav:focus
{
outline: none;
}

/* MIDDLE CONTENT */

#middle
{
float: left;
width: 100%;
margin: 0;
padding: 0;
text-align: center;
background-color: #FFFFFF;
-webkit-box-shadow: -1px 7px 10px -3px rgba(0,0,0,0.36);
-moz-box-shadow: -1px 7px 10px -3px rgba(0,0,0,0.36);
box-shadow: -1px 7px 10px -3px rgba(0,0,0,0.36);
overflow: hidden;
clear: both;
}

#middle_wrapper
{
position: relative;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

/* HOME PAGE */

#listing
{
float: left;
display: block;
width: 100%;
padding: 0;
margin: 0 0 45px 0;
clear: both;
}

.section
{
clear: both;
padding: 0;
}

.col
{
display: block;
float: left;
margin: 1.5% 0 1.5% 1.6%;
}

.col:first-child
{
margin-left: 0;
}

.col2
{
display: block;
float: left;
margin: 0;
padding: 0;
}

.group:before,
.group:after
{
content: ""; 
display: table;
}

.group:after
{
clear: both;
}

.group
{
zoom: 1;
}

.first
{
margin: 30px 0 0 0;
}

.mid
{
margin: 15px 0 10px 0;
}

.last
{
margin: 0;
}

.span_1_of_1
{
width: 100%;
}

.span_1_of_2
{
width: 49.2%;
}

.span_4_of_8
{
width: 55%;
}

.span_5_of_8
{
width: 45%;
}

.span_4_of_4
{
width: 100%;
}

.span_3_of_4
{
width: 74.6%;
}

.span_2_of_4
{
width: 49.2%;
}

.span_1_of_4
{
width: 23.8%;
}

.span_1_of_4 img
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
background-color: #FFFFFF;
}

.span_1_of_4 img:hover
{
-moz-transform: scale(1.010);
-webkit-transform: scale(1.010);
-o-transform: scale(1.010);
-ms-transform: scale(1.010);
transform: scale(1.010);
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
z-index: 10;
}

.span_1_of_4 .line
{
text-align: center;
padding: 0;
margin: 5px 0 0 0;
}

.span_1_of_4 .line h2,
.span_1_of_1 h2
{
color: #0192CF;
font-size: 16px;
font-weight: bold;
text-transform: none;
line-height: 18px;
}

.span_1_of_4 .line h3
{
color: #0192CF;
font-size: 14px;
font-weight: bold;
text-transform: none;
line-height: 18px;
}

.span_1_of_4 .line h5
{
color: #000000;
font-size: 12px;
font-weight: normal;
text-transform: none;
line-height: 18px;
margin: 7px 0 0 0;
}

.span_2_of_4 h2
{
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
padding: 10px;
margin: 0 0 15px 0;
text-decoration: none;
background-color: #0192CF;
}

.colgal
{
width: 100%;
max-width: 1200px;
display: block;
float: left;
margin: 5px 0 10px 0;
padding: 0;
}

.span_1_of_5
{
width: 20%;
text-align: left;
}

h4
{
color: #0192CF;
font-size: 18px;
font-weight: bold;
text-transform: none;
line-height: 20px;
margin: 35px 0 15px 0;
}

ul.anchor
{
list-style: none;
padding: 0;
margin: 0;
}

ul.anchor li
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000000;
font-style: normal;
font-weight: normal;
text-align: left;
padding: 0 10px 10px 0;
margin: 0;
}

ul.anchor li a,
ul.anchor li a:visited
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000000;
font-style: normal;
font-weight: normal;
text-transform: none;
text-decoration: underline;
line-height: 20px;
}

ul.anchor li a:hover
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000000;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

.span_1_of_5 img.thumb
{
width: 99%;
height: auto;
border: 0;
padding: 0;
margin: 0;
outline: 0;
}

a.news,
a.news:visited,
a.news:hover
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
text-decoration: none;
}

.span_1_of_1 .container
{
width: 100%;
text-align: left;
}

.container .blocks
{
display: inline-block;
text-align: left;
width: 49%;
vertical-align: top; 
margin: 10px 0 10px 0;
}

.span_1_of_1 h2
{
font-family: Verdana, Geneva, sans-serif;
color: #0192CF;
font-size: 18px;
line-height: 22px;
font-weight: bold;
text-transform: none;
text-decoration: none;
margin: 15px 0 15px 0;
}

.span_1_of_1 p a,
.span_1_of_1 p a:visited
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: underline;
}

.span_1_of_1 p a:hover
{
text-decoration: none;
}

.span_1_of_1 img
{
width: 99%;
height: auto;
border: 0;
padding: 0;
margin: 0;
outline: 0;
}

.span_4_of_8 h8
{
display: block;
color: #0192CF;
font-size: 16px;
font-weight: bold;
text-transform: none;
line-height: 18px;
margin: 15px 0 0 0;
padding: 0 5px 10px 5px;
}

.span_4_of_8 p
{
display: block;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: 18px;
padding: 5px;
margin: 0;
text-decoration: none;
}

.span_4_of_8 ul
{
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
}
	
.span_4_of_8 ul li
{
display: block;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: 18px;
padding: 5px;
margin: 0;
text-decoration: none;
}

.span_5_of_8 ul
{
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
text-align: right;
}
	
.span_5_of_8 ul li
{
display: block;
padding: 5px;
margin: 0;
text-decoration: none;
text-align: right;
}

.span_5_of_8 img
{
width: 85%;
height: auto;
border: 0;
padding: 0;
margin: 0;
outline: 0;
}

img.news
{
width: 100%;
height: auto;
border: 0;
padding: 0;
margin: 0;
outline: 0;
}

.labels
{
margin-top: 20px 0;
}

.labels .ig1
{
margin-right: 25px;
width: 216px;
height: 105px;
border: 0;
}

.labels .ig2
{
width: 179px;
height: 105px;
border: 0;
}

.paginat
{
float: left;
margin: 15px 0 25px 0;
text-align: left;
}

a.pagination,
a.pagination:visited
{
color: #AAAAAA;
text-decoration: none;
padding: 8px 15px 8px 15px;
margin-right: 10px;
border: 0;
outline: 0;
background-color: #F3F3F3;
}

a.pagination_active,
a.pagination_active:visited,
a.pagination:hover,
a.pagination_active:hover
{
color: #000000;
text-decoration: none;
padding: 8px 15px 8px 15px;
margin-right: 10px;
border: 0;
outline: 0;
background-color: #CCCCCC;
}	

.span_1_of_1 ul
{
list-style: none;
margin: 10px 0 0 0;
padding: 0;
overflow: hidden;
}
	
.span_1_of_1 ul li
{
display: block;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: 18px;
padding: 5px 0 5px 10px;
margin: 0;
text-decoration: none;
}

.span_1_of_1 p.title
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #0192CF;
line-height: 20px;
text-decoration: none;
}

.span_1_of_2 ul
{
list-style: none;
margin: 15px  0 0 0;
padding: 0;
overflow: hidden;
}
	
.span_1_of_2 ul li
{
display: block;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #000000;
line-height: 18px;
padding: 5px 0 5px 0;
margin: 0;
text-decoration: none;
}

.span_1_of_2 ul li img
{
border: 0;
outline: 0;
}

.span_1_of_2 ul li a,
.span_1_of_2 ul li a:visited
{
color: #000000;
text-decoration: underline
}

.span_1_of_2 ul li a:hover
{
color: #0192CF;
text-decoration: none;
}

.span_1_of_2 ul li.title
{
margin-top: 10px;
font-weight: bold;
}

.span_1_of_2 ul li.map
{
background: url('../images/map.png') no-repeat left top;
padding-left: 30px;
margin-top: 10px;
}

.span_1_of_2 ul li.phone
{
background: url('../images/phone.png') no-repeat left top;
padding-left: 30px;
}

.span_1_of_2 ul li.email
{
background: url('../images/email.png') no-repeat left top;
padding-left: 30px;
}

.span_1_of_2 ul li.hours
{
color:#0192CF; 
font-weight: bold;
width: 60%;
line-height: 25px;
}

.onlineForm
{
width: 100%;
padding: 5px;
margin: 0;
}

.onlineForm label
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000000;
font-weight: bold;
font-style: normal;
text-decoration: none;
text-transform: none;
text-align: left;
}

.onlineForm .required,
.onlineForm .asterisk
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #FF0000;
font-weight: bold;
font-style: normal;
text-decoration: none;
padding-left: 0;
text-align: left;
}

.onlineForm p
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000000;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-transform: none;
text-align: left;
padding: 0; 
margin-bottom: 25px; 
}

.ErrorMessage
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #FF0000;
font-weight: bold;
font-style: normal;
text-decoration: none;
text-transform: none;
text-align: left;
padding: 0; 
margin-bottom: 25px; 
}

.SuccessMessage
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #009900;
font-weight: bold;
font-style: normal;
text-decoration: none;
text-transform: none;
text-align: left;
padding: 0; 
margin-bottom: 25px; 
}

.onlineForm input[type=text]
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000000;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-transform: none;
margin-bottom: 20px;
margin-top: 10px;
text-align: left;
width: 100%;
padding: 15px;
border-radius: 5px;
border: 1px solid #000000;
background-color: #FFFFFF;
outline: none;
-webkit-appearance: none;
}

.onlineForm textarea
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000000;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-transform: none;
width: 100%;
height: 150px;
padding: 15px;
margin-top: 10px;
text-align: left;
border: 1px solid #000000;
background-color: #FFFFFF;
border-radius: 5px; 
margin-bottom: 20px;
resize: none;
outline: none;
-webkit-appearance: none;
} 

.onlineForm input[type=text]:focus,
.onlineForm input[type=password]:focus,
.onlineForm textarea:focus
{
border: 1px solid #000000;
background-color: #F3F3F3;
outline: none;
-webkit-appearance: none;
}

.onlineForm select 
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000000;
font-weight: normal;
font-style: normal;
text-transform: none;
width: 100%;
text-align: left;
padding: 15px 5px 15px 5px; 
margin-bottom: 20px;
margin-top: 10px;
border-radius: 5px;
border: 1px solid #000000;
overflow: hidden;
background: #FFFFFF url("../images/select_arrow.gif") no-repeat 99% 50%;
-webkit-appearance: none;
}

.onlineForm select:focus,
.onlineForm select:hover,
{
outline: none;
background: #F2F2F2 url("../images/select_arrow.gif") no-repeat 99% 50%;
}

.onlineForm input[type=submit]
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-transform: none;
margin-bottom: 20px;
text-align: center;
width: 100%;
padding: 15px;
border-radius: 5px;
border: 1px solid #0192CF;
background-color: #0192CF;
cursor: pointer;
outline: none;
-webkit-appearance: none;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
}

.onlineForm #submit:hover, 
.onlineForm #submit:focus
{
outline: none;
-webkit-appearance: none;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
-moz-opacity: 0.9;
-webkit-opacity: 0.9;
-khtml-opacity: 0.9;
filter: alpha(opacity=90);
transition: all .2s linear;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
}

.onlineForm label.radio
{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000000;
font-weight: bold;
font-style: normal;
text-decoration: none;
text-transform: none;
text-align: left;
line-height: 25px;
padding-left: 35px;
}

.onlineForm input[type=radio] 
{
display: block;
position: relative;
}

.onlineForm input[type=radio]:after 
{
content: "";
background-color: #FFFFFF;
height: 25px;
width: 25px;
display: inline-block;
border: #000000 1px solid;
border-radius: 5px;
padding: 0;
position: absolute;
outline: 0;
cursor: pointer;
-webkit-appearance: none;
}

.onlineForm input[type=radio]:checked:after 
{
content: "";
background-color: #000000;
height: 25px;
width: 25px;
display: inline-block;
border: #000000 1px solid;
border-radius: 5px;
padding: 0;
position: absolute;
outline: 0;
cursor: pointer;
-webkit-appearance: none;
}

.onlineForm div.card
{
margin: 5px 0 5px 0;
}

.onlineForm div.formation
{
margin: 15px 0 20px 0;
}

/* FOOTER */

#footer
{
float: left;
width: 100%;
margin: auto;
padding: 0;
}

#footer_wrapper
{
position: relative;
max-width: 1200px;
margin: 0 auto;
}

#footer .socials
{
padding: 0;
margin: 40px 0 20px 0;
clear: both;
}

#footer .socials h1
{
font-family: Verdana, Geneva, sans-serif;
font-size: 14px; 
color: #FFFFFF;
line-height: 14px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
margin: 0 0 20px 0;
}

#footer .socials h2
{
font-family: Verdana, Geneva, sans-serif;
font-size: 14px; 
color: #FFFFFF;
line-height: 14px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
margin: 0;
padding: 0;
}

#footer .socials h2 span
{
display: block;
text-align: right;
line-height: 40px;
padding: 0 10px 0 0;
}

#footer .left_column
{
float: left;
width: 36.333%;
padding: 0;
margin: 0 0 20px 0;
text-align: left;
}

#footer .center_column
{
float: left;
width: 30.333%;
padding: 0;
margin: 0 0 20px 0;
text-align: center;
}

#footer .right_column
{
float: left;
width: 33.333%;
padding: 0;
margin: 0 0 20px 0;
text-align: right;
}

#footer .left_column .left_tab_block
{
position: relative;
text-align: left;
padding-right: 160px;
color: #FFFFFF;
}

#footer .center_column .center_tab_block
{
position: relative;
text-align: center;
padding: 20px 0 0 0;
color: #FFFFFF;
}

#footer .right_column .right_tab_block
{
position: relative;
text-align: right;
color: #FFFFFF;
}

#footer .copyright
{
width: 100%;
padding: 0;
margin: 45px 0 25px 0;
clear: both;
}

#footer .copyright ul,
#footer .copyright ul li
{
color: #FFFFFF;
text-decoration: none;
margin: 0;
padding: 0;
}

#footer .copyright ul li
{
display: inline-block;
}

#footer .copyright a,
#footer .copyright a.visited
{
text-decoration: none;
border: 0;
padding: 0 0 0 5px;
}

/* PRIVACY POLICY MODAL */

.checkbox {
margin-top: 10px;
margin-bottom: 25px;
text-align: left;
padding-left: 0;
}

input[type=checkbox] {
display: none !important;
opacity: 0;
}

.checkbox span {
font-family: Verdana, Geneva, sans-serif;
color: #000000;
font-size: 12px;
font-weight: bold;
}

label[for=agree] a,
label[for=agree] a:visited,
label[for=agree] a:active,
label[for=agree] a:focus {
font-family: Verdana, Geneva, sans-serif;
color: #000000;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}

label[for=agree] a:hover {
text-decoration: none;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
cursor: pointer;
padding-left: 35px;
padding-top: 5px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 25px;
height: 25px;
border: 1px solid #000000;
background-color: #FFFFFF;
border-radius: 5px;
box-shadow: none;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: '\2713';
position: absolute;
top: 6px;
left: 6px;
font-size: 18px;
font-weight: bold;
line-height: 10px;
color: #009900;
transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
transform: scale(0);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
transition: all .3s ease-in;
}

[type="checkbox"]:checked + label:after {
transform: scale(1) rotateZ(0deg);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
}

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before,
label:hover:before {
border: 0;
outline: none;
}

#modal {
font-weight: normal;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
left: 50%;
margin: -250px 0 0 -32%;
opacity: 0;
position: absolute;
top: -50%;
visibility: hidden;
width: 65%;
border-radius: 4px;
box-shadow: 0;
box-sizing: border-box;
transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
z-index: 9999;
}

#modal:target {
opacity: 1;
top: 50%;
visibility: visible;
}

#modal .header,
#modal .footer {
border: none;
}

#modal h2 {
float: left;
color: #000000;
font-size: 18px;
line-height: 24px;
font-weight: normal;
text-align: left;
text-transform: none;
padding: 0;
margin-bottom: 10px;
}

#modal .header,
#modal .text,
#modal .footer {
padding: 5px 15px;
color: #000000;
}

#modal .text {
clear: both;
line-height: 20px;
padding: 5px 15px;
}

#modal .text p {
text-align: left;
line-height: 20px;
padding: 7px 0;
}

.modal-content {
background-color: #FFFFFF;
position: relative;
z-index: 20;
}

#modal .overlay {
background-color: #000000;
background: rgba(0,0,0,.6);
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10;
}

#modal a.btn {
float: right;
}

#modal a.btn,
#modal a.btn:active,
#modal a.btn:focus,
#modal a.btn:hover {
color: #FFFFFF;
font-size: 12px;
text-decoration: none;
display: inline-block;
padding: 5px;
border-radius: 5px;
background-color: #E74C3C;
}

/* BACK TO TOP */

.cd-top 
{
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 40px;
right: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
background: rgba(209, 7, 116, 1) url('../images/arrowTop.png') no-repeat center 50%;
visibility: hidden;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, 
.cd-top.cd-fade-out, 
.no-touch .cd-top:hover 
{
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible 
{
visibility: visible;
opacity: 1;
}

.cd-top.cd-fade-out,
.no-touch .cd-top:hover 
{
opacity: 0.9;
}