/* Anson Reed Ltd
------------------------------------------------------------------*/

/* COLOURS*/
.grey { background-color:#F4F9Fd;  }
.cyan { background-color:#F3F9FF;  }
.blue { background-color:#3F75B1;  }
.white { background-color:#FFFFFF;  }
.social svg {    fill: #F49B55;}

/* NEW*/
.rounded {border-radius:15px; }
.mt10 {    margin-top: 10px;}
.mt50 {    margin-top: 50px;}
.mt100 {    margin-top: 100px;}
.mt150 {    margin-top: 150px;}
.pd30 {  padding: 30px;}
.pd50 {  padding: 50px 0;}




.w15 {width:15%;}
.w20 {width:20%;}
.w25 {width:23%;}
.w30 {width:30%;}
.w33 {width:33%;}
.w35 {width:35%;}
.w40 {width:40%;}
.w45 {width:45%;}
.w50 {width:48%;}
.w55 {width:55%;}
.w58 {width:58%;}
.w60 {width:60%;}
.w63 {width:63%;}
.w65 {width:65%;}
.w70 {width:70%;}
.w75 {width:75%;}
.w80 {width:80%;}
.w90 {width:90%;}
.w365 {width:365px;}




.mg-0 {    margin: 0px;}
.mt-10 {    margin-top: 10px;}
.mt-20 {    margin-top: 20px;}
.mt-30 {    margin-top: 30px;}
.mt-40 {    margin-top: 40px;}
.mt-50 {    margin-top: 50px;}
.mt-60 {    margin-top: 60px;}
.mt-70 {    margin-top: 70px;}
.mt-90 {    margin-top: 90px;}
.mb-20 {    margin-bottom: 20px;}





.pt50 {padding:50px; }
.margin30 { margin: 30px 0 30px 0; }
.margin80 { margin: 80px 0 20px 0;}
.padding {padding:3%; }
.pd-0 {    padding: 0px;}
.pd-10 {    padding: 10px;}
.pd-20 {    padding: 20px;}
.pd-30 {    padding: 30px 0;}
.pd-40 {    padding: 40px 0;}
.pd-4020 {   padding: 40px 0 20px 0;}
.pd-6040 {   padding: 60px 0 40px 0;}
.pd-6080 {   padding: 60px 0 80px 0;}
.pd-60 {    padding: 60px 0;}
.pd-80 {    padding: 80px 0;}
.pd-100 {    padding: 100px 0;}


ul, li, ol {
	margin:0;
	padding:0;
    list-style:none;
  
	}
    
.clear { clear:both;}


.text-center { text-align: center;}
.text-left { text-align: left;}
.text-right { text-align: right;}
.bold {font-weight:bold;}

p{margin: 20px 0 20px 0;  }

h1, h2, h3, h4, h5, h6 {font-weight: normal; }


h1 { font-size: 42px; margin:30px 0 30px 0; line-height: 54px; font-family: 'Varela Round', sans-serif;  }
h2 { font-size: 36px; line-height:48px; margin:0 0 30px 0; }
h3 { font-size: 22px; line-height:24px; margin:0 0 30px 0;}
h4 { font-size: 18px;  line-height:22px; margin:0 0 30px 0;}
h5 { color: #4780BE; font-weight: normal; font-size:18px; 	margin:20px 0 0 0; }
h6 { color: #4780BE; font-weight: normal; font-size:18px; 	margin:0px 0 0 0; }

.t11 {font-size:11px;}
.t12 {font-size:12px;}
.t14 {font-size:14px;}
.t16 {font-size: 16px;}	
.t24 {font-size: 24px;}	
.tlarge {font-size: 34px;}	
.tblue {color:#3f75b1; }

.applelink a {color:#ffffff;}


.listk1 li {list-style: none; font-size:16px; padding-bottom: 20px;}
.listk1 li:before {
  display:inline-block;
  vertical-align: top;
  line-height: 1em;
  width: 18px;
  height: 20px;
  margin-right: 0.3em;
  text-align: center;
  font-size:30px;
  content:'\2713';
  color: #999;
}

ul.bulletblue {
width:90%; 
margin:auto;
    margin-top: 30px;
    text-align:left;
}

ul.bulletblue li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    
}
    
ul.bulletblue li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 6px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #81c3ed;
}

ul.ticklist li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
}
    
ul.ticklist li:before {
  content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    border-radius: 100%;
    background: url('../images/tick-circle-blue.png') no-repeat center center transparent;
	background-size: 25px 25px;
}

.ticklistsmall {text-align:centre; font-size:14px;
}


ul.ticklistsmall li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 0px;
    list-style-type: none;  
text-align: center;
    list-style-position: inside;
}
   
/* 
ul.ticklistsmall li:before
{
    content: "";
    position: absolute;
    font-size: 20px;
    height:10px; width:10px;
   margin-right:10px;
    border-radius: 100%;
    background: #81c3ed;
     list-style-position: inside;*/
}




#listk {margin:20px 0px 20px 30px; text-align:left;}
#listk li {padding:4px 0;	text-decoration: none;	list-style-position: outside;	list-style-image: url(../images/tick.gif);
	list-style-type: none;	border-bottom-width: 0px;	border-bottom-style: dotted; border-bottom-color: #CCCCCC; 
	 padding-left: 1px; margin: 0px;}
     
    
 #listk2 {margin:0px 0px 20px 10px; text-align:left;}
#listk2 li {padding:15px 0;text-decoration: none;	list-style-position: outside;	list-style-image: url(../images/tick.gif);
	list-style-type: none;	border-bottom-width: 1px;	border-bottom-style: solid; border-bottom-color: #CCCCCC; 
	 padding-left: 1px; margin: 0px; font-weight: normal; font-size:14px;}    

.bullet {margin:20px 0 20px 40px; text-align:left;}
.bullet li {margin-bottom:15px; }


/* Enquiry Form*/

.form {   position:relative; padding:2px;  margin:10px 0 10px 0; width:242px;}
.mail_result { background:#f3f2f2; border:solid 1px #c2c0c0; height:148px; position:relative; padding:10px; color:#777777;}
.mail_result h3 { text-align:center; color:#777777; padding:20px 0; font-weight:bold;}
.form input[type='text'] { height:15px; width:170px; float:left;}
.form textarea { height:50px; width:170px;}
.lbl { width:50px; float:left; color:#C1E7F1;}
.form li { float:left; padding:2px 0; list-style:none; }
.clear { clear:both;}

/* Enquiry Form*/
.form2 {   position:relative; padding:2px;  margin:10px 0 10px 40px; width:500px; }
.mail_result2 { background:#f3f2f2; border:solid 1px #c2c0c0; height:148px; position:relative; padding:10px; color:#777777;}
.mail_result2 h3 { text-align:center; color:#777777; padding:20px 0; font-weight:bold;}
.form2 input[type='text'] { height:25px; width:250px; float:left;}
.form2 textarea { height:70px; width:250px;}
.lbl2 { width:150px; float:left; text-align:left; }
.form2 li { float:left; padding:2px 0; list-style:none;}


/* Drop down selct jobs*/

.dropdown { width: 220px;
		height:28px; 
    border:1px solid #dde2e8;
    padding-right: 0px;
	font-size:12px;
	color:#666666;
    position: relative;
    line-height: 20px;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    margin: 0px 0px 0px 0px;	   }
   
.dropdown:hover {
    border-color:#c5e1f5;
}



/*Show/Hide More Content
---------------------------*/
.more {
	display: none;
 }
a.showLink, a.hideLink {
	text-decoration: none;
	float:right;
	padding-left: 0px;
	padding-right:20px;
	padding-bottom:5px;
	background-image: url(../images/arrowdown.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top:20px;
}
a.hideLink {
	background-image: url(../images/arrowup.png);
	background-repeat: no-repeat;
	background-position: right;
}
a.showLink:hover, a.hideLink:hover {
	border-bottom: 0px dotted #36f; }


/*Show/Hide More Content
---------------------------*/

.arrow-down {
   right: 0;
    bottom: 20px;
    left: 0;
    z-index: 2;
    max-width: 100px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.pic {border:1px solid #e3e3e3;}
.piclink {border:1px solid #DDe2e8;}
.piclink:hover  {border: 1px solid #6091cc}

.picrounded { behavior: url(/PIE.htc); 
	position:relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}

.picround 
{   width: 50px;
    height: 50px;
    border-radius: 50px;
    float: left;
    border: solid 2px #F2F2F2;
    margin-right: 8px;}

    
 .picroundlg
{   width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
    border: solid 2px #F2F2F2;
    margin-right: 8px;}

.pic2 {border:1px solid #e1e1e1; background-color:#fff;}
.piclogo {border:1px solid #e4e4e4; width:180px; height:40px; margin:5px 0 5px 0;}

.picsidebar {border:3px solid #DDe2e8;; width:286px; height:200px; }



#divError
{
font-size:11px;
color:red;}

.line {	width: auto; max-height: 1px; 	padding: 1px 0 5px 0; margin: 1px 0 0 0; clear: both; border-top-width: 1px; 	border-top-style: solid; border-top-color: #E4E4E4;  }
.linebtm {	width: auto; max-height: 1px; 	padding: 15px 0 5px 0; margin: 1px 0 0 0; clear: both; border-bottom: 1px solid #E4E4E4;  }

.divider {	width: auto;	background-image: url(../images/divider.jpg);	background-repeat: no-repeat;	background-position: center; margin-top:10px; margin-bottom:10px;}

.border {	margin: 0px;	padding: 0px;	border: 1px solid #e1e1e1; background-color:#FFFFFF;}
/*.border:hover {	margin: 0px;	padding: 0px;	border: 1px solid #e1e1e1; background-color:#F0F0F0;}*/

.indent { margin-top: 20px; margin-right: 12px; margin-bottom: 5px; margin-left: 20px; padding: 0px;}
.indent_2 { margin-top: 10px; margin-right: 5px; margin-bottom: 5px; margin-left: 12px; padding: 0px;}

.form_box {width:200px; height:18px; font-family:verdana; font-size:11px;
	border-color:#; background-color:#FFFFFF; color:#666666; border: 1px solid #CCCCCC;}
	
.form_box2 {width:140px; height:14px; font-family:verdana; font-size:11px;
	border-color:#; background-color:#FFFFFF; color:#666666; border: 1px solid #CCCCCC;}

.textfield{ width:80%; height:35px; padding:3px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; border-style: solid;
	border-width: 1px; border-color:#e1e1e1; background-color:#EAEFF2; margin-left:0px; margin-right:0px; font-weight: normal;
	color: #666666;	behavior: url(/PIE.htc); position:relative;
	 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}	

		
.textarea { width:275px; height:100px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color: #666666;
		border-style: solid; border-width: 1px; border-color:#7A7A79; background-color:#EAEFF2; margin-left:0px; margin-right:0px
		}
        
.textarea2 { width:275px; height:100px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
 color: #666666; border-color:#e1e1e1; background-color:#EAEFF2;	behavior: url(/PIE.htc); position:relative;
	 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;  margin-left:0px; margin-right:0px
		}


/*.bg{ margin:10px 0px 10px 0px; padding: 5px;  background-color:#e9eaef; }
.bg2{ background-color: #F3F4F5; }*/

.more {margin-right:10px; text-align:left;}
.moresm {margin-right:10px; margin-top:10px; text-align:left;}

/* Links
------------------------------------------------------------------*/


a{
	text-decoration: none;
	color: #2e73af;
}
a:hover{
	text-decoration: underline;
}


img{
	border: none;
}
tbody {
  border-top: none;
}


	

#listx  {margin:20px 0px 20px 30px;}
#listx li {	text-decoration: none;	list-style-position: outside;	list-style-image: url(../images/x.png);
	list-style-type: none; font-size:14px;	margin-left:5px;	margin-bottom: 5px;	padding-left: 2px; }
	

/*---text---*/




.caption.slide_title{
	font:400 44px/46px "Oswald", Arial, Helvetica, sans-serif;
	/*color:#3b6ea7;*/
	color:#4470bb;
	text-transform:uppercase;	
}

.caption.slide_subtitle {
font: 400 24px/26px "Oswald", Arial, Helvetica, sans-serif;
color: #222;
}








.slide-out-div {
          padding: 20px;
          width: 250px;
          background: #fff;
          border: 1px solid #CCC;
		  z-index:100;
      }      

/* Popup Hello Bar At Top Of Page*/

 
#popup {
	top: 0;
	width: 100%;
	height:35px;
	padding: 0px;
	display: block;
	/*position: fixed;*/
	
	background-image: url(../images/popup.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
 
#popup p {
    margin-left: 15px;
	margin-top:0px;
	padding-top:5px;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    font-size: 10pt;    
    color: #ffffff;
}

#popup a {
     
    color: #ffffff;
}
 
a.hide {
    color: #34332d; 
    text-decoration: none;
    font-family: 'ArrowFont'; 
   /* -webkit-transform:rotate(-90deg); */
    font-size: 30px; 
    /*position: absolute;*/
    text-shadow: -1px 0px 1px rgba(255,255,255,0.8);
    margin-top: 2px;
	margin-left:20px;
	float:left;
	text-align:left;
}
 
a.hide:hover {
    color: #c44f21; 
}
 
span.showpop {
    display: block;
    position: fixed;
    -webkit-transform:rotate(90deg);
    margin-top: -200px;
}
 
a.showpoplink {
    background: #f03000;
    padding: 5px 10px 5px 40px;
    font-family: 'ArrowFont'; 
    font-size: 30px; 
    margin-left: 5px;
    border: 4px solid #ffffff; 
    text-decoration: none;
    border-radius: 10px;
    -webkit-background-clip: padding-box;
    color: #34332d;
}
 
a.showpoplink:hover {
    color: #c44f21; 
}
/* END Popup Hello Bar At Top Of Page*/

/* Review feedbcak Form*/

#review {
	display:none;
	font-size:14px;
}

#review-error {
	color:red;
	text-align:center;
	height:15px;
}

#review .text, #review textarea {
	width:100%;
	margin-bottom:20px;
	margin-top:8px;
	padding:4px;
	font-size:16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#review textarea {
	height:100px;
}

#success-message {
	color:green;
	text-align: center;
	margin-bottom:20px;
}