/*
Custom CSS */


body { 
  min-width: 1200px;
}


#boxed, .boxed {
margin: 0 auto !important;
width: 1200px !important;

}

#info-box {
margin: 0 auto !important;
width: 1200px !important;
position: relative;
}

#header, #page-header-box {
margin: 0 auto !important;
width: 1200px !important;
}

#site-navigation ul li a {
  line-height: 27px !important; 
}
  

#site-navigation {                      
background-color: #317abf!important;
background-image: linear-gradient(to bottom,#3897F0,#197EBD) !important; 
width: 100%;
}

/*nav#site-navigation.main-navigation {
margin: 0px auto !important;
min-height: 59px !important;
width: 1200px !important;
float: right;
display: block;
}*/
nav#site-navigation.main-navigation {
    min-height: 59px !important;
    float: right;
    display: block;
    position: absolute;
    top: 140px;
    left: 0;
}

div#post-article {
width: 1200px !important;
}

#post-article h3, #post-article h4, #post-article h5, #post-article h6 {
font-family: roboto slab !important;
font-weight: normal;
}

#post-area {
margin: 0 auto !important;
width: 1200px !important;
overflow: hidden;
}

#post-article .blog-title {
display: block;
border-bottom: 4px solid #D8D8D8;
line-height: 1.7;
pointer-events: none;
cursor: default;
background: url(http://sidsecurity.co.uk/wp-content/uploads/2014/10/diamond-icon.png)left center no-repeat;
background-position: 10px;
padding-left: 40px;
background-size: 31px 24px;
}

/*#post-article .blog-title:after {
width: 0;
height: 0;
position: absolute;
content: "";
display: block;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #D8D8D8;
left: 50%;
margin-left: -8px;
top: 60px;
}*/

div#contact-bar,p.label,a.mail,a.phone,i.icon.phone, a span {
 font-size: 22px !important;
}

div#logo a img {
border: 0;
padding-bottom: 1px;
padding-top: 1px;
margin-left: 20px;
margin-top: 5px;
}

/*landing page content*/

h2.content-box-header, .rs-caption h3, h3.title-banner, #content-holder2 h4, h3.sid-sub, h2.ld-pg-banner {
font-family: roboto slab !important;
font-weight: normal;
}

#content-holder1 {
  margin: 0 auto;
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  width: 1200px;
}

#content-holder2, #content-holder3, #content-holder4, #content-holder5 {
margin: 0 auto;
padding: 40px 0px;
width: 1200px;
}

#content-holder1 h2 {
line-height: 1.3;
font-size: 40px !important;
color: #333333 !important;
font-family: Garamond, serif !important;
text-align: center;
}

#content-holder1 .reading-box {
  margin: 0 0px !important; 
  position: relative;
} 

#content-holder1 .reading-box:after {
content: "";
position: absolute;
bottom: -25px;
left: 550px;
border-style: solid;
border-width: 25px 25px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
}

#content-holder1 .reading-box:before {
content: "";
position: absolute;
top: 97px; 
left: 48%;
border-style: solid;
border-width: 30px 30px 0px; 
border-color: #2E4C68 transparent;
display: block;
width: 0;
z-index: 1;
}

.reading-box p.read-desc {
  display: none;
}
  
.ifm-notf2 {
margin-top: 10px;
padding-bottom: 15px;
margin-bottom: 40px;
background: #2E4C68;
position: relative;
color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}

.columns-3 .col {
width: 100% !important; 
}

#content-holder2 {
 padding: 0px !important;
}


.content-boxes .more {  
display: none;
}


.sid-menu {
    padding-left: 5px;
    padding-right: 5px;
    margin: 10px auto;
    height: 255px;
    font-family: 'Dosis', sans-serif;
}

.sid-menu li {
    width: 230px;
    height: 230px;
    border: 10px solid #DFE8F8;
    overflow: hidden;
    position: relative;
    float:left;
    padding: 0px !important;
    background: #fff;
    margin-right: 63px;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
   box-shadow: 0px 0px 10px #918B8B;
  -moz-box-shadow: 0px 0px 10px #918B8B;
  -webkit-box-shadow: 0px 0px 10px #918B8B;
}

.sid-menu li {
list-style-type: none;
}

.sid-menu li:last-child{
    margin-right: 0px;
}
.sid-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
   -moz-box-shadow:0px 0px 3px #000000;
   -webkit-box-shadow:0px 0px 3px #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}

.sid-icon  {
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 40px;
    color: #f6f6f6;;
    line-height: 60px;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 15px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.sid-icon-2 {
     content:"";
     position: absolute;
    left: 20px;
    right: 20px;
    top: -95px;
    text-align: center;
    z-index:1;
}

h4.sid-main {
    font-size: 18px !important;
    position: absolute;
    bottom: 25px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    opacity: 0.8;
    text-align: center;
}

#content-holder2 h4 {
line-height: 1.4 !important;
}

h3.sid-sub {
    text-align:center;
    color: #000;
    font-size: 23px !important;
    position: absolute;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    line-height: 1.2;
    top: 110px;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.sid-menu li:hover {
    background: #E5ECEF;
    border-color: #A4D6F4;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 45px 60px -50px #000000;
}

.sid-menu li:hover .sid-icon {
    color: #555;
    font-size: 60px;
}
.sid-menu li:hover .sid-main {
    display: none;
}
.sid-menu li:hover .sid-sub {
    opacity: 0.8;
}

.columns .col {
float: left;
padding: 0 !important;
line-height: 20px;
}

p.sid-cap-link {
  width: auto;
  margin-top: 40px
  margin-bottom: 20px;
  margin-left: 20px;
}

a.cap-link:hover {
  background-color: #1166A0;  
}


a.cap-link {
width: auto;
margin-top: 25px;
color: white !important;
border: 1px solid #2B4C66; 
background: #2B4C66;
font-size: 1em;
padding: 16px 30px;
outline: none;
text-align: center;
text-shadow: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: background-color 0.3s ease-in-out;
-moz-transition: background-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}  
  
.reading-box p.read-desc {
width: 100%; 
float: left;
line-height: 1.5;
padding-bottom: 0.4em;
padding-top: 0.4em;
margin-bottom: 40px
}

.continue {  
float: left;
margin-left: 6%;
margin-top: 20px;
}

.rs-caption.rs-bottom { 
border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
overflow: hidden;
}

.rs-caption p { 
color: #fff;
margin-bottom: 0;
font-size: 1.2em;
margin-left: 20px;
margin-right: 20px;
  padding-bottom: 40px;
}

.rs-caption h3 {
line-height: 28px !important;
font-size: 2.4em !important;
 margin-top: 30px !important;
 text-align: center;
  margin-bottom: 20px;
}

.slide-caption {
width: 30% !important;
height: 100% !important;
margin-top: 0 !important;
padding-top: 0 !important;
}

.flexslider .slides img {
height: 300px;
}
.flexslider {
  margin-top: 13px;
  z-index: -1;
}
.button.blue {
  display: none;
color: #99E1EB !important;
background-image: linear-gradient(#21A6F1 0%, #1478AC 100%);
background-image: -o-linear-gradient(top, #21A6F1 0%, #1478AC 100%);
background-image: -moz-linear-gradient(top, #21A6F1 0%, #1478AC 100%);
background-image: -webkit-linear-gradient(top, #21A6F1 0%, #1478AC 100%);
background-image: -ms-linear-gradient(top, #21A6F1 0%, #1478AC 100%);
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #21A6F1), color-stop(1, #1478AC) );
/* border: 1px solid #1172c1; */
background-color: #0FA4F3;
margin-bottom: 40px;
}


ul.ticktoc-one {
  overflow: hidden;
  line-height: 2.9;
  padding-bottom: 50px;
  margin-left: 0px;
  font-size: 1.1em;
}

ul.ticktoc-one li {
  list-style: none;
  background: url(http://sidsecurity.co.uk/wp-content/uploads/2014/09/ga-arrowicon-e1409606543834.png) left center no-repeat;
  background-position: 20px;
  padding: 2px 0 2px 60px!important;
  border-bottom: 1px dotted #807171;
  background-color: #BFCDCA;
}

#contact-bar {
position: absolute;
top: 35px; 
right: 40px;
color: #ffffff;
z-index: 1;
line-height: 4;
}

#social-bar {
position: absolute;
top: 5px;
right: 25px;
z-index: 1;
}

.boxed {
margin: 0 auto !important;
width: 1200px !important;
}

#top-panel {
background-color: #176ECC !important;
}

#top-panel {
height: 6px !important;
width: auto;
}

#top-panel, #contact-bar a {
color: #fff !important;
}

#social-bar ul li a i {
color: #fff !important; */
}


#key-features-wrap {
background-color: #fff !important;
}

#content-holder5 .fearute-text {
  display: none;
color: #817171;
}

#content-holder5 {
margin: 0 auto;
padding: 20px 0px;
width: 1200px;
border-top: 1px solid #CFCCCC;
}

#content-holder5 .one_half .feature {
margin: 0 40px;
box-shadow: 0px 0px 10px #F2F0F0;
}

h2.featured-header {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 30px;
  margin-left: 20px; 
}

/*Privacy statement*/

#privacy-statmnt, #cookie-privacy {
  Margin: 0 auto;
  overflow: hidden;
}

.privcy-sub-class,.abt-cookies {
  margin: 20px;
}


h2.content-box-header {
  font-size: 2.4em !important;
  font: "Arial Black",Arial,sans-serif;
  color: #333;
  margin-top: 5px;
  line-height: 1.2;
}

.columns-3 .col:nth-child(3) {
/*display: none;*/
}

div.one-fourth,div.two-fourth, div.three-fourth, div.last-one-fourth {
  color: #fff;
}

.one-fourth, .two-fourth, .three-fourth, .last-one-fourth {
 overflow: hidden;
  float: left;
  width: 23%;
  position: relative;
  margin-right: 17px;
  /*padding: 20px;*/
  background-color: #fff;
}

div.one-fourth {
 margin-left: 20px;
}

.content-wrapper, .content2-wrapper, .content3-wrapper, .content4-wrapper { 
  padding: 20px;
  height: 80px;
}

.content-wrapper {
background-color: #0899C7;
}

.content2-wrapper {
background-color: #1898A3;
}

.content3-wrapper {
background-color: #07767A;
}

.content4-wrapper {
background-color: #067497;  
}

.sec-wrapper, .sec2-wrapper, .sec3-wrapper, .sec4-wrapper {
 padding: 10px;
  border-top: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;  
}

.sec-wrapper {
border-bottom: 4px solid #0899C7;
}

.sec2-wrapper {
  border-bottom: 4px solid #1898A3;
}

.sec3-wrapper {
border-bottom: 4px solid #07767A;
}

.sec4-wrapper {
border-bottom: 4px solid #067497;
}

.bt-shadow {
background: url(http://sidsecurity.co.uk/wp-content/uploads/2014/10/shadow.png) no-repeat top center; 
/*position: absolute;*/
left: 0;
right: 0;
height: 80px;
z-index: 99;
width: 100%;
background-size: 100% 100%;
height: 25px;
/*bottom: 26px;*/
}


.btm-border {
  height: 38px;
}

.sid-container {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.columns {
padding-bottom: 20px;
}

#copyright {
  background-color: #191E24 !important;
  height: 65px;
  padding-top: 20px;
  background-position: 10% 50%;
  border-top: 1px solid #5D5C5C;
}

#social-panel, .copyright-wrap, #footer-box {
 margin: 0 auto;
 width: 1200px;
}

.copyright-wrap span.left {
color: #FFFFFF;
float: left;
font-size: 12px;
opacity: 0.4;
padding: 20px;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
padding-left: 100px;
  background: url(http://sidsecurity.co.uk/wp-content/uploads/2014/09/Footer-logo.png)no-repeat;
}

.copyright-wrap span.right {
  display: none;
}

#footer {
padding-bottom: 10px;
}

.footer-area h4 {
text-transform: uppercase;
margin: 0 0 16px;
padding-top: 10px;
padding-bottom: 10px;
color: #E6E6E6 !important;
font-size: 16px !important;
border-bottom: 1px solid #090909;
box-shadow: 0px 1px 0px 0px rgba(149, 146, 146, 0.4);
-moz-box-shadow: 0px 1px 0px 0px rgba(149, 146, 146, 0.4);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(149, 146, 146, 0.4);
}

.last-block {
background-color: #262c33;
width: 270px;
overflow: hidden;
-ms-overflow-style: none;
padding-left: 10px;
padding-right: 5px;
padding-bottom: 10px;
height: 290px;
}
  

div.wpcf7 .ft-text, div.wpcf7 .ft-textarea {
border-color: #808080 #C0C0C0 #C0C0C0 #D4D4D4;
border: none;
padding: 4px;
line-height: 16px;
font-size: 14px;
width: 250px;
float: none;
/*margin: 0;*/
margin-top: 10px;
overflow: hidden;
padding-left: 10px;
background-color: #323b44;
color: #fff;
}

.ft-textarea {
  height: 100px;
}

.footer-submit {
padding: 0px;
height: 30px;
width: 80px !important;
border: none !important;
cursor: pointer;
color: #fff;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
border: solid 1px #3D444D;
background: #3D444D;
margin-top: 10px;
}

.footer-widget-col ul {
  margin-left: 0px;
  margin-right: 0px;
}

.footer-widget-col ul li {
border-top: 1px dotted #756B6B;
padding-bottom: 8px;
padding-top: 8px;
}

#pages-2.footer-widget-col.widget_pages { 
 background: #262c33;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  height: 299px;
}

.footer-widget-col ul li:last-child {
border-bottom: 1px dotted #756B6B;
} 
  
#black-studio-tinymce-5 {
  height: 299px;
  background: #262c33;
  padding-left: 20px;
  padding-right: 20px;
}

#black-studio-tinymce-3 {
  height: 299px;
  background: #262c33;
  padding-left: 20px;
  padding-right: 20px;
}


/*#top-panel {
height: 45px !important;
width: 100%;
}*/
  
/*#branding {
margin-bottom: 5px;
background-color: #fff !important;
border-bottom: 3px solid #4CDF91;
}*/

#boxed, .boxed {
margin: 0 auto !important;
width: 1200px;
box-shadow: 0px 0px 10px #000;
}
  

.page-header {      
    margin: 2px 0;
}

#comments {             
    margin-bottom: 0px;
    overflow: hidden;
}

h2.margin-botttom-10 h2 {
   font-size: 30px !important;
}

.margin-bottom-10 {
margin-bottom: 10px;
}

div.heading.heading-and-icon img {
width: 340px;
height: 150px;
  padding-bottom: 1px;
}


div.wpcf7-response-output {
margin: 2em 5em 4em 2em !important;
padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ng {
border: 2px solid #317abf !important;
color: #F5E6E6 !important;
}

div#post-article {
  width: 1024px;
  background-color: #ffffff;
  margin-bottom: 1px;
}

div#branding.box h2 {
padding-left: 120px
padding-top: 50px
padding-bottom: 50px
}

#page-header-wrap {
margin: 0px 0 !important;
}

.margin-bottom-10 {
margin-bottom: 10px;
}

div.heading.heading-and-icon img {
width: 340px;
height: 150px;
  padding-bottom:15px;
}

div#branding.box h2 {
padding-left: 120px
padding-top: 50px
padding-bottom: 50px
}

#branding {
  margin-bottom:0px; 
  height:157px; 
  background-color:#323b44 !important;
}
 

div#logo a img {
   border: 0;
   padding-bottom: 1px;
   padding-top: 1px;
 }

/*#logo {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}*/
#logo {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 5;
}

#logo a {
    text-decoration: none;
    font-color: white !important;
}

.address-container {
 /*background: #262c33;*/
 float: right;
 width: 320px;
 height: auto;
 margin-right: 20px;
 margin-top: 20px;
 padding-top: 10px; /*space between contact info and border*/
    border-style: double;
    border-width: 2px;
    border-color: #262c33;
 /*border-style: double;
 border-width: 8px;
 border-color: #fff;*/
 }

p.addrs {
 font-size: 100%;
 color:#fff;
  line-height: 70%;
 padding-top: 20px; !important;
}

img.contct278 {
  /*width: 80%;
  height:80%;*/
  Padding-top: 20px;
  padding-bottom: 20px;
}

span.info {
color: #317abf;
font-weight: normal;
font-size: 120%;
line-height: 200%; /*space between contact info and tel numbers*/
}

#abtus-container {
  width: 984px;
  margin-top: 40px;
  overflow: hidden;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

  
.img-floatleft {
  width: 480px;
  Height: auto;
  float: left;
  margin-top:10px;
  padding-top: 10px;
}


h4.svclist {
  padding-bottom: 0 !important;
}


.offer-floatright {
  height:auto;
  width: 450px;
  float: right;
   padding-top: 20px;
   margin-right: auto;
}

.offer-floatright ul li{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}

p.list-header {
font: bold 22px/24px 'Constantia';
color: #444444;
margin-bottom: 10px;
display: block;
paadding-right: 0px!important;
overflow: hidden;
}

.list1 li em {
float: left;
margin-top: 20px;
font: bold 30px/47px 'Gentium Basic';
color: #ffffff;
width: 47px;
height: 47px;
text-align: center;
border-radius: 23px;
-webkit-border-radius: 23px;
-moz-border-radius: 23;
background: #317abf;
overflow: hidden;
}
   
.txt-align, h3.about-us-title {     /*what we offer about us page*/
  padding-bottom: 0;
  overflow: hidden;
  paddng-left: 20px;
}

p.bdtext {
  padding-right: 0px!important;
  padding-bottom: 0px!important;
}

h3.about-us-title1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  margin-bottom: 10px;
  width: 200px;
  border-bottom: medium double #317abf;
}

h3.about-us-title2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  margin-bottom: 15px;
  width: 200px;
  border-bottom: medium double #317abf;
}


div.ourservices {
  border-style: double;
    border-width: 2px;
    border-color: #262c33;
  float: right;
  width: 320px;
  height: auto;
  margin-right: 20px;
  margin-top: 20px;
  padding-top: 10px;
  line-height: 23px;
  color: #fff;
}

ul.ticktoc {
  list-style-image: url(http://sidsecurity.co.uk/wp-content/uploads/2014/08/gaticicon.png);
}

.title-meta {
  display: none !important;
}


#contact-container  { 
    width: auto; 
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    overflow: hidden;
}

.contactfrm {
  background-color: #323b44;
  width: auto;
  /*height: 720px;*/
  margin-right: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  border-style: double;
  border-width: 4px;
  border-color: #fff;
}  

  
.header-container2 {
  z-index: 1;
  position: relative;
  margin-bottom: 50px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

section.header-shadow2 {
  border-width: 1px;
  border-top-width: 4px;
  border-color: #e8e6e6;
  border-top-color: #317abf;
  border-style: solid;
  background-color: #fff;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  margin-bottom: 40px;	
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.header-shadow2:before,.header-shadow2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  /*max-width:300px;*/
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
} 

.header-shadow2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
  
.map-container {
  z-index: 1;
  position: relative;
  margin-bottom: 70px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

section.map-shadow {
  border-width: 1px;
  border-top-width: 4px;
  border-color: #e8e6e6;
  border-top-color: #317abf;
  border-style: solid;
  background-color: #fff;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  margin-bottom: 40px;	
  height: 300px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.map-shadow:before,.map-shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  /*max-width:300px;*/
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
} 

.map-shadow:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


.contactfrm .wpcf7-form {
    background: #262c33;
    float: left;
    width : 460px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 55px;
    padding-top: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: #242828;
    box-shadow: 0px 0px 0px 2px rgba(60, 60, 60, 0.4);
   -moz-box-shadow: 0px 0px 0px 2px rgba(60, 60, 60, 0.4);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(60, 60, 60, 0.4); 
}

.contactfrm select.wpcf7-form-control.wpcf7-select {  /* form menu drop down list*/
 width: 370px;
 height: 29px;
 padding-left: 5px;
 background: #323b44;
 border: none;
 color: #fff;
}

.contactfrm .wpcf7-form h2 {
    font-size : 20px;
    text-align: center;
}
.contactfrm .wpcf7-form input, .wpcf7-form textarea {
    border-color: #808080 #C0C0C0 #C0C0C0 #D4D4D4;
    border-style: solid;
    border-width: 1px;
    padding: 9px;
    line-height: 16px;
    font-size: 14px;
    width: 350px;
    float: none;
    margin: 0;
    overflow: hidden;
    background: #323b44;
    border: none;
    color: #fff;
}
.contactfrm .wpcf7-form textarea {
    line-height: 16px;
    font-size: 14px;
    height: 100px;
    overflow: hidden;
}
.contactfrm .wpcf7-form p {
    font-size : 14px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 290px;
    padding: 0 0 10px;
    color: #fff;
}

.contactfrm .buttons_form {
     padding: 0px;
     height: 30px;
     width: 150px !important;
     border: none !important;
     cursor: pointer;
     color: #fff;
     -webkit-border-radius: .5em;
     -moz-border-radius: .5em;
     border-radius: .5em;
     /*border: solid 1px #980c10;*/
     background: #d81b21 !important;
     background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317)) !important;
     background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317') !important;
}


.page-header {
 display: none;
}

h3.owwr {
  margin-left: 240px;
}


#post-article-ourservices-container {
  overflow: hidden;
  margin-right: 20px;
  margin-left: 20px;
}
  

.oursvc-left-slider {
   margin-bottom: 30px;
}


img.alignleft {
   margin-right: 30px;
   margin-top: 30px;
   margin-left: 20px;
   /*padding-top:10px;*/
   margin-bottom: 20px;
   float: left;
}
  
.oursvc-seperator, .vcy-seperator, .hompg-seperator {
  height: 5px;
  border-bottom: 4px solid;
  border-top: 1px solid;
  border-top-color: #D8D8D8;
  border-bottom-color: #D8D8D8;
  margin-top: 20px;
  margin-bottom: 20px;
  /*margin-left: 20px;
  margin-right: 20px;*/
  position: relative;
}
  
h4.svca {
  background: #206EF9;
  color: #ffffff;
  padding-top: 5px !important;
  padding-bottom: 15px !important;
  margin-bottom: 15px;
  text-align: center;
}

h4.svcab {
  background: #206EF9;
  color: #ffffff;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-bottom: 15px;
}

.verticalLine {
    border-left: thick solid #ff0000;
    margin-left: 20px;
}

#oursrv-container {
  width: 1024px;
  overflow: hidden;
}

.oursvs {
  margin-right: auto;
}
  
ul.sqr, ul.sqr-job {
  display: block;
  padding-left: 0px!important;
  margin-top: 20px;
}

ul.sqr li { /*lists for services pages*/
  list-style: none;
  background: url(http://sidsecurity.co.uk/wp-content/uploads/2014/09/ga-arrowicon-e1409606543834.png) left center no-repeat;
  padding: 2px 0 2px 40px!important;
  margin-bottom: 15px;
  margin-top: 10px;
  line-height: 1.6;  
}

h3.sid-headers, h3.sid-headers-1, h3.sid-headers-2, h3.cln-headers {
font-size: 2.4em !important;
 color: #333;
}


.su-tabs.my-custom-tabs { 
  background-color: #317abf 
}

.su-tabs-pane {
padding: 20px !important;
font-size: 14px !important;
background-color: #485B6E !important;
color: #fff !important;
height: 265px;
}

.su-tabs.my-custom-tabs .su-tabs-nav span { 
    font-size: 1.1em !important;
    padding: 11px 15px !important;
    background: #206EF9;
    border-radius:0px !important;
}
  
.su-tabs.my-custom-tabs .su-tabs-pane {
    padding: 1em;
    background-color: #485B6E;
  }

.su-tabs-nav span {
  color: #ffffff !important;
  margin-right: 7px !important;
}

.su-tabs-nav span:hover {
background: #99B9DE !important;
}


.su-tabs.my-custom-tabs .su-tabs-nav span.su-tabs-current {
background-color: #485B6E;
color: #fff !important;
border-top: 3px solid #15F759;
  position: relative;
}

.su-tabs {
background: #fff !important;
padding: 1px !important;
}

#tabbed-menu-container,#tabbed2-menu-container,#tabbed3-menu-container {
 /* margin-left: 20px;*/
  margin-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: 20px; 
  height: 300px;
}

.tabbed-content,.tabbed-content2,.tabbed-content3 {
  width: 750px;
  float: right;
}

.left-page-content,.left-page-content2,.left-page-content3 {
  width: 310px;
    margin-bottom: 40px;
  float: left;
  box-shadow: 0px 0px 10px #000;
  margin-left: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-width: 4px;
  border-top-color: #206EF9;
  border-style: solid;
}
 

#wchus {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  width: 600px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-width: 5px;
  border-top-color: #317abf;
  border-style: solid;
  border-width: 1px;
  border-color: #317abf;
}

.svc-response {
  overflow: hidden;
  background-color: #739fc0;
  background: url(http://sidsecurity.co.uk/wp-content/uploads/2014/10/sid-our-svc.png) no-repeat center;
  width: 1120px;
  height: 180px;
  margin-left: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #fff;
  position: relative;
}

h3.response-header {
  font-size: 32px !important;
  font-weight: bold !important;
  margin-top: 30px;
}
h3.cln-header {
  font-size: 32px !important;
  font-weight: bold !important;
  margin-top: 30px;
}
section.triangle-seperator {
  float: left;
  width: 80%;
}
section.triangle-seperator2 {
  float: left;
  width: 80%;
}

section.gt-tel {
  float: left;
  width: 20%;
  height: 100px;
  background: url(http://sidsecurity.co.uk/wp-content/uploads/2014/10/sid-business-phone-solid.png) no-repeat center;
  background-size:100px 80px;
  margin-top: 40px;
}

section.triangle-seperator:before,
section.triangle-seperator:after {
	position: absolute;
	content: "";
	pointer-events: none;
}


section.triangle-seperator:before {
	top: -50px;
        left: 20%;
        width: 80px;
        height: 60px;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  
}

section.triangle-seperator:after {
	bottom: -50px;
	z-index: 10;
	background: #FBFCFC;
}
 
h3.svc-phone {
  position: absolute;
  bottom: 0px;
  right: 15px;
}

.footer-map {
  overflow: hidden;
}


div#post-article {
    width: 1024px;
    background-color: #FFF;
    margin-bottom: 0px; 
}

#vcy-container {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;  
}

.icon-file-text:before {  
 color: #256;
font-size: 56px;
position: absolute;
left: 10px;
top: 0px;
border-right: 3px groove #4BF4C2;
padding-right: 16px;
}

.cv-button:hover {
background: #18B083;
}

.cv-button {
overflow: hidden;
width: 200px;
  height: 37px;
background-color: #40C39C;
text-shadow: 0px -1px 0px #40C39C;
padding: 11px;
border-radius: 5px;
webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-align: center;
position: absolute;
left: 400px;
border: 1px solid #2DA883;
  /*background: url(http://sidsecurity.co.uk/wp-content/uploads/2014/10/mail.png) left center no-repeat;*/
}

.choice-btn {
color: #fff;
width: 50px;
height: 50px;
position: absolute;
left: 300px;
top: 8px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background-color: #1C92DA;
border: 3px solid #7ACAFA;
}

p.or {
text-align: center;
line-height: 1.7 !important;
padding: 0px !important;
font-size: 1.2em;
font-weight: bold;
}

.inner-c {
  margin: 0 auto;
  width: 28px;
  height:28px;
   border-radius: 50%;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
  margin-top: 9px;
  background: #13B3F0;
  border: 1px solid #39C7EA;
}

a.vcy-eml {
color: #fff !important;
line-height: 2.9; 
font-size: 13px !important;
font-weight: bold;
padding-left: 60px;
}
  
.header-container {
  z-index: 1;
  position: relative;
  margin-bottom: 84px;
}

section.header-shadow {
  border-width: 1px;
  border-top-width: 4px;
  border-color: #e8e6e6;
  border-top-color: #317abf;
  border-style: solid;
  background-color: #fff;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  margin-bottom: 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.header-shadow:before,.header-shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  /*max-width:300px;*/
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
} 

.header-shadow:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


#app-header {
  overflow: hidden;
}
 
div.app-form {
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}

.App-form .wpcf7-form {
    background: #fff; /
    width : auto;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding-top: 20px;
    /*border: 1px solid #317abf;*/
    box-shadow: 0px 0px 10px #DFD6D6;
  -moz-box-shadow: 0px 0px 10px #DFD6D6;
  -webkit-box-shadow: 0px 0px 10px #DFD6D6;
}
  
.sf-align-left {
  width: 470px;
  float: left;
} 
  
.sf-align-right {
  width: 470px;
  float: right;
}

#form-table, #reference-table, #edu-table {
  width: auto;
}

td.span.frm-text {
background: #F0EFEF;
	padding:15px 10px 10px 0;
	position:absolute;
	z-index:100;
	min-width:84px;
	border-bottom-right-radius: 5px;
}

span.required {
	position: absolute;
	/*right:100px;*/
	top:5px;
	z-index:1;
        color: #0040FF;
}

/*working style -to keep*/
#form-table td, #reference-table td {
  /*border: 1px solid #2ff;*/
  padding: 6px;
  text-align: left;
  position: relative;
  width: 94%;
  border: none;
}
  
#edu-table td {
  padding: 6px;
  text-align: left;
  position: relative;
  /*width: 94%;*/
  border: none;
}

/*experimental class home-tel*/
#form-table .text-fld {
  border: none;  
  width: 440px; /*chnaged from 370px*/
  height: 40px;
  border-width: 1px solid;
  /*border-color: #642efe;*/
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding-left: 10px;
  margin-bottom: 20px;
  color: #fff;
}

#reference-table .text-fld {
  border: none;  
  width: 440px; /*chnaged from 370px*/
  height: 40px;
  border-width: 1px solid;
  /*border-color: #642efe;*/
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding-left: 10px;
  margin-bottom: 20px;
  color: #fff;
}

#form-table .textarea {
  background-color: #fff; /*was #642EFE or #0B0B61*/
  border: none;
  width: 98.5%;
  height: 80px; /*to remain inactive*/
  border-width: 1px solid;
  /*border-color: #642efe;*/
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding-left: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  color: #fff;
}  

 #reference-table .text-area {     
  background-color: #fff;
  border: none;
  width: 440px;
  height: 100px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding-left: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  color: #fff;
}

#edu-table td, #reference-table td {             
border: none;
}

#edu-table th.th-header {
  border: none;
  background: none;
}

#edu-table .text-area-edu {     
  background-color: #fff;
  border: none;
  width: 306px;
  /*height: 100px;*/
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding-left: 10px;
  margin-bottom: 20px;
  margin-left: 15px;
  float: none;
  overflow: hidden;
  color: #fff;
}
 
#edu-table .text-fld {
  /*background-color: #1469B9;*/
  border: none;  
  width: 307px; /*chnaged from 370px*/
  height: 40px;
  margin-left: 20px;
  border-width: 1px solid;
  /*border-color: #642efe;*/
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding-left: 10px;
  margin-bottom: 20px;
  color: #fff;
}

#form-table input[type="radio"] {
    border: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    background-color: #81b3e4;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
 
#form-table span.wpcf7-list-item-label {
  position: relative;
  display: inline;
  padding-left: 15px;
}

#form-table .rdbt {
  display: inline-block;
  padding-left: 10px;
}

hr.app-frm { 
    border-left: none;
    margin: 0;
    border: 0;
    background: transparent;
    display: block;
    border-bottom: 5px solid rgba(190, 211, 226, 0.2);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    clear: both;
    margin-bottom: 40px;
    margin-top: 40px;
}

#form-table p.radio-bt {
  /*background-color: #81b3e4;*/
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  margin-bottom: 15px;
  padding-bottom: 7px;
  padding-top: 5px;
  margin-right: 10px;
}

#reference-table p.radio-bt {
  /*background-color: #81b3e4;*/
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  margin-bottom: 15px;
  padding-bottom: 7px;
  padding-top: 5px;
  margin-right: 10px;
}


#job-preq, #jobreq { 
    overflow: hiidden;
    width: 380px;
    height: 297px;
    border-top-width: 15px;
    border-style: solid;
    border-top-color: #317abf; 
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 40px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    /*color:#fff;*/
    font-size: 1.2em;
    padding-left: 40px;
}
 
#job-preq, #jobreq {
 background: #e9f0f5 url(http://sidsecurity.co.uk/wp-content/uploads/2014/10/pattern1.png) repeat top left; 
}

#job-preq {
  float: right;
}

#jobreq {
  float: left;
  margin-left: 5px;
}
  
h3.jb-heading {
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);;
border-bottom: 5px solid rgba(190, 211, 226, 0.2);
  margin-right: 40px;
  text-align: center;
}

h3.embossed {
  padding: 0 20px 20px;
  text-transform: uppercase;
  margin-top: 20px;
  color: #1071CF;
}

.input-fld {                       /* capcha input field formatting for job application form*/
    border: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    background-color: #E9F1FA;
    border-radius: 7px;
    -webkit-border-radius: 7px;
-   -moz-border-radius: 7px;
    height: 40px;
    width: 210px;
   padding-left: 10px;
  border: 1px solid #258 !important;
}

.cap-fmt {                      
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  width: 100px;
  height: 30px;
  background:# #aa1317
}

.submit-emp {                
     padding: 0px;
     height: 40px;
     margin-bottom: 20px;
     margin-top: 10px;
     width: 150px !important;
     border: none !important;
     cursor: pointer;
     color: #fff;
     -webkit-border-radius: .5em;
     -moz-border-radius: .5em;
     border-radius: .5em;
     color: #faddde;
     border: solid 1px #980c10;
     background: #d81b21;
     background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
     background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

ul.sqr-job li, ul.sqr-job li { 
  list-style: none;
  background: url(http://sidsecurity.co.uk/wp-content/uploads/2014/09/ga-arrowicon-e1409606543834.png) left center no-repeat;
  padding: 2px 0 2px 40px!important;
  margin-bottom: 15px;
  margin-top: 10px;
  line-height: 1.6
}



.su-spoiler-title {
line-height: 3.2 !important;
font-size: 13px !important;
width: 160px !important;
border: 1px outset #4d93d9 !important;
height: 40px !important;
background: #4D93D9 !important;
color: #fff !important;
margin-bottom: 60px !important;
border-radius: 5px;
webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.su-spoiler-style-default > .su-spoiler-content {
padding: 0px !important; 
}

.su-spoiler-content {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding-top: 20px;
    box-shadow: 0px 0px 10px #C4CFE5;
  -moz-box-shadow: 0px 0px 10px #C4CFE5;
  -webkit-box-shadow: 0px 0px 10px #C4CFE5;
  background: #e9f0f5 url(http://sidsecurity.co.uk/wp-content/uploads/2014/10/pattern1.png) repeat top left;
}
  
.su-spoiler-icon {
top: 20px !important;
font-size: 55px !important;
color: #224088 !important;
left: 9px !important;
/*line-height: 17px !important;*/
}

.su-spoiler-style-default > .su-spoiler-title {
padding-left: 85px !important;
padding-bottom: 13px;
}

.su-spoiler-icon-folder-1 .su-spoiler-icon:before {
  border-right: 3px groove #83C7F7;
  padding-right: 7px;
}

.su-spoiler-icon-folder-1.su-spoiler-closed .su-spoiler-icon:before {
border-right: 3px groove #83C7F7;
padding-right: 15px;
}

.su-spoiler-icon-folder-1.su-spoiler-closed .su-spoiler-icon:after {
border-right: 3px groove #83C7F7;
padding-right: 15px;
}

#sidsecur-svc {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  background: url("http://sidsecurity.co.uk/wp-content/uploads/2014/09/ga-blur.jpg") repeat fixed top;
  height: 820px;
}
#sidsecur-svc2 {
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
  background: url("http://www.sidsecurity.co.uk/wp-content/uploads/2017/04/idustrailblur.jpg") repeat fixed top;
  height: 742px;
}
.sid-title-header {
  float: right;
  padding-right: 20px;
  width: 580px;
  /*padding-top: 10px;*/
  margin-top: 30px;
}


.sid-title-header-two { /*our services top header*/
  float: right;
  padding-right: 0px;
  width: 580px;
  /*padding-top: 10px;*/
}

sid-oursvc-two  {  /*our services top header container*/
  float: left;
  width: 451px;
  margin-left: 20px;
  margin-top: 30px;
  padding-top: 10px;
}

.oursvc-img-wrapper {
  float: left;
  width: 520px;
  margin-left: 20px;
  padding-bottom: 10px;
}

.clear {
  clear: both;
}

.one-third, .two-third, .one-third-final, .one-sixth, .two-sixth, .one-sixth-final   {
  width: 28%;
  height: 314px;
  float: left;
  margin-bottom: 40px;
  margin-top: 40px;
  padding-top: 20px;
  margin-left: 45px;
  background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EEEEEE));
  background: -o-linear-gradient(top, #FFFFFF 0%,#EEEEEE 99%);
  background: -ms-linear-gradient(top, #FFFFFF 0%,#EEEEEE 99%);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE');
  background-color: #EEEEEE;
  opacity: 0.8;
  border-radius:7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.ot-header {
  width: 100%;
  margin-top: 10px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.sid-jotm {
  margin-top: 10px;
  margin-bottom: 30px;
}

.sid-svc-container {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
  
.our-svc-seperator {
  height: 5px;
  border-bottom: 4px solid;
  border-top: 1px solid;
  border-top-color: #D8D8D8;
  border-bottom-color: #D8D8D8;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.our-svc-seperator:after, .hompg-seperator:after, .oursvc-seperator:after, .vcy-seperator:after {
  width: 0;
  height: 0;
  position: absolute;
  content:"";
  display:block;
  /* Ads an arrow effect exploiting the way that browsers join borders together */
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #D8D8D8;
  /* centers relative to parent */
  left: 50%;
  /* Compensates for width of border (arrow) */
  margin-left: -8px;
  top: 8px;
}

.sid-cc {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* End Column Formatting */

#appl-pr {
  margin-top:4px0;
}

#appl-pr .su-spoiler-icon {
/*Display: none;*/
  background-image: url(http://sidsecurity.co.uk/wp-content/uploads/2014/09/3.png) no-repeat fixed left;
left: 3px;
background-color: #fff;
}

#appl-pr .su-spoiler {
margin-bottom: 1.5em;
/*height: 64px;*/
}

/*#post-article .blog-title {
display: block;
padding-top: 30px;
width: 20%;
margin-top: 20px;
margin-left: 20px;
display: none;
}*/


#sid-hm-container {
  width: 1200px;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}

.wprssmi-cs-items {    
margin-left: 20px;
margin-right: 20px;
margin-bottom: 40px;
padding-bottom: 40px;
padding-left: 20px;
box-shadow: 0px 0px 10px #F2F0F0;
position: relative;
border-bottom-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-bottom-left-radius: 20px;
}

.wprssmi-cs-items .title {
 font-size: 1.3em;
 margin-bottom: 10px;
 padding-top: 20px;
  padding-left: 150px;
}

.wprssmi-cs-source {
color: #ffffff;
font-size: 1.0em;
margin: 5px 0 10px;
width: 110px;
background-color: #58A56F;
padding: 10px;
text-align: center;
position: absolute;
top: 0px;
left: 15px;
border-bottom-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-bottom-left-radius: 20px;
}

.wprssmi-cs-items .body {
font-size: 1em;
padding-left: 150px;
}

/*.wprssmi-cs-items:after {
  content:"";
background: url(http://sidsecurity.co.uk/wp-content/uploads/2014/10/shadow.png) no-repeat top center;
position: absolute; 
left: 0;
right: 0;
height: 80px;
z-index: 99;
width: 100%;
background-size: 100% 100%;
height: 25px;
bottom: -25px;
}*/

#sid-integral {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ifm-notf {
margin-top: 10px;
margin-right: 10px;
margin-bottom: 30px
margin-left: 10px;
margin-bottom: 30px;
margin-left: 10px;
background: #2E4C68;
position: relative;
color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}

a.more-svc {
  padding: 12px;
  border: 1px solid #3399CC;
  background: #3399CC;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  color: #fff;
  position: absolute;
  top: 45px;
  right: 75px;
}

a.more-svc:hover {
background-color: #1166A0;
}

h3.title-banner {
  padding-top: 15px !important;
  padding-bottom: 10px !important;
  font-size: 25px!important;
}

.banner-wrapper {
  margin: 40px;
  overflow: hidden;
  box-shadow: 0px 0px 10px #9E9B9B;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
}
  

.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 40px;
    color: #f6f6f6;;
    line-height: 60px;
    position: absolute;
   /* width: 100%;
    height: 60px;*/
    left: 20px;
    right: 20px;
    top: 20px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-main{
    font-size: 24px;
    position: absolute;
    top: 120px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    opacity: 0.8;
    text-align: center;
}
.ca-sub{
    text-align:center;
    color: #000;
    font-size: 26px;
    position: absolute;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 120px;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-menu li:hover{
    background: #f7f7f7;
    border-color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 45px 60px -50px #000000;
}
.ca-menu li:hover .ca-icon{
    color: #555;
    font-size: 60px;
}
.ca-menu li:hover .ca-main{
    display: none;
}
.ca-menu li:hover .ca-sub{
    opacity: 0.8;
}*/

.banner-wrapper:after {
content: "";
position: absolute;
bottom: -25px;
left: 525px;
border-style: solid;
border-width: 25px 25px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
}

.banner-wrapper:before {
content: "";
position: absolute;
top: 120px; 
left: 525px;
border-style: solid;
border-width: 30px 30px 0px; 
border-color: #2E4C68 transparent;
display: block;
width: 0;
z-index: 1;
}

article.col {
Position: Relative;
}

.col:nth-child(3) {
/* display: none; */
}

.box-content-sid2 {
  	/*position:relative;       
        -webkit-box-shadow:0 5px 9px rgba(0, 0, 0, 0.4), 0 0 0px rgba(0, 0, 0, 0.4) inset;
       -moz-box-shadow:0 5px 9px rgba(0, 0, 0, 0.4), 0 0 0px rgba(0, 0, 0, 0.4) inset;    
        box-shadow: 0 5px 9px rgba(0, 0, 0, 0.4), 0 0 0px rgba(0, 0, 0, 0.4) inset;*/
       height: 60px;
       padding-top: 29px;
       background: #32353C;
       color: #E5E5E1;
       line-height: 1.0;
       text-align: center;
}

#menu-main-navigation li a:hover:after {
  width: 0;
  height: 0;
  position: absolute;
  content:"";
  display:block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #15F759;
  left: 50%;
  margin-left: -8px;
  bottom: 0px; 
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
ul#menu-main-navigation {
    margin-left: 23%;
}

#menu-main-navigation { 
	position: relative;
}

#menu-main-navigation li a:hover {
  border-top: 4px solid #15F759;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 5px #151414;
-moz-box-shadow: 0px 0px 5px #151414;
  -webkit-box-shadow: 0px 0px 4px #151414;
}

#menu-main-navigation li.current-menu-item a { /*active menu*/
  background: #0C64F0;
  border-top: 4px solid #15F759;
  box-shadow: 0px 0px 5px #151414;
-moz-box-shadow: 0px 0px 5px #151414;
  -webkit-box-shadow: 0px 0px 5px #151414;
}

#menu-main-navigation li.current-menu-item a:after {
  width: 0;
  height: 0;
  position: absolute;
  content:"";
  display:block;
  /* Ads an arrow effect exploiting the way that browsers join borders together */
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #15F759;
  /* centers relative to parent */
  left: 50%;
  /* Compensates for width of border (arrow) */
  margin-left: -8px;
  bottom: 0px; 
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-home:before {
position: absolute;
font-size: 25px;
top: 16px;
left: 15px;
z-index: 10;
color: #6ED6F9;
}

#menu-item-37 a {
  padding-left: 40px !important;
}


h3.sid-headers-2, h3.cln-headers {
 text-align: center;
 overflow: hidden;
}

h3.sid-headers-2:before, h3.sid-headers-2:after {
content: "";
display: inline-block;
width: 17%;
height: 0.15em;
border-bottom: 4px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
margin: 0 1% 1% -50%;
}

h3.cln-headers:before, h3.cln-headers:after {
content: "";
display: inline-block;
width: 30%;
height: 0.15em;
border-bottom: 4px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
margin: 0 1% 1% -50%;
}

h3.sid-headers-2:after, h3.sid-headers-1:after {
margin: 0 -50% 1% 2%;
}
h3.cln-headers:after {
margin: 0 -50% 1% 2%;
}

h3.sid-headers-1:after { 
content: "";
display: inline-block;
width: 30%;
height: 0.15em;
border-bottom: 4px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
margin: 0 1% 1% 2%;
} 
.sid-oursvc-two {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
}

p.p-body {
  font-size: 1.12em;
}

p.left-pane {
font-size: 1.08em;
height: 225px;
}

.p-overlay {
  margin: 0px auto;
  background: url(http://sidsecurity.co.uk/wp-content/uploads/2014/10/pattern-2.png);
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.icon-edit:before {
content: "f044";
display: none;
}

.copyright-wrap {
  background: url(http://sidsecurity.co.uk/wp-content/uploads/2014/09/Footer-logo.png) no-repeat left center;
}

#main.wide {
    margin: 0px auto;
    overflow: hidden;
    width: 1200px;
    margin-top: 10px;
}

.heading heading-and-icon {
  display: none;
}												


section.columns.content-boxes.columns-3.center-align {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.wprssmi-cs-source a {
padding-top:10px
}

#responsive-menu {
top: 0px !important;
}

#click-menu.admin-bar-showing {
margin-top: 137px !important;
}

#click-menu {
background: transparent !important;
}

#responsive-menu.RMOpened {
height: 375px !important;
z-index: 99999;
}

#responsive-menu {
background: #27A7E8 !important;
}

#responsive-menu .responsive-menu li.current_page_item > a, #responsive-menu .responsive-menu li.current_page_item > .appendLink {
background: #27A7E8 !important;
}

#responsive-menu .responsive-menu li a {
padding: 12px 0px 12px 20% !important;
width: 80% !important;
border-top: 1px solid #1D7DDC !important;
}


.xdate {
text-align: right;
padding: 1px 1px 1px 1px;
float:right;
margin-right: 40px;
margin-top:10px;
color: #DCEDF2;
font-size: 1.1em;
}

.featured-post {
display: none;
}
img.alignleft.size-full.wp-image-82422 {
    margin-left: 0px;
    margin-right: 0px;
}
ul.cleang-svc li {
    background: url(http://www.sidsecurity.co.uk/wp-content/uploads/2017/04/arrow-1.png) no-repeat left top;
    padding: 0px 0px 3px 40px;
    list-style: none;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.cleang-svc {
    font-size: 16px;
}
.cln-one {
    width: 40%;
    height: 350px;
    float: left;
    margin-bottom: 40px;
    margin-top: 80px;
    padding-top: 40px;
    margin-left: 45px;
    color: #fff;
    /*background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EEEEEE));
    background: -o-linear-gradient(top, #FFFFFF 0%,#EEEEEE 99%);
    background: -ms-linear-gradient(top, #FFFFFF 0%,#EEEEEE 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE');*/
    background-color: rgba(238, 238, 238, 0.16);
    /*opacity: 0.7;*/
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.cln-two {
    width: 40%;
    height: 350px;
    float: left;
    margin-bottom: 40px;
    margin-top: 80px;
    padding-top: 40px;
    margin-left: 140px;
    color: #fff;
    /*background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EEEEEE));
    background: -o-linear-gradient(top, #FFFFFF 0%,#EEEEEE 99%);
    background: -ms-linear-gradient(top, #FFFFFF 0%,#EEEEEE 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE');*/
    background-color: rgba(238, 238, 238, 0.16);
    /*opacity: 0.7;*/
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.cln-response {
    overflow: hidden;
    background-color: rgba(238, 238, 238, 0.16);
    width: 1120px;
    height: 180px;
    margin-left: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #fff;
    position: relative;
    border-radius: 7px;
}
h3.cln-header {
    background-color: #317abf;
    padding-top: 5px !important;
    border-radius: 7px;
    margin-left: 18px;
    margin-top: 5;
    width: 165px;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
}

