@import url(normalize.css);
@import url(http: //fonts.googleapis.com/css?family=Open+Sans:300, 400, 600, 700);
    
/*
: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	GENERAL
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
html {
    height: 100%
}

body {
    font-family: Helvetica,  Arial,  sans-serif;
    line-height: 180%;
    height: 100%;
    color: #666;
    background: #fff;
    margin: 0;
    padding: 0;
}

.clearfix {
	clear: both;
}

ul, ol{
	margin: 7px 0;
}

ul li{
	list-style: circle;
	margin-left: 20px;
	padding-left: 3px;
}

ol li{
	list-style: decimal;
	margin-left: 20px;
	padding-left: 3px;
}

a.banban {
    margin-left: 50px;
   
    color: white !important;
    font-size: 16px;

  }

ul.contact li{
	list-style: none;
	margin-left: 0;
}

h1,  h2,  h3,  h4  {
    font-family:  "Helvetica", "Arial", sans-serif;
    font-weight:  bold;
}

h1  {
    font-size:  22px;
    font-weight:  600;
    margin-bottom:  20px;
    color:  #100734;
}

h2  {
    font-size:  18px;
    font-weight:  600;
    margin:  20px 0 10px 0;
    color:  #3a2931;
}

h3  {
    font-size:  14px;
    text-transform:  uppercase;
    margin:  20px 0 10px 0;
    line-height:  30px;
    color:  #15325a;
}

h3 img  {
    margin-right:  15px;
}

h4  {
    font-size:  14px;
    margin:  15px 0 5px 0;
    color:  inherit;
}
  
img.center {
    display: block;
    margin: 10px auto 30px;
}
img.left {
    float: left;
    margin: 0 15px 5px 0;
}
img.right {
    max-width: 320px;
    float: right;
    margin: 5px 0 5px 15px;
}

a img:hover {
	opacity: 0.8;
}

.top_margin{
	margin-top: 20px;
}

body.color {
    background-color: #ccc;
}
body.pattern {
    background: url('../patterns/chruch.png') repeat;
}
body.gradient:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/gradient.png') repeat-x top center;
}
body.color .wrapper, body.pattern .wrapper, body.gradient .wrapper {
    width: 1020px;
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
     box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

.upper {
    text-transform: uppercase;
}
.container, .section {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.section.grey {
    width: 100%;
    background-color: #fafafa;
    padding: 0;
}

a, a:link, a:visited {
    color: #3056a1;
    text-decoration: none;
    font-weight: 700;
}
a:hover {
    color: #01516e;
}
a.read_more, a.read_more:visited {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    color: #666;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
    margin-top: 5px;
    -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;
    padding: 0 10px;
}
a.read_more:hover {
    border: 1px solid #ccc;
    color: #333;
}
a.button, input[type=submit], a.button:visited {
    font-style: normal;
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-repeat: repeat-x;
    font-weight: 700;
    font-size: 12px;
    border: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5);
    margin: 0 auto 10px;
    padding: 0 20px;
}
#contact_info {
    margin:  20px 0 15px 0;
}

a.legal, a.legal:link, a.legal:visited, a.legal:active {
	text-decoration: underline;
	font-style: italic;
}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	LAYOUT
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.full, .one_quarter, .one_third, .one_half, .two_thirds {
    float: left;
    margin: 20px 15px;
}
.full {
    width: 930px;
}
.one_quarter {
    width: 210px;
}
.one_third {
    width: 290px;
}
.one_third a.button, .one_third a.button:visited {
    height: 60px;
    width: 90%;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    background: url(../img/button_grey.png);
    padding: 25px 20px 0;
}
.two_thirds {
    width: 610px;
}
.float {
    float: left;
}
.with_sidebar {
    overflow: hidden;
}
.sidebar {
    float: right;
    margin-top: -20px;
    margin-bottom: -970px;
    background: url(../img/sidebar.png) left repeat-y;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0 1000px 30px;
}
.sidebar_item {
    margin-bottom: 30px;
}

#header {
    height: 75px;
    background-color: #fff;
}
#header img#logo {
    padding: 7px 0 0;
	margin: 0 0 6px 18px;
	position: relative;
	float: left;
}
#header #banner {
    position: relative;
    float: right;
    width: 1020px;
    height: 350px;
    background: url(../img/banner.jpg) no-repeat top left;
    box-shadow: 0 0 5px #57565c;
    margin: 0 0 15px;
    padding: 0;
    padding-top: 20px;
}
#header #nav {
    position: relative;
    float: right;
    left: -18px;
    width: 730px;
    padding: 12px 0 5px 0;
}

#header li {
    display: inline-block;
    margin-left: 5px;
}
#header li a, #header li a:link, #header li a:visited {
    display: inline-block;
    line-height: 25px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #2a2345;
    text-decoration: none;
    margin: 0 5px;
    padding: 0 1px;
	text-transform: normal;
}
#header li:hover a {
    color: #47454f;
}
#header li a img {
    margin-left: 5px;
}
#header li ul {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
#header li:hover ul {
    display: block;
    position: absolute;
    float: none;
    width: auto;
    text-align: left;
    background-color: #ccc;
    z-index: 300;
    opacity: 1;
    margin: 0 0 0 10px;
}
#header li:hover li {
    display: block;
    margin: 0;
}
#header li:hover li a {
    display: block;
    line-height: 35px;
    text-transform: none;
    font-weight: 400;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: none;
    -webkit-transition: background-color .3s;
    4-moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    margin: 0;
    padding: 0 15px;
}
#header li:hover li:hover a {
    background-color: #1f1f47;
    color: #fff;
}

.title, .slider {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.title:before, .slider:before {
    content: "";
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
}
.title:after, .slider:after {
    content: "";
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    margin-top: -1px;
}
.title .container:after {
    content: "";
    display: block;
    clear: both;
}
.title h2, .title p, .slider h2, .slider p {
    font-family: "Open Sans",  Helvetica,  sans-serif;
    float: left;
    font-weight: 300;
    line-height: 60px;
    font-size: 28px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 15px 0;
    padding: 0 20px;
}
.title p, .slider p {
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.4);
}

.slider ul {
    position: relative;
    padding: 100px 0;
}
.slider .absolute {
    position: absolute;
    width: 100%}
.slider h2 {
    clear: both;
    margin: 0;
}
.slider p {
    clear: both;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
}
.slider_simple {
    text-align: center;
}
.slider_simple h2 {
    float: none;
    display: inline-block;
    background: transparent;
}
.slider_simple p {
    float: none;
    display: inline-block;
    margin-top: 10px;
}

.carousel_slider .section {
    text-align: center;
    padding: 40px;
}
.carousel_slider ul {
    width: 600px;
    height: 300px;
    text-align: center;
    display: inline-block;
    float: none;
}
.carousel_slider li {
    display: inline-block;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

footer {
    border-top: 1px solid #eaeaea;
    background-color: #fafafa;
}
footer h3 {
    color: #ffffff;
}

.bottom {
    background-color: #232323;
    color: #ffffff;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 0 5px;
}

.bottom hr {
	border: 1px solid #404040;
	border-width: 1px 0 0;
	margin: 5px auto 20px;
	height: 0; 
}

.bottom ul.benefits{
	position: relative;
	display: block;
	float: left;
}

.bottom ul.benefits li {
	text-align: left;
	margin-left: 15px !important;
	list-style-type: square;
}

.bottom ul.social {
	position: absolute;
	right: 212px;
	display: block;
	width: 110px;
	float: right;
  }
  
 .bottom ul.social li {
	display: inline;
	list-style-type: none;
	font-size: 30px;
	text-align: right;
	padding: 0;
	margin: 0 0 0 5px;
 }

/*.bottom ul.social {
	position: relative;
	display: block;
	width: 136px;
	float: right;
	top: -268px;
  }
  
 .bottom ul.social li {
	display: inline;
	list-style-type: none;
	font-size: 30px;
	text-align: right;
	padding: 0;
	margin: 0 0 0 5px;
 }*/
  
.copyright {
    color: #ffffff;
}
.copyright a {
    color: #ffffff;
    padding: 0 10px;
}
.copyright.two_thirds{
	position: relative;
	width: auto;
	top: -16px;
}
.copyright.one_third img#design{
	position: relative;
	clear: right;
	float: right;
	left: 244px;
	top: -10px;
}
.copyright.one_third img#design:hover{
	opacity: 0.8;
}
.bottom .one_half h3 {
	color: #ffffff;
	text-align: left;
	margin-top: 2px;
}
.bottom .one_half {
    text-align: left;
	padding: 0;
	line-height: 180%;
}
.bottom .one_half .block {
	display: inline-block;
	width: 49%;
}
.bottom li a, .bottom li a:visited {
    font-weight: 700;
    color: #ffffff;
}
.bottom li a:hover {
    color: #fff;
}
.bottom a {
    text-decoration: underline;
    font-weight: 400;
}
.bottom a:hover {
    color: #ffffff;
}

.quote p, .tagline p {
    text-align: center;
    font-family: Georgia,  serif;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-style: italic;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.tagline p {
    text-align: left;
}
.tagline .button, .tagline .button:visited {
    float: right;
    margin-bottom: 0;
}

.portfolio {
    font-size: 11px;
}
.portfolio li {
    position: relative;
}
.portfolio h3 {
    font-size: 12px;
    color: #333;
    margin: 20px 0 5px;
}
.portfolio_4col, .portfolio_3col, .portfolio_2col {
    margin-left: 14px;
    margin-right: 14px;
}
.portfolio_4col li {
    width: 230px;
    float: left;
    margin: 1px;
}
.portfolio_3col li {
    width: 308px;
    float: left;
    margin: 1px;
}
.portfolio_2col li {
    width: 463px;
    float: left;
    margin: 1px;
}
.portfolio .hover {
    position: relative;
    display: inline-block;
}
.portfolio .caption {
    position: absolute;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 20px;
    left: 0;
    color: #fff;
    font-family: "Open Sans",  Helvetica,  sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 8px 15px;
}
.portfolio a:hover .caption {
    background-color: rgba(0, 0, 0, 0.9);
    padding-left: 30px;
}
.portfolio .hover .caption {
    opacity: 0;
    bottom: 0;
}
.portfolio .hover:hover .caption {
    opacity: 1;
    bottom: 20px;
    padding-left: 15px;
}

/* Testimonials start */

.testimonials  {    
    position:  relative;    
	height:  auto;    
}

.testimonials div  {    
    display:  none;    
    padding:  20px 0 20px 20px;    
    width:  580px;    
	font-style:  italic;    
}

.testimonials div.selected {    
	display:  block;    
}

.testimonials .absolute  {    
	position:  absolute;    
	width:  100%;    
}

.testimonials div p  {    
    line-height:  22px;    
    margin:  0 !important;    
    padding:  0 0 5px !important;    
}

.testimonials div cite  {    
    display:  block;    
    font-size:  10px;    
    font-style:  normal;    
    font-weight:  bold;    
    letter-spacing:  1px;    
	margin:  9px 0 0 0;    
    padding-right:  6px;    
    text-align:  right;    
    text-transform:  uppercase;    
}

img.quote {    
	position:  relative;    
	float:  left;     
	padding:  0;    
	margin:  3px 12px 7px 0;    	
}

p, article h2, .comment .meta {
    margin-bottom: 10px;
}
p:last-child, .sidebar_item:last-child, .team h3, .blog article:last-child {
    margin-bottom: 0;
}
input.top_space, label.top_space, article .read_more {
    margin-top: 10px;
}

.one_third form input, .accordion li {
    margin-bottom: 15px;
}
.one_half, .comment_reply .content {
    width: 450px;
}
.one_half .one_quarter.first, #header li:first-child, .bottom li:first-child {
    margin-left: 0;
}
.one_half .one_quarter.last, .photostream li:nth-child(3n) {
    margin-right: 0;
}
.one_half .one_quarter.top, .portfolio h3.top, .blog article:first-child, .comment:first-child {
    margin-top: 0;
}

#header .container, .title .container, .bottom .container, .quote, .tagline {
    padding: 0;
}
#header ul, .bottom ul {
    float: right;
    text-align: right;
}

.slider li, .accordion li p {
    display: none;
}
.slider li.selected, .accordion .opened p, .tab.selected {
    display: block;
}

.carousel_slider li img, .portfolio img, .team img, article .main_image img, article .thumb img {
    width: 100%}

.bottom .one_third, .simple_quote .author {
    text-align: right;
}
.copyright, .bottom #nav {
    margin-top: 0;
    margin-bottom: 0;
}

.simple_quote{
	font-style: italic;
}

.author {
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	FORMS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

input[type=submit] {
    background-color: #7A7A7C;
    display: block;
}

input[type=file]  {
    border:  1px solid #cbcbcb;
    padding:  0;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
}

label {
    display: block;
    margin-bottom: 1px;
    color: #7A7A7C;
    font-weight: 700;
}
textarea {
    background: transparent;
    border: 1px solid #cbcbcb;
    width: 270px;
    color: inherit;
    line-height: 16px;
}
input, .textarea {
    font-family: Helvetica,  Arial,  sans-serif;
    font-size: 11px;
    border: 1px solid #cbcbcb;
    background-color: #fff;
	line-height: 20px;
}
input {
    width: 96%;
    height: 24px;
    line-height: 24px;
    -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;
    padding: 0 10px;
}
#online_payment input{
	width: 200px;
}
.textarea {
    height: 65px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 8px;
    padding: 0;
}
.star {
    color: #c50c0c;
}

.green {
    color:  #335544;
}

a.button:hover, input[type=submit]:hover {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}
.top_space {
    margin-top: 25px;
}
input[type=submit].attach {
    width:  94%;
    height:  34px;
    background-color:  #F4EFE6;
    color:  #2C3840;
     -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* saf3+, chrome1+ specific */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 input[type=submit].attach { 
	height: 20px;
	padding: 0 0 34px 0;
	}
}

#num_attach {
    position:  relative;
    float:  right;
    left:  -9px;
    top:  3px;
    width:  40px;
}

input#fileatt  {
    margin:  7px 0 5px 8px;
    border:  1px solid #CBCBCB;
}

#payment_btn{
	clear:both; 
	position: relative; 
	float: left;
	margin: 5px 0 15px 0;
}


