/* fonts */
@import url(https://fonts.googleapis.com/css?family=Patua+One);

/*begin our styles*/
/*	heading colors and links  */
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
		color:#e77927  !important;
		text-decoration:none  !important;
		opacity:1;
	}
	
	h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{ 
		opacity:0.5;
	}
	
	#footer h5, #footer h5 a{ 
		color:#A1A1A1;
	}

body {
    font: 16px/1.4em 'PT Sans', sans-serif;;
    color: #1c1c1c;
}

p,
ul {
    margin: 0 0 1.5em;
}

ul {
    list-style: disc;
    /*padding: 0 0 0 20px;*/
}


h2 {
    font-family: 'PT Serif', serif;
    font-size: 32px;
    line-height: 1.4em;
    margin: 0 0 .4em;
    font-weight: bold;
}

/*layout*/

article {
    padding: 10px 20px 0 20px;
    margin: 10px 0;
}

/*header*/

#header {
    position: relative;
    background: #f9f9f9 url(../images/assets/patterns/grid1.png);
    padding: 10px;
}
header {
    width: auto;
} 

/*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/*/
header:before,
header:after {
    content:"";
    display:table;
}

header:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
header {
    zoom:1;
}



#logo {
    float: left;
}
#logo, #logo img {
    width: 100px;
}
.language-picker {
    margin-top: 16px;
    margin-left: 16px;
}

#left-nav > li a {
    padding: 5px 15px;
}


#navigation {
    float: right;
    margin: 16px 0 0 0;
}
#navigation li {
    display: inline-block;
}

#navigation li a {
    color: #7c7c7c;
    text-decoration: none;
    padding-left: 10px;
}
#navigation li a:hover {
    color: #7c7c7c;
    text-decoration: underline;
}



.wrapper {
    padding: 0px 5px;
}

a.to_nav {
    margin-top: 17px;
    float: right;
    color: #fff;
    background: #4e4e4e;
    text-decoration: none;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
li#jump-to-nav {
    display: inherit;
}

/* contact list for content area */
.contact_list{
    display:inline-block;
    list-style-type:none;
    margin:0 0 30px 0 !important;
    padding:0 !important;
    background:none !important;
}

.contact_list li{
    list-style-type:none;
    margin:7px 0 0 0 !important;
     padding:0 !important;
     line-height:20px !important;
}	
.contact_list .phone{
    background:url(../images/contact_icons/phone_silver.png) left 3px no-repeat;
    padding-left:25px !important;
}

.contact_list .home{
    margin:0;
    background:url(../images/contact_icons/home_silver.png) left 3px no-repeat;
    padding-left:25px !important;
}

.contact_list .mail{
    background:url(../images/contact_icons/mail_silver.png) left 3px no-repeat;
    padding-left:25px !important;
}
	

/*footer*/

footer {
    font-size: 14px;
    color: #d8d8d8;
    border-top: 1px solid #d8d8d8;
    margin-top: 10px;
}

footer a { 
    color:#7c7c7c;
}
footer a:hover,
footer a:focus {
    color: #1c1c1c;
}
a.to_nav:hover,
a.to_nav:focus {
    color: #1c1c1c;
    background: #ccc;
}

.border-line {
  clear: both;
  background: #F0F0F0;
  height: 1px;
  width: 100%;
  position: relative;
  display: block;
  margin: 10px 0 30px 0;
}

.color1 {
  background: #f9f9f9 url(../images/assets/patterns/grid1.png);
}
.banner {
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
}

/* banner links */    
    .banner .featured_text a{
	    text-decoration:none;
	    border-bottom:1px solid #f76900;
    }
    
    .banner .featured_text a:hover{
	    color:#f76900;
	    border-bottom:0;
    }

.banner .featured_text {
  font-family: 'Droid Serif', Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #6f6f6f;
  margin: 0;
}
.banner p {
  padding: 0;
}
.text_shadow {
  text-shadow: 0 1px 0 #fff;
}
.border-line {
  clear: both;
  background: #F0F0F0;
  height: 1px;
  width: 100%;
  position: relative;
  display: block;
}
.margin-b10 {
  margin-bottom: 10px;
}
.margin-t10 {
  margin-top: 10px;
}


/* bootstrap hacks */
.hint-block {
    font-size: 90%;
    color: #999;
}

ul.nav-tabs {
    /*margin-bottom: 15px;*/
}
ul.nav-tabs a {
    outline: none;
}
.radio, .checkbox {
    margin-top: 0px;
    margin-bottom: 5px;
}

.dropdown-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.nav li+.dropdown-header {
  margin-top: 9px;
}

.table td.bgr-2 { 
    width: 80px; 
    text-align: center;
}
.table td.bgr-1 { 
    width: 30px; 
    text-align: center;
}
.table td.button-group a { margin: 0 2px; }
.table th.button-column { text-align: left !important; }

.twitter-typeahead .tt-hint {
  margin-bottom: 0;
  display: none;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}
.dl-mini dt {
    width: 60px;
}
.dl-mini dd {
    margin-left: 80px;
}

.hidden-controls {
    display: none;
}
div.list-controls > div:hover .hidden-controls,
div.list-controls > div:focus .hidden-controls,
table.list-controls tr:hover .hidden-controls,
table.list-controls tr:focus .hidden-controls {
    display: inline;
}
table.list-controls > tbody > tr > td { 
    padding: 10px 15px;
    border-left: none;
    border-right: none;
}

/* yii css hacks */
.my-pager {
    text-align: center;
}
.required label.control-label:after { content:" *"; color: #B94A48; }
.table-title {
    font-weight: bold;
    margin-bottom: 0px;
}

/* animated counter */
.first { color: #f76900; }
.second { color: #fcd04a; }
.third { color: #b9d482; }
.fourth { color: #3d92c2; }
.anim {
    text-align: center;
    font-family: "Patua One",Arial,Tahoma,sans-serif;
    color: #444;
    font-size: 20px;
    margin-bottom: 2em;
}
.anim .number {
    font-size: 60px;
    line-height: 60px;
    margin: 0;
}

/* contact */
.contact-us  div {
    text-align: center;
    color: #3d92c2;
    margin-bottom: .5em;
}
.contact-us {
    padding: 10px;
}
.contact-us p {
    font-size: 16px;
    margin-bottom: .4em;
}
.contact-us .fa {
    font-size: 40px;
}


/* service boxes */
.services-box-icon {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    width: 50px;
}
.services-box-icon i {
    background-color: #72c02c;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.services-box-info {
    padding-left: 65px;
}
.services-box-info h4 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.service-box i {
    background-color: #f7f9fa;
    border-radius: 50%;
    color: #32c5d2;
    font-size: 30px;
    height: 85px;
    line-height: 85px;
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.7s ease-in-out 0s;
    width: 85px;
}
.service-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.service-box:hover i {
    background-color: #32c5d2;
    color: #fff;
    transform: rotateY(360deg);
}

/*  service list  */
.service-list { 
    list-style: outside none none;
    padding-left: 0;
}
.service-list li::before {
    border: 2px solid #72c02c;
    border-radius: 500px;
    color: #72c02c;
    content: counter(myIndex, decimal);
    font-family: "Roboto",sans-serif;
    font-size: 1em;
    font-weight: bold;
    left: 0;
    padding: 6px 12px;
    position: absolute;
    top: 10px;
}

.service-list li {
    counter-increment: myIndex;
    margin-bottom: 10px;
    padding: 10px 0 10px 50px;
    position: relative;
}

/* headlines */
.headline {
    border-bottom: 1px dotted #e4e9f0;
    display: block;
    margin: 10px 0 25px;
}
.headline h2 {
    font-size: 22px;
}
.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid #72c02c;
    display: inline-block;
    margin: 0 0 -2px;
    padding-bottom: 5px;
}
.headline-md {
    margin-bottom: 15px;
}
.headline-md h2 {
    font-size: 21px;
}

/* dividers */
hr {
    margin: 30px 0;
}
.divider-dotted {
    border-top: 2px dotted #eee;
}
.divider-dashed {
    border-top: 2px dashed #eee;
}

@media only screen and (min-width: 1024px) {
    header {
        width: 1024px;
        margin: 0 auto;
    }
    .wrapper {
        position: relative;
        width: 1024px;
        margin: auto;
        padding: 0px;
    }
}
