/*
Name: 
Date: 
Author: Ace_luffy
Autor URI: http://www.creationcrew.com/
*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'avantgarde';
	src:url('../fonts/avantgardex.eot?-8is7zf');
	src:url('../fonts/avantgardex.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/avantgardex.woff?-8is7zf') format('woff'),
		url('../fonts/avantgardex.ttf?-8is7zf') format('truetype'),
		url('../fonts/avantgardex.svg?-8is7zf#avantgardex') format('svg');
}
body {background:#fff; }


.ratetext { padding-top:20px; font-family: 'Roboto Condensed', sans-serif; font-size:20px; letter-spacing:0px; font-weight:bold;}
.textwork { padding-top:0px; font-family: 'Roboto Condensed', sans-serif; font-size:20px; letter-spacing:0px; font-weight:bold;}
.listwords { padding-top:10px; font-family: 'Roboto Condensed', sans-serif; font-size:22px; letter-spacing:0px; font-weight:bold;}


.headertext2 { padding-top:0px; font-family: 'Roboto Condensed', sans-serif; font-size:42px; letter-spacing:-2px; font-weight:bold; color:#003f7d;
 }

.headertext {  padding-top:10px; font-family: 'Roboto Condensed', sans-serif; font-size:30px; letter-spacing:-2px; font-weight:bold;
 }
.headertextsmall { margin-left:10px;  padding-top:10px; font-family: 'Roboto Condensed', sans-serif; font-size:25px; letter-spacing:0px; font-weight:bold;
 } 
.text {  font-family: 'Roboto Condensed', sans-serif; font-size:18px; letter-spacing:1px; font-weight:bold; padding-left:10px;
}
.textprice {  font-family: 'Roboto Condensed', sans-serif; font-size:20px; letter-spacing:1px; font-weight:bold;
}
.contact { color:#8f4000;  font-family: 'Roboto Condensed', sans-serif; font-size:18px; letter-spacing:1px; font-weight:bold; padding-left:10px;
 }
 .footerxxx { color:#232323;  font-family: 'Roboto Condensed', sans-serif; font-size:20px; letter-spacing:1px; font-weight:bold;
}
.contact2{ float:left;  font-family: 'Roboto Condensed', sans-serif; font-size:25px; letter-spacing:1px; font-weight:bold; padding-left:10px;
 } 
.contactbase { margin-left:auto; margin-right:auto; 
 } 
 
.navtext { padding-top:10px; font-family: 'Roboto Condensed', sans-serif; font-size:20px; letter-spacing:-1px; font-weight:bold; color:#ffb076;
}
.navtext2{ padding-top:0px; font-family: 'Roboto Condensed', sans-serif; font-size:15px; letter-spacing:0px;
}

.navtextheader { padding-top:10px; font-family: 'Roboto Condensed', sans-serif; font-size:20px; letter-spacing:-1px; font-weight:bold; color:#ffb076;
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.headerbg
{background: #232323;
color:#004892;
}

.headerbg a
{color:#ffb076;
}

.navbarx a:hover
{color:#ff5c0c;
}

.navbarx a
{color:#ffb076;
}


.portfolio-item {
    margin-bottom: 5px;
}

footer {
    margin: 50px 0;
}



.img-centered {
    margin: 0 auto;
}


.thumb {
    margin-bottom: 30px;
}

.logo {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
@media screen and (max-width: 990px) {
.navbarx
{font-size: 1.0em;
}	
}


@media screen and (max-width: 767px) {
	.logo {
float:left;
margin-top:2%;
max-width: 80%;

height: auto;
width: auto\9; /* ie8 */
}

	
	 }


@media (min-width:401px) and (max-width:479px) { 
.logo {
float:left;
margin-top:1%;
max-width: 80%;
width:300px;
height: auto;
width: auto\9; /* ie8 */

}

	
	 }
	 
@media only screen and (max-width: 379px) { 
.logo {
float:left;
margin-top:4%;
max-width: 70%;

}
	.space30 { height:0px; width:100%;}
	 }	 

header {
    text-align: center;
    color: #fff;
    background: #5c5c5c url(../img/bg_intro.jpg) repeat-x;
}



.headerbg a
{color:#004892;
}

.navbarx a:hover
{color:#ff5c0c;
}


header .container {
    padding-top: 0px;
    padding-bottom: 10px;

}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Roboto Condensed",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 3.25em;
    font-weight: 300;
	font-family: 'Roboto Condensed';

}

@media(min-width:768px) {
    header .container {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {

    .navbar-fixed-top {
        padding: 5px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
	.navbarx

}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

/* sliders -------------------------------------------------------*/

/* Demo Slides */

#owl-example .item{
	padding: 30px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
#owl-example .item img{
	width: auto;
	margin: 0 auto;
	display: block;
}
#owl-example .item h3{
	font-size: 28px;
	font-weight: 300;
	margin: 25px 0 0;
}
#owl-example .item h4{
	margin: 5px 0 0;
	font-size: 18px;
}
.item h1{
	margin: inherit;
}

.orange{
	background: #ff8a3c;
}
.darkCyan{
	background: #42bdc2;
}
.forestGreen{
	background: #7fc242;
}
.yellow {
	background: #ffd800;
}
.dodgerBlue {
	background: #388bd1;
}
.skyBlue {
	background: #a1def8;
}
.zombieGreen {
	background: #3fbf79;
}
.violet {
	background: #db6ac5;
}
.yellowLight {
	background: #fee664;
}
.steelGray {
	background: #cad3d0;
}	

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	margin-top:5px;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-carousel .itemx img{
display: inline-block;
width:100%;
max-width: 100%;	
}

.owl-carousel{
	background:url(img/bg_slider.jpg) no-repeat;

width:100%;
max-width: 100%;	

}

.space30 { height:50px; width:100%;}
@media(max-width:767px) {

.space30 { height:0px; width:100%;}
}

@media(max-width:467px) {
		.contact {font-size:14px; 
 }
 		.contact2 {font-size:16px; 
 }
} 
/* section -------------------------------------------------------*/
section {

    display: block;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
	 margin: 10px;
    color: #fff;
    background: #3979b8;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 5px 0;
    }

    section.first {
        padding-top: 15px;
    }
	    header .intro-text .skills {
        font-size: 2em;
    }
	header { padding-top:0px;}
}


.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #1875bc;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .1em;
    border-bottom: 0px solid #eee;
	margin-left:auto; margin-right:auto;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
	padding-left:10px;
    z-index: 1;
    position: relative;
    padding-right: 0;

    border: 1;
    border-radius: 3;
    font-size: 1.2em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #ff4e00;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}


.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}
	/* -- TABS -- */
	.fade {
		opacity: 0;
		-webkit-transition: opacity 0.15s linear;
		transition: opacity 0.15s linear;
	}
	.fade.in {
		opacity: 1;
	}
	.tab-content {
		overflow: auto;
	}
	.tab-content > .tab-pane {
		display: none;
	}
	.tab-content > .active {
		display: block;
	}
	
hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f10b";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 3em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #5c5c5c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}	
