body
{
    margin:0px;
    font-family: sans-serif;
    background:#000;
    color:#383838;
    font-size: 14px;
}
h1,h2,h3
{
    margin:0px;
    padding:15px 0px;
}
p
{
    margin:0px;
    padding: 10px 0; 
}
a
{
    color:#b41919;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.wrap
{
    position:relative;
    top:0;
    left:0;
    z-index: 2;
}
.content
{
    position:relative;
    top:0px;
    left:0px;
    width:1025px;
    margin:0 auto;
}
.contentInner
{
    position:relative;
    top:0px;
    left:0px;
    width:975px;
    margin:0 auto;
    padding:25px;
}
.logo
{
    position:relative;
    padding:25px 30px;
    font-family: 'Raleway',sans-serif;
    background:#fff;
}
.headerTop
{
    position:absolute;
    top:0px;
    width:250px;
    margin: 25px;
    right:0px;
}
.alignleft
{
    float:left;
    margin-right:15px;
}
.alignright
{
    float:right;
    margin-left: 15px;
}
.clear
{
    clear:both;
}
.left
{
    float:left;
}
.right
{
    float:right;
}
.menu
{
    margin:0px;
    padding:0px;
    list-style: none;
    border:1px solid #6e6e6e;
    width:100%;
    background: #000;
}
.menu:after
{
    content: ' ';
    clear:both;
    display:block;
}
.menu>li
{
    margin:15px 0;
    position:relative;
    float:left;
}   
.menu li a
{
    display:block;
    color:#fff;
    text-decoration: none;
    font-family: 'Raleway',sans-serif;
    padding:0 37px;
    border-right: 1px solid #6e6e6e;
    font-size: 17px;
    font-weight: 600;
}
.menu li:last-child a
{
    border-right: none;
}
.sub-menu
{
    display:none;
}
.sub-menu
{
    position:absolute;
    width:200px;
    background: #000;
    list-style: none;
    padding:0px;
    margin:0px;
}
.sub-menu li
{
    float:none;
}
.sub-menu li a
{
    border-right: none;
    border-bottom: 1px solid #6e6e6e;
    padding:10px;
}
.line
{
    height:3px;
}
.line1
{
    height:1px;
}
.bgRed
{
    background:#b41919;
}
.bgWhite
{ 
    background:#fff;
}
.bgGray
{
    background:#333333;
}
.slideWrap
{
    width: 1061px;
    max-width: 100%;
    margin:0 auto;
    position:relative;
    margin-top: -102px;
    z-index: 1;
    height:727px;
}
.bgSlide
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index: 3;
    height:727px;
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 26%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(26%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );


}
.slide
{
    position:absolute;
    top:0px;
    left:0px;
    background-size: cover;
    height:727px;
    background-repeat: no-repeat;
    display:none;
}
.slide:first-child
{
    display:block;
}
.slideText
{
    position: absolute;
    top: 420px;
    right: 0px;
    z-index: 5;
    width: 457px;
    font-size: 41px;
    color: #fff;
    font-family: 'Raleway',sans-serif;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.66) 26%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.66) 79%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(26%,rgba(0,0,0,0.66)), color-stop(50%,rgba(0,0,0,0.75)), color-stop(79%,rgba(0,0,0,0.66)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.66) 26%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.66) 79%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.66) 26%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.66) 79%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.66) 26%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.66) 79%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.66) 26%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.66) 79%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
    padding-left: 100px;

}
.innerTopWrap
{
    width: 1321px;
    max-width: 100%;
    margin:0 auto;
    position:relative;
    margin-top: -153px;
    z-index: 1;
    background-repeat: no-repeat;
    height:238px;
}
.bgInnerTop
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index: 3;
    height:238px;
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 26%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(26%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );


}
.innerTop
{
    position:relative;
    top:0px;
    left:0px;
    background-size: cover;
    height:238px;
}

.quicklinks
{
    position: relative;
    margin-top: -97px;
    float: left;
    width: 220px;
    padding: 8px;
    border-top-left-radius: 37% 6%;
    border-top-right-radius: 37% 6%;
    margin-right: 20px;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
    background: #fff;
    cursor:pointer;
}
.quicklinks:last-child
{
    margin-right: 0px;
}
.quicklinks:hover
{
    background:#000;
}
.quicklinks.active
{
    background:#000;
}
.quicklinks img
{
    border-top-left-radius: 37% 10%;
    border-top-right-radius: 37% 10%;
    box-shadow: 1px -1px 2px 1px rgba(0,0,0,0.2);
}
.quicklinks a
{
    display:block;
    text-align: center;
    font-size: 17px;
    padding:15px 0px;
    font-family: 'Raleway',sans-serif;
    font-weight: bold;
}
.quicklinks a:hover
{
    text-decoration: none;
}
.quicklinks:hover a
{
    color:#fff;
}
.quicklinks.active a
{
    color:#fff;
}
.title
{
    font-family: 'Raleway',sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    width: 652px;
    margin: 30px;
    float: left;
}
.buttonYellow
{
    color: #000;
    font-family:sans-serif;
    font-size: 21px;
    padding: 18px 34px;
    background: rgb(239,192,92);
    background: -moz-linear-gradient(top, rgba(239,192,92,1) 49%, rgba(241,170,28,1) 52%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,rgba(239,192,92,1)), color-stop(52%,rgba(241,170,28,1)));
    background: -webkit-linear-gradient(top, rgba(239,192,92,1) 49%,rgba(241,170,28,1) 52%);
    background: -o-linear-gradient(top, rgba(239,192,92,1) 49%,rgba(241,170,28,1) 52%);
    background: -ms-linear-gradient(top, rgba(239,192,92,1) 49%,rgba(241,170,28,1) 52%);
    background: linear-gradient(to bottom, rgba(239,192,92,1) 49%,rgba(241,170,28,1) 52%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc05c', endColorstr='#f1aa1c',GradientType=0 );
    margin: 31px 0;
    display: block;
    float: left;
    border-radius: 6px;
    box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.4);
}
.title2
{
    font-family: 'Roboto',sans-serif;
    color:#000;
    font-size: 25px;
    padding:35px 0px;
}
.title2 span
{
    font-family: 'Dancing Script', sans-serif;
    color:#b41919;
    font-size: 32px;
}
.clients
{
    margin-bottom:35px;
    padding:15px 0;
    width:100%;
    border:1px solid #d7d7d7;
    overflow: hidden;
}
.clientsLong
{
    position:relative;
    width:999999px;
    left:0px;
}
.clients:after
{
    content: ' ';
    display:block;
    clear:both;
    
}
.client
{
    margin:0 42px;
    vertical-align: middle;
    line-height: 85px;
}
.menuFooter
{
    margin:0px;
    padding:0px;
    list-style: none;
    width:100%;
}
.menuFooter:after
{
    content: ' ';
    clear:both;
    display:block;
}
.menuFooter>li
{
    margin:25px 0;
    position:relative;
    float:left;
}   
.menuFooter li a
{
    display:block;
    color:#a2a2a2;
    text-decoration: none;
    font-family: 'Raleway',sans-serif;
    padding: 0 37px;
    border-right: 1px solid #6e6e6e;
    font-size: 17px;
    font-weight: 600;
}
.menuFooter li:last-child a
{
    border-right:none;
}

.footer
{
    color:#6b6b6c;
    font-size: 13px;
    padding:5px 0px;
    text-align: center;
}
element.style {
}
p.phone 
{
    color: #b41919;
    font-size: 21px;
    font-weight: bold;
    padding: 0;
}
p.titleHeader 
{
    font-size: 29px;
    padding: 0;
}
.bgRed h1
{
    color:#fff;
    font-family: 'Raleway',sans-serif;
    font-weight: normal;
    padding: 25px;
}
.text-box {min-height:200px; clear:both; font-size:1.3em; overflow:hidden; height:100%; line-height:1.3em; padding:20px 0px 0px 20px;}
		
	.text-box p { padding:0px 0px 8px 0px;}

	.text-box .fleft { padding:0px 15px 0px 0px;  display: inline; float:left; overflow:hidden; height:100%;}
	.text-box .fleft img { margin:1px 0px 30px 1px;}
        
        .gallery_left
{
    position:relative;
    float:left;
    margin-right:40px;
    width:300px;
}
.content_right
{
    position:relative;
    width:588px;
    float:right;
}
.thumbImageGallery
{
    margin:4px;
    border:1px solid #fff;
    cursor:pointer;
    float:left;
}
.thumbImageGallery.selected
{
    border:1px solid #cc1828;
}
.thumbImageGallery img
{
    vertical-align: middle;
}
.thumbImageGallery:hover
{
    border:1px solid #cc1828;
}


.goingclear 
{
	color:#828c84;
	text-align:center;
	margin-right:25px;
	font-size:10px;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
}
  
  
  A.footerlinks:link
  {
  COLOR: #979d98;
  font-size:10px;
  TEXT-DECORATION: none;
  font-family: Arial, Verdana, sans-serif;
  font-weight:normal;
  }
  
  A.footerlinks:visited
  {
  COLOR: #979d98;
  TEXT-DECORATION: none;
  font-size:10px;
  font-family: Arial, Verdana, sans-serif;
  font-weight:normal;
  }
  
  A.footerlinks:active
  {
  COLOR:#979d98;
  TEXT-DECORATION: none;
  font-size:10px;
  font-family: Arial, Verdana, sans-serif;
  font-weight:normal;
  }
  
  A.footerlinks:hover
  {
  COLOR:#828c84;
  TEXT-DECORATION: underline;
  font-size:10px;
  font-family: Arial, Verdana, sans-serif;
  font-weight:normal;
  
  }

