/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
	outline: none;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #33006f;
	color: #fff;
    text-shadow: none;
}

::selection {
    background: #33006f;
	color: #fff;
    text-shadow: none;
}

address {
	font-style: normal;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #2d2363;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

p {
	margin: 0 0 10px 0;
}
.invalid{
    background-color :#FFAAAA;
}

/* ==========================================================================
   Remove Outline on Links
   ========================================================================== */

a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    xborder: 0;
    outline : 0;
}


/* ==========================================================================
   Body
   ========================================================================== */

body {
    margin: 0;
	background: url(../JlrTheme/img/bg.jpg) 0 0 repeat;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #333132;
}


/* ==========================================================================
   Links
   ========================================================================== */
   
a:link {
	transition: all 0.2s linear;
}

a:link,
a:visited { 
	/*color: #6E6F72;*/
	text-decoration: none;
}

a:hover,
a:active { 
	color: #33006f;
}


/* ==========================================================================
   Classes
   ========================================================================== */

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.hidden {
	display: none;
}

.slicknav_menu {
	display: none;
}

.bg-dark {
	background: #33006f;
	color: #fff;
}

a.btn {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	border: 1px solid #fff;
	margin: 15px 0 0 0;
	padding: 15px 22px;
	color: #fff;
	display: inline-block;
}

a.btn:hover,
a.btn-help:hover {
	background: #fff;
	color: #33006f;
}

a.btn-help {
	margin-top: 20px;
	display: block;
	background: #33006f;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 30px;
}

a.btn-help span {
	display: block;
	margin-bottom: 6px;
}

a.btn-help:hover span:after {
	border-color: #33006f;
}

a.btn-help span:after {
	display: block;
	content: "";
	border-bottom: 1px solid #fff;
	padding-top: 6px;
}

a.btn-abonnement {
    text-transform: uppercase;
	color: #2d2363;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	border: 1px solid #2d2363;
	padding: 20px;
	display: inline-block;
	text-decoration: none!important;
}

a.btn-abonnement:hover {
    background:#2d2363;
    color:#fff;
}
.icon-large {
	font-size: 80px;
	line-height: 80px;
}

.icon-small {
	font-size: 28px;
	line-height: 28px;
}

.icon-middle {
	margin: 0 0 0 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}



/* ==========================================================================
   Headings
   ========================================================================== */

/*h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	text-transform: none;
	color: #33006f;
}

h2 {
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	margin: 20px 0 10px 0;
}

h3 {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	margin: 20px 0 10px 0;
}

h4 {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	margin: 20px 0 10px 0;
	color: #000;
	text-transform: none;
}*/


/* ==========================================================================
   Container
   ========================================================================== */

.container {
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	position: relative;
}

.container-full {
	width: 960px;
	margin: auto;
}


/* ==========================================================================
   Lists
   ========================================================================== */

.list-reset {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-links {
	margin: 30px 0 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 10px;
	line-height: 10px;
	padding: 9px 0;
}

.list-links li {
	float: left;
}

.list-links li:after {
	content: "/";
}

.list-links li a {
	display: inline-block;
	padding: 0 10px;
}

.list-links li:first-child a {
	padding-left: 0;
}

.list-links li:last-child:after {
	content: "";
}
   


/* ==========================================================================
   Columns
   ========================================================================== */

.col {
	float: left;
	position: relative;
}

.col2 {
	width: 168px;
	margin: 0 20px 0 0;
}   

.col3 {
    width: 270px;
	margin: 0 0 0 0;
}

.col4 {
    width: 210px;
	margin: 0 0 0 0;
}

.col5 {
	width: 331px;
	margin: 0 30px 0 0;
}   

.col.last {
	margin: 0;
}


/* ==========================================================================
   Forms
   ========================================================================== */

.form-standard .form-row {
	margin-bottom: 15px;
}

.form-standard .form-row-error
{
 margin-bottom: 15px;
 color:Red;   
 font-size:16px;
 font-weight:bold;	
    }
    
.form-standard body {
	
}
.form-standard tbody {
	
}
.form-standardtbody td {
	background: #eceded;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 4px;
	font-size: 12px;
}
.form-standard label,
.form-standard select,
.form-standard input[type=text],
.form-standard input[type=password],
.form-standard button {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-standard select {
	margin: 10px 0 15px 0;
}

.form-standard input,
.form-standard select {
	border: 1px solid #9691b1;
	padding: 4px;
	margin-top: 2px;
}

.form-standard .input-half {
	width: 160px;
	float: left;
	margin-right: 11px;
}

.form-standard .input-half:last-child {
	margin-right: 0;
}

.form-standard button {
	margin-top: 25px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #2d2363;
	text-align: center;
	padding: 20px 10px;
	border: none;
}

.form-password input,
.form-password button {
	border: 1px solid #2d2363;
	background: none;
	padding: 4px 6px;
}

.form-password input {
	width: 240px;
	display: inline-block;
	margin: 0 6px 4px 0;
}


/* ==========================================================================
   Tables
   ========================================================================== */

table {
	border-collapse: collapse;	
	width: 100%;
	text-align: left;
	font-size: 13px;
	margin-bottom: 20px;
}

table.table-inverted th {
	background: #707172;
	text-transform: uppercase;
}

thead th {
	width: 20%;
	color: #fff;
	background: #2d2363;
	border-right: 2px solid #fff;
	font-weight: normal;
	line-height: 1;
	padding: 8px;
	font-weight: 600;
}

thead th:last-child,
tbody td:last-child {
	border-right: none;
}

tbody {
	border-top: 20px solid #fff;
}

tbody td {
	background: #eceded;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 4px;
	font-size: 12px;
}
tbody.style1 td {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 4px;
	font-size: 12px;
}


tbody tr:nth-child(even) td {
	background: #fff;
}

   


/* ==========================================================================
   Header
   ========================================================================== */

header {
	padding-top: 15px;
	padding-bottom: 10px;
}

header h1 {
	padding-top: 15px;
	float: left;
}

header h3 {
	font-size: inherit;
	line-height: 14px;
	margin: 0 0 10px 0;
}

header h1 a {
	display: block;
}

header h1 img {
    /*Pour Logo 30ans on met pas de Spec*/
	/*width: 291px;
	height: 59px;*/
}
header h1.en img {
    /*Pour Logo 30ans on met pas de Spec*/
	/*width: 350px;
	height: 59px;*/
}

/* ==========================================================================
   Header > Form
   ========================================================================== */


.form-holder input {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	display: inline-block;
	background: #ececed;
	border: none;
	color: #252525;
	padding: 0 5px;
	width: 234px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-holder input[type=submit] {
	border: none;
	background: none;
	color: #fff;
	padding: 0;
	float: right;
	text-indent: -9999px;
	width: 17px !important;
	height: 17px;
	background: url(../JlrTheme/img/form-button.png) 0 0 no-repeat;
}


.form-holder {
	float: right;
	font-size: 12px;
	width: 258px;
}


.form-holder input[type=text] {
	margin-bottom: 10px;
}

.form-holder input[type=password] {
	float: left;
}

.form-holder button {
	border: none;
	background: none;
	color: #fff;
	padding: 0;
	float: right;
	text-indent: -9999px;
	width: 17px;
	height: 17px;
	background: url(../JlrTheme/img/form-button.png) 0 0 no-repeat;
}

.form-holder input[type=submit]:hover {
	background-position: -17px 0;
}

.form-holder button:hover {
	background-position: -17px 0;
}

.form-holder a {
	color: #fff;
	display: inline-block;
	margin: 10px 0 0 0;
}


/* ==========================================================================
   Footer > Form
   ========================================================================== */
   
#form-newsletter.form-holder {
	width: auto;
	float: none;
	margin-bottom: 25px;
}

#form-newsletter.form-holder input {
	width: 143px;
}

#form-newsletter.form-holder input[type=email] {
	float: left;
}

#form-newsletter-success.form-holder {
    float:left;
    width:160px;
}


/* ==========================================================================
   Navigation
   ========================================================================== */

#navigation {
	background: #ececec;
	font-weight: 600;
}

#navigation a {
	color: #33006f;
	display: block;
	padding: 7px 15px;
	border-bottom: 4px solid transparent;
}

#navigation a:hover,
#navigation .active {
	background: #fff;
	border-color: #33006f;
}

#navigation ul li {
	float: left;
	position: relative;
}

#navigation ul li:hover ul {
	display: block;
}

#navigation ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 300px;
	z-index: 2000;
	background: #33006f;
	display: none;
}

#navigation li ul li {
	float: none;
}

#navigation li ul li a {
	font-size: 13px;
	color: #fff;
}

#navigation li ul li a:hover {
	color: #33006f;
}

#navigation #languages {
	float: right;
}



/* ==========================================================================
   Navigation > Active States
   ========================================================================== */
   
#home #nav-accueil > a,
#propos #nav-propos > a,
#contact #nav-contact > a,
#abonnement #nav-abonnement > a,
#services #navigation #nav-services > a {
	background: #fff;
	border-color: #33006f;
}

#services #list-solutions #nav-services a,
#publics #nav-publics a,
#immobilier #nav-immobilier a,
#analyse #nav-analyse a,
#financier #nav-financier a  {
	background: #fff;
	color: #33006f;
}


/* ==========================================================================
   List Solutions
   ========================================================================== */

#list-solutions {
	position: absolute;
	z-index: 200;
}

#slider-holder #list-solutions {
	top: 258px;
	left: 50%;
	margin: 0 0 0 -480px;
	padding: 0 20px;
}  

#list-solutions li {
	float: left;
	text-align: center;
	margin: 0 20px 0 0;
}

#list-solutions li:last-child {
	margin: 0;
}

#list-solutions li a {
	background: rgb(51, 0, 111);
	background: rgba(51, 0, 111, 0.85);
	color: #fff;
	display: table-cell;
	width: 168px;
	height: 168px;
	vertical-align: middle;
}

#list-solutions li a:hover,
#list-solutions li .active {
	background: #fff;
	color: #33006f;
}

#list-solutions li h4 {
	font-weight: 600;
	margin: 0;
	line-height: 20px;
	color: inherit;
	text-transform: uppercase;
}


/* ==========================================================================
   List Packages
   ========================================================================== */

#list-packages li {
	width: 25%;
	height: 360px;
	float: left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #fff;
	background: #eceded;
	font-size: 12px;
}

#list-packages li:last-child {
	border-right: none;
}

#content #list-packages h3 {
	background: #2d2363;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	margin: 0;
}

#list-packages .list-inner {
	padding: 8px;
	height: 310px;
	position: relative;
}

#list-packages span {
	display: block;
	font-size: 25px;
	line-height: 1;
	color: #2d2363;
	font-weight: 600;
	margin-bottom: 10px;
}

#list-packages .anchor-holder {
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}

#list-packages a {
	text-transform: uppercase;
	color: #2d2363;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	border: 1px solid #2d2363;
	padding: 20px;
	display: inline-block;
	text-decoration: none!important;
}

#list-packages a:hover {
	background: #fff;
}


/* ==========================================================================
   List Sitemap
   ========================================================================== */

.sitemap > li {
	margin-bottom: 20px;
}

.sitemap .sitemap-sub {
	margin: 10px 0;
}

.sitemap .sitemap-sub ul {
	list-style: none;
	font-size: 13px;
	margin: 0;
}

.sitemap h2 {
	margin-bottom: 4px;
}



/* ==========================================================================
   Slider Content
   ========================================================================== */

#slider-holder {
	position: relative;
}

.slider-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -37px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 36px 37px 0 37px;
	border-color: #ffffff transparent transparent transparent;
}

.slider-content {
	padding: 68px 0 40px 0;
	height: 192px;
	background: #33006f;
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	position: relative;
}


/* ==========================================================================
   Content Page > Featured Image
   ========================================================================== */

#featured-image {
	position: relative;
}

#featured-image #list-solutions {
	top: 86px;
	left: 20px;
}


/* ==========================================================================
   Content Page > Content Holder
   ========================================================================== */

#content-holder {
	background: url(../JlrTheme/img/bg-content.jpg) 0 0 repeat;
}


/* ==========================================================================
   Content Page > Aside
   ========================================================================== */

#content-holder #sidebar {
	width: 208px;
	margin: 30px 0 60px 0;
	float: left;
	color: #33006f;
	font-size: 13px;
	position: relative;
}

#sidebar ul {
	margin: 8px 0 0 0;
	text-align: right;
}

#sidebar li a {
	color: #33006f;
	display: block;
	padding: 5px 18px;
}

#sidebar li a:hover,
#sidebar li .active,
#sidebar li ul li,
#sidebar li ul a {
	background: #33006f;
	color: #fff;
}

#sidebar li ul {
	margin: 0;
	display: none;
}

#sidebar li ul.active {
	display: block;
}

#sidebar li ul li {
	padding: 0 25px 0 0;
}

#sidebar li ul a {
	font-size: 12px;
}

#sidebar li ul a:hover {
	text-decoration: underline;
}


/* ==========================================================================
   Content Page > Title Holder
   ========================================================================== */

.title-holder {
	position: relative;
}

.title-holder i {
	font-size: 45px;
	line-height: normal;
	position: absolute;
	top: -2px;
	left: 10px;
	color: #33006f;
}

.title-holder h3 {
	line-height: normal;
	padding: 5px 0 0 60px;
	margin: 0;
	color: #33006f;
}

.title-holder h3.no-padding {
	padding: 0;
	margin-bottom: 10px;
}

aside .title-holder h3 {
	font-size: 13px;
}



/* ==========================================================================
   Content Page > Content
   ========================================================================== */

#content {
	width: 692px;
	min-height: 400px;
	padding: 20px;
	float: left;
	background: #fff;
	position: relative;
	top: -48px;
}

#content a {
	font-weight: bold;
	text-decoration: underline;
}

#content h2,
#content h3 {
	color: #33006f;
	text-transform: none;
}

.text-holder {
	margin: 40px 0;
}

.text-holder .side-image {
	width: 248px;
	float: left;
}

.text-holder .side-image a {
	display: inline-block;
	color: #33006f;
}

.text-holder .side-image a:hover {
	color: #6E6F72;
}

.text-holder .side-image a i {
	font-size: 25px;
	position: relative;
	top: 8px;
}

.text-holder .text-content {
	width: 424px;
	float: right;
}


/* ==========================================================================
   Content Page > Breadcrumb
   ========================================================================== */

#breadcrumb {
	border-bottom: 1px solid #33006f;	
	margin: 0 0 24px 0;
	padding: 0 0 8px 0;
	font-size: 12px;
}

#breadcrumb li {
	float: left;
}

#breadcrumb li:after {
	content: "/";
}

#breadcrumb li a {
	display: inline-block;
	padding: 0 4px;
	color: #33006f;
	text-decoration: none;
	font-weight: normal;
}

#breadcrumb li .active {
	font-weight: 700;
}

#breadcrumb li:first-child a {
	padding-left: 0;
}

#breadcrumb li:last-child:after {
	content: "";
}


/* ==========================================================================
   Accordeon > More Details
   ========================================================================== */
   
.more-details {
	margin: 20px 0 0 0;
	padding: 12px 0 0 0;
}

.more-details li {
	width: 33.3333%;
	float: left;
	font-weight: 600;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;
	padding-right: 20px;
}

.more-details a {
	border-top: 1px dashed #9c9e9f;
	display: block;
	font-weight: 600;
	padding-top: 15px;
	color: #33006f;
}

.more-details a i {
	font-size: 47px;
	line-height: 0;
	position: relative;
	top: -5px;
	left: -10px;
}

.icon-std {
	font-size: 27px;
	line-height: 1;
	position: relative;
	top: 8px;
}

.more-details a i,
.more-details a span {
	float: left;
	display: inline-block;
}

.more-details a i {
	width: 20%;
}

.more-details a span {
	width: 80%;
}


/* ==========================================================================
   Employee Box
   ========================================================================== */

.employee-box {
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid #2d2363;
}

.employee-box .employee-inner {
	position: relative;
}

.employee-box .employee-inner .col5.last {
	min-height: 210px;
}

.employee-box .employee-inner h2 {
	margin: 0 0 4px 0;
}

.employee-box .employee-inner p {
	margin: 0;
}

.employee-box .employee-inner span {
	display: block;
	color: #2d2363;
	font-weight: 600;
}

.employee-box .employee-inner hr {
	margin: 8px 0;
}

.employee-box .employee-resume {
	display: none;
	padding-top: 20px;
}

.employee-box .toggler {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.employee-box .employee-links {
	margin: 15px 0 0 0;
}

.employee-box .employee-links a {
    font-size: 22px;
    margin: 0 4px 0 0;
}

.employee-box .employee-links a,
.employee-box .toggler {
    color: #33006f;
    display: inline-block;
	line-height: 1;
	text-decoration: none!important;
}

.employee-box .toggler i {
	border: 1px solid #33006f;
	padding: 4px;
	margin: 0 4px 0 0;
}

.employee-box .toggler i:before {
	content: "\f078";
}

.employee-box .toggler i.active:before {
	content: "\f077";
}

/* ==========================================================================
   Twitter Feed
   ========================================================================== */

#twitter-feed-holder {
	background: #3e3d40;
	color: #9c9e9f;
	padding: 15px;
	min-height: 20px;
}

#twitter-feed ul:before {
	font-family: FontAwesome;
	content: "\f099";
	font-size: 20px;
	background: #9c9e9f;
	color: #3e3d40;
	padding: 2px;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: 0;
	width: 30px;
	text-align: center;
}

#twitter-feed ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#twitter-feed li {
	font-size: 13px;
	padding: 0 0 0 50px;
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;
}

#twitter-feed a {
	color: #c6c7c8;
}

#twitter-feed a:first-child {
	display: none;
}

#twitter-feed a:hover,
#twitter-next:hover {
	color: #aaabab;
	border-color: #aaabab;
}

#twitter-next {
	position: absolute;
	right: 0;
	display: inline-block;
	border: 1px solid #9c9e9f;
	padding: 0 4px;
	z-index: 200;
	text-align: center;
	font-size: 13px;
}

a#twitter-next {
    color: #6E6F72;
    text-decoration: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#back-top {
	color: #33006f;
	position: absolute;
	bottom: 2px;
	left: -150px;
	text-decoration: none!important;
}

#footer-wrapper {
	padding: 20px 0;
	background: #333132;
	color: #fff;
	font-size: 12px;
}

#footer-wrapper h3 {
	font-size: 12px;
	color: #97999B;
}

#footer-wrapper .row ul li {
	margin-bottom: 8px;
}

#footer-wrapper a {
	color: #fff;
}

#footer-wrapper a:hover {
	text-decoration: underline;
}

#socials li {
	display: inline-block;
}

#socials a {
	color: #9c9e9f;
}

#socials a:hover {
	color: #fff;
	text-decoration: none;
}

#copyright {
	font-size: 10px;
}

#copyright p {
	float: left;
	margin: 0;
	padding-top: 2px;
}

#copyright p a {
	color: #9C9E9F;
}

#copyright i {
	float: right;
}

#logo-footer {
	font-size: 52px;
	line-height: 52px;
	position: relative;
	top: -12px;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 1023px) {
	#content {
		padding: 2%;
	}
	#featured-image img,
	.col5 img,
	.img-responsive { 
		width: 100%; 
		height: 100%;
	}
	
	#navigation,
	.bx-controls,
	.desktop-only {
		display: none;
	}
	
	.slicknav_menu {
		display: block;
	}
	
	.container,
	.container-full {
		width: 98%;
		padding-left: 0;
		padding-right: 0;
	}
	
	#content-holder #sidebar,
	#content-holder #content,
	.text-holder .side-image,
	.text-holder .text-content,
	.col,
	#sidebar ul,
	.accordion-content .side-image,
	.accordion-content .text-content,
	#list-packages li,
	#list-packages .list-inner {
		float: none;
		width: auto;
		top: inherit;
		height: auto;
	}
	
	.col,
	.text-holder .side-image,
	.text-holder .text-content,
	.accordion-content .side-image {
		margin: 0 0 5% 0;
	}
	
	#sidebar ul {
		margin: 2% 0;
	}
	
	.col2,
	#sidebar ul,
	#sidebar .title-holder h3 {
		text-align: center;
	}
	
	#form-newsletter.form-holder {
		width: 180px;
		margin: 0 auto 5% auto;
	}
	
	.title-holder h3 {
		padding: 0;
	}
	
	.employee-box .employee-inner .col5.last {
		min-height: inherit;
	}
	
.employee-box .toggler,
	#list-packages .anchor-holder {
		margin: 2% 0 0 0;
		position: inherit;
	}
	
	#list-packages .anchor-holder {
		bottom: inherit;
		left: inherit;
	}



}

@media screen and (max-width: 767px) {
	
	.slider-content {
		height: auto;
	}
	
	.accordion-header p,
	.bx-controls-direction {
		display: none;
	}
	
	.form-holder,
	header h1,
	.list-links li,
	#copyright p,
	#copyright i {
		float: none;
	}
	
	header h1, 
	#copyright p,
	#copyright i {
		text-align: center;
		margin: 0 0 5% 0;
		display: block;
	}
	
	.form-holder {
		margin: auto;
	}
	
	.list-links li {
		margin: 0 0 2% 0;
		text-align: center;
	}
	
	.list-links li:after {
		content: "";
	}
	
	.list-links li a {
		padding: 0;
	}
	
	.bx-viewport {
		background: #33006F;
	}
	
	.form-standard .input-half {
		float: none;
		width: 100%;
		margin-bottom: 2%;
	}	

}

@media screen and (max-width: 640px) {
	.bx-controls {
		display: block;
	}
	
	.bx-wrapper .bx-pager {
		height: 20px;
		display: inherit;
		top: 230px;
		padding-top: 0!important;
	}
	
	.more-details a {
		padding-bottom: 15px;
	}
	
	.more-details li,
	.more-details a i, 
	.more-details a span {
		float: none;
	}
	
	.more-details li {
		width: 100%;
	}
	
	.more-details a i {
		display: none;
	}
	
	.more-details a span {
		width: auto;
	}
	
}

@media screen and (max-width: 480px) {
	.bx-wrapper .bx-pager {
		top: 130px;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}