/* Import HTML5 boilerplate */
@import url("normalize.css");

/* Import Supersized plugin CSS */
@import url("supersized.css");

/* Import Fancybox CSS */
@import url("jquery.fancybox-1.3.4.css");

/* Nivo Slider */
@import url("nivo-slider.css");
@import url("nivo_theme/default.css");

/* Styles */

html {
	height: 100%;
}
body {
	font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
	line-height: 180%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #666;
	background-color: #FFF;
}
  body.single_image { 
    background: url("../placeholders/800x600/9.jpg") no-repeat center fixed;
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
  }
  body.color {
    background-color: #eee;
  }
  body.pattern {
    background: url("../patterns/candyhole.png") repeat;
  }
  body.gradient:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/gradient.png") repeat-x top center;
  }

a, a:visited, a:hover {
  color: inherit;
  text-decoration: none;
}
  p a, p a:visited {
	color: #333;
  }
    p a:hover {
	color: #999;
    }
  a.read_more_dark, a.read_more_white {
    display: inline-block;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
  }
    a.read_more_dark {
      color: #fff;
      margin-top: 15px;
      background: url("../img/read_more_dark.png") repeat-x;
    }
      a.read_more_dark:hover {
       background: url("../img/read_more_dark_hover.png") repeat-x;
      }
    a.read_more_white {
      color: #666;
      margin-top: 10px;
      background: url("../img/read_more_white.png") repeat-x;
      -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    }
      a.read_more_white:hover {
       background: url("../img/read_more_white_hover.png") repeat-x;
      }
  a.button_big {
    display: inline-block;
    border: 1px solid #d9d9d9;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    font-weight: bold;
    font-size: 11px;
    margin-right: 20px;
    text-shadow: 0 1px 1px #fff;
    background: url("../img/button.png") repeat-x;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  }
    a.button_big:hover {
      color: #333;
    }
    a.button_big img {
      margin-right: 10px;
    }
  a.button, input[type="submit"] {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    background: repeat-x;
    font-weight: bold;
    font-size: 11px;
    border: none;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  }
    a.button:hover, input[type="submit"]:hover {
      -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5); -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
    }
    a.black, .black input[type="submit"] {
      background-image: url("../img/button_black.png");
      border: none;
    }
    a.grey, input[type="submit"] {
      background-image: url("../img/button_grey.png");
      border: none;
    }
	
	
	a.button, input[type="reset"] {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    background: repeat-x;
    font-weight: bold;
    font-size: 11px;
    border: none;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  }
    a.button:hover, input[type="reset"]:hover {
      -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5); -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
    }
    a.black, .black input[type="reset"] {
      background-image: url("../img/button_black.png");
      border: none;
    }
    a.grey, input[type="reset"] {
      background-image: url("../img/button_grey.png");
      border: none;
    }
	
	
	
    a.green {
      background-image: url("../img/button_green.png");
    }
    a.blue {
      background-image: url("../img/button_blue.png");
    }
    a.red {
      background-image: url("../img/button_red.png");
    }
  a.previous_posts, a.next_posts {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin-top: 15px;
    background-color: #f4f4f4;
    border: 1px solid #eaeaea;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  }
    a.previous_posts:hover, a.next_posts:hover {
      border: 1px solid #ccc;
    }
    a.previous_posts {
      float: left;
    }
    a.next_posts {
      float: right;
    }

form {
}
  label {
    display: block;
    margin-bottom: 8px;
    color: #999;
  }
  textarea {
    background: transparent;
    border: none;
    width: 100%;
    height: 100px;
    color: inherit;
    line-height: 16px;
  }
  input, .textarea {
    font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
    border: 1px solid #eaeaea;
    background-color: #fff;
  }
    input {
      width: 100%;
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
      -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    }
    .textarea {
      padding: 10px;
      -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    }
    .black input, .black .textarea {
      border: 1px solid #333;
      background-color: #232323;
      color: #ccc;
    }
    .sidebar input, .sidebar .textarea {
      margin-bottom: 20px;
    }
    input[type="submit"] {
      width: auto;
    }
      .sidebar input[type="submit"] {
        float: right;
      }
  .box form h3 {
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0;
  }
  .status {
    display: inline-block;
    margin-left: 20px;
  }
    .black .status {
      color: #999;
    }

ul {
}
  .list li {
    background: url("../img/list.png") no-repeat left center;
    padding-left: 15px;
    line-height: 25px;
  }

blockquote {
  margin: 0;
  padding: 15px 20px;
  color: #999;
  font-family: "Georgia", serif;
  font-style: italic;
  border: 1px solid #eaeaea;
  background-color: #f4f4f4;
}
  blockquote .author {
    font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
    font-size: 11px;
    color: #666;
    display: block;
    margin-top: 15px;
    text-align: right;
    font-style: normal;
  }

.iterated, .accordion {
  padding: 0 0 0 35px;
}
  .iterated .number, .accordion .toggle {
    display: block;
    float: left;
    margin: 1px 0 0 -35px;
    width: 22px;
    height: 22px;
    background: url("../img/iterated.png") no-repeat center;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  }
  .accordion h4 {
    margin-bottom: 5px;
  }
  .accordion ul {
  }
  .accordion li {
	margin-bottom: 15px;
	text-align: justify;
  }
    .accordion li p {
      display: none;
    }
      .accordion .opened p {
        display: block;
      }

.tabs {
}
  .tabs ul {
  }
    .tabs li {
      display: block;
      float: left;
      border: 1px solid #eaeaea;
      border-width: 1px 0 0 1px;
    }
      .tabs li:last-child {
        border-right-width: 1px;
      }
      .tabs li.selected, .tabs li:hover {
        background-color: #f4f4f4;
      }
      .tabs li a {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
      }
  .tab {
    background-color: #f4f4f4;
    border: 1px solid #eaeaea;
    padding: 10px 15px;
    display: none;
  }
    .tab.selected {
	display: block;
    }

hr {
  border-top: 1px solid #f0f0f0;
  margin: 15px;
}
  .two_thirds hr {
    margin: 15px 0;
  }

h1, h2 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  color: #c70304;
}
h3, h4 {
  font-weight: normal;
  color: #333;
}
  .black h3 {
    color: #fff;
  }
.upper {
  text-transform: uppercase;
}
.borderslide{
	height: 5px;
	width: 980px;
	background-repeat: repeat-x;
	background-image: url(../images/layerslider-gallery/border.jpg);
	margin-top: 87px;	
}
.container {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.box {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3);
	margin-bottom: 20px;
}
#wrapper {
				background: transparent;
				border-bottom: 1px solid #ccc;
				height: 639px;
				width: 980px;
				position: relative;
				top: 10;
				left: 0;
			}
			#inner {
				width: 980px;
				
				
				position: relative;
				
				
			}
			#carousel-wrapper {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;

				background: #fff;
				box-shadow: 0 3px 10px rgba(0,0,0,0.2);
				width: 100%;
				padding: 5px;
				position: relative;
				bottom: 0;
				left: 0;
			}
			#carousel {
				width: 980px;
				height: 639px;
				overflow: hidden;
			}
			#carousel img {
				display: block;
				float: left;
			}
			#pager-wrapper {
				height: 120px;
				width: 100%;
				overflow: hidden;
				position: absolute;
				bottom: -35px;
				left: 0;
				z-index: 2;
			}
			#pager img {
				cursor: pointer;
				background: #fff;
				box-shadow: 0 2px 5px rgba(0,0,0,0.2);
				display: block;
				width: 80px;
				height: 80px;
				padding: 10px;
				margin: 10px;
				float: left;
			}
			#pager img:hover {
				background: #eff;
			}
			#pager img.selected {
				background: #dff;
			}
.p {
	float:right;
	color: #ffffff;
	font-family:'Dosis', sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.logobox{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	padding-top: 420px;
}

  .box p:last-child {
	margin-bottom: 0;
	text-align: justify;
	color: #666;
			
  }
  .box h2 {
	font-size: 30px;
	margin: 15px;
	padding-bottom: 15px;
  }
    .box h2.separated {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 0px;
    }
  .two_thirds h2 {
    margin: 0 0 15px 0;
  }
  .box h3 {
    margin-bottom: 20px;
  }
  .black {
	background-color: #FFF;
	color: #333;
	padding-top: 5px;
	padding-bottom: 130px;
	padding-right: 5px;
	padding-left: 5px;
  }
  .black1 {
	color: #333;
	padding-top: 5px;
	padding-bottom: 130px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../patterns/footbg.jpg);
	background-repeat: repeat;
  }
  .black1 p{
	font-size:11px;
	color: #666;
	text-align: center;
  }
  .black1 a{
	color: #666;
  }
  .black1 a:visited{
	color: #666;
  }
  .black1 a:hover{
	color: #FFF;
  }
.padding {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	margin-top: 70px;
}

.one_sixth, .one_quarter, .one_third, .one_third_half, .one_half, .two_thirds {
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 20px;
}
.one_full {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.icon{
	width: 118px;
	height: 75px;
	position: absolute;
}
.icon1{
	
	background-image: url(../images/icons/pdf_icon.png);
	background-repeat: no-repeat;
	
}
#iconpro1{
	width: 118px;
	height: 75px;
	border: none;
	position:absolute;
	float: right;
	top: 235px;
	visibility: hidden;
	right: 200px;
}
  .one_sixth {
    width: 120px;
  }
  .one_quarter {
    width: 205px;
  }
  .one_third {
	width: 285px;
	text-align: justify;
  }
  .one_third img{
	border: 1px solid #ced2d2;
	padding: 2px;
	width: 280px;
	display: block;
	
	}
	.one_third a:hover{
		color: #c70304;
	}
	#icon img{
	width: 30px;
	float: right;
	margin-right: 30px;
	
	margin-top: -5px;
		}
	
.one_third ul li{
	background-image: url(../img/icons/li.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left center;		
  }
.one_third_half {
	width: 610px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
  }

  .one_half {
	width: 447px;
	text-align: justify;
	color: #666;
  }
  .one_half ul{
	
  }
  .one_half ul li{
	background-image: url(../img/icons/li.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left center;		
  }
  
    .one_half h2 {
      margin: 0 0 30px 0;
    }
	.one_half img{
	border: 1px solid #ced2d2;
	padding: 2px;
	width: 440px;
	display: block;
	
	}
  .two_thirds {
    width: 570px;
  }
    .two_thirds .breadcrumbs {
      padding: 0;
    }

.float {
  float: left;
}

.item {
	width: 100%;
	padding: 3px;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
  .item:hover {
    border: 1px solid #ccc;
  }
  .item1 {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	background-position: center center;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
  .item1:hover {
    
  }
  .black .item {
	border: 1px solid #333;
	background-color: #222;
  }
    .black .item:hover {
      border: 1px solid #666;
    }

.with_sidebar {
  overflow: hidden;
}
.sidebar {
	float: right;
	width: 300px;
	border-left: 1px solid #eaeaea;
	background-color: #f4f4f4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -15px;
	margin-right: -15px;
	margin-bottom: -995px;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 1000px;
}
  .sidebar h3 {
    font-size: 12px;
  }
  .black .sidebar {
    border-left: 1px solid #333;
    background-color: #161616;
    color: #666;
  }
    .black .sidebar h3 {
      color: #999;
    }
  .sidebar hr {
    margin: 30px 0;
    border-top: 1px solid #eaeaea;
  }
  .sidebar .placeholder {
    border: 1px solid #eaeaea;
    background-color: #f0f0f0;
    height: 200px;
  }

#header_contact {
	margin-bottom: 20px;
	font-size: 11px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
  #header_contact img {
    margin-right: 8px;
  }
  #header_contact .space {
    display: inline-block;
    width: 20px;
  }

header {
  height: 80px;
}
#home {
	height: 192px;
	width: 277px;
}

  h1 {
	float: left;
	width: 460px;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	padding-left: 0px;
  }
  
footer {
	margin-right: auto;
	margin-left: auto;
	
	bottom: 0px;	
}
.footer_wrapper{
	padding-top:10px;
	color:#ffffff;
	width: 980px;
	bottom:0;
	height: 50px;
	position: relative;
	z-index: 50;
	background-color: #ced2d2;
}
.footer_wrapper .highlight {color:#e84c3d;}
.footer_wrapper .footer_socials {height: 30px; width:30px; float:left; margin:3px 3px 3px 3px;}

.padding-top48 {padding-top:48px !important;}

.subfooter_wrapper {
	width:980px;
	background-color: #c70304;
}
.subfooter_inner_wrapper {width:980px; margin-left:auto; margin-right: auto;}
.footer_navigation { padding:15px 0 10px 0; float:right;}
.footer_navigation li {display:inline-block;}
.footer_navigation a {display:inline-block; margin:0 10px; color:#717171; font-family:'Dosis', sans-serif; font-size:16px; font-weight:400;}
.footer_navigation a:hover {color:#e84c3d;}

.copyright {
	float:left;
	color: #ffffff;
	font-family:'Dosis', sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.copyright a {color:#e84c3d;}		
.copyright a:hover {color:#ec6d60;}	
  footer .one_quarter h3 {
    font-size: 11px;
    color: #ccc;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  footer p {
	color: #fff;
  }
    footer p a, footer p a:visited {
      color: #fff;;
    }
      footer p a:hover {
	color: #ced2d2;;
      }
  footer .links {
	color: #000;
  }
    footer .links li {
      line-height: 25px;
      list-style: none;
      background: url("../img/footer_list.png") left center no-repeat;
      padding-left: 20px;
    }
      footer .links a, footer .links a:visited {
	color: #999;
      }
        footer .links a:hover {
          color: #fff;
        }
  footer .contact {



  }
    footer .contact li {
	list-style: none;
	line-height: 30px;
    }
      footer .contact a, footer .contact a:visited {
        color: #999;
      }
        footer .contact a:hover {
	color: #CCC;

        }

.slider {  
  width: 930px;
  overflow: hidden;
  margin-bottom: 30px;
}
  .slider ul {
    width: 99999px;
    position: relative;
  }
    .slider li {
      width: 930px;
      text-align: center;
      float: left;
    }
      .slider h2 {
        font-size: 40px;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0,0,0,0.8);
        padding: 100px 0 40px 0;
        border: none;
      }
      .slider p {
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 23px;
	color: #FFC;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
	padding: 0 0 100px 0;
      }
  #slider {
    height: 350px;
  }
  .slider img{
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
	width: 291px;
	padding-bottom: 15px;
	position: absolute;
	top: 275px;
	right: 11px;
	z-index: 999;
	overflow: hidden;
  }
  .slider1 {  
  width: 930px;
  overflow: hidden;
  margin-bottom: 30px;
}
.slider1 img{
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
	width: 291px;
	padding-bottom: 15px;
	position: absolute;
	top: 284px;
	right: 11px;
	z-index: 999;
	overflow: hidden;
  }
  .slider nav {
    text-align: center;
    position: relative;
    top: -30px;
  }
    .slider nav a {
      display: inline-block;
      width: 12px;
      height: 12px;
      background: url("../img/bullets.png") top left;
    }
      .slider nav a:hover, .slider nav a.selected {
        background-position: -12px 0;
      }

.quote {
	margin: 15px -15px -15px -15px;
	padding: 30px;
	background-color: #f7f7f7;
	background-image: url(../img/quote_shadow.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Georgia", serif;
	font-size: 18px;
	color: #666;
	font-style: italic;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
	text-align: center;
  }

.portfolio {

}
  .portfolio h3 {
	font-size: 12px;
	color: #333;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
  }
    .portfolio h3.top {
      margin-top: 0;
    }
    .black .portfolio h3 {
      color: #ccc;
    }
  .portfolio .categories {
    display: block;
    margin-top: -3px;
    color: #ccc;
  }
    .portfolio .category {
      font-family: "Georgia", serif;
      font-style: italic;
      color: #999;
    }
    .portfolio .categories a:hover {
      color: #333;
    }
    .portfolio .categories_spaced {
      margin-bottom: 20px;
    }

.filter {
  border: solid #f0f0f0;
  border-width: 1px 0px;
  margin: 15px;
}
  .filter li {
    display: inline-block;
  }
    .filter a {
      display: inline-block;
      margin: 10px 0;
      padding: 0 15px;
      height: 24px;
      line-height: 24px;
      border: 1px solid #fff;
      -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    }
      .filter a:hover, .filter .selected {   
        border-color: #eaeaea;
        background-color: #f4f4f4;
      }

.services {
}
  .services li {
    color: #999;
  }
    .services h3 {
      font-family: "Open Sans", "Helvetica Neue", sans-serif;
      font-weight: 300;
      font-size: 14px;
      margin-bottom: 20px;
      color: #fff;
    }
.services_big {
  overflow: hidden;
}
  .services_big li {
    padding: 30px;
    border-right: 1px solid #1a1a1a;
    color: #ccc;
    width: 249px;
    float: left;
    padding-bottom: 1000px;
    margin-bottom: -970px;
  }
    .services_big li h3 {
      font-family: "Open Sans", "Helvetica Neue", sans-serif;
      font-weight: 300;
      font-size: 18px;
      margin-bottom: 8px;
      color: #fff;
    }
    .services_big li h4 {
      font-size: 11px;
      text-transform: uppercase;
      color: #999;
      margin-bottom: 25px;
    }

.team {
}
  .team h3 {
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #333;
    margin: 20px 0 5px 0;
  }
  .team .position {
    display: inline-block;
    font-family: "Georgia", serif;
    font-style: italic;
    color: #666;
    margin-bottom: 15px;
  }

.tagline {
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #999;
	padding: 0 15px 10px 15px;
	margin-top: -5px;
	text-align: justify;
	font-style: italic;
}

.breadcrumbs {
  color: #ccc;
  padding: 0 15px 10px 10px;
  margin-top: -5px;
}
  .breadcrumbs a, .breadcrumbs a:visited {
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
    margin: 0 5px;
    text-decoration: none;
  }
    .breadcrumbs a:hover {
      color: #333;
    }

.contact {
}
  .contact span {
    display: block;
    margin-bottom: 5px;
  }
    .contact img {
      margin-right: 10px;
    }

.map {
  display: block;
  height: 250px;
}

.social {
  line-height: 100px;
  text-align: center;
}

article {
  padding: 15px 0;
}
  article .side {
    float: left;
    width: 195px;
    margin-right: 30px;
  }
    article .side .item {
      margin-bottom: 20px;
    }
    article .meta {
      font-size: 11px;
    }
      article .meta li {
        line-height: 25px;
      }
        article .meta img {
          margin-right: 10px;
        }
  article .main {
    float: left;
    width: 345px;
  }
  article .main_image {
    margin-bottom: 20px;
  }

.comment {
  margin-top: 30px;
}
  .comment:first-child {
    margin-top: 0;
  }
  .comment .title {
    border: solid #f0f0f0;
    border-width: 1px 0;
    padding: 7px;
    margin-bottom: 20px;
  }
    .comment h3 {
      float: left;
      width: 276px;
      font-family: "Open Sans", "Helvetica Neue", sans-serif;
      font-weight: 300;
      font-size: 13px;
      margin-bottom: 0;
    }
    .comment .meta {
      float: right;
      text-align: right;
      width: 200px;
      font-size: 11px;
      color: #999;
    }
      .comment .meta img {
        margin: 0 10px 0 20px;
      }
      .comment .meta a:hover {
        color: #333;
      }
  .comment .profile_picture {
    margin: 2px 20px 20px 0;
    float: left;
    width: auto;
  }
  .comment_reply {
    margin-left: 80px;
  }

/* ======================= */
#settings {
  position: fixed;
  top: 71px;
  left: 0;
  width: 200px;
  left: -200px;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
  #settings hr {
    margin: 10px 20px;
    border-top: 1px solid #e3e3e3;
  }
  #settings .settings_toggle {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  }
  #settings h3 {
    text-transform: uppercase;
    font-size: 11px;
    margin: 10px 20px 0 20px;
  }
  #settings form {
    margin: 0 20px 20px 20px;
  }
    #settings input {
      width: auto;
      height: auto;
      margin-right: 10px;
      padding: 0;
    }
    #settings form hr {
      margin: 10px 0;
    }
    #settings li {
      line-height: 25px;
    }
    #colorpicker {
      margin: 10px 0 0 0;
      display: none;
    }
    #settings .patterns {
      display: none;
      background: #fff;
      border: 1px solid #e3e3e3;
      padding: 3px 3px 0 3px;
      margin: 5px 0 10px 0;
      -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    }
      #settings .patterns a {
        display: inline-block;
        margin: 1px;
        width: 20px;
        height: 20px;
        border: 1px solid #e3e3e3;
        -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
      }
	  
	  /*-------------------------------------------------------------------------------------------------*/
	/*MOSAIC SLIDER*/
/*-------------------------------------------------------------------------------------------------*/
.kwicks-box{
	width:940px;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width:940px;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 225px;
	height: 350px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	/*margin-right: 5px; Set to same as spacing option. */	
	float: left;
	margin:0px;
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.accordian-slider-caption {
	bottom:0px;
	left:260px;
	position:absolute;
	color:#ffffff;
	padding:10px 20px;
	font-size:11px;
	background:#292929;
	width: 600px;
	text-shadow:none;
	text-decoration:none;
}
.accordian-slider-caption:hover{
		background:#000000;
}	

.accordian-slider-captiontitle {
	font-size:16px; 
	color:#fff; 
	display:block;
	line-height:26px;
	margin: 0 0 5px 0;
	text-decoration:none;
	text-transform:uppercase;
	font-family: Oswald;
}

/*****************************************/
/*General Mosaic Styles*/
.mosaic{padding:20px;background-color:#ffffff; width:900px;}
.details{ margin:5px 20px;}
.details-index{ 
	padding:20px;
	background:url('../images/m2index1.png');
	height:150px;
	color:#ededed;
	text-shadow:0px 1px #393b3f;
}
.details-index h3{
	color:#ededed;
	text-shadow:0px 1px #393b3f;
	text-align:center;
}
.details-index h2{
	color:#ededed;
	text-shadow:0px 1px #393b3f;
	text-align:center;
}	
.details h4{color:#ededed; line-height:20px;}
.details p{ font:300 12px; color:#777777;}
.details a{ text-decoration:none !important; }


.mosaic-block {
	position:relative;
	overflow:hidden;
	text-decoration:none !important;
}
.mb1 {
	width:470px;
	height:200px;
	float:right;

}
.mb2 {
	width:195px;
	height:400px;
	float:left;
}
.mbindex {
	width:248px;
	height:190px;
}
.mb3 {
	width:235px;
	height:100px;
}
.mb4 {
	width:235px;
	height:300px;
	float:left;
}

.mb5 {
	width:470px;
	height:100px;
	float:left;
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
		text-decoration:none !important;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		text-decoration:none !important;

	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(../images/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
		}
		
		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background:url(../images/bg-black.png);
		}
		
		.bar .mosaic-overlay {
			bottom:-200px;
			height:200px;
			background:url(../images/bg-black.png);
		}
		
		.bar2 .mosaic-overlay {
			bottom:-50px;
			height:100px;
			opacity:0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter:alpha(opacity=80);
		}
		
		.bar2 .mosaic-overlay:hover {
			opacity:1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter:alpha(opacity=100);
		}
		
		.bar3 .mosaic-overlay {
			top:-100px;
			height:100px;
			background:url(../images/bg-black.png);
		}
		/*** End Animation Styles ***/

.static {
	color:#ffffff;
	text-shadow: 1px 1px #222222;
	background-image: url('../images/gallery/stat-bg.jpg');
	background-repeat:repeat;
	padding-top:30px;
	padding-right:40px;
	padding-left:40px;
	height:330px;
}
.static div {
	float:left;
}
.static h3 {
	margin-top:10px;
	color:#ffffff;
}
.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

#content1{
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	display: block;
	padding-left: 35px;
	font-weight: bold;
	}
.table{
}
.table td{
	padding-left: 10px;
}
.blinkers p{
	font-size: 18px;
	color: #000;
	text-decoration: blink;
	position: relative;
	z-index: 9999;
	padding-top: 20px;
}