/*
Theme Name: Eskimo IT Theme
Author: F<>RM DIGITAL
Author URI: http://www.form-digital.com
Version: 1.0
*/

/*
===========================================================
	Layout Elements
===========================================================
*/

* { margin: 0; padding: 0; }

a {
	outline: none !important;
	border: none;
	text-decoration: none;
    transition: all 0.1s ease-in 0.1s;
    color: #575756;
}
a:hover {
	text-decoration: none !important;
}
h3{
	color:#f78d1e;
}
/*
div {
	transition: all 600ms ease-in-out 0s;
}
*/
html, body  {
  height: 100%;
  font-family: 'Lato', sans-serif !important;
  color: #343434;
}
.animated { 
	visibility: visible; 
}
.visiblity { 
	visibility: hidden; 
}
.page_wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow-x: hidden;
}
.wrap {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    position: relative;
}
.block_btn {
	padding: 12px 18px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 0;
	display: inline-block;
}
.page_title {
    margin-bottom: 35px;
}
.page_title h2 {
    color: #858585;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}
.page_title .lead {
    color: #858585;
    font-weight: 300;
    margin-top: 0;
    text-align: center;
    font-size: 21px;
}
.lead_content {
    margin: 0 auto 45px;
    max-width: 800px;
    text-align: center;
}
#pp_full_res > img {
    height: auto !important;
    width: 100% !important;
}
.lightbox_ultimate_image_anchor img {
	width: 100%;
}
.wp_lightbox_prettyPhoto img {
	width: 100%;
}
.lightbox_wrapper img {
    width: 100% !important;
    height: auto;
}
.lightbox_wrapper br {
    display: none !important;
}
.hidden_landscape { display: block; }
.visible_landscape { display: none; }
.align_center {
	text-align: center;
}
.content_section {
	position: relative;
}

/*
===========================================================
	General Section
===========================================================
*/

.content_area {
	padding: 65px 0;
}
.screen {	
	/* Web browsers that does not support RGBa */
    background: rgba(0, 0, 0, 0.5);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 0.5);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000)";
    
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: all 600ms ease-in-out 0s;
}
.banner .screen {	
	/* Web browsers that does not support RGBa */
    background: rgba(0, 0, 0, 0.35);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 0.35);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#59000000, endColorstr=#59000000)";
}
.banner {
    background-size: cover;
    background-position: center center;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    text-align: center;
    
    /* IE8 background-size Fix */
	-ms-behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
	behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
}
.banner_content {
    padding: 165px 0 100px;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: 10px;
}
.banner_content h1 {
    font-size: 42px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}
.banner_content h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 15px 0 20px;
}
.banner_content img {
	height: 30px;
	width: auto;
	margin-top: 5px;
}
.banner_single h1 {
    display: inline-block;
    float: left;
    font-size: 34px;
    margin: 8px 0 0;
}
.news_banner {
	text-align: left;
}
.news_banner h1 {
    display: block !important;
    float: none;
    margin: 0 !important;
    width: 100%;
}
.news_banner h3 {
    display: block !important;
    float: none;
    margin: 0 !important;
    width: 100%;
    color: #acacac !important;
    font-size: 21px !important;
}
.news_banner hr {
	margin-right: 95%;
	border-color: #acacac;
}
.banner_single .service_banner {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.banner_single h3 {
    color: #f78d1e;
    display: inline-block;
    float: left;
    font-size: 24px;
    font-weight: 300;
    margin: 20px 0 0 15px;
    padding: 0;
}
.banner_single img {
    height: 50px;
    width: auto;
}
.banner_content .lead {
    font-size: 19px;
    margin: 25px 0 0;
}
.breadcrumb_wrap {
	background-color: #f5f5f5;
	padding: 15px 0;
}
.breadcrumb {
	margin-bottom: 0 !important;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}
.breadcrumb li a {
	color: #acacac;
}
.post_excerpt p {
    font-size: 21px;
    font-weight: 300;
}
.news_single .entry img {
	max-width: 790px;
	width: 100%;
}
.news_single .entry a {
	color: #f78d1e;
}
.news_single .entry a:hover {
	color: #d87012;
}
.post_links {
	padding-top: 35px;
	margin-top: 35px;
	border-top: 1px solid #e8e7e7;
}
.prev {
	text-align: left;
}
.all_posts {
	text-align: center;
}
.next {
	text-align: right;
}
.post_links img {
	width: auto;
	height: 50px;
}
.all_posts img {
	opacity: 0.5;
	transition: all 0.1s ease-in 0.1s;
}
.all_posts img:hover {
	opacity: 1;
}
.prev {

}
.prev a {
    background-image: url("./assets/img/constants/prev.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 50px;
    color: #adadad;
    cursor: pointer;
    height: 50px !important;
    opacity: 0.5;
    padding-bottom: 15px;
    padding-left: 65px;
    padding-top: 20px;
    position: relative;
    top: 17px;
    transition: all 0.1s ease-in 0.1s;
}
.prev a:hover {
	opacity: 1;
}
.next a {
    background-image: url("./assets/img/constants/next.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 50px;
    color: #adadad;
    cursor: pointer;
    height: 50px !important;
    opacity: 0.5;
    padding-bottom: 15px;
    padding-right: 65px;
    padding-top: 20px;
    position: relative;
    top: 17px;
    transition: all 0.1s ease-in 0.1s;
}
.next a:hover {
	opacity: 1;
}
.paginate_wrap {
	text-align: center;
}
.paginate_wrap .title {
	display: none;
}
.rrssb-email {
    display: none;
}
.rrssb-buttons li a .rrssb-text {
    color: #fff;
    display: none !important;
}
.rrssb-buttons li { 
	float: right;
}
.rrssb-buttons {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 50%;
}
.rrssb-buttons li {
	width: 100% !important;
	display: block;
	margin-bottom: 15px;
}
.rrssb-buttons li img:hover {
	opacity: 1;
}
.rrssb-buttons li img {
	width: auto;
	opacity: 0.75;
	transition: all 0.1s ease-in 0.1s;
	height: 50px;
}

/*
===========================================================
	Dropdown Menu Section
===========================================================
*/

.dropdown_item {
	cursor: pointer;
}
.dropdown_item:hover .dropdown_menu {
	opacity: 1;
	display: block;
}
.dropdown_item:hover {
	background-color: #424242;
}
.dropdown_menu {
    background-color: #424242;
    left: 0;
    margin: 30px 0 0;
    position: absolute;
    width: 100%;
    display: none;
    opacity: 0;
    padding: 35px 0;
}
.dropdown_menu table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 1170px;
    text-align: center;
}
.dropdown_menu table td, .dropdown_menu table th {
    border: 1px solid black;
}
.dropdown_menu table tr:first-child th {
    border-top: 0;
}
.dropdown_menu table tr:last-child td {
    border-bottom: 0;
}
.dropdown_menu table tr td:first-child,
.dropdown_menu table tr th:first-child {
    border-left: 0;
}
.dropdown_menu table tr td:last-child {
    border-right: 0;
}
.border_none {
    border-right: 0 none !important;
}
.drop_down_item {
    margin: 25px 0;
    opacity: 0.5;
    text-align: center;
    transition: all 600ms ease-in-out 0s;
}
.drop_down_item:hover {
    margin: 25px 0;
    opacity: 1;
    text-align: center;
}
.drop_down_item > img {
    display: inline-block;
    height: 40px;
    width: auto;
}
.drop_down_item > p {
    color: #929191;
    display: inline-block;
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 0;
    margin-left: 10px;
}
.drop_down_item p span {
	font-size: 14px;
}

/*
===========================================================
	Header Section
===========================================================
*/

.header {
    background-color: #292929;
    color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.header .container {
    width: 100% !important;
}
.logo {
    float: left;
    margin-left: 35px;
    padding: 10px 0;
}
.logo img {
	width: 150px;
	height: auto;
}
ul.menu_wrap {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.menu_wrap li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 30px 2.25% !important;
}
ul.menu_wrap li a {
	color: #c3c3c3;
	text-transform: uppercase;
	font-size: 13px;
}
.support_wrap {
    cursor: pointer;
    float: right;
}
.support_section {
    display: inline-block;
    float: right;
    background-color: #000000;
    color: #656666;
    transition: all 600ms ease-in-out 0s;
}
.support_section:hover {
    background-color: #383838;
}
.support_content {
	padding: 30px 35px;
}
.support_content img {
    display: inline-block;
    float: left;
    height: 20px;
    margin: 0 10px 0 0;
    width: auto;
}
.support_content p {
    display: inline-block;
    float: left;
    margin: 3px 0 0;
    text-transform: uppercase;
    font-size: 13px;
}
.menu_section {
    display: none;
    float: right;
    padding: 28px 35px !important;
}
.menu_section img {
	margin: 0;
}

/*
===========================================================
	Nav Active State Section
===========================================================
*/

.home ul.menu_wrap li a.home {
	color: #f78d1e;
}
.single-service ul.menu_wrap li a.service {
	color: #f78d1e;
}
.page-template-page-casestudy-php ul.menu_wrap li a.casestudies {
	color: #f78d1e;
}
.page-template-page-casestudy-php ul.menu_wrap li a.casestudies {
	color: #f78d1e;
}
.single-casestudy ul.menu_wrap li a.casestudies {
	color: #f78d1e;
}
.page-template-page-status-php ul.menu_wrap li a.serverstatus {
	color: #f78d1e;
}
.blog ul.menu_wrap li a.news {
	color: #f78d1e;
}
.single-post ul.menu_wrap li a.news {
	color: #f78d1e;
}
.page-template-page-contact-php ul.menu_wrap li a.contact {
	color: #f78d1e;
}

.postid-96 .drop_down_item.it-support-services {
    opacity: 1;
}
.postid-40 .drop_down_item.email-internet {
    opacity: 1;
}
.postid-95 .drop_down_item.telecommunications {
    opacity: 1;
}
.postid-94 .drop_down_item.audio-visual {
    opacity: 1;
}
.postid-44 .drop_down_item.security {
    opacity: 1;
}
.postid-43 .drop_down_item.specialist-services {
    opacity: 1;
}


.home .top_menu ul.sidemenu li a.home {
	color: #f78d1e;
}
.single-service .top_menu ul.sidemenu li a.service {
	color: #f78d1e;
}
.page-template-page-casestudy-php .top_menu ul.sidemenu li a.casestudies {
	color: #f78d1e;
}
.page-template-page-casestudy-php .top_menu ul.sidemenu li a.casestudies {
	color: #f78d1e;
}
.single-casestudy .top_menu ul.sidemenu li a.casestudies {
	color: #f78d1e;
}
.page-template-page-status-php .top_menu ul.sidemenu li a.serverstatus {
	color: #f78d1e;
}
.blog .top_menu ul.sidemenu li a.news {
	color: #f78d1e;
}
.single-post .top_menu ul.sidemenu li a.news {
	color: #f78d1e;
}
.page-template-page-contact-php .top_menu ul.sidemenu li a.contact {
	color: #f78d1e;
}

/*
===========================================================
	Burger / Nav Section
===========================================================
*/

#pageslide {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    background-color: #000000;
}
#pageslide {
	transition: none !important;
}
#modal { 
	display: none; 
	position: relative;
	height: 100%;
}
ul.sidemenu {
	list-style: none;
	margin: 0;
}
ul.sidemenu li {
	border-bottom: 1px solid #292929;
	padding: 29.5px 30px;
}
ul.sidemenu li a {
	border-bottom: 1px solid #656666;
	padding: 20px 0;
	font-size: 13px;
	color: #656666; 
	padding: 5px; 
	border: none;
	text-transform: uppercase;
}
ul.sidemenu li a:hover {
	color: #656666;
}
ul.sidemenu li.active a {
	color: #f78d1e;
}
ul.sidemenu li.support_resp a {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("./assets/img/constants/support-icon.png");
	background-size: auto 20px;
	padding-left: 30px;
}
.contact_section {
	font-style: 22px;
}
.contact_section p {
	color: #ddd;
}
.contact_section a {
	color: #ddd;
}
.contact_section a:hover {
	color: #e47e00;
}
.side_close {
    background-color: #61615f;
    color: #fff;
    display: inline-block;
    margin: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.side_close:hover {
	background-color: #4e4e4e;
	color: #fff;
}
.bottom_menu {
    bottom: 15px;
    position: absolute;
}
.bottom_menu > img {
    float: none;
    margin: 0 auto 10px;
    max-width: 150px;
    text-align: center;
    width: 100%;
}
.bottom_menu {
	text-align: center;
}
.bottom_menu p {
	color: #61615f;
}
.bottom_menu a {
	color: #61615f;
}
.bottom_menu a:hover {
	color: #aeaeae;
}

/*
===========================================================
	Hero Section
===========================================================
*/

.hero {
    height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("./assets/img/hero_bg.jpg");
	background-size: cover;
	
	/* IE8 background-size Fix */
	-ms-behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
	behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
}
.hero_intro {
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    color: #fff;
}
.hero_intro img {
    max-width: 760px;
}
.hero_intro .lead {
    margin: 65px 0 0;
}

/*
===========================================================
	Homepage Section
===========================================================
*/

.suppliers_wrap {
	background-color: #f7f8f8;
	padding: 35px 0;
}
ul.suppliers {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.suppliers li {
    display: inline-block;
    float: none;
    text-align: center;
    width: auto;
    margin: 0 15px;
}
ul.suppliers li img {
	width: auto;
	height: 50px;
}
.intro_content {
	text-align: center;
}
.intro_content h2 {
    font-weight: 300;
    color: #575756;
    margin-top: 0;
}
.intro_content .lead {
	color: #858585;
	margin: 25px 0 45px;
}
.service_container {
	position: relative;
	height: 225px;
}
.service_container:hover .screen {	
	/* Web browsers that does not support RGBa */
    background: rgba(25,27,48,0.5);
    /* IE9/FF/chrome/safari supported */
    background: rgba(25,27,48,0.5);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F191B30, endColorstr=#7F191B30)";
}
.service_container .screen {	
	/* Web browsers that does not support RGBa */
    background: rgba(25,27,48,0.7);
    /* IE9/FF/chrome/safari supported */
    background: rgba(25,27,48,0.7);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2191B30, endColorstr=#B2191B30)";
}
.service_page {
    margin-top: 15px;
}
.service_container {
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: auto 100px;
    border: 5px solid #fff;
}
.service_container.specialist_service {
	background-image: url("./assets/img/specialist_home_icon_nav.png");
}
.service_container.internet_service {
	background-image: url("./assets/img/internet_home_icon_nav.png");
}
.service_container.security_service {
	background-image: url("./assets/img/security_home_icon_nav.png");
}
.service_container.audiovisual_service {
	background-image: url("./assets/img/audiovisual_home_icon_nav.png");
}
.service_container.telecomms_service {
	background-image: url("./assets/img/telecomms_home_icon_nav.png");
}
.service_container.itsupport_service {
	background-image: url("./assets/img/itsupport_home_icon_nav.png");
}
.service_inner {
	display: table;
	width: 100%;
	height: 225px;
}
.service_content {
   display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 100%;
}
.service_content h3 {
	margin: 0;
	color: #fff;
	font-weight: 300;
}
.home_parallax {
	background-image: url("./assets/img/home_parallax.jpg");
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-position: center top;
    
    /* IE8 background-size Fix */
	-ms-behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
	behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
}
.home_parallax .screen {	
	/* Web browsers that does not support RGBa */
    background: rgba(25,27,48,0.7);
    /* IE9/FF/chrome/safari supported */
    background: rgba(25,27,48,0.7);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2191B30, endColorstr=#B2191B30)";
}
.home_parallax_content {
	padding: 125px 0 65px;
	text-align: center;
	color: #fff;
	position: relative;
}
.service_slide img {
    height: 100px;
    margin: 0 auto 20px;
    width: auto !important;
}
.service_slide h3 {
    display: block;
    font-weight: 300;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    width: auto;
}
.service_slide p {
    display: block;
    margin: 5px 0 30px;
    width: auto;
}
.service_slide a {
	background-color: #f78d1e;
}
.service_slide a:hover {
	background-color: #d87012;
	color: #fff;
}
.home_parallax_content .owl-controls {
    margin-top: 25px;
}
.owl-carousel .owl-stage {
    cursor: move;
}
.service_slide .owl-theme .owl-controls {
    margin-top: 65px;
    text-align: center;
}
.owl-nav {
    display: none;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: none repeat scroll 0 0 #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #869791 #d6d6d6;
}
.owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #d6d6d6;
}

/*
===========================================================
	News Section
===========================================================
*/

.news_listing_wrap {
	transition: all 600ms ease-in-out 0s;
}
.category_section {
    display: block !important;
    width: 100% !important;
    position: relative;
}
#news {
	list-style: none !important;
}
.news_section {
    display: block !important;
    width: 100% !important;
}
.news_wrap {
	margin-bottom: 35px;
	transition: all 600ms ease-in-out 0s;
	opacity: 1;
}
.news_content_wrap {
	border: 1px solid #d3d3d3;
	color: #787878;
}
.news_content_wrap h3 {
    color: #2c3b46;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 28px;
    margin: 0 0 15px;
}

.news_content_wrap .news_posted p {
    display: inline-block;
    float: left;
    margin-top: 5px;
}
.news_content hr {
	margin-right: 85%;
}
.news_inner .block_btn {
    background-color: #f78d1e;
    float: right;
    padding: 8px 18px;
}
.news_inner .block_btn:hover {
    background-color: #d87012;
    color: #fff;
}
.news_content_wrap .screen {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);	
	transition: all 600ms ease-in-out 0s;
}
.news_content_wrap:hover .screen {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);	
}
.news_content_wrap .news_content {
    height: 100px;
    margin: 25px;
    position: relative;
}
.news_inner {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.news_post_text {
    margin-bottom: 25px;
}
.news_content .lead {
    color: #bc9b6a;
    font-size: 21px !important;
    margin-bottom: 10px;
}
.news_img {
    position: relative;
    height: 200px;
    display: table;
    width: 100%
}
.news_img > .logo_wrap {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}
.logo_wrap > img {
    float: none;
    height: 35px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

/*
===========================================================
	Location Single Quick Links Section
===========================================================
*/

.quick_link {
    background-color: #f4f4f4;
    border-top: 1px solid #ddd;
}
ul.quick_link_wrap {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.quick_single_wrap:hover .screen {
	/* Web browsers that does not support RGBa */
    background: rgba(0, 0, 0, 0.2);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 0.2);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
}
.quick_single_wrap {
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
    text-align: center;
    
    /* IE8 background-size Fix */
	-ms-behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
	behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
}
.quick_single_wrap h3 {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	position: relative;
	font-size: 21px;
	line-height: 22px;
}
.quick_single_wrap .quick_inner {
    display: table;
    height: 195px;
    width: 100%;
    padding: 0 5%;
}
.quick_single_wrap .quick_wrap {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    width: 80%;
}

/*
===========================================================
	Support Section
===========================================================
*/

.support_top {
   	padding: 20px 20px 0px 20px;
   	height: 215px;
}
.support_top h3 {
   	text-transform: uppercase;
   	margin: 0;
   	color: #fff;
}
.support_wrap .support_top {
    opacity: 0.85;
    transition: all 0.1s ease-in 0.1s;
    background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url("./assets/img/constants/support_icon_bg.png");
}
.support_wrap:hover .support_top {
    opacity: 1;
}
.support_top.service_desk {
    background-color: #f78d1e;
}
.support_top.remote_support {
    background-color: #191B30;
}
.support_top.spam_management {
    background-color: #414042;
}

.support_bottom.service_desk {
    border-bottom: 1px solid #f78d1e;
}
.support_bottom.remote_support {
    border-bottom: 1px solid #191B30;
}
.support_bottom.spam_management {
    border-bottom: 1px solid #414042;
}

.support_bottom {
	padding: 20px;
	height: 165px;
	background-color: #F7F8F8;
}
.support_bottom > p {
    font-weight: 300;
}
.support_bottom a {
	text-transform: uppercase;
	color: #575756;
	display: block;
	margin: 15px 0 0;
	font-size: 13px;
}

/*
===========================================================
	Casestudy Main Section
===========================================================
*/

.casestudy_wrap {
    min-height: 360px;
    position: relative;
    margin-bottom: 25px;
}
.casestudy_wrap:hover .screen {	
	/* Web browsers that does not support RGBa */
    background: rgba(0, 0, 0, 0.2);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 0.2);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
}
.casestudy_logo {
    display: table;
    height: 360px;
    padding: 0 5%;
    text-align: center;
    width: 100%;
    position: relative;	
}
.casestudy_logo_inner {
	display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    width: 80%;
}
.casestudy_logo_inner > img {
    height: auto;
    width: 70%;
}
.casestudy_img {
    background-position: center center !important;
    background-size: cover !important;
    height: 360px;
    float: left;
    
   /* IE8 background-size Fix */
	-ms-behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
	behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
}
.casestudy_content {
    border: 1px solid #dcdcdc;
    float: right;
    height: 360px;
    padding: 0 2.5% !important;
}
.casestudy_content h1 {
    color: #353232;
    font-weight: 300;
}
.casestudy_content h3 {
    color: #f78d1e;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    text-transform: uppercase;
}
.casestudy_content hr {
    margin-right: 75%;
}
ul.casestudy_items {
	width: 100%;
	margin: 25px 0 10px;
	list-style: none;
}
ul.casestudy_items li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin-right: 15px;
    padding-left: 30px;
    background-size: auto 20px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
ul.casestudy_items li.telecommunications-icon {
    background-image: url("./assets/img/telecomms_home_icon.png");
}
ul.casestudy_items li.specialist-services-icon {
    background-image: url("./assets/img/specialist_home_icon.png");
}
ul.casestudy_items li.security-icon {
    background-image: url("./assets/img/security_home_icon.png");
}
ul.casestudy_items li.audio-visual-icon {
    background-image: url("./assets/img/audiovisual_home_icon.png");
}
ul.casestudy_items li.it-support-services-icon {
    background-image: url("./assets/img/itsupport_home_icon.png");
}
ul.casestudy_items li.email-internet-icon {
    background-image: url("./assets/img/internet_home_icon.png");
}

ul.casestudy_items li.eskimo-360 {
    background-image: url("./assets/img/360-icon.png");
}
ul.casestudy_items li.sonos {
    background-image: url("./assets/img/sonos-icon.png");
}
ul.casestudy_items li.eskimo-continuity {
    background-image: url("./assets/img/backup-icon.png");
}
ul.casestudy_items li.website-hosting {
    background-image: url("./assets/img/hosting-icon.png");
    padding-left: 40px;
}

ul.casestudy_items li p {
	margin-bottom: 0;
}
.casestudy_content .block_btn {
    background-color: #f78d1e;
}
.casestudy_content .block_btn:hover {
    background-color: #d87012;
    color: #fff;
}
.split .casestudy_img {
    float: right !important;
}
.split .casestudy_content {
    float: left !important;
}

/*
===========================================================
	Casestudy Single Section
===========================================================
*/

.casestudy_gallery .owl-controls {
    margin-top: -30px;
    position: relative;
    text-align: center;
}
.casestudy_excerpt {
	font-size: 21px;
	font-weight: 300;
}
.casestudy_single h1 {
	margin-top: 0;
	font-weight: 300;
}
ul.casestudy_list {
    list-style: outside none none;
    margin: 15px 0;
}
ul.casestudy_list li {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("./assets/img/constants/case_study_item.png");
	background-size: auto 16px;
	padding-left: 25px;
	margin-bottom: 5px;
}
ul.casestudy_list li p {
    font-size: 17px;
    font-weight: 300;
    padding: 5px 0 0;
}
.testimonial {
    border-color: #f78d1e #f1f2f2 #f1f2f2;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin-top: 35px;
    padding: 25px;
    position: relative;
    margin-bottom: 50px;
}
.testimonial quote {
    color: #858585;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}
.quote_content {
	margin-top: 15px;
}
.quote_content p {
	font-weight: 400;
	margin-bottom: 0;
}
.quote_content strong {
    color: #f78d1e;
}
.quote_tab {
    bottom: -55px;
    position: absolute;
}

/*
===========================================================
	Service Single
===========================================================
*/

.key_services {
	margin-top: 25px;
}
.key_services .lead {
    color: #f78d1e;
    font-size: 17px;
    text-transform: uppercase;
}
.key_services ul.casestudy_items {
    margin: 0;
    display: block !important;
}
.service_tabs {
    margin-top: 20px;
}
.service_tabs .panel-default {
    border: none;
    box-shadow: none !important;
}
/*
.service_tabs .tab_in .panel-title > a {
    background-image: url("./assets/img/constants/collapse-in.png");
    background-position: right 5px top 5px;
    background-repeat: no-repeat;
    color: #575756;
    display: block;
    font-size: 19px;
    font-weight: 300;
}
*/
.service_tabs .panel-title > a {
    background-image: url("./assets/img/constants/collapse.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #575756;
    display: block;
    font-size: 19px;
    font-weight: 300;
}
.service_tabs .panel-title > a:hover {
	color: #575756;
}
.service_tabs .panel-title img {
    display: inline-block;
    float: left;
    height: 30px;
    margin-right: 10px;
    margin-top: -5px;
    width: auto;
}
.service_tabs .panel-title p {
    margin: 5px 0 0 !important;
}
.service_tabs .panel-default > .panel-heading {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-top: 1px solid #ddd !important;
    color: #fff;
    padding: 15px 0;
}
.service_tabs .panel-body {
    padding: 25px 0 !important;
}
.panel-body a {
	cursor: pointer;
	color: #f78d1e;
}
.service_tabs .content_link a {
	cursor: pointer;
	color: #f78d1e;
}
/*
.panel .panel-body img {
    height: auto;
    width: 100% !important;
    margin-bottom: 10px;
}
*/
.lightbox_wrapper {
    margin: 25px 0;
}
.hardcoded_link {
    margin-bottom: 10px;
    display: block !important;
}
.postid-96 .lightbox_ultimate_anchor, .postid-40 .lightbox_ultimate_anchor {
	display: none;
}
.service_tabs .panel-body > ul {
    padding: 0 0 0 15px;
}
.service_sidebar ul {
    border-color: #f78d1e #f1f2f2 #f1f2f2;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin-bottom: 15px;
    padding: 15px 20px 25px 20px;
    position: relative;
}
.service_sidebar ul li {
    background-image: url("./assets/img/constants/sidebar_item.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    list-style: outside none none;
    padding: 10px 0;
}
.service_sidebar ul li a {
    color: #575756;
    text-transform: uppercase;
    font-weight: 400;
}
.service_sidebar ul li.current-menu-item a {
    color: #f78d1e;
}
.service_sidebar ul li a:hover {
    color: #f78d1e;
}
.enquiry_wrap a {
    background-color: #36363f;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 600ms ease-in-out 0s;
    width: 100%;
}
.enquiry_wrap a:hover {
    background-color: #f78d1e;
}
.service_content_wrap {
	text-align: center;
    background-image: url("./assets/img/home_parallax.jpg");
    background-position: center top;
    background-size: cover;
    position: relative;
    margin-top: 15px;
    
   /* IE8 background-size Fix */
	-ms-behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
	behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
}
.service_content_wrap .screen {
    background: rgba(25, 27, 48, 0.7) none repeat scroll 0 0;
}
.service_content_block {
	position: relative;
	text-align: center;
	color: #fff;
	padding: 35px 15px;
}
.service_content_block h3 {
	text-transform: uppercase;
	margin-top: 0;
}
.service_content_block hr {
    border-color: #f78d1e -moz-use-text-color -moz-use-text-color;
    border-width: 3px 0 0;
    margin: 20px auto;
    width: 50px;
}
.service_btn {
    background-color: #f78d1e;
    position: relative;
    transition: all 600ms ease-in-out 0s;
}
.service_content_wrap:hover .service_btn {
    background-color: #d87012;
}
.service_btn p {
    color: #fff;
    font-size: 14px;
    margin: 15px 0;
    text-transform: uppercase;
}

/*
===========================================================
	Request Modal Section
===========================================================
*/

.modal-dialog {
    margin: 0;
    position: absolute;
    top: 10%;
    top: 10%\9;
}
.modal {    
    /* Web browsers that does not support RGBa */
    background: rgba(0, 0, 0, 0.6);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 0.6);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.modal-content {
	border-radius: 0 !important;
	box-shadow: none !important;
}
.modal-header > img {
    display: inline-block;
    float: left;
}
.modal-header > h3 {
    color: #0a283f;
    display: inline-block;
    float: left;
    font-weight: 300;
    margin: 10px 0 0 10px;
}
.modal-header .close {
    margin: 15px 10px !important;
}
.modal-footer {
	background-color: #36363f;
	color: #fff;
	text-align: center !important;
	padding: 25px 15px 35px !important;
}
.modal-footer a {
	color: #f78d1e;
}
.modal-tab {
    margin-top: -55px;
}
.modal-body {
    height: auto !important;
    max-height: 100% !important;
    padding: 35px 25px !important;
}
.modal-body label {
    color: #4d4d4d !important;
    float: left;
    font-size: 25px;
    font-weight: 300;
    line-height: 0.75;
    padding: 0.625rem 0 0 !important;
    margin-right: 10px;
}
.modal-body .select {
    overflow: hidden;
}
.modal-body .input, .modal-body .select {
    display: block;
    overflow: auto;
}
.modal-body input {
    background-image: url("./assets/img/constants/input_bg.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto auto;
}
.form_btn .btn {
    background-image: none !important;
}
.modal-body textarea {
    background-image: url("./assets/img/constants/textarea_bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #7a7d80 !important;
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin-top: 35px;
    resize: none;
}
.modal-body input {
    color: #231f20;
    display: inline-block;
    height: 35px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-top: 0;
    width: 100%;
}
.modal-body .select {
    overflow: hidden;
}
.modal-body select {
    -moz-appearance: none;
    background-color: transparent;
    background-image: url("./assets/img/constants/input_select.png");
    background-position: right 40px bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: medium none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 1.333rem;
    height: 39px;
    padding: 4px 8px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 110%;
    
    color: #7a7d80 !important;
    font-size: 21px;
    font-weight: 300;
    line-height: 0.75;
}
.form-horizontal .form-group {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.form-group input {
    border: medium none !important;
    box-shadow: none !important;
    color: #7a7d80 !important;
    font-size: 17px;
    font-weight: 300;
    line-height: 0.75;
}
.form_btn {
	text-align: left;
}
.modal-body .btn {
    background-color: #36363f;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 50px !important;
    text-transform: uppercase;
    transition: all 600ms ease-in-out 0s;
}
.modal-body .btn:hover {
    background-color: #f78d1e;
    color: #fff;
}

/*
===========================================================
	Call To Action Section
===========================================================
*/

.cta {
	background-color: #36363f;
	text-align: center;
	position: relative;
}
.cta p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    margin: 0;
    padding: 60px 0;
}
.cta a {
    margin-left: 30px;
    font-size: 21px;
    padding: 17px 25px;
    background-color: #f78d1e;
    color: #fff;
    transition: all 600ms ease-in-out 0s;
    font-weight: 500;
}
.cta a:hover {
	background-color: #d87012;
}

/*
===========================================================
	Footer Blocks Section
===========================================================
*/

.block {
    background-position: center center !important;
    background-size: cover !important;
    margin: 0 -16px;
    
    /* IE8 background-size Fix */
	-ms-behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
	behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
}
.latest_news_content {
    margin: 0 auto;
    width: 85%;
}
.inner {
    color: #fff;
    display: table;
    height: 425px;
    transition-duration: 0.4s;
    width: 100%;
    padding: 0 5%;
    text-align: center;
}
.inner.testimonial_wrap {
	display: block;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 75px;
	position: relative;
}
.latest_news_home {
	background-image: url("./assets/img/constants/latest_news_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    /* IE8 background-size Fix */
	-ms-behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
	behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
}
.latest_news_home .inner {
    /* Web browsers that does not support RGBa */
    background: rgba(0, 0, 0, 0.75);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 0.75);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000)";
}
.inner_wrap {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    width: 80%;
}
.inner_wrap h3 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 400;
    text-transform: uppercase;
}
.latest_news_content h3 {
	font-weight: 300;
	font-size: 21px;
	margin-top: 10px;
}
.latest_news_content .lead {
	margin-bottom: 0;
}
.latest_news_content .block_btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 20px;
    padding: 8px 18px;
}
.latest_news_content .block_btn:hover {
    border: 1px solid #e66426;
    color: #e66426;
}
.latest_twitter_home {
	background-image: url("./assets/img/constants/twitter_bg.jpg");
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    
    /* IE8 background-size Fix */
	-ms-behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
	behavior: url(/wp-content/themes/eskimo_theme/assets/htc/backgroundsize.min.htc);
}
.latest_twitter_home {
	
}
.twitter_widget_icon {
	margin-bottom: 15px;
}
.twitter_widget_icon img {
	width: auto;
	height: 25px;
}
.twitter_feed {
    text-align: center;
}
.twitter_feed > h2 {
    margin-top: 0;
}
.widget-title {
    display: none;
}
.really_simple_twitter_widget {
    font-size: 21px;
    list-style: none outside none;
    font-weight: 300;
}
.really_simple_twitter_widget a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
ul.really_simple_twitter_widget li a.twitter-link {
    color: #fff;
    display: block;
    margin-top: 0;
    text-decoration: underline;
    font-size: 15px;
}
.rstw_comma {
    display: none;
}
.twitter-timestamp {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    text-transform: uppercase;
}
.tweet a {
	font-size: 1em;
	color: #333;
}
.tweet a:hover {
	color: #c1272d;
}
.twitter_feed p {
	font-size: 1.25em;
	margin: 5px 0;
}

/*
===========================================================
	Contact Section
===========================================================
*/

.contact_box {
	color: #fff;
	height: 400px;
}
.contact_box h2 {
	margin: 0;
}
.contact_box p {
	margin: 0;
}
.contact_box a {
	color: #fff;
}
.contact_box.contact_details {
    background-color: #f2f2f3;
    color: #3d3d3c;
    padding: 50px 45px 0;
    text-align: left;
}
.contact_middle {
	margin: 35px 0;
}
.contact_individual_wrap a {
    color: #f78d1e !important;
    display: block;
    margin-top: 10px !important;
    text-transform: uppercase;
}
.contact_email {
	text-transform: capitalize !important;
}
.contact_detail p {
	color: #3d3d3c;
}
.contact_detail.download a {
    font-size: 13px;
}
.contact_detail.download > h4 {
    margin: 0;
    padding-top: 10px;
}
.location_individual .icon img {
	height: 30px;
	width: auto;
}
.icon {
    display: inline-block;
    float: left;
    width: 27px;
    text-align: center;
}
.contact_individual_wrap .contact_detail {
    display: inline-block;
    float: left;
    width: 250px;
    margin-left: 15px;
}
.contact_middle a {
	text-transform: lowercase !important;
}
.contact_individual_wrap .contact_detail h3 {
    font-weight: 300;
    margin-top: 0;
}
.google_map {
    margin: 0 0 15px;
    display: none\9;
}
.gmap3 {
    border: 1px dashed #C0C0C0;
    height: 350px;
    margin: 20px auto;
    width: 100%;
}
.cf7 {
    padding-right: 0 !important;
}
.cf7 h2 {
	margin-top: 0;
	text-transform: uppercase;
}
.form_field {
    border: 1px solid #ddd;
    border-radius: 1px;
    box-shadow: none;
    color: #000000 !important;
    margin-bottom: 10px !important;
    padding: 7px 15px 6px 15px !important;
    width: 100% !important;
}
.wpcf7-form-control {
    width: 100%;
}
.wpcf7-textarea {
    margin-top: 3px;
    height: 238px;
}
.wpcf7-submit {
    background-color: #f78d1e !important;
    border: medium none;
    box-shadow: none;
    color: #ffffff;
    padding: 15px 40px;
    text-align: right;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    background: url("./assets/img/submit_btn.png") no-repeat;
	background-position: right 10px center;
}
.wpcf7-submit:hover {
	background-color: #4c4c4c !important;
}
div.wpcf7-response-output {
    margin: 0 !important;
    padding: 1em !important;
    text-align: center !important;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #e02491;
}

/*
===========================================================
	Service Status Section
===========================================================
*/

.service_section h1 {
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: 0;
}
.health_top h3 {
    color: #575756;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
ul.health_bottom li {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
ul.health_bottom li p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}
.title_field .service.up {
    border-left: 8px solid #00cc1d;
    padding-left: 10px;
}
.title_field .limited.service {
    border-left: 8px solid #ffa300;
    padding-left: 10px;
}
.title_field .service.down {
    border-left: 8px solid #ff0000;
    padding-left: 10px;
}
.status_field p {
	text-transform: capitalize;
}
.status_field .service.up {
    color: #00cc1d;
}
.status_field .limited.service {
    color: #ffa300;
}
.status_field .service.down {
    color: #ff0000;
}
ul.health_bottom {
    list-style: outside none none;
}
.service_bottom {
	margin-top: 55px;
}
.status_tabbed ul li a {
	padding: 10px 25px;
}
.status_tabbed ul li.active a {
	opacity: 1;
}
.status_tabbed ul li a {
	opacity: 0.65;
}
.status_tabbed ul li img {
    display: inline-block;
    float: left;
    height: 40px;
    width: auto;
}
.status_tabbed ul li p {
    display: inline-block;
    float: left;
    font-size: 21px;
    font-weight: 300;
    margin: 6px 0 0 10px;
}
.status_tabbed ul li p {
    display: inline-block;
    float: left;
    font-size: 21px;
    font-weight: 300;
}
.status_tabbed ul li strong {
    display: inline-block;
    float: left;
    margin-right: 10px !important;
}
.status_tabbed .tab-content {
	padding: 25px 15px;
}
ul.update_wrap {
    list-style: outside none none;
}
ul.update_wrap li {
    margin: 10px 0;
    padding: 10px 0;
}
ul.update_wrap li:nth-child(2n) {
    background-color: #f4f4f4;
}
.update_wrap p {
    font-size: 17px !important;
    margin: 0 !important;
}
.issue_title img {
    float: right !important;
    height: 17px !important;
    width: auto !important;
}
.issue_status p	{
	font-weight: 400 !important;
}
.issue_status.resolved {
	background: url("./assets/img/resolved.png");
	background-position: left center;
	background-size: auto 21px;
	background-repeat:  no-repeat;
}
.issue_status.resolved p {
	color: #00cc1d;
	padding-left: 10px;
}
.issue_status.ongoing {
	background: url("./assets/img/ongoing.png") no-repeat;
	background-position: left center;
	background-size: auto 21px;
}
.issue_status.ongoing p {
	color: #ff0000;
	padding-left: 10px;
}
.issue_content {
    padding: 10px 0;
}
.issue_content span {
	color: #f78d1e;
}
.twitter_server .inner {
	height: auto;
	padding: 5% 5%;
}
.update_wrap .collapse {
	padding-top: 10px;
	transition: none;
}
.status_break.clearfix {
	display: none;
}

/*
===========================================================
	Privacy Related Section
===========================================================
*/

ul.block_link {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}
ul.block_link li {
    border-right: 1px solid #6b6b6b;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
}
ul.block_link li:last-child {
	border-right: none !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}
ul.block_link li a {
    color: #6b6b6b;
}
.entry h4 {
	margin: 25px 0 15px;
}
.entry ul {
    margin: 25px 0;
    padding: 0 0 0 25px;
}
.entry ul li {
	margin-bottom: 5px;
}
.entry ul li ul {
    list-style-type: lower-alpha;
    margin: 10px 0;
    padding: 0 0 0 25px;
}
.table-bordered {
    width: 100%;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 15px !important;
    vertical-align: top !important;
}
.table-condensed {
	margin: 25px 0;
}
.table-condensed .entry ul {
    margin: 0 !important;
    padding: 0 0 0 15px !important;
}
.table-condensed ul.alpha {
	list-style-type: lower-alpha !important;
	margin: 0 !important;
	padding: 0 0 0 15px !important;
}
@media only screen and (max-width: 800px) {
    
/* Force table to not be like tables anymore */
#no-more-tables table, 
#no-more-tables thead, 
#no-more-tables tbody, 
#no-more-tables th, 
#no-more-tables td, 
#no-more-tables tr { 
	display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#no-more-tables tr { border: 1px solid #ccc; }

#no-more-tables td { 
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 50%; 
	white-space: normal;
	text-align:left;
}

#no-more-tables td:before { 
	/* Now like a table header */
	position: relative;
	/* Top/left values mimic padding */
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
}

/*
Label the data
*/
#no-more-tables td:before { content: attr(data-title); }
}

/*
===========================================================
	Footer Section
===========================================================
*/

.footer {
	background-color: #292929;
	color: #888888;
	padding: 75px 0;
}
.footer p {
    color: #888888;
}
.footer a {
    color: #888888;
}
.footer a:hover {
    color: #646565;
}
.footer_logo {
    margin-bottom: 10px;
}
.footer_top {
    padding-top: 4.5%;
}
.footer_right {
    padding: 4.5% 0 !important;
}
.footer_details {
    margin-top: 25px;
}
.footer_details span {
    color: #646565;
}
ul.footer_menu {
    list-style: outside none none;
    padding: 0;
}
ul.footer_menu li {
    display: block;
    float: none;
    margin-bottom: 10px;
    width: 100%;
}
ul.social_footer {
    list-style: outside none none;
    padding: 0;
}
ul.social_footer li {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 25px;
}
ul.social_footer li .social_icon {
	width: 30px;
	display: inline-block;
	float: left;
	text-align: center;
}
ul.social_footer li img {
	width: auto;
	height: 20px;
}
ul.social_footer li p {
	display: inline-block;
	float: left;
	margin-bottom: 0;
	margin-left: 10px;
}
.footer_wrap .block_btn {
    background-color: #888888;
}
.footer_wrap .block_btn:hover {
    background-color: #646565;
}
.footer_wrap .block_btn img {
	display: inline-block;
	float: left;
	width: auto;
	height: 20px;
}
.footer_wrap .block_btn p {
    color: #292929;
    display: inline-block;
    float: left;
    font-weight: 600;
    margin-bottom: 0;
    padding: 3px 0 0 9px;
}
.chess_footer {
	margin: 0 0 20px;
}
.chess_footer img {
	max-width: 200px;
}
.footer_bottom {
    background-color: #212121;
    color: #646565;
    padding: 15px 0;
}
.footer_bottom p {
	margin-bottom: 0;
}
.copyright {
    display: inline-block;
    float: left;
    padding: 5px 0 0;
}
.chamber {
    margin: 0;
    width: 145px;
}

/*
===========================================================
	Form Footer Section
===========================================================
*/

.form_icon {
    background-image: url("./assets/img/constants/form_btn.png");
    background-position: center top !important;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 30px;
    width: 66px;
    transition: all 0.25s ease-in-out 0s;
    background-repeat: no-repeat;
}
.form_icon:hover {
    background-position: center bottom !important;
}

/* Custom Min Width ----------- */
@media (min-width: 1450px) {

}

/* Custom Min Width ----------- */
@media (max-width: 1550px) {

}

/* Custom Min Width ----------- */
@media (max-width: 1450px) {

}

/* Custom Min Width ----------- */
@media (max-width: 1300px) and (min-width: 1025px)  {
.hero_intro img { width: 50%; }
.hero_intro { top: 20%; }
}

/* Custom Min Width ----------- */
@media (max-width: 1200px) {
.footer_wrap .block_btn { padding: 12px; }
.header .container { padding: 0 !important; }
.container { padding: 0 5% !important; width: 100% !important; }
.contact_individual_wrap .contact_detail { width: 200px; }
.support_bottom { height: 181px; }
}

/* Custom Min Width ----------- */
@media (max-width: 1100px) {
.suppliers_wrap { padding: 20px 0; }
ul.suppliers li img { height: 35px; }
/*.casestudy_content .case_excerpt { display: none; }*/
.contact_box.contact_details { padding: 50px 25px 0; }
.casestudy_img { height: 300px; }
.casestudy_content { height: 300px; }
.casestudy_wrap { min-height: 300px; }
.support_bottom { height: 200px; }
}

/* Custom Min Width ----------- */
@media (max-width: 1024px) {
div { transition: none; }
.support_section:hover { background-color: #000000; }
.menu_wrap { display: none; }
.menu_section { display: block; }
.logo { padding: 9px 0; }
.service_container:hover .screen { background: rgba(25, 27, 48, 0.7) none repeat scroll 0 0; }
.service_slide a:hover { background-color: #f78d1e; }
.footer a:hover { color: #888888; }
.form_icon { background-position: center bottom !important; }
.footer_wrap .block_btn:hover { background-color: #888888; }
.hero_intro img { max-width: 525px; }
.inner { height: 375px; }
.enquiry_wrap a:hover { background-color: #36363f; }
.casestudy_wrap .screen { background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; }
.casestudy_content .block_btn:hover { background-color: #f78d1e; }
.banner_single h3 { font-weight: 400; }
.modal-tab { margin-top: -56px; }
.latest_news_content .lead { font-size: 16px; }
.really_simple_twitter_widget { font-size: 18px; }
.service_section h1 { font-size: 32px; }
.sidemenu .drop_down_item { opacity: 0.7; }
.drop_down_item > p { font-weight: 500; font-size: 13px; text-transform: uppercase; }
.drop_down_item > img { height: 25px; }
.drop_down_item { text-align: left; margin: 15px 0; }
.drop_down_item:hover { text-align: left; margin: 15px 0; }
.service_sidebar ul li a { font-size: 12px; }
.modal-dialog { top: 0; margin-top: 2% !important; }
.quick_single_wrap h3 { font-size: 18px; font-weight: 400; }
.contact_area { padding: 35px 0; }
.wpcf7-form-control { -webkit-appearance: none !important; }
.support_wrap:hover .support_top { opacity: 0.85 !important; }
.casestudy_logo { display: none; }
.hidden_landscape { display: none; }
.visible_landscape { display: block; }
.news_content_wrap .screen { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);	 }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
ul.sidemenu li { padding: 15px 30px; }
.home_parallax { background-size: 100% auto !important; }
ul.suppliers .clearfix { height: 20px; }
ul.suppliers br { display: none !important; }
ul.suppliers li { margin: 0 10px; }
.intro_content h2 { margin-bottom: 25px; margin-top: 0; }
}

/* Custom Min Width ----------- */
@media (max-width: 1000px) {
.container { width: 100% !important; }
.content_area { padding: 45px 0; }
.service_wrapper { padding: 0 15px; }
ul.social_footer { padding: 0 0 0 25px; }
.service_container { height: 185px; background-size: auto 75px; }
.service_inner { height: 185px; }
.home_parallax_content { padding: 75px 0 45px; }
/*.owl-theme .owl-controls { margin-top: -30px; }*/
.footer { padding: 45px 0; }
.casestudy_wrap { min-height: 245px; }
.casestudy_img, .casestudy_logo, .casestudy_content { height: 245px; }
.casestudy_logo_inner > img { width: 65%; }
.casestudy_content h1 { font-size: 24px; }
.breadcrumb_wrap { padding: 5px 0; }
.service_sidebar ul { padding: 15px; }
.service_sidebar ul li { background: none; }
.latest_news_content .lead { font-size: 17px; }
.really_simple_twitter_widget { font-size: 18px; }
.banner_single img { height: 40px; }
.banner_content h1 { font-size: 32px; }
.banner_content { padding: 150px 0 65px; }
.enquiry_wrap { margin-bottom: 25px; }
ul.casestudy_items { display: none; }
.status_tabbed ul li img { height: 30px; }
.status_tabbed ul li p { font-size: 18px; }
.hero_intro br { display: none; }
.hero_intro .lead { margin: 35px 50px 0; }
.latest_news_content .lead { display: none; }
.inner { height: 300px; }
.issue_title { margin-top: 30px; display: block; width: 100%; }
.status_break.clearfix { display: block; margin-bottom: 30px; width: 100%; }
.status_break.clearfix { display: block; }
.intro_content .lead br { display: none; }
.service_page { margin-top: 15px; }
.support_bottom { height: auto; }
.support_middle { margin: 25px 0; }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.home_parallax { background-size: 100% auto !important; }
.quick_single_wrap h3 { font-size: 14px; }
.issue_title { margin-top: -20px; }
}

/* Custom Min Width ----------- */
@media (max-width: 950px) {
.contact_individual_wrap .contact_detail { width: 185px; }
}

/* Custom Min Width ----------- */
@media (max-width: 900px) {
.contact_individual_wrap .contact_detail { width: 165px; }
.contact_individual_wrap .contact_detail h3 { font-size: 21px; }
.icon { width: 20px; }
.contact_box.contact_details { padding: 35px 15px 0; }
}


/* Portrait and Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
.home_parallax { background-size: 100% auto !important; }
}

/* Custom Min Width ----------- */
@media (max-width: 767px) {
ul.sidemenu li { padding: 15.5px 30px !important; }
.hero_intro .lead { margin: 35px 10px 0; }
.content_area { padding: 35px 0; }
.owl-item { padding: 0 15px; }
.footer { padding: 35px 0; text-align: center; }
.footer_logo img { margin: 0 auto; }
.footer_bottom { text-align: center; }
.copyright { display: block; float: none; }
.form_icon { width: 100%; }
.footer_logo { margin-bottom: 15px; }
.service_container { background-size: auto 55px; height: 125px; }
.service_inner { height: 125px; }
.lead { font-size: 17px; }
.lead br {  display: none;}
.support_content { background-color: #000000; padding: 30px 35px; }
.support_content img { height: 15px; }
.logo img { width: 125px; }
.hero_intro img { max-width: 525px; }
.casestudy_content { width: 100%; }
.casestudy_img, .casestudy_logo { height: 150px; width: 100%; }
.casestudy_logo_inner > img { width: 65%; }
.casestudy_content { height: auto; padding-bottom: 25px !important; }
ul.casestudy_list li p { font-size: 15px; }
.owl-item { padding: 0; }
.hero_intro .lead span { display: none; }
.hero_intro .lead { font-size: 15px; }
.intro_content .lead { font-size: 19px; }
.owl-item .lead { font-size: 17px; padding: 0 15px; }
.inner { height: auto; padding: 45px 0; }
ul.sidemenu li { border-bottom: medium none; padding: 15px 30px; }
.side_close { margin: 15px 30px 30px; }
.banner_single img { height: 30px; }
.banner_content h1 { font-size: 21px; margin-top: 4px; }
.banner_content { padding: 100px 0 45px; }
.breadcrumb > li { font-size: 13px; }
.casestudy_excerpt { font-size: 17px; }
.modal-header > h3 { font-size: 21px; }
.modal-body label { display: none; }
.modal-header { padding: 10px 5px !important; }
.modal-body { padding: 15px 10px !important; }
.message_label { display: block !important; }
.modal-body label { color: #7a7d80 !important; font-size: 17px; }
.text_group { padding: 0 5px; }
.form_btn { text-align: center; }
.banner_main { font-size: 24px !important; font-weight: 400 !important; margin-bottom: 10px !important; }
.banner_single { text-align: left; }
.banner_single h1 { display: block; float: none; }
.banner_single h3 { color: #f78d1e; display: block; float: none; font-size: 16px; font-weight: 400; margin: 15px 0 0; }
.casestudy_gallery .owl-item img { height: auto; width: 100% !important; }
.testimonial quote { font-size: 15px; font-weight: 400; }
.service_slide .item { padding: 0 20px; }
.service_slide  img { height: 50px !important; width: auto !important; }
.inner_wrap { padding: 0 20px; }
.inner_wrap h3 { font-size: 18px; }
.latest_news_content .block_btn { margin-top: 10px; }
.modal-dialog { top: 0; }
.service_tabs .panel-title img { display: none; }
.cta p { font-size: 21px; padding: 35px 0; }
.cta a { font-size: 18px; margin-left: 0; }
.cta span { display: block; }
.casestudy_content { padding: 0 5% 25px !important; }
.casestudy_content h3 { font-size: 16px; }
.casestudy_content h1 { font-size: 21px; }
.breadcrumb_wrap { display: none; }
.casestudy_single h1 { font-size: 24px; }
ul.quick_link_wrap li { margin: 10px 0; }
.quick_single_wrap h3 { font-size: 18px; }
.page_title h2 { font-size: 24px; }
.page_title { margin-bottom: 15px; }
.service_section h1 { font-size: 24px; margin-bottom: 0; }
.health_top { display: none; }
ul.health_bottom li { margin-bottom: 20px; }
.service_bottom { display: none; }
.title_field { margin-bottom: 10px; }
.title_field p { font-size: 18px !important; }
ul.health_bottom li p { font-size: 16px; }
.google_map { margin: 0 10px 15px; }
.contact_section { padding: 0 10px; }
.contact_individual_wrap .contact_detail { width: 250px; }
.contact_box { height: auto; }
.cf7 { padding-right: 15px !important; margin-top: 35px; }
.cf7 form { margin: 0 -15px; }
.intro_content .lead { font-size: 14px; margin: 15px 0 25px; }
.intro_content h2 { font-size: 24px; }
.service_slide h3 { font-size: 18px; }
ul.casestudy_items li { display: block; float: none; }
.lightbox_wrapper img { margin-bottom: 15px; }
.news_content_wrap .news_content { height: auto; }
.news_inner { position: relative; }
.news_inner .block_btn { float: left; }
.copyright { text-align: center; display: block; float: none; margin: 0; }
ul.block_link li { display: block; width: 100%; border: none; margin: 0; padding: 0; }
}

/* Custom Min Width ----------- */
@media (max-width: 550px) {
.hero_intro img { width: 80%; }
}

/* Custom Min Width ----------- */
@media (max-width: 480px) {
.contact_individual_wrap .contact_detail { width: 200px; }
ul.casestudy_list li { background-position: left top 10px; }
}
