.portfolio .pic span {
    vertical-align: top;
    display: inline-block;
    width: 300px;
    height: 225px;
    background-repeat: none;
    background-position: center center;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    zoom: 1;
    *display: inline;
}
.custom_carousel .pic span {
    vertical-align: top;
    display: inline-block;
    width: 215px;
    height: 165px;
    background-repeat: none;
    background-position: center center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    zoom: 1;
    *display: inline;
}

.section_big_title {
  margin: 15px 0 0;
}

.row {
    margin: 0;
    padding: 0;
}

.title {
  margin: 0 0 22px;
}
.section_featured_texts {
  margin: 0;
}
.row.footer_inside {
  margin: 20px 25px;
}

#footer ul {
  list-style: none outside none;
  margin: 0 0 0 18px;
  padding: 0;
}

#footer ul li {
  background: url("../images/arrow_footer_list.png") no-repeat scroll -5px 1px transparent;
  margin-bottom: 4px;
  padding-left: 16px;
}

.title span {
  line-height: 26px;
}

/* LINKS */
.cms_block_content a:link , .cms_block_content a:visited {
    color: #0E308A;
    text-decoration:underline;
}
.cms_block_content a:hover, .cms_block_content a:focus {
    color: #E01515;
    text-decoration:none;
}

.breadcrumb a:hover {   
    color: #E01515;
}

/* END LINKS */

/* FOOTER */
#footer .cms_block_content a {color:white;text-decoration:underline;}
#footer .cms_block_content a:hover {color:#eee !important;text-decoration:none;}
#footer .cms_block_content strong {color:white;}
#footer a:hover {color:#eee !important;text-decoration:none;}
/* END FOOTER */


/* CUSTOM BUTTONS */
.cms_custom_button_1 {
    
    background-color: #D63030;
    color: white !important;
    display: inline-block;
    padding: 15px;
    text-align: center;
    vertical-align: top;
    border: none;
    cursor: pointer;
    text-decoration:none !important;
}
.cms_custom_button_1:hover {
    background-color: #e65050;
    color: white !important;
}
.cms_custom_button_1:visited {
    color: white !important;
}
/* END CUSTOM BUTTONS */

@media only screen and (max-width: 767px) {

    .cms_content_column {
        display: block;
        width: 100%;
    }
    .cms_column_content {
        padding: 0;
    }   

}

.row.header {
    margin-bottom: 20px;
}


.layer1 {
    height: auto;
    width: 100%;
	left: 0;
    filter: alpha(opacity=0); 
    opacity: 0;
	top: 0;
	vertical-align: middle;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 1;
}

.layer1.animate-in {
    filter: alpha(opacity=100); 
    opacity: 1;

}

.layer1.animate-out {
    filter: alpha(opacity=0); 
    opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

}


.layer2 {
	max-height: 100%;
	width: auto;
	left: 100%;
	top: 0px;
    filter: alpha(opacity=0); 
    opacity: 0;

	z-index: 2;
}
.layer2.animate-in {
	left: 0;
	top: 0px;
    filter: alpha(opacity=100); 
    opacity: 1;
/*	
	-webkit-transition: all 1s cubic-bezier(0.2,0.1,0.1,0.9) 0.3s;
	-moz-transition: all 1s  cubic-bezier(0.2,0.1,0.1,0.9) 0.3s;
	-ms-transition: all 1s  cubic-bezier(0.2,0.1,0.1,0.9) 0.3s;
	-o-transition: all 1s  cubic-bezier(0.2,0.1,0.1,0.9) 0.3s;
	transition: all 1s  cubic-bezier(0.5,0.1,0.1,0.9) 0.3s;
*/
-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s; 
   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s; 
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s; 
     -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s; 
        transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s;		
}
.layer2.animate-out {
	left: 200%;
	top: 0px;
    filter: alpha(opacity=0); 
    opacity: 0;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}

.layer3 {
	max-height: 100%;
	width: auto;
	left: 0%;
	top: -100%;
    filter: alpha(opacity=0); 
    opacity: 0;

	z-index: 3;
}

.layer3.animate-in {
	left: 0%;
	top: 0%;
    opacity: 1;
    filter: alpha(opacity=100); 	
-webkit-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s; 
   -moz-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s; 
    -ms-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s; 
     -o-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s; 
        transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s;
}

.layer3.animate-out {
   top: 100%;
    filter: alpha(opacity=0); 
    opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.enquiryForm form input, .enquiryForm form textarea, .enquiryForm label, .enquiryForm select .enquiryForm {
    font-size: inherit;
}

.enquiryForm label {
  font-weight: bold;
}
  
  .cms_block_content ul li {
  list-style: square outside none;
  margin: 0 0 0 20px;
}



.header {
  background-color: #F20402;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 14px !important;
}



.header_contacts {
    color: white;
}

#wrapper > .container {
    padding-top: 15px;
}


.dark_menu #menu > ul > li > a {
  background: #0e308a;
}
.dark_menu #menu {
  background: #0E308A;
}
.dark_menu #menu > ul > li:hover > a {
    background: #0E308A;
}
.dark_menu #menu > ul > li > a:hover {
  background: #1C439E;
}



.dark_menu #menu > ul > li > div {
    background: #1C439E;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    border: 1px solid #3b3d3e;
    border-top: 1px solid #212223;
}

.dark_menu #menu > ul > li > div > ul {
border-top: 3px solid #0E308A;
}

#slider_holder {
    border-radius: 5px;
    overflow: hidden;
}

.section_big_title h1 strong {
  color: #eb0a04;
  text-transform: none;
  
}

.page_heading h1 {
  color: #0E308A !important;
  font-weight: bold;
}

h2 {
  color: #E01515;
  font-size: 23px !important;
}

h3 {
    color: #008000;
}
blockquote, blockquote p {
  color: #0E308A;
}

.sidebar .portfolio_item {
  width: 220px;
}

.sidebar .portfolio .pic span {
  height: 160px;
  width: 220px;
}

.title {
  background: url("../images/hr.png") repeat-x scroll left 60% rgba(0, 0, 0, 0);
}
.header {
  min-height: 124px;
}

.header .eight.columns {
  width: 450px;
}

/* CMS FULLL WIDTH TABLE STYLE */
.cms_fullwidth_table {border-collapse: collapse;}
.cms_fullwidth_table td p {margin:0px !important;padding:0px !important;}
table.standard-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}
table.standard-table th:last-child {
    border-right: 1px solid #e0e0e0;
}
table.standard-table th {
    border: 1px solid #e0e0e0;
    border-right: none;
    background-color: #fafafa;
    text-align: left;
    padding: 10px 15px;
    color: #444;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
}
table.standard-table td:last-child {
    border-right: 1px solid #e0e0e0;
}
table.standard-table td {
    padding: 10px 15px;
    border: #e0e0e0 1px solid;
    border-top: none;
    border-right: none;
}
table.standard-table tr:hover td {
    background-color: #fafafa;
}
/* END CMS FULLL WIDTH TABLE STYLE */

/* ENQUIRY CONTACT FORM */
.aqua_input, input[type="text"].aqua_input, input[type="password"].aqua_input, input[type="email"].aqua_input, textarea.aqua_input, select.aqua_input { 
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* END ENQUIRY CONTACT FORM */




@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    .header .eight.columns {
        width: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .header_right {
        display: none;
    }
    
    .header {
        background-position: center 100% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header_right {
        display: none;
    } 
}

.searchresults.breadcrumbs li {
    margin: 0;
  margin-right: 5px;
  display: inline-block; zoom:1; *display: inline;
}

.searchresults.breadcrumbs li:after {
  content: " / ";
}
.searchresults.breadcrumbs ul {
    margin: 0;
}
.searchresults.breadcrumbs li:last-child:after {
  content: " ";
}

.searchresults.breadcrumbs li a {
    color: #808080;
}

.search-results-list h3 {
    margin-bottom: 0;
}

.header_mail a {
    color: white;
}