/** ************************************* **
	@Author			Acto Design
	@Website		http://actodesign.com
	@Created	09:35 PM Tuesday, June 23, 2015
	TABLE CONTENTS
	---------------------------
		01. Font & Background Colors
		02. Font Sizes
		03. Spacing/Dividers
		04. Buttons
		05. Skill Bars		
	---------------------------
 ** ************************************* **/
/**	01. Font & Background Colors
*************************************************** **/
.bg-white {
    background: #fff;
}
.bg-purple {
    background: #ca9995;
    color: #fff;
}
.bg-grey {
    background: #faf6f6;
}
.bg-dark-grey {
    background: #515151;
}
.bg-light-grey {
    background: #f9f9f9;
}
.bg-yellow {
    background: #ffde00;
}
.color-white {
    color: #fff;
}
.color-brown {
    color: #8e521e;
}
.color-yellow {
    color: #fff600;
}
.color-pink {
    color: #f03a6e;
}
.color-black {
    color: #000;
}
.color-grey {
    color: #b4b4b4;
}
.color-grey-g {
    color: #847c72;
}
.color-purple {
    color: #d4a0a0;
}
.color-dark-grey {
    color: #434343;
}
.w725 {
    width: 100%;
    max-width: 725px;
    margin: 0 auto;
}
.w380 {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
.about-us img {
    width: 300px;
}
/** ************************************* **/
/**	02. Font Sizes
*************************************************** **/
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-700 {
    font-weight: 700;
}
.font-11 {
    font-size: 11px;
}
.font-13 {
    font-size: 13px;
}
.font-15 {
    font-size: 15px;
}
.font-18 {
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-21{
    font-size: 21px;
}
.font-37 {
    font-size: 37px;
}
.font-50 {
    font-size: 50px;
}
.font-84 {
    font-size: 84px;
}
.font-172 {
    font-size: 172px;
}
.text-italic{
    font-style: italic;
}
.text-bold {
    font-weight: 700;
}
/** ************************************* **/
/**	03. Spacing & Dividers
*************************************************** **/
.height-auto {
    height: auto;
}
.padding-bottom-0 {
    padding-bottom: 0px;
}
.space10 {
    float: left;
    width: 100%;
    height: 10px;
}
.space20 {
    float: left;
    width: 100%;
    height: 20px;
}
.space30 {
    float: left;
    width: 100%;
    height: 30px;
}
.space40 {
    float: left;
    width: 100%;
    height: 40px;
}
.space50 {
    float: left;
    width: 100%;
    height: 50px;
}
.space60 {
    float: left;
    width: 100%;
    height: 60px;
}
.space70 {
    float: left;
    width: 100%;
    height: 70px;
}
.space80 {
    float: left;
    width: 100%;
    height: 80px;
}
.space90 {
    float: left;
    width: 100%;
    height: 90px;
}
.space100 {
    float: left;
    width: 100%;
    height: 100px;
}
.space110 {
    float: left;
    width: 100%;
    height: 110px;
}
.space120 {
    float: left;
    width: 100%;
    height: 120px;
}
.space130 {
    float: left;
    width: 100%;
    height: 130px;
}
.space140 {
    float: left;
    width: 100%;
    height: 140px;
}
.space150 {
    float: left;
    width: 100%;
    height: 150px;
}
.pt-50 {
    padding-top: 50px !important;
}
/** ************************************* **/
/**	04. Buttons
*************************************************** **/
.btn {
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 5px;
}
.btn .fa {
    font-size: 22px;
}
.btn:hover {
    background: #f03a6e;
    border-color: #f03a6e;
    color: #fff;
}
.btn-fill {
    background: #f03a6e;
    border-color: #f03a6e;
    color: #fff;
}
.btn-fill:hover {
    background: #fc5988;
    color: #fff;
    border-color: #fc5988;
}
.btn.border-purple {
    border-color: #434343;
    color: #434343;
    padding-left: 50px;
    padding-right: 50px;
}
.btn.border-purple:hover {
    color: #fff;
    background: #f03a6e;
    border-color: #f03a6e;
}
/** ************************************* **/
/**	05. Skill Bars
*************************************************** **/
.skill {
    list-style: none;
    width: 100%;
    margin: 35px auto 0;
    position: relative;
    line-height: 2em;
    padding: 30px 0;
}
.skill li {
    margin-bottom: 20px;
    height: auto;
    border-radius: 0px;
    float: left;
    width: 100%;
}
.skill li h3 {
    position: relative;
    top: -40px;
    font-size: 23px;
    font-weight: 700;
    color: #222222;
}
.bar {
    height: auto;
    margin: 1px 2px;
    position: relative;
    border-radius: 0px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    float: left;
    font-size: 13px;
    font-weight: 700;
    color: #434343;
    text-transform: uppercase;
    padding: 3px 30px;

    background: #fed621; /* Old browsers */
    background: -moz-linear-gradient(left,  #fed621 44%, #f03a6e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(44%,#fed621), color-stop(100%,#f03a6e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #fed621 44%,#f03a6e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #fed621 44%,#f03a6e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #fed621 44%,#f03a6e 100%); /* IE10+ */
    background: linear-gradient(to right,  #fed621 44%,#f03a6e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed621', endColorstr='#f03a6e',GradientType=1 ); /* IE6-9 */
}
.animated .five {
    width: 5%;
    -moz-animation: five 2s ease-out;
    -webkit-animation: five 2s ease-out;
}
.animated .ten {
    width: 10%;
    -moz-animation: ten 2s ease-out;
    -webkit-animation: ten 2s ease-out;
}

.animated .fifteen {
    width: 15%;
    -moz-animation: fifteen 2s ease-out;
    -webkit-animation: fifteen 2s ease-out;
}
.animated .twenty {
    width: 20%;
    -moz-animation: twenty 2s ease-out;
    -webkit-animation: twenty 2s ease-out;
}
.animated .twenty-five {
    width: 25%;
    -moz-animation: twenty-five 2s ease-out;
    -webkit-animation: twenty-five 2s ease-out;
}
.animated .thirty {
    width: 30%;
    -moz-animation: thirty 2s ease-out;
    -webkit-animation: thirty 2s ease-out;
}
.animated .thirty-five {
    width: 35%;
    -moz-animation: thirty-five 2s ease-out;
    -webkit-animation: thirty-five 2s ease-out;
}
.animated .fourty {
    width: 40%;
    -moz-animation: fourty 2s ease-out;
    -webkit-animation: fourty 2s ease-out;
}
.animated .fourty-five {
    width: 45%;
    -moz-animation: fourty-five 2s ease-out;
    -webkit-animation: fourty-five 2s ease-out;
}
.animated .fifty {
    width: 50%;
    -moz-animation: fifty 2s ease-out;
    -webkit-animation: fifty 2s ease-out;
}
.animated .fifty-five {
    width: 55%;
    -moz-animation: fifty-five 2s ease-out;
    -webkit-animation: fifty-five 2s ease-out;
}
.animated .sixty {
    width: 60%;
    -moz-animation: sixty 2s ease-out;
    -webkit-animation: sixty 2s ease-out;
}

.animated .sixty-five {
    width: 65%;
    -moz-animation: sixty-five 2s ease-out;
    -webkit-animation: sixty-five 2s ease-out;
}
.animated .seventy {
    width: 70%;
    -moz-animation: seventy 2s ease-out;
    -webkit-animation: seventy 2s ease-out;
}
.animated .seventy-five {
    width: 75%;
    -moz-animation: seventy-five 2s ease-out;
    -webkit-animation: seventy-five 2s ease-out;
}
.animated .eighty {
    width: 80%;
    -moz-animation: eighty 2s ease-out;
    -webkit-animation: eighty 2s ease-out;
}
.animated .eighty-five {
    width: 85%;
    -moz-animation: eighty-five 2s ease-out;
    -webkit-animation: eighty-five 2s ease-out;
}
.animated .ninety {
    width: 90%;
    -moz-animation: ninety 2s ease-out;
    -webkit-animation: ninety 2s ease-out;
}
.animated .ninety-five {
    width: 95%;
    -moz-animation: ninety-five 2s ease-out;
    -webkit-animation: ninety-five 2s ease-out;
}
.animated .hundred {
    width: 100%;
    -moz-animation: hundred 2s ease-out;
    -webkit-animation: hundred 2s ease-out;
}
@-moz-keyframes five {0%  { width:0px;} 100%{ width:5%;}  }
@-moz-keyframes ten        { 0%  { width:0px;} 100%{ width:10%;}  }
@-moz-keyframes fifteen      { 0%  { width:0px;} 100%{ width:15%;}  }
@-moz-keyframes twenty   { 0%  { width:0px;} 100%{ width:20%;}  }
@-moz-keyframes twenty-five {0%  { width:0px;} 100%{ width:25%;}  }
@-moz-keyframes thirty        { 0%  { width:0px;} 100%{ width:30%;}  }
@-moz-keyframes thirty-five      { 0%  { width:0px;} 100%{ width:35%;}  }
@-moz-keyframes fourty   { 0%  { width:0px;} 100%{ width:40%;}  }
@-moz-keyframes fourty-five {0%  { width:0px;} 100%{ width:45%;}  }
@-moz-keyframes fifty        { 0%  { width:0px;} 100%{ width:50%;}  }
@-moz-keyframes fifty-five      { 0%  { width:0px;} 100%{ width:55%;}  }
@-moz-keyframes sixty   { 0%  { width:0px;} 100%{ width:60%;}  }
@-moz-keyframes sixty-five {0%  { width:0px;} 100%{ width:65%;}  }
@-moz-keyframes seventy        { 0%  { width:0px;} 100%{ width:70%;}  }
@-moz-keyframes seventy-five      { 0%  { width:0px;} 100%{ width:75%;}  }
@-moz-keyframes eighty   { 0%  { width:0px;} 100%{ width:80%;}  }
@-moz-keyframes eighty-five {0%  { width:0px;} 100%{ width:85%;}  }
@-moz-keyframes ninety        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes ninety-five      { 0%  { width:0px;} 100%{ width:95%;}  }
@-moz-keyframes hundred   { 0%  { width:0px;} 100%{ width:100%;}  }

@-webkit-keyframes five {0%  { width:0px;} 100%{ width:5%;}  }
@-webkit-keyframes ten        { 0%  { width:0px;} 100%{ width:10%;}  }
@-webkit-keyframes fifteen      { 0%  { width:0px;} 100%{ width:15%;}  }
@-webkit-keyframes twenty   { 0%  { width:0px;} 100%{ width:20%;}  }
@-webkit-keyframes twenty-five {0%  { width:0px;} 100%{ width:25%;}  }
@-webkit-keyframes thirty        { 0%  { width:0px;} 100%{ width:30%;}  }
@-webkit-keyframes thirty-five      { 0%  { width:0px;} 100%{ width:35%;}  }
@-webkit-keyframes fourty   { 0%  { width:0px;} 100%{ width:40%;}  }
@-webkit-keyframes fourty-five {0%  { width:0px;} 100%{ width:45%;}  }
@-webkit-keyframes fifty        { 0%  { width:0px;} 100%{ width:50%;}  }
@-webkit-keyframes fifty-five      { 0%  { width:0px;} 100%{ width:55%;}  }
@-webkit-keyframes sixty   { 0%  { width:0px;} 100%{ width:60%;}  }
@-webkit-keyframes sixty-five {0%  { width:0px;} 100%{ width:65%;}  }
@-webkit-keyframes seventy        { 0%  { width:0px;} 100%{ width:70%;}  }
@-webkit-keyframes seventy-five      { 0%  { width:0px;} 100%{ width:75%;}  }
@-webkit-keyframes eighty   { 0%  { width:0px;} 100%{ width:80%;}  }
@-webkit-keyframes eighty-five {0%  { width:0px;} 100%{ width:85%;}  }
@-webkit-keyframes ninety        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes ninety-five      { 0%  { width:0px;} 100%{ width:95%;}  }
@-webkit-keyframes hundred   { 0%  { width:0px;} 100%{ width:100%;}  }

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #434343;
    background-image: -webkit-linear-gradient(45deg,
    rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent)
}
