/* CSS crunched with Crunch - http://crunchapp.net/ */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300, 400, 500, 700, 300italic, 400italic, 500italic, 700italic);
    .bold {
    font-weight: bold;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.center {
    text-align: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
body {
    font-family: 'Ubuntu', sans-serif;
}
#top-h {
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
}
#top-h .btn-default {
    margin: 10px 0;
    font-weight: bold;
    font-size: 12px;
    border: none;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.45);
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.45);
}
#top-h .navbar {
    padding-left: 50px;
    margin-bottom: 0;
    text-transform: uppercase;
}
#top-h .navbar li a {
    color: #595959;
    font-size: 12px;
    padding: 20px 25px;
}
#top-h .navbar li.search {
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}
#top-h .navbar li.search a {
    padding: 20px 12px;
}
#top-h .navbar li:hover a, #top-h .navbar li.active a {
    background: #d6ce00;
}
#top-h .navbar .navbar-toggle {
    background: #d6ce00;
    margin: 10px;
}
#top-h .navbar .navbar-toggle .icon-bar {
    border: 1px solid #fff;
}
#logo {
    padding: 30px 0;
    text-align: center;
    margin-top: 63px;
}
#sec-nav {
    background: #333;
}
#sec-nav ul {
    margin-bottom: 0;
}
#sec-nav li {
    float: left;
    cursor: pointer;
}
#sec-nav li a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    padding: 20px 35px;
    display: inline-block;
}
#sec-nav li a:hover, #sec-nav li a.active {
    background: #d6ce00;
}
#sec-nav li:first-child {
    margin-left: 25px;
}
#welcome {
	bottom: -71px;
	position: absolute;
	width: 100%;
	background: #d5ce00;
	text-align: center;
	color: #fff;
	padding: 30px 0;
	height: 170px;
	border-bottom: 5px solid #b1ab00;
	z-index: 1000;
}
#welcome h2 {
    font-size: 48px;
}
#welcome p {
    font-size: 21px;
    height: 135px;
    overflow: hidden;
}
#portfolio {
    background: #ebebeb;
    padding-top: 20px;
    margin-top: 70px;
}
#portfolio>div>h2 {
    color: #333333;
    font-size: 40px;
    text-align: center;
    font-weight: medium;
}
#portfolio>div>h2:after, #portfolio>div>h2:before {
    content: url(../images/line.png);
    margin-left: 30px;
    margin-right: 30px;
    width:20%;
}
#portfolio>div>p {
    font-size: 16px;
    text-align: center;
    color: #333333;
}
#portfolio #sample {
    background: #d5ce00;
    color: #fff;
    padding: 75px 0;
    border-bottom: 5px solid #b1ab00;
}
#portfolio #sample .row {
    display: none;
}
#portfolio #sample .row.current {
    display: block;
}
#portfolio #sample h3 {
    font-size: 43px;
    color: #fff;
    text-align: center;
    text-transform: Uppercase;
}
#portfolio #sample p {
    line-height: 20px;
    margin-top: 20px;
}
#portfolio #sample br
{
   display: block;
   margin: 5px 0;
   line-height: 10px;	
}
#portfolio #sample img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #fffdd0;
    max-width: 100%;
    height: auto;
}
#portfolio #showcase .portfolio-thumbnails {
    padding: 0;
    margin: 0;
}
#portfolio #showcase .portfolio-thumbnails>div, #portfolio #showcase .portfolio-thumbnails li {
    position: relative;
    line-height: 0px;
    width: 33.3%;
    float: left;
}
#portfolio #showcase .portfolio-thumbnails>div .thumb, #portfolio #showcase .portfolio-thumbnails li .thumb {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
}
#portfolio #showcase .portfolio-thumbnails>div .thumb img, #portfolio #showcase .portfolio-thumbnails li .thumb img {
    width: 100%;
    height: auto;
    max-height: 300px;
}
#portfolio #showcase .portfolio-thumbnails>div img, #portfolio #showcase .portfolio-thumbnails li img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
#portfolio #showcase .portfolio-thumbnails>div a:hover img, #portfolio #showcase .portfolio-thumbnails li a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
#portfolio #showcase .portfolio-thumbnails .portfolio-detail {
    line-height: 16px;
    height: 125px;
    margin-top: -60px;
    width: 100%;
    top: 50%;
    left: 0px;
    position: absolute;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    z-index: 999;
}
#portfolio #showcase .portfolio-thumbnails .portfolio-detail p {
    margin: 0 20px 0 20px;
}
#portfolio #showcase .portfolio-thumbnails .portfolio-detail .portfolio-icon {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    display: inline-block;
    font-size: 30px;
    padding: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: rgba(109, 109, 109, 0.62);
}
#portfolio #showcase .portfolio-thumbnails .portfolio-detail .portfolio-title {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
#portfolio #showcase .portfolio-thumbnails .portfolio-detail .portfolio-cat {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    font-size: 12px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
#portfolio #showcase .portfolio-thumbnails a {
    display: block;
}
#portfolio #showcase .portfolio-thumbnails a:hover, #portfolio #showcase li .portfolio-thumbnails:hover {
    text-decoration: none;
}
#portfolio #showcase .portfolio-thumbnails a:hover .portfolio-detail, #portfolio #showcase li .portfolio-thumbnails:hover .portfolio-detail {
    margin-top: -45px;
}
#portfolio #showcase .portfolio-thumbnails a:hover .portfolio-title, #portfolio #showcase li .portfolio-thumbnails:hover .portfolio-title, #portfolio #showcase .portfolio-thumbnails a:hover .portfolio-cat, #portfolio #showcase li .portfolio-thumbnails:hover .portfolio-cat {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
#portfolio #showcase .portfolio-list .entry {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px #ccc solid;
}
#portfolio #showcase a .overlay {
    color: transparent;
}
#portfolio #showcase .section:hover a .overlay {
    color: rgba(255, 255, 255, 0.5);
}
#portfolio #showcase .section:hover .entry a .overlay {
    color: transparent;
}
#portfolio #showcase .section:hover .entry:hover a .overlay, #portfolio #showcase .entry:hover a .overlay {
    color: rgba(255, 255, 255, 0.5);
}
#portfolio #showcase .overlay {
    background-color: transparent;
}
#portfolio #showcase .overlay {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
#portfolio #showcase .overlay p {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
}
#portfolio #showcase a:hover .overlay, #portfolio #showcase .section:hover a:hover .overlay, #portfolio #showcase .section:hover .entry:hover a:hover .overlay, #portfolio #showcase .entry:hover a:hover .overlay {
    background: rgba(0, 0, 0, 0.5);
    color: white;
}
#portfolio #showcase .portfolio-thumbnails .portfolio-detail .portfolio-icon {
    color: rgba(255, 255, 255, 0.4);
}
#portfolio #showcase .portfolio-thumbnails .portfolio-detail .portfolio-title {
    color: white;
}
#portfolio #showcase .portfolio-thumbnails .portfolio-detail .portfolio-cat {
    color: white;
}
#portfolio #showcase .portfolio-thumbnails a:hover .portfolio-detail .portfolio-icon, #portfolio #showcase li .portfolio-thumbnails:hover .portfolio-detail .portfolio-icon {
    color: white;
}
#services ul {
    padding: 0;
}
#services ul .media {
    height: 150px !important;
}
#services>div>h2 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#services>div>h2:after, #services>div>h2:before {
    content: url(../images/line-2.png);
    margin-left: 50px;
    margin-right: 50px;
}
#services>div>p {
    color: #9b9b9b;
    font-size: 20px;
    text-align: center;
}
#services .service h1 {
    color: #464646;
    font-size: 18px;
    font-weight: 400;
}
#services .service p {
    font-weight: 300;
    color: #9b9b9b;
    font-size: 14px;
}
#services #service-details {
    background: #d5ce00;
    padding: 20px 0;
    border-bottom: 5px solid #b1ab00;
}
#services #service-details .row {
    display: none;
}
#services #service-details .row.current {
    display: block;
}
#services #service-details p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}
#services #service-details label {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
#services #service-details .form-group {
    margin-bottom: 5px;
}
#services #service-details textarea {
    resize: none;
}
#services #service-details .btn {
    background: #fff;
    color: #d6ce00;
}
#services #service-details #wpgmza_map {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 3px solid #fff;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 20px;
}
#testominals {
    padding: 120px 0 30px 0;
    background: url(../images/testominals-bg.png) no-repeat center 20% #ebebeb;
    text-align: center;
}
#testominals p {
    font-size: 15px;
    color: #878787;
    font-weight: 300;
    font-style: italic;
}
#testominals p span {
    color: #d6ce00;
}
#footer {
    color: #fff;
    background: #333333;
    padding: 30px 0 10px 0;
}
#footer .indent {
    font-size: 14px;
    text-indent: 20px;
    margin-top: 10px;
    line-height: 15px;
}
#footer #social {
    padding-left: 0;
    clear: both;
}
#footer #social li {
    display: inline-block;
    margin: 0px 10px 10px 0;
}
#footer #social li a {
    width: 26px;
    height: 25px;
    display: block;
    background-image: url("../images/stay-connected.png");
    background-color: transparent;
    background-repeat: no-repeat;
}
#footer #social li a.t {
    background-position: -134px 0;
}
#footer #social li a.y {
    background-position: -43px 0;
}
#footer #social li a.l {
    background-position: -87px 0;
}
#footer #social li a.ya {
    background-position: -179px 0;
}
#footer #social li a.e {
    background-position: -222px 0;
}
#footer h4 {
    font-size: 17px;
    font-weight: 400;
}
#footer .form-group {
    margin-bottom: 5px;
}
#footer .btn {
    border: none;
}
#footer .contact-info p {
    padding-left: 50px;
    font-size: 16px;
    font-weight: 300;
}
#footer .contact-info p.icon , #navbar > p.icon {
    background-image: url("../images/contact.png");
    background-color: transparent;
    background-repeat: no-repeat;    
}

#navbar > p.icon
{
	float: left;
	padding-left: 28px;
	margin-top: 21px;
	color: #595959;
}
#footer .contact-info p.icon.email {
    background-position: 0 -51px;
}
#footer .contact-info p.icon.address {
    background-position: 0 -100px;
}


@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #sample {
    padding: 30px 0 !important;
}
#sample h3 {
    font-size: 28px !important;
}
#portfolio h2, #services h2 {
    font-size: 28px !important;
}
.owl-theme .owl-controls .owl-buttons {
    top: -85% !important;
    width: 83% !important;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 16px !important;
}
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) {

.theme-default .nivo-controlNav {
    bottom: 0;
}
#sec-nav {
    display: none;
}
#welcome h2 {
    font-size: 28px;
}
#portfolio #showcase .portfolio-thumbnails>div, #portfolio #showcase .portfolio-thumbnails li {
    width: 100% !important;
}
#portfolio>div>h2:after, #portfolio>div>h2:before {
    content: ' ';
    margin-left: 0px !important;
}
#welcome p {
    font-size: 18px;
}
#services>div>h2:after, #services>div>h2:before {
    content: ' ';
    margin-left: 0px !important;
}
#portfolio>div>h2 {
    font-size: 18px !important;
}
#services>div>h2 {
    text-align: center !important;
}
#testominals {
    background: none !important;
}
.owl-theme .owl-controls .owl-buttons {
    top: -60% !important;
}
#footer {
    text-align: center !important;
}
}
@media only screen and (min-device-width:360px) and (max-device-width:640px) and (orientation:landscape) {
    #portfolio>div>h2:after, #portfolio>div>h2:before {
    content: ' ';
    margin-left: 0px !important;
}
.owl-theme .owl-controls .owl-buttons {
    top: -67% !important;
}
#portfolio #showcase .portfolio-thumbnails .portfolio-detail {
    height: 109px !important;
}
}
@media only screen and (max-width:800px) and (orientation:portrait) {
    .owl-theme .owl-controls .owl-buttons {
    top: -67% !important;
}
}
@media only screen and (max-width:980px) {

	.slider-wrapper h1  {

		font-size: 42px ; 
	}

	.nivo-caption > p > p   {

		font-size: 20px !important  ; 	
	}

	#welcome h3{
		font-size: 24px
	}

    #portfolio>div>h2:after, #portfolio>div>h2:before {
    content: ' ' !important;	
    margin-left: 0px !important;
	}

	#portfolio>div>h2{font-size: 22px}

    #services>div>h2:after, #services>div>h2:before {
    content: ' ' !important;	
    margin-left: 0px !important;
    font-size: 22px !important;	
	}	
	#services>div>h2{font-size: 22px}

	.owl-theme .owl-controls .owl-buttons	{top:-50% !important;}
}

@media only screen and (max-width:786px) {

	.slider-wrapper h1  {

		font-size: 32px ; 
	}

	.nivo-caption > p > p   {

		font-size: 18px !important ; 	
	}


	#welcome h3{
		font-size: 20px
	}	

	.owl-theme .owl-controls .owl-buttons	{top:-45% !important;}
}
.slider-wrapper h1 {
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    z-index: 999;
    font-size: 72px;
    font-weight: bold;
    margin-top: 150px;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #000;
}
.nivo-caption p {
    font-size: 26px ;
    margin-top: 150px;
}
.theme-default .nivo-controlNav {
position: absolute;
left: 50%;
bottom: 160px;
margin-left: -40px;
}


@media only screen and (max-width:980px) {

	.slider-wrapper h1  {

		font-size: 42px ; 
	}

	.nivo-caption  p  {

		font-size: 18px  ; 	
	}

	#welcome h3{
		font-size: 24px
	}

    #portfolio>div>h2: after, #portfolio>div>h2:before {
    content: ' ';
    margin-left: 0px !important;	
	}
}

@media only screen and (max-width:786px) {

	.slider-wrapper h1  {

		font-size: 32px ; 
	}

	.nivo-caption  p  {

		font-size: 16px  ; 	
	}


	#welcome h3{
		font-size: 20px
	}	
}