/****************************  TABLE OF CONTENT   ***********************************************

1.	GENERAL STYLING
2.  HEADER
3.  SLIDER
4.  SECTION TITLE
5.  SERVICE
6.  TEAM
7.  SIMPLE TEAM STYLE
8.  PORTFOLIO
9.  ABOUT
10.  AWARDS
11.  BLOG
12.  NEW FEATURES
13.  NEW FEATURES TAB WITH ICONS
14.  COMPANY PROGRESS
15.  PRICE TABLE
16.  WHY TO CHOOSE
17.  COMPANY TIMELINE
18.  CLIENT REVIEWS
19.  CONTACT US
20.  FOOTER
21.  INNER PAGE
22.  SIDEBAR
23.  SINGLE POST

/****************************  TABLE OF CONTENT   ***********************************************

/*** GENERAL STYLING ***/
html,body {
    overflow-X: hidden!important;
}
body{
    float: left;
    overflow: hidden !important;
    width: 100%;
}
body,ul,h1,h2,h3,h4,h5,h6,p{ 
	list-style:none;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-family:domine;
	color:#FFF;
    letter-spacing: 0.3px;
}
p {
    color: #C2C0C0;
    font-family: arimo;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 28px;
}
a:hover,
a:focus{
	text-decoration:none;
	outline:none;
}
img{
    width: 100%;
}

.parallax {
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
section{
    float: left;
    width: 100%;
	position:relative;
}

.block {
    float: left;
    padding: 90px 0;
    width: 100%;
	position:relative;
	overflow:hidden;
}
.block.blackish:before,.blackish:before {
    background:none repeat scroll 0 0 rgba(18, 17, 17, 0.7);
    content: "";
    width: 100%;
    height: 100%;
	z-index:0;
    position: absolute;
    left: 0;
    top: 0;
}
section.blur:before,
section.blur:after {
    background:url("../images/blur.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
}
section.blur:after{
	top:auto;
	bottom:0;
	
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.blackish .title h2 ,
.blackish .title h1{
    color: #FFFFFF;
    font-weight: 500;
    text-shadow: none;
}
.blackish .title h2:before, .blackish .title h2:after ,
.blackish .title h1:before, .blackish .title h1:after {
    background: none repeat scroll 0 0 #ABAAAA;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.blackish .title > p{
	color:#c8c7c7;
}
.block.whitish:before {
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.block.remove-gap{
    padding: 0 0 90px;
}
.block.no-padding{
    padding: 0;
}
.block .container,
.inner-page .container {
    padding: 0;
}
.remove-ext{
	float:left;
	width:100%;
	margin-bottom:-30px;
}

.fixed-bg {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

/*** HEADER ***/
span.toggle-btn{
    display: none;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000000000000;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;    
}
header .container {
    background: rgb(80, 128, 74);
    margin-top: 10px;
    padding: 0 30px;

    -webkit-box-shadow: 0 0 4px #707070;
    -moz-box-shadow: 0 0 4px #707070;
    -ms-box-shadow: 0 0 4px #707070;
    -o-box-shadow: 0 0 4px #707070;
    box-shadow: 0 0 4px #707070;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;    
}
header.sticky .container {
    margin-top: 0;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
header.header1.sticky .container{
    padding: 0 20px;
}
header .container .logo {
    float: left;
    padding: 20px 0; 
}
header .container nav {
    float: right;
}
header .container nav li {
    float: left;
    font-family: arimo;
    font-size: 12px;
    margin: 0 1px;
    padding: 35px 0;
    text-transform: uppercase;
}
header .container nav li a {
    color: #FFF;
    float: left;
    letter-spacing: 0.3px;
    padding:5px 10px;
    position: relative;
    font-family: arimo;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
header .container nav li a:hover,
header .container nav li.active a{
    color: #fff;
}
header .container nav li a i {
    font-size: 13px;
    margin-right: 5px;
}
header .container nav li a i {
    font-size: 13px;
    margin-right: 5px;

    -webkit-transform: rotateX(550deg) scale(0);
    -moz-transform: rotateX(550deg) scale(0);
    -ms-transform: rotateX(550deg) scale(0);
    -o-transform: rotateX(550deg) scale(0);
    transform: rotateX(550deg) scale(0);

    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
header .container nav li a:hover i,
header .container nav li.active a i{
    -webkit-transform: rotateX(0deg) scale(1);
    -moz-transform: rotateX(0deg) scale(1);
    -ms-transform: rotateX(0deg) scale(1);
    -o-transform: rotateX(0deg) scale(1);
    transform: rotateX(0deg) scale(1);
}
header .container nav li a:before,
header .container nav li a:after {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    left: 0;
    top: -3px;

    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
}
header .container nav li a:after{
    left:  auto;
    right: 0;
    top: auto;
    bottom: -3px;
}
header .container nav li a:hover:before,
header .container nav li a:hover:after,
header .container nav li.active a:before,
header .container nav li.active a:after{
    width: 100%;
}
header.header1.sticky .container .logo{
    padding: 10px 0;
}
header.header1.sticky .container .logo img {
    width: 120px;
}
header.header1.sticky .container nav li{
    padding: 18px 0
}
header.header2 .container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
header.header2 .container .logo {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.67);
    padding: 20px 10px;
    width: 20%;
    text-align: center;

    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;    
}
header.header2 .container .logo img {
    width: auto;
}

header.header2 .container nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.67);
    padding: 0 30px;
    width: 80%;

    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
header.header2 .container nav ul {
    float: right;
}
header.header2 .container nav ul li{
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
header.header2.sticky nav li{
    padding: 19px 0;
}
header.header2 .container nav ul li a {
    color: #fff;
}
header.header2.sticky nav{
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    -ms-border-radius: 0 0 3px 0;
    -o-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
}
header.header2.sticky nav {
    padding: 0 20px;
}
header.header2.sticky .logo{
    padding: 10px;

    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    -ms-border-radius: 0 0 0 3px;
    -o-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}
header.header2.sticky .logo a {
    float: left;
    width: 100%;
}
header.header2.sticky .logo img {
    width: 120px;
}
header.header3 .container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 0;
    padding: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
header.header3 .container .logo {
    float: left;
    padding: 0;
    width: 100%;
}
header.header3 .container .logo a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.67);
    display: table;
    margin: 0 auto 20px;
    padding: 20px 40px;

    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
header.header3 .container nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.67);
    display: table;
    float: none;
    margin: 0 auto;
    padding: 0 20px;

    -wekbit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
header.header3 .container nav li {
    padding: 0;
    margin:0;
}
header.header3 .container nav li a {
    padding: 13px 15px;
    color: #FFF;

    -wekbit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
header.header3 .container nav li a:before, 
header.header3 .container nav li a:after {
    display: none;
}
header.header3.sticky .container .logo {
    overflow: hidden;
    position: absolute;
    width: 140px;

    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    -ms-border-radius: 0 0 0 3px;
    -o-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}
header.header3.sticky .logo > a{
    padding: 10px 20px;
    margin: 0 auto;   
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
header.header3.sticky .container nav {
    float: left;
    padding-left: 180px;
    width: 100%;

    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    -ms-border-radius:0 0 3px 3px;
    -o-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
}
header.header3.sticky .container nav li a{
    padding: 20px 10px;
}

header.header4 .container {
    padding: 0 50px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
header.header4 .container .logo {
    display: none;
}
header.header4 .container nav {
    display: table;
    float: none;
    margin: 0 auto;
}
header.header4 .container nav li {
    padding: 0;
}
header.header4 .container nav li a:after {
    display: none;
}
header.header4 .container nav li a,
header.header4 .container nav li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 15px 20px;
    position: relative;
    z-index: 1;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
header.header4 .container nav li a:before {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;

    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
header.header4 .container nav li a:hover:before,
header.header4 .container nav li.active a:before {
    height: 100%;
}
/*** SLIDER ***/
.tp-banner-container {
    float: left;
    position: relative;
    width: 100%;
}
.slide1-icon {
    color: #FFFFFF;
    text-align: center;
	width:92px;
	height:92px;
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
	-webkit-box-shadow:0 0 25px #333333 inset;
	-moz-box-shadow:0 0 25px #333333 inset;
	-ms-box-shadow:0 0 25px #333333 inset;
	-o-box-shadow:0 0 25px #333333 inset;
	box-shadow:0 0 25px #333333 inset;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.slide1-icon:before {
    background: none repeat scroll 0 0 black;
    content: "";
    height: 100%;
    left: 0;
    opacity:0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.slide1-title {
    color: #FFFFFF;
    font-family: domine;
}
.slide1-desc{
	color:#cfd1d1;
    font-family: arimo;
}
.slide2-title {
    color: #FFFFFF;
    font-family: domine;
	font-weight:bolder;
}
.slide2-sub-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    font-family: domine;
    font-weight: 300;
    -webkit-border-radius: 50px 0;
    -moz-border-radius: 50px 0;
    -ms-border-radius: 50px 0;
    -o-border-radius: 50px 0;
    border-radius: 50px 0;
}
.slide2-desc {
    font-family: domine;
	color:#fff;
}
.slide3-title {
    font-family: oswald;
	color:#fff;
	text-transform:uppercase;
	background:rgba(0,0,0,0.75);
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

	-webkit-box-shadow:2px 2px 4px #3B3B3B;
	-moz-box-shadow:2px 2px 4px #3B3B3B;
	-ms-box-shadow:2px 2px 4px #3B3B3B;
	-o-box-shadow:2px 2px 4px #3B3B3B;
	box-shadow:2px 2px 4px #3B3B3B;
}
.slide3-title span{
	text-transform:capatilize;
}
.slide3-desc{
	color:f8f8f8;
	color:#fff;
	font-family:arimo;
	background:rgba(0,0,0,0.75);
    z-index: 1;
    overflow: hidden;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	
	-webkit-box-shadow:2px 2px 4px #3B3B3B;
	-moz-box-shadow:2px 2px 4px #3B3B3B;
	-ms-box-shadow:2px 2px 4px #3B3B3B;
	-o-box-shadow:2px 2px 4px #3B3B3B;
	box-shadow:2px 2px 4px #3B3B3B;
}
.slide3-desc:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}
.slide4-subtitle{
    font-family: arimo;
    color: #484848;
}
.slide4-title{
    font-size: 70px;
    color: #504d4d;
    font-weight: 800;
    font-family: oswald;
    letter-spacing: 0.4px;
}
.slide4-title span{
    text-transform: uppercase;
}
.slide4-desc{
    font-family: arimo;
    color: #FFF;
    background: rgba(0,0,0,0.7);

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.slide5-title{
    color: #FFF;
    font-family: domine;
}
.slide5-highlighted{
    color: #FFF;
    font-family: arimo;
    letter-spacing: 0.3px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.slide5-subtitle{
    letter-spacing: 0.4px;
    font-family: oswald;
    color: #FFF;
}
.slide5-subtitle span{
    text-transform: uppercase;
}
.slide5-desc{
    font-family: arimo;
    color: #FFF;
    line-height: 30px;
}
/*** SECTION TITLE ***/
.title {
    display: table;
    margin: 0 auto 40px;
    text-align: center;
}
.title h2,
.title h1 {
    display: table;
    font-size: 30px;
	color:#444;
	font-family:domine;
    font-weight: 600;
    line-height: 35px;
    margin: 0 auto;
	padding:10px 0;
	position:relative;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.title h2:before,
.title h2:after,
.title h1:before,
.title h1:after{
	content:"";
	width:50%;
	height:1px;
	background:#c5c5c5;
	margin-left:-25%;
	position:absolute;
	left:50%;
	top:0;
	
	-webkit-box-shadow:0 1px 0 #FFFFFF;
	-moz-box-shadow:0 1px 0 #FFFFFF;
	-ms-box-shadow:0 1px 0 #FFFFFF;
	-o-box-shadow:0 1px 0 #FFFFFF;
	box-shadow:0 1px 0 #FFFFFF;
}
.title h2:after,
.title h1:after{
	top:auto;
	bottom:0;
	width:30%;
	margin-left:-15%;
}
.title > p {
    font-size: 14px;
    padding-top: 5px;
	position:relative;
}



/*** SERVICES ***/
.our-services {
    position: relative;
	margin-bottom:63px;
}
.our-services:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    content: "";
    margin-left: -16.667%;
    height: 370px;
    width: 33.334%;
    position: absolute;
    left: 50%;
    top: -90px;

    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
	
    -webkit-box-shadow: 0px 5px 5px #E4E4E4;
    -moz-box-shadow: 0px 5px 5px #E4E4E4;
    -ms-box-shadow: 0px 5px 5px #E4E4E4;
    -o-box-shadow: 0px 5px 5px #E4E4E4;
    box-shadow: 0px 5px 5px #E4E4E4;
}
.owl-buttons > div {
    background: url("../images/arrow.png") no-repeat scroll center center #B7B6B6;
    color: rgba(0, 0, 0, 0);
    height: 50px;
    width: 30px;
    line-height: 50px;
    margin-top: -50px;
    position: absolute;
    right: 33.334%;
    top: 50%;
	
	opacity:0;
	filter:alpha(opacity=0);
	
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;

	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.our-services:hover .owl-buttons > div{
	opacity:1;
	filter:alpha(opacity=100);
}
.owl-buttons > div.owl-prev{
	right:auto;
    left: 33.334%;

	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.owl-buttons > div:hover {
    width: 50px;
    background-color: #908f8f;

    -webkit-box-shadow: -3px 0px 8px #d0d0d0;
    -moz-box-shadow: -3px 0px 8px #d0d0d0;
    -ms-box-shadow: -3px 0px 8px #d0d0d0;
    -o-box-shadow: -3px 0px 8px #d0d0d0;
    box-shadow: -3px 0px 8px #d0d0d0;
}
.service {
    display: table;
    float: none;
    width: 80%;
    padding-top: 5px;
    margin: 0 auto;
    text-align: center;
}
.service h3 {
    font-size: 15px;
    margin: 20px 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.service p {
    margin-top: -7px;
    color: #666;
}
.active .service:hover i{
    color: #FFF;
}
/*** TEAM ***/
.team-carousel{
	cursor:move;
}
.member {
    float: left;
    padding: 0 15px 15px;
    width: 25%;
	cursor:pointer;

	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.member.active {
    width: 50%;
}
.member-info {
    float: left;
    margin-top: 0;
    position: relative;
    width: 100%;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.active .member-info:after {
    background: url("../images/shadow.png") no-repeat scroll center center / 100% 100% rgba(0, 0, 0, 0);
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.member.active .member-info {
    background: url("../images/pattern.jpg") repeat scroll 0 0 rgba(200, 200, 200, 0.5);
    padding: 30px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;    

    -webkit-box-shadow: 0 0 14px #dfdfdf inset;
    -moz-box-shadow: 0 0 14px #dfdfdf inset;
    -ms-box-shadow: 0 0 14px #dfdfdf inset;
    -o-box-shadow: 0 0 14px #dfdfdf inset;
    box-shadow: 0 0 14px #dfdfdf inset;
}
.member-details {
    height: 0;
    overflow: hidden;
}
.member-img {
    position: relative;
	margin-top:50px;
    text-align: center;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.member.active .member-img {
    border: 4px solid #FFFFFF;
    float: left;
    margin-top: 0;
    overflow: hidden;
    width: 155px;
}
.active .member-img > img {
    width: 100%;
}
.member-img > img {
    width: auto;
}
.member.active .member-details {
    float: left;
    margin-top: -135px;
    min-height: 230px;
    width: 100%;
}
.member-intro > h3 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 175px;
}
.member-intro > h3 span {
    font-family: arimo;
    font-size: 13px;
    margin-left: 10px;
    text-transform: uppercase;
}
.member-intro > span {
    color: #707070;
    float: left;
    font-family: arimo;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    padding-left: 175px;
    width: 100%;
}
.member-intro > p {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.team-carousel .owl-controls {
    float: left;
    height: 10px;
    width: 100%;
    margin-top: 20px;
}
.team-carousel .owl-controls .owl-pagination {
    margin: 0 auto;
	display:table;
    width: auto;
}
.team-carousel .owl-controls .owl-pagination .owl-page.active {
	background:transparent;
	border:2px solid #ccc;
}
.team-carousel .owl-controls .owl-pagination .owl-page {
    background: none repeat scroll 0 0 #cccccc;
    height: 7px;
	float:left;
	margin-right:5px;
	border:2px solid transparent;
    width: 24px;
	padding:1px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.team-carousel .owl-controls .owl-pagination .owl-page:last-child{
	margin-right:0;
}

.team-member-img:after {
    background: url("../images/shadow.png") no-repeat scroll center center / 100% 100% rgba(0, 0, 0, 0);
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
}



/*** SIMPLE TEAM STYLE ***/
.team-simple {
    float: left;
    overflow: hidden;
    width: 100%;
}
.team-simple .owl-wrapper-outer {
    cursor: move;
    padding-bottom: 30px;
}
.team-simple .owl-wrapper-outer .owl-item{
    margin-right: -1px;
}
.team-member {
    border: 1px solid #E9E9E9;
    float: left;
    margin-top: 25px;
    padding: 0 10px 30px;
    position: relative;
    width: 100%;
}
.team-member:before {
    background: url("../images/offer-box.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: -100%;
    left: 0;
	
    -webkit-animation: 5s linear 0s normal none infinite animatedBackground;
    -moz-animation: 5s linear 0s normal none infinite animatedBackground;
    -ms-animation: 5s linear 0s normal none infinite animatedBackground;
    -o-animation: 5s linear 0s normal none infinite animatedBackground;
    animation: 5s linear 0s normal none infinite animatedBackground;
	
	
	opacity:0;
	filter:alpha(opacity=0);
	
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-ms-transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.team-member:hover:before{
	top:0;
	opacity:1;
	filter:alpha(opacity=100);
	
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.2s;
}
.team-member-img {
    float: left;
    margin-bottom: 25px;
    margin-top: -25px;
    width: 100%;
	position:relative;
}
.team-member > h4 {
    float: left;
    text-align: center;
    width: 100%;
	margin-bottom:15px;
}
.team-member > h4 span {
    font-size: 13px;
    font-weight: 300;
    margin-left: 10px;
	text-transform:uppercase;
}
.team-member > span {
    color: #707070;
    display: table;
    float: none;
    font-family: arimo;
    margin: 0 auto;
}
.team-member .social > a {
    -webkit-box-shadow: 1px 2px 5px #737373;
    -moz-box-shadow: 1px 2px 5px #737373;
    -ms-box-shadow: 1px 2px 5px #737373;
    -o-box-shadow: 1px 2px 5px #737373;
    box-shadow: 1px 2px 5px #737373;
}
.team-member > span i{
	margin-right:10px;
}
.team-member .social {
    display: table;
    float: none;
    margin: 0 auto;
    padding-bottom: 20px;
	padding-top:20px;
}
.team-member .social a:last-child{
	margin-right:0;
}
.team-member > p {
    text-align: center;
	height:0;
	overflow:hidden;
	
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-ms-transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.team-member:hover > p {
    height: 80px;
}
.team-member:after {
    background: url(../images/down-side-arrows.png) no-repeat scroll center center #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 50%;
    bottom: -28px;
    content: "";
    height: 56px;
    left: 50%;
    margin-left: -28px;
    position: absolute;
    width: 56px;
	
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-ms-transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.team-member:hover:after {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

/*** PORTFOLIO ***/
.option-combo {
    display: table;
    margin: 0 auto 40px;
    padding: 0 30px;
}
.option-combo ul {
    float: left;
    width: 100%;
}
.option-combo li{
    float: left;
	margin:0 10px;
}
.option-combo li a {
    color: #ffffff;
    float: left;
    font-family: oswald;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
    padding: 10px 20px;
	
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-ms-transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.option-combo li a.selected {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #555555;
	
    -webkit-box-shadow: 0 0 5px #C9C9C9;
    -moz-box-shadow: 0 0 5px #C9C9C9;
    -ms-box-shadow: 0 0 5px #C9C9C9;
    -o-box-shadow: 0 0 5px #C9C9C9;
    box-shadow: 0 0 5px #C9C9C9;
}

#portfolio .col-md-1,
#portfolio .col-md-2,
#portfolio .col-md-3,
#portfolio .col-md-4,
#portfolio .col-md-5,
#portfolio .col-md-6,
#portfolio .col-md-7,
#portfolio .col-md-8,
#portfolio .col-md-9,
#portfolio .col-md-10,
#portfolio .col-md-11,
#portfolio .col-md-12{
	padding:1px;
}
.portfolio-image{
	position:relative;
}
.portfolio-image:hover {
    z-index: 3;

   -webkit-box-shadow: 0 0 9px #000000;
   -moz-box-shadow: 0 0 9px #000000;
   -ms-box-shadow: 0 0 9px #000000;
   -o-box-shadow: 0 0 9px #000000;
   box-shadow: 0 0 9px #000000;
}
#portfolio .col-md-2 img,
#portfolio .col-md-4 img{
	width:100%;
}
.portfolio-link {
    width: 100%;
	height:100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
	
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
	
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.portfolio-image:hover .portfolio-link{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio-link a, .portfolio-link span {
    color: #FFFFFF;
    font-family: domine;
    font-size: 16px;
    left: 50%;
    top: 90px;
    width: 50%;
    margin-left: -25%;
    position: absolute;
    text-align: center;
    letter-spacing: 0.3px;
}
.portfolio-link a{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.portfolio-link span {
    color: #B2B2B2;
    font-family: arimo;
    font-size: 12px;
    top: 140px;	
}
.portfolio-link span i {
    margin-right: 5px;
}
#html5-image img {
    width: auto;
}
/** ISOTOPE STYLING **/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}


.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}


.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#portfolio-mas {
    float: left;
    width: 100%;
}

/*** ABOUT COMPANY ***/
.icon-title {
    float: left;
    width: 100%;
	margin-bottom:30px;
}
.icon-title i {
    float: left;
    height: 40px;
    width: 40px;
    border: 1px solid #6B6A6C;
	color:#fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
	margin-right:10px;
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-ms-transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.icon-title > h3 {
    color: #E8E8E8;
    font-size: 20px;
    line-height: 40px;
}
.simple-text img {
    width: 100%;
}
.simple-text h4 {
    color: #444444;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.blackish .simple-text h4{
    color: #EDEDED;
}
.simple-text p {
	color:#707070;
    font-size: 14px;
}
.blackish .simple-text p{
    color: #C2C0C0;
}
.simple-text ul {
    float: left;
    width: 100%;
	font-size:13px;
	color:#707070;
	font-family:arimo;
}
.blackish .simple-text ul{
	color:#ededed;
}
.simple-text li {
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.simple-text li i{
    float: left;
	margin-right:10px;
}
.blank-spc{
	float:left;
	width:100%;
	height:30px;
}

/*** AWARDS ***/
.awards {
    float: left;
    width: 100%;
}
.awards > div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    float: left;
    padding: 45px 20px;
	border:1px solid transparent;
}
.awards > div:before {
    content: "";
    left: -1px;
    position: absolute;
    top: -1px;
    width: 102%;
    height: 0;
    z-index: 0;
	
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.awards > div:hover:before{
    height: 102%;
}
.awards > div a {
    float: left;
    position: relative;
    z-index: 2;
}

.awards > div.rb{
    border-right: 1px solid #474646;
}
.awards > div.bb{
    border-bottom: 1px solid #474646;
}
.awards > div img{
	width:100%;
}

/*** OUR  BLOG ***/
.all-button {
    border: 1px solid #cacaca;
    color: #6f6f6f;
    display: table;
    font-family: open sans;
    margin: 0 auto 30px;
    padding: 8px 30px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.all-button:hover{
    color: #FFF;
}
.blog {
    float: left;
    width: 100%;
    text-align: center;
	padding-top:10px;
	margin-bottom:30px;
	overflow:hidden;
}
.blog-img{
    float: left;
    width: 100%;
	position:relative;
}
.blog-img:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow:0 0 20px #b0b0b0 inset;
    -moz-box-shadow:0 0 20px #b0b0b0 inset;
    -ms-box-shadow:0 0 20px #b0b0b0 inset;
    -o-box-shadow:0 0 20px #b0b0b0 inset;
    box-shadow:0 0 20px #b0b0b0 inset;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.blog-img:hover:after{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.blog-img:before {
    background: rgba(255,255,255,0.5);
    content: "";
    height: 10px;
    width: 95%;
    border-left: 1px solid #D7D7D6;
    border-right: 1px solid #D7D7D6;
    border-top: 1px solid #D7D7D6;
    position: absolute;
    left: 2.5%;
    top: -10px;

    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.blog-date {
    width: 71px;
    height: 82px;
    color: #EAEAEA;
    font-family: domine;
    font-size: 24px;
    padding: 20px 10px;
    text-align: center;
	line-height:28px;
    text-shadow: 1px 1px 1px #545454;
	overflow:hidden;
    position: absolute;
    left: 7%;
    top: -14px;
    z-index: 1;
	
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.blog-date i {
    float: left;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    width: 100%;
}
.blog > h3 {
    background: rgba(255,255,255,0.5);
    border-bottom: 1px solid #D7D7D6;
    border-left: 1px solid #D7D7D6;
    border-right: 1px solid #D7D7D6;
    display: block;
    font-size: 15px;
    line-height: 50px;
    margin: 0 auto;
    padding: 0 20px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.blog > h3 a{
	color:#555555;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.blog-meta {
    color: #888888;
    display: table;
    font-family: arimo;
    font-size: 12px;
    font-style: italic;
    margin: 15px auto 0;
	padding:5px 25px;
    width: auto;
}
.blog-meta li{
	float:left;
	margin-right:20px;
}
.blog-meta li:last-child {
    float: right;
    margin-right: 0;
}
.blog-post > p {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.blog:hover .blog-date{
	height:0;
	padding:0;
}
.blog-img .blog-link {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}

.blog-img .blog-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.6;
    z-index: 0;
}
.blog:hover .blog-img .blog-link{
    opacity: 1;
	-webkit-transition:all 0.3s ease 0.3s;
	-moz-transition:all 0.3s ease 0.3s;
	-ms-transition:all 0.3s ease 0.3s;
	-o-transition:all 0.3s ease 0.3s;
	transition:all 0.3s ease 0.3s;
}
.blog-img .blog-link a {
    background: rgba(255,255,255,0.85);
    font-size: 20px;
    line-height: 47px;
    margin-left: -23.5px;
    margin-top: -23.5px;
    height: 47px;
    width: 47px;
	color:#fff;
    position: absolute;
    left:50%;
    top: 50%;
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.blog:hover .blog-img .blog-link a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	
	-webkit-transition:all 0.4s ease 0.4s;
	-moz-transition:all 0.4s ease 0.4s;
	-ms-transition:all 0.4s ease 0.4s;
	-o-transition:all 0.4s ease 0.4s;
	transition:all 0.4s ease 0.4s;
}
.blog-img > img {    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
/*** NEW FEATURES TABS ***/
.theme-tabs {
    float: left;
    width: 100%;
}
.theme-tabs .selectors{
    background: none repeat scroll 0 0 #FCFAFA;
    border: 1px dashed #C1C1C1;
}
.theme-tabs .nav {
	float:none;
	border:0 none;
	display:table;
	margin:0 auto;
}
.theme-tabs .nav li {
    margin: 0;
}
.theme-tabs .nav li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #555555;
    font-family: arimo;
    letter-spacing: 0.3px;
    margin-right: 0;
    padding: 12px 20px;
	
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.theme-tabs .nav li.active a, .theme-tabs .nav li.active a:hover, .theme-tabs .nav li.active a:focus {
    border: 0 none;
    color: #FFFFFF;
    margin-bottom: -2px;
    margin-top: -2px;
    padding: 14px 20px;
	
    -webkit-box-shadow: 0 0 6px #ABABAB;
    -moz-box-shadow: 0 0 6px #ABABAB;
    -ms-box-shadow: 0 0 6px #ABABAB;
    -o-box-shadow: 0 0 6px #ABABAB;
    box-shadow: 0 0 6px #ABABAB;
}
.theme-tabs .tab-content {
    border-bottom: 1px dashed #C1C1C1;
    border-left: 1px dashed #C1C1C1;
    border-right: 1px dashed #C1C1C1;
    padding: 20px;
}

.offer-box {
    background: url("../images/offer-box.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
    min-height: 365px;
    text-align: center;
	position:relative;
	overflow:hidden;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

	-webkit-box-shadow:0 0 22px #F1F1F1 inset;
	-moz-box-shadow:0 0 22px #F1F1F1 inset;
	-ms-box-shadow:0 0 22px #F1F1F1 inset;
	-o-box-shadow:0 0 22px #F1F1F1 inset;
	box-shadow:0 0 22px #F1F1F1 inset;
	
	-webkit-animation: animatedBackground 10s linear infinite;
	-moz-animation: animatedBackground 10s linear infinite;
	-ms-animation: animatedBackground 10s linear infinite;
	-o-animation: animatedBackground 10s linear infinite;
	animation: animatedBackground 10s linear infinite;
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 0 100%; }
}
@-webkit-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 0 100%; }
}
@-moz-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 0 100%; }
}
@-ms-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 0 100%; }
}
@-o-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 0 100%; }
}

.offer-box i {
    background: none repeat scroll 0 0 #f9f7f7;
    border: 1px solid #b8b8b8;
    color: #888888;
    font-size: 45px;
    height: 102px;
    left: 50%;
    line-height: 102px;
    margin-left: -51px;
    margin-top: -51px;
    position: absolute;
    top: 50%;
    width: 102px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.offer-box:hover i {
	-webkit-transform:scale(0) rotate(360deg);
	-moz-transform:scale(0) rotate(360deg);
	-ms-transform:scale(0) rotate(360deg);
	-o-transform:scale(0) rotate(360deg);
	transform:scale(0) rotate(360deg);
}
.offer-box h4 {
    bottom: 25%;
    font-family: oswald;
    font-size: 16px;
    padding: 0 10px;
    position: absolute;
    width: 100%;

	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.offer-box:hover h4 {
    bottom: 75%;
    color: #fff !important;
}
.offer-box:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.offer-box:hover:before{
	top:0;
	
	-webkit-transition:all 0.4s ease 0.1s;
	-moz-transition:all 0.4s ease 0.1s;
	-ms-transition:all 0.4s ease 0.1s;
	-o-transition:all 0.4s ease 0.1s;
	transition:all 0.4s ease 0.1s;
}
.offer-box > p {
    color: #ebebeb;
    font-size: 14px;
    padding: 0 20px;
    position: absolute;
    top: 100%;
    z-index: 1;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.offer-box:hover > p {
    top:30%;
	
	-webkit-transition:all 0.4s ease 0.2s;
	-moz-transition:all 0.4s ease 0.2s;
	-ms-transition:all 0.4s ease 0.2s;
	-o-transition:all 0.4s ease 0.2s;
	transition:all 0.4s ease 0.2s;
}

/*** NEW FEATURES TABS WITH ICONS ***/
.features-selectors {
    float: left;
    min-height: 225px;
    width: 100%;
}
.features-selectors .nav {
    border: 0 none;
    display: table;
    margin: 0 auto 30px;
}
.features-selectors .nav li {
    margin: 0 50px 0 0;
}
.features-selectors .nav li:last-child{
    margin: 0;
}
.features-selectors .nav li a, .features-selectors .nav li a:hover, .features-selectors .nav li a:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 40px;
    padding: 15px 20px;
    width: 85px;
    height: 85px;
    text-align: center;
	color:#aaaaaa;
	border:1px solid #aaaaaa;
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.features-selectors .nav li a:hover i{
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.features-selectors .nav li a:hover i,
.features-selectors .nav li.active a i {
    -webkit-transform: rotateY(180deg) perspective(2000px);
    -moz-transform: rotateY(180deg) perspective(2000px);
    -ms-transform: rotateY(180deg) perspective(2000px);
    -o-transform: rotateY(180deg) perspective(2000px);
    transform: rotateY(180deg) perspective(2000px);
}
.features .tab-content {
    display: table;
    margin: 0 auto;
    width: 80%;
    text-align: center;
}
.features .tab-content h4 {
    font-family: oswald;
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}


/*** PRICE TABLE ***/
.price-table {
    background: none repeat scroll 0 0 #faf9f9;
    float: left;
    width: 100%;
    border: 1px solid #d6d6d6;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow:0 0 17px #e9e9e9 inset;
    -moz-box-shadow:0 0 17px #e9e9e9 inset;
    -ms-box-shadow:0 0 17px #e9e9e9 inset;
    -o-box-shadow:0 0 17px #e9e9e9 inset;
    box-shadow:0 0 17px #e9e9e9 inset;

	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.table-title{
    float: left;
    overflow: hidden;
    width: 100%;

	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.table-title > h4 {
    font-size: 15px;
    padding: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #ffffff;
}
.table-icon {
    background: none repeat scroll 0 0 #494948;
    margin: 0 auto;
    padding:25px 0;
    text-align: center;
    width: 153px;
    display: table;
    border-radius: 10px;
	
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-ms-transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.price-table:hover .table-icon {
    -webkit-box-shadow: 0 0 20px #8A8A8A inset;
    -moz-box-shadow: 0 0 20px #8A8A8A inset;
    -ms-box-shadow: 0 0 20px #8A8A8A inset;
    -o-box-shadow: 0 0 20px #8A8A8A inset;
    box-shadow: 0 0 20px #8A8A8A inset;
}
.table-icon i {
    color: #FFF;
    float: left;
    font-size: 60px;
    width: 100%;
}
.price-table:hover .table-icon i{
	color:#fff;
}
.table-icon span {
    color: #e3e1e1;
    float: left;
    font-family: domine condensed;
    font-weight: 300;
    letter-spacing: 0.3px;
    padding-top: 10px;
    width: 100%;
}
.table-title > span {
    color: #666666;
    float: left;
    font-family: oswald;
    font-size: 26px;
    padding-top: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #ffffff;
    width: 100%;
    letter-spacing: 0.4px;
}
.table-title > span > i {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}
.price-table .list {
    float: left;
    padding: 30px 50px;
    width: 100%;

	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.price-table .list ul li {
    border-bottom: 1px solid #dadada;
    color: #666666;
    font-family: arimo;
    line-height: 50px;
    text-align: center;
    float: left;
    width: 100%;

	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.price-table .list ul li:first-child{
    border-top: 0;
}
.price-table .list ul li:last-child{
    border-bottom: 0;
}
.list > ul {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.list > a {
    background: none repeat scroll 0 0 #3e3e3d;
    color: #ffffff;
    display: table;
    font-family: arimo;
    letter-spacing: 0.3px;
    margin: 0 auto;
    padding:10px 20px;
    font-size: 12px;
    border-radius: 4px;
	
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-ms-transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
	transition:all 0.4s linear;
}


/*** WHY TO CHOOSE US ***/
.screen {
    background: url("../images/screen.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 375px;
	background-size:100% 100%;
    padding:20px 19px 0;
    width: 100%;
}
.screen .video {
    height: 207px;
}

.screen .video img{
    height: 100%;;
}

.video {
    float: left;
    position: relative;
    width: 100%;
	overflow:hidden;
}
.video > a {
    color: #E1E1E1;
    font-size: 25px;
    width: 76px;
    height: 76px;
    line-height: 76px;
    margin-left: -38px;
    margin-top: -38px;
    text-align: center;
    position: absolute;
    left: -10%;
    top: -10%;
	z-index:1;
	
	-webkit-box-shadow:0 0 16px #252525 inset;
	-moz-box-shadow:0 0 16px #252525 inset;
	-ms-box-shadow:0 0 16px #252525 inset;
	-o-box-shadow:0 0 16px #252525 inset;
	box-shadow:0 0 16px #252525 inset;
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
	-webkit-transition:all 0.6s ease 0s;
	-moz-transition:all 0.6s ease 0s;
	-ms-transition:all 0.6s ease 0s;
	-o-transition:all 0.6s ease 0s;
	transition:all 0.6s ease 0s;
}
.video:hover > a {
    left: 50%;
    top: 50%;
}
.hover{
	background:rgba(0,0,0,.6);
	width:100%;
	height:20%;
	position:absolute;
	left:-100%;
	top:0;
}
.hover.hover-one{
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.hover.hover-two{
	top:20%;

	-webkit-transition:all 0.3s ease 0.1s;
	-moz-transition:all 0.3s ease 0.1s;
	-ms-transition:all 0.3s ease 0.1s;
	-o-transition:all 0.3s ease 0.1s;
	transition:all 0.3s ease 0.1s;
}
.hover.hover-three{
	top:40%;
	
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.2s;
}
.hover.hover-four{
	top:60%;
	
	-webkit-transition:all 0.3s ease 0.3s;
	-moz-transition:all 0.3s ease 0.3s;
	-ms-transition:all 0.3s ease 0.3s;
	-o-transition:all 0.3s ease 0.3s;
	transition:all 0.3s ease 0.3s;
}
.hover.hover-five{
	top:80%;
	
	-webkit-transition:all 0.3s ease 0.4s;
	-moz-transition:all 0.3s ease 0.4s;
	-ms-transition:all 0.3s ease 0.4s;
	-o-transition:all 0.3s ease 0.4s;
	transition:all 0.3s ease 0.4s;
}
div:hover > .hover.hover-one,
div:hover > .hover.hover-two,
div:hover > .hover.hover-three,
div:hover > .hover.hover-four,
div:hover > .hover.hover-five{
	left:0;
}

#toggle > h3 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cecece;
    color: #555555;
    cursor: pointer;
    float: left;
    font-family: domine;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 12px 20px;
    width: 100%;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0 0 9px #e2e2e2 inset;
    -moz-box-shadow: 0 0 9px #e2e2e2 inset;
    -ms-box-shadow: 0 0 9px #e2e2e2 inset;
    -o-box-shadow: 0 0 9px #e2e2e2 inset;
    box-shadow: 0 0 9px #e2e2e2 inset;

	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
#toggle > h3 i {
    margin-right: 15px;
}
#toggle > h3.active,
#toggle > h3.active i{
	color:#fff;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#toggle .content {
    float: left;
    margin-bottom: 10px;
    padding: 5px 10px;
}

/*** COMPANY TIMELINE ***/
.timeline-carousel {
    float: left;
    width: 100%;
}
.company-timeline {
    float: left;
    width: 100%;
	position:relative;
	cursor:move;
}
.era {
    float: left;
    min-height: 341px;
    padding: 25px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.era:before {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.era:hover:before {
    height: 0%;
	
	-webkit-transition:all 0.4s ease 0.3s;
	-moz-transition:all 0.4s ease 0.3s;
	-ms-transition:all 0.4s ease 0.3s;
	-o-transition:all 0.4s ease 0.3s;
	transition:all 0.4s ease 0.3s;
}
.era:after {
    background: url("../images/border.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 60%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 20%;
}
.era-img {
    height: 100%;
    width: 100%;
	z-index:-1;
    position: absolute;
    left: 0;
    top: 0;
}
.era-img:before {
    background:none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.era-img > span:before,
.era-img > span:after {
    background:url("../images/blur.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: -30px;
}
.era-img > span:after{
	top:auto;
	bottom:-30px;
	
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.era-desc {
    left: 0;
    padding: 20px;
    position: absolute;
    top: 35px;
    z-index: 1;
	
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.era:hover .era-desc{
	opacity:0;
	filter:alpha(opacity=0);
}
.era-desc h3 {
    font-family: domine;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}
.era-desc p {
    color: #707070;
    font-size: 14px;
}

.era-time {
    color: #C1C1C1;
    float: left;
    height: 100px;
    width: 100px;
    line-height: 70px;
    margin-left: -50px;
    position: absolute;
	bottom:-35px;
    left: 50%;
    z-index: 1;
	
	-webkit-transition:all 0.4s ease 0s,  ;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.era:hover .era-time {
    bottom: 50%;
    margin-bottom: -50px;
	
	-webkit-transition:all 0.4s ease 0.5s;
	-moz-transition:all 0.4s ease 0.5s;
	-ms-transition:all 0.4s ease 0.5s;
	-o-transition:all 0.4s ease 0.5s;
	transition:all 0.4s ease 0.5s;
}
.era-time > h3 {
    font-family: domine;
    font-size: 16px;
    padding-top: 10px;
    float: left;
    width: 100%;
}
.era-time i {
    float: left;
    font-size: 30px;
    width: 100%;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.era:hover .era-time i {
    font-size: 60px;
	margin-bottom:5px;

	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);

	-webkit-transition:all 0.4s ease 0.5s;
	-moz-transition:all 0.4s ease 0.5s;
	-ms-transition:all 0.4s ease 0.5s;
	-o-transition:all 0.4s ease 0.5s;
	transition:all 0.4s ease 0.5s;
}
.era-time span {
    float: left;
    font-family: domine condensed;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
	padding-top:2px;
    width: 100%;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.era:hover .era-time span {
	color:#555;
}

/*** CLIENT REVIEWS ***/
.client-reviews {
    padding-bottom: 30px;
}
.review-message {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    width: 100%;
}
.switch .review-message{
    padding-left: 0;
    padding-right: 20px;
}

.review-message .blockqoute {
    color: #C8C7C7;
    font-family: arimo;
    font-size: 14px;
    line-height: 26px;
}
.review-message .blockqoute img {
    margin: 0 10px;
    width: auto;
}
.review-message > h4 {
    float: right;
    font-family: arimo;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}
.switch .review-message > h4{
    float: left;
}
.review-message > h4 span{
	color:#fff;
}
.client {
    border: 8px solid #494949;
 
	-webkit-border-radius: 30px 30px 30px 0;
    -moz-border-radius: 30px 30px 30px 0;
    -ms-border-radius: 30px 30px 30px 0;
    -o-border-radius: 30px 30px 30px 0;
    border-radius: 30px 30px 30px 0;
}
.switch .client {
    -webkit-border-radius: 30px 30px 0 30px;
    -moz-border-radius: 30px 30px 0 30px;
    -ms-border-radius: 30px 30px 0 30px;
    -o-border-radius: 30px 30px 0 30px;
    border-radius: 30px 30px 0 30px;
}
.client-reviews .owl-page > span {
    background: none repeat scroll 0 0 #4F4F4F;
    height: 5px;
    width: 20px;
}
.client-reviews .owl-controls {
    width: 100%;
    position: absolute;
    bottom:-30px;
    left: 0;
}
.client-reviews .owl-controls .owl-pagination {
    display: table;
    height: 12px;
    margin: 0 auto;
    width: auto;
}
.client-reviews .owl-controls .owl-pagination .owl-page {
    background: none repeat scroll 0 0 #4F4F4F;
    border: 2px solid rgba(0, 0, 0, 0);
    float: left;
    height: 8px;
    margin-right: 10px;
    width: 21px;
	
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.client-reviews .owl-controls .owl-pagination .owl-page.active{
    background: none;
    border: 2px solid #4f4f4f;
}

/*** CONTACT US ***/
.contact-tabs.nav  {
    border: 0 none;
    float: left;
    width: 100%;
	margin-bottom:50px;
}
.contact-tabs.nav  li {
    margin: 0;
    text-align: center;
    width: 25%;
}
.contact-tabs.nav li a,
.contact-tabs.nav li.active a,
.contact-tabs.nav li a:hover,
.contact-tabs.nav li a:focus {
    background: none repeat scroll 0 0 #595959;
    border-left: 1px solid #939393;
    border-right: 1px solid #313131;
    border-top: 0;
    border-bottom: 0;
	letter-spacing:0.3px;
    color: #FFFFFF;
    font-family: arimo;
    margin: 0;
    padding: 20px;
	letter-spacing:0.3px;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.contact-tabs.nav li.active a,
.contact-tabs.nav li a:hover,
.contact-tabs.nav li a:focus {
 	-webkit-box-shadow:0 0 15px #909090;
	-moz-box-shadow:0 0 15px #909090;
	-ms-box-shadow:0 0 15px #909090;
	-o-box-shadow:0 0 15px #909090;
	box-shadow:0 0 15px #909090;
}
.contact-tabs.nav li a i {
    display: table;
    font-size: 35px;
    margin: 0 auto 10px;
}
.contact-tabs.nav li:first-child a {
    border-left: 0;
}
.contact-tabs.nav li:last-child a {
    border-right: 0;
}

.contact-tabs-content{
	float:left;
	width:100%;
}
.contact-form .form-control {
    background: none repeat scroll 0 0 rgba(254, 254, 254, 1);
    border: 1px solid #bcbcbd;
    color: #9b9b9b;
    font-family: arimo;
    font-size: 12px;
    height: 44px;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
    padding: 10px 20px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0 2px 5px #efefef;
    -moz-box-shadow: 0 2px 5px #efefef;
    -ms-box-shadow: 0 2px 5px #efefef;
    -o-box-shadow: 0 2px 5px #efefef;
    box-shadow: 0 2px 5px #efefef;
}
.contact-form textarea.form-control {
	height:auto;	
}
.submit-form {
    background: url("../images/submit.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #FFFFFF;
    display: table;
    font-family: domine;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin: -55px auto 0;
    padding: 9px 30px;
    text-transform: uppercase;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.phone-number {
    display: block;
    margin: 0 auto;
    width: 630px;
	position:relative;
}
.phone-number h5 {
    color: #3F3F3F;
    font-size: 50px;
    font-weight: 800;
    padding-left: 30px;
    padding-top: 70px;
    position: relative;
    z-index: 1000;
}
.phone-number i {
    color: #595959;
    font-size: 300px;
    left: 0;
    opacity: 0.55;
    position: absolute;
    top: 0;
}
.phone-number > p {
    padding-bottom: 50px;
    padding-left: 135px;
    text-align: center;
}

.address {
	display: block;
	margin: 0 auto;
	width: 850px;
	position: relative;
	padding-left: 250px;
	text-align: center;}
.address h5 {
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 40px;
    padding-top: 100px;
    position: relative;
    z-index: 1000;
}
.address i {
    color: #595959;
    font-size: 300px;
    left: 0;
    opacity: 0.55;
    position: absolute;
    top: 0;
}
.map iframe{
	width:100%;
	height:235px;
	border:0;
}
.map {
    position: relative;
}

/*** FOOTER ***/
.footer {
    background: none repeat scroll 0 0 #2A2929;
    float: left;
    padding: 10px 0;
    width: 100%;
}
.footer h6 {
    color: #BBBBBB;
    float: left;
    font-family: arimo;
    font-size: 13px;
    line-height: 60px;
    text-transform: uppercase;
}
.social {
    float: right;
	padding-top:15px;
}
.social > a {
    background: none repeat scroll 0 0 #3F3E3E;
    color: #FFFFFF;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 20px;
    text-align: center;
    width: 32px;
	
    -webkit-box-shadow:1px 2px 9px #1D1D1D;
    -moz-box-shadow:1px 2px 9px #1D1D1D;
    -ms-box-shadow:1px 2px 9px #1D1D1D;
    -o-box-shadow:1px 2px 9px #1D1D1D;
    box-shadow:1px 2px 9px #1D1D1D;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.social > a:hover{
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/*** INNER PAGE ***/
.inner-page{
    float: left;
    width: 100%;
	margin-top:65px;
}
.page-top {
    float: left;
    overflow: hidden;
    padding-top: 200px;
    position: relative;
    width: 100%;
}
.page-top.blackish:before{
	z-index:0;
}
.page-top .title h2, .page-top .title h1 {
    font-size: 40px;
}
.more-btn {
    background: none repeat scroll 0 0 #E6E6E6;
    color: #373737;
    font-family: domine;
    font-size: 13px;
    line-height: 12px;
    padding: 10px 20px;
    display: inline-block;
    margin: 30px auto 0;
	position:relative;
	text-shadow:1px 1px 0px #fff;
	z-index:1000000;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.more-btn:before {
    content: "";
    height: 0%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:-1;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.more-btn:hover:before {
    height: 100%;
}
.more-btn:hover{
	color:#fff;
	text-shadow:1px 1px 0px #333;
}
.blog-mas{
	float:left;
	width:100%;
}

/*** SIDEBAR ***/
.sidebar-widget{
	float:left;
	width:100%;
	margin-bottom:40px;
}
.dotted-title {
    background: url("../images/border2.png") repeat-x scroll 0 bottom rgba(0, 0, 0, 0);
    position: relative;
    float: left;
    width: 100%;
	text-align:left;
    padding-bottom: 18px;
	margin-bottom:30px;
}
.dotted-title:before {
    background: url("../images/dots.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -4px;
    content: "";
    height: 8px;
    left: 30px;
    position: absolute;
    width: 36px;
}

/*** SEARCH WIDGET ***/
.sidebar-search {
    background:none repeat scroll 0 0 #fff;
    border: 1px solid #D1D1D1;
    float: left;
    width: 100%;
	position:relative;
}
.sidebar-search > input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #C3C3C3;
    font-family: arimo;
    font-size: 12px;
    height: 40px;
    padding: 10px 30px 10px 10px;
	width:100%;
    text-transform: uppercase;
}
.sidebar-search > input[type="submit"] {
    background: url("../images/search.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: 0 none;
    height: 100%;
    position: absolute;
    right: 0;
    width: 30px;
}

/*** SIDEBAR LISTS ***/
.sidebar-widget > ul {
    float: left;
    width: 100%;
}
.sidebar-widget ul li {
    float: left;
    width: 100%;
	position:relative;
    font-family: arimo;
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
	
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.2s;
}
.sidebar-widget ul li:hover{
    padding-left: 35px;
}
.sidebar-widget ul li a{
	color:#707070;
}
.sidebar-widget ul li:before {
    background: none repeat scroll 0 0 #E1E1E1;
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    left: 5px;
    top: 11px;
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.sidebar-widget ul li:hover:before{
    left: 15px;
}
/*** TAGS ***/
.tagcloud {
    float: left;
    margin-bottom: -20px;
    padding-top: 10px;
    width: 100%;
}
.tagcloud > a {
    background: none repeat scroll 0 0 #E6E6E6;
    color: #555555;
    float: left;
    font-family: arimo;
    line-height: 15px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 10px 20px;
    position: relative;
}
.tagcloud > a:hover{
	color:#fff;
	z-index:1000;
}
.tagcloud > a:before {
    border: 1px solid #D1D1D1;
    content: "";
    height: 120%;
    width: 80%;
    position: absolute;
    left: 10%;
    top: -10%;
    z-index: -1;
}
.tagcloud > a:after{
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    left:0;
    top:0;
	
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.tagcloud > a:hover:after{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
/*** NEWSLETTER ***/
.newsletter > form {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.newsletter input[type="text"] {
    border: 1px solid #D1D1D1;
    color: #C3C3C3;
    float: left;
    font-family: arimo;
    font-size: 13px;
    height: 35px;
    padding: 10px;
    width: 100%;
	
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.newsletter input[type="submit"] {
    background: none repeat scroll 0 0 #E6E6E6;
    float: right;
    margin-top: 15px;
    padding: 8px 25px;
    border: 0 none;
    font-family: domine;
    font-size: 14px;
    text-shadow: 1px 1px 1px #FFFFFF;
}


/*** SINGLE POST ***/
.blog-meta-sec {
    border: 1px solid #D1D1D1;
    display: table;
    float: left;
    margin: -1px auto 30px 2.5%;
    padding: 15px 0;
    width: 95%;
}
.blog-meta-sec .blog-meta {
    display: table;
    margin: 0 auto;
    padding: 0;
}
.blog-meta-sec .blog-meta > li {
    margin-right: 40px;
}
.blog-meta-sec .blog-meta > li > i {
    color: #888888;
    float: left;
    font-size: 13px;
    line-height: 15px;
    margin-right: 5px;
}
.quote-box {
    background: url("../images/offer-box.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    float: left;
    margin: 30px 0;
    overflow: hidden;
    padding: 50px 100px;
    position: relative;
    text-align: center;
    width: 100%;

	
	-webkit-animation: animatedBackground 10s linear infinite;
	-moz-animation: animatedBackground 10s linear infinite;
	-ms-animation: animatedBackground 10s linear infinite;
	-o-animation: animatedBackground 10s linear infinite;
	animation: animatedBackground 10s linear infinite;
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 0 100%; }
}
.quote-box > p {
    color: #888888;
    font-family: domine;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 40px;
}
.quote-box > p > i {
    color: #AA3232;
}
.share-post {
    border-bottom: 1px dashed #D3D3D3;
    border-top: 1px dashed #D3D3D3;
    float: left;
    margin: 60px 0;
    padding: 25px 0;
    width: 100%;
}
.share-post > span {
    color: #555555;
    float: left;
    font-family: domine;
    font-size: 18px;
    font-weight: bold;
    line-height: 31px;
    text-transform: uppercase;
}
.share-post .social {
    padding: 0;
}
.share-post .social > a {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
}
.share-post .social > a > i {
    float: left;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}



/***  COMMENT SEC  ***/
.comment-sec {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.comment-sec > ul {
    float: left;
    width: 100%;
}
.comment-sec > ul > li {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.comment {
    background-image: url("../images/offer-box.jpg");
    float: left;
    position: relative;
    width: 100%;
}
.comment-thumb {
    background-color: #FFFFFF;
    float: left;
    position: relative;
    width: 132px;
	margin-right:30px;
    
	-webkit-border-radius: 0 84px 83px 0;
    -moz-border-radius: 0 84px 83px 0;
    -ms-border-radius: 0 84px 83px 0;
    -o-border-radius: 0 84px 83px 0;
    border-radius: 0 84px 83px 0;
}
.comment:hover .comment-thumb:after {
    opacity: 1;
	
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.comment-thumb:after {
    background-color: rgba(0, 0, 0, 0.43);
    border: 3px solid #EAEAEA;
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
	
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 100%;
}
.comment:hover .comment-thumb > img {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.comment-thumb > img {
    border: 3px solid #EAEAEA;
	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
    float: left;
    position: relative;
	
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    width: 100%;
}
.comment-thumb > a {
    color: #FFFFFF;
    font-family: arimo;
    font-size: 14px;
    left: 50%;
    margin-left: -23px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
	
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
	
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
    z-index: 2147483647;
}
.comment:hover .comment-thumb > a {
    opacity: 1;
	
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.comment > h4 {
    float: left;
    font-size: 16px;
    line-height: 12px;
    margin-top: 30px;
    text-align: left;
    text-transform: uppercase;
}
.comment > span {
    color: #888888;
    float: right;
    font-family: domine;
    font-size: 13px;
    font-style: italic;
    line-height: 12px;
    margin-top: 30px;
    padding-right: 30px;
    text-align: right;
}
.comment > span > i {
    color: #AA3232;
}

.comment > p {
    color: #707070;
    font-family: arimo;
    font-size: 13px;
    margin-top: 60px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.comment-sec ul li ul {
    float: left;
    margin-top: 30px;
    padding-left: 70px;
    width: 100%;
}
.leave-comment .contact-form .form-control {
    background: none repeat scroll 0 0 #FAFAFA;
    float: left;
    width: 100%;
	
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}
.leave-comment .submit-form {
    font-family: domine;
    font-size: 12px;
    padding: 8px 25px;
	margin-top:-47px;
}









/*** CONTACT FORM ***/
#message { margin: 10px 0; padding: 0; }

.error_message {
	display: block; 
	line-height: 30px; 
	background: #FBE3E4 url('../images/error.gif') no-repeat 10px center; 
	padding: 3px 10px 3px 35px; 
	color:#8a1f11;
	border: 1px solid #FBC2C4; 
 }

.loader {
    float: left;
    width: auto;
}
#contact #success_page h1 { 
	background: url('../images/success.gif') left no-repeat; 
	padding-left:22px; 
}






.side-panel {
    width: 260px;
    z-index: 1000000000;
    position: fixed;
    bottom: 100px;
	left:-260px;
    background: none repeat scroll 0 0 rgba(34, 34, 34, 0.93);
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}
.side-panel-btns {
    background: none repeat scroll 0 0 #101010;
    color: #fff;
    display: inline-block;
    font-family: domine;
    font-size: 11px;
    padding: 5px 10px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.side-panel-btns:hover{
    color: #fff;
}
.side-panel:hover{
	left:0;
}
.side-panel a {
    cursor: pointer;

	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.side-panel a.buttons {
    background: none repeat scroll 0 0 #ff1a3a;
    border: 1px solid #ffffff;
    color: #fff;
    float: left;
    font-family: Arimo;
    font-size: 11px;
    line-height: 20px;
    margin: 5px 2%;
    padding: 3px 10px;
    text-align: center;
    width: 46%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.setting-panel-btn {
    background: none repeat scroll 0 0 #393939;
    color: #FFFFFF;
    font-size: 30px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    right: -55px;
    text-align: center;
    top: 40px;
    width: 55px;
	
    -webkit-border-radius:0 3px 3px 0;
    -moz-border-radius:0 3px 3px 0;
    -ms-border-radius:0 3px 3px 0;
    -o-border-radius:0 3px 3px 0;
    border-radius:0 3px 3px 0;
}
.light-black-bg {
    float: left;
    width: 100%;
    padding:20px 30px;
}
.strong-black-bg {
    background: none repeat scroll 0 0 rgba(57, 57, 57, 0.93);
    float: left;
    width: 100%;
    padding: 20px 30px;
}
.side-panel h6 {
    color: #FCFBFB;
    font-family: domine;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
	float:left;
	width:100%;
}
.colors {
    float: left;
    width: 100%;
}
.colors a {
    float: left;
    height: 28px;
    margin: 0 25px 14px 0;
    width: 31px;
	cursor:pointer;
	background-attachment:scroll;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	
	-webkit-transition:All 0.3s ease 0s;
	-moz-transition:All 0.3s ease 0s;
	-ms-transition:All 0.3s ease 0s;
	-o-transition:All 0.3s ease 0s;
	transition:All 0.3s ease 0s;
}
.colors a:hover {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.colors a:nth-child(4n) {
    margin: 0 0 20px;
}
.colors .color1{
	background:#3db5e6;
}
.colors .color2{
	background:#2fb47d;
}
.colors .color3{
	background:#ea5450;
}
.colors .color4{
	background:#b76c7a;
}
.colors .color5{
	background:#94c256;
}
.colors .color6{
	background:#ff6699;
}
.extra-strong-black-bg {
    background: none repeat scroll 0 0 rgba(34, 34, 34, 0.93);
    float: left;
    width: 100%;
    padding: 20px 30px;
}

.side-panel .strong-black-bg > h6, .side-panel .extra-strong-black-bg > h6 {
    margin-top: 10px;
}




/*** TEAM STYLE 3 ***/
.team-member-simple-section {
    float: left;
    width: 100%;
    margin-bottom: -50px;
}
.team-member-simple-img .team-social {
    height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
	left:100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
	
	transition:all 0.2s linear;
}
.team-member-simple-img:hover .team-social {
	left:0;
}
.team-member-simple-img .team-social .social {
    display: table;
    float: none;
    margin: 10px auto 0;
    padding: 0;
}
.team-social .social > a:last-child {
    margin-right: 0;
}
.team-member-simple-img .team-social .social a {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
	
	opacity:0;
	filter:alpha(opacity=0);
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.team-member-simple-img:hover .team-social .social a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	
	opacity:1;
	filter:alpha(opacity=100);
}
.team-member-simple-img:hover .team-social .social a:nth-child(n+2){
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.2s;
}
.team-member-simple-img:hover .team-social .social a:nth-child(n+3){
	-webkit-transition:all 0.3s ease 0.3s;
	-moz-transition:all 0.3s ease 0.3s;
	-ms-transition:all 0.3s ease 0.3s;
	-o-transition:all 0.3s ease 0.3s;
	transition:all 0.3s ease 0.3s;
}

.team-member-simple {
    float: left;
    width: 100%;
	margin-bottom:50px;
}
.team-member-simple-img {
    display: list-item;
    margin: 0 auto;
    position: relative;
    width: 60%;
	overflow:hidden;
	
}
.team-member-simple-img > img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.team-member-simple > h3 {
    color: #555555;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}
.team-member-simple > span {
    color: #888888;
    float: left;
    font-family: arimo;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.3px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.team-member-simple > p {
    float: left;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}







nav.hide-menu {
    display: none;
}
nav.hide-menu.show-menu{
	display:block;
}
.video-slide{
	width:100%;
	border:0;
}
.parallax-video {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.text-slider {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.text-slider.blackish:before {
    z-index: 0;
}
.text-carousel {
    margin-left: 20%;
    padding: 0;
    text-align: center;
    top: 35%;
    width: 60%;
}
.text-slide > h2 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 500;
}
.text-slide > p {
    color: #FFFFFF;
    font-family: domine;
    font-size: 18px;
	line-height:50px;
    margin-top: 40px;
}




/*========================================================
                    MAJOR UPDATES
========================================================*/
/*** ABOUT US WITH VIDEO CAROUSEL ***/
.icon-heading {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.icon-heading > span {
    background: none repeat scroll 0 0 #595959;
    border: 2px solid #fff;
    color: #fff;
    float: left;
    font-size: 25px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
    margin-right: 20px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-shadow: 0 0 1px #151515;
    -moz-box-shadow: 0 0 1px #151515;
    -ms-box-shadow: 0 0 1px #151515;
    -o-box-shadow: 0 0 1px #151515;
    box-shadow: 0 0 1px #151515;
}
.icon-heading > i {
    color: #999999;
    font-family: arimo;
    font-style: normal;
    width: 100%;
}
.icon-heading h3 {
    color: #555;
    font-size: 26px;
    margin-top: 10px;
    text-transform: uppercase;
}
.video-intro p {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.video-intro ul {
    color: #777;
    float: left;
    font-family: arimo;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 28px;
    width: 100%;
}
.video-intro ul li i {
    margin-right: 5px;
}
.video-carousel {
    float: left;
    position: relative;
    width: 100%;
}
.video-item {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.video-item:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.56);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;

    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);

    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.video-item:hover:before{
    opacity: 1;

    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.video-item img {
    width: 100%;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.video-item:hover img {
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);

    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}
.video-item > a {
    position: absolute;
    left: 0;
    top: 0;
}
.video-item > a {
    color: #fff;
    font-size: 50px;
    height: 50px;
    left: 50%;
    line-height: 30px;
    margin-left: -35px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70px;
    z-index: 1;
    opacity: 0;

    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -ms-transform:scale(1.4);
    -o-transform:scale(1.4);
    transform:scale(1.4);

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.video-item:hover > a {
    opacity: 1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);

    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}
.video-carousel .owl-controls .owl-buttons {
    height: 40px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1000;
}
.video-carousel .owl-controls .owl-buttons > div.owl-next, 
.video-carousel .owl-controls .owl-buttons > div.owl-prev {
    background: none repeat scroll 0 0 #3b3b39;
    float: left;
    height: 40px;
    margin-top: -200px;
    opacity: 1;
    right: 0 !important;
    width: 20px;
    position: relative;
    left: auto;
    z-index: 1000;

    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.video-carousel .owl-controls .owl-buttons > div:hover {
    width: 40px;
}
.video-carousel .owl-controls .owl-buttons > div.owl-next {
    float: right;
}
.video-carousel .owl-controls .owl-buttons > div:before {
    color: #fff;
    content: "\f105";
    float: left;
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

/*** FANCY SERVICES CAROUSEL ***/
.block.gray {
    background: none repeat scroll 0 0 #faf9f9;
}
.block.pattern {
    background: url("../images/pattern.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.title > p i {
    font-size: 12px;
    margin-right: 10px;
}
.static{
    position: static;
}
.line {
    background: url("../images/line.png") repeat-x scroll 0 center rgba(0, 0, 0, 0);
    height: 101px;
    left: 0;
    position: absolute;
    top: 217px;
    width: 100%;
    z-index: 0;
}
.simple-service {
    float: left;
    width: 100%;
    padding: 5px 15px 0;
}
.simple-service > span,
.service > span {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #b8b8b8;
    color: #777777;
    display: table;
    font-size: 45px;
    height: 98px;
    width: 98px;
    line-height: 98px;
    margin: 0 auto;
    text-align: center;
    position: relative;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.simple-service:hover > span,
.service:hover > span{
    color: #FFF;
    -webkit-transform:scale(1.08);    
    -moz-transform:scale(1.08);    
    -ms-transform:scale(1.08);    
    -o-transform:scale(1.08);    
    transform:scale(1.08);    
}

.simple-service h4 {
    float: left;
    font-size: 15px;
    margin: 30px 0 20px;
    text-align: center;
    width: 100%;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.simple-service > p {
    float: left;
    margin-top: -8px;
    text-align: center;
    width: 100%;
}

/*** BRANCHES ***/

.branches {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: -30px;
}
.branches .row > div {
    margin-bottom: 30px;
}
.branches img {
    width: auto;
}

/*** PORTFOLIO STYLE ***/
.simple-selectors .option-combo {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #eeeaea;
    padding: 2px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.simple-selectors .option-combo ul {
    border: 2px solid #efebeb;
    padding: 0 30px;
}
.simple-selectors .option-combo li {
    margin: -2px 10px;
}
.simple-selectors .option-combo li a {
    color: #555;
    font-family: arimo;
    font-size: 12px;
    padding: 12px 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.simple-selectors .option-combo li a:before {
    background: rgb(255,254,252);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmVmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2VlZWFmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2VlZWFmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2VlZWFmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iI2MxYzFjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(255,254,252,1) 0%, rgba(238,234,242,1) 23%, rgba(238,234,242,1) 36%, rgba(238,234,242,1) 53%, rgba(193,193,193,1) 89%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,254,252,1)), color-stop(23%,rgba(238,234,242,1)), color-stop(36%,rgba(238,234,242,1)), color-stop(53%,rgba(238,234,242,1)), color-stop(89%,rgba(193,193,193,1)));
    background: -webkit-linear-gradient(top, rgba(255,254,252,1) 0%,rgba(238,234,242,1) 23%,rgba(238,234,242,1) 36%,rgba(238,234,242,1) 53%,rgba(193,193,193,1) 89%);
    background: -o-linear-gradient(top, rgba(255,254,252,1) 0%,rgba(238,234,242,1) 23%,rgba(238,234,242,1) 36%,rgba(238,234,242,1) 53%,rgba(193,193,193,1) 89%);
    background: -ms-linear-gradient(top, rgba(255,254,252,1) 0%,rgba(238,234,242,1) 23%,rgba(238,234,242,1) 36%,rgba(238,234,242,1) 53%,rgba(193,193,193,1) 89%);
    background: linear-gradient(to bottom, rgba(255,254,252,1) 0%,rgba(238,234,242,1) 23%,rgba(238,234,242,1) 36%,rgba(238,234,242,1) 53%,rgba(193,193,193,1) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffefc', endColorstr='#c1c1c1',GradientType=0 );

    content: "";
    height: 0;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;

    -webkit-transition:all 0.3s ease 0.1s;
    -moz-transition:all 0.3s ease 0.1s;
    -ms-transition:all 0.3s ease 0.1s;
    -o-transition:all 0.3s ease 0.1s;
    transition:all 0.3s ease 0.1s;
}
.simple-selectors .option-combo li a.selected:before{
    height: 100%;
}
.simple-selectors .option-combo li a.selected {
    color: #fff;
}
.simple-portfolio {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 30px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#creative-portfolio {
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.nav.nav-tabs.portfolio-carousel {
    border: 0 none;
    float: left;
}
.portfolio-carousel .owl-wrapper-outer {
    z-index: 2;
}
.portfolio-carousel .owl-controls {
    margin-top: -15px;
    width: 108%;
    height: 30px;
    z-index: 1;
    position: absolute;
    left: -4%;
    top: 50%;
}
.portfolio-carousel .owl-controls .owl-buttons > div {
    background-color: transparent;
    border: 2px solid #fff;
    float: left;
    height: 30px;
    left: 0;
    margin: 0;
    opacity: 1;
    position: relative;
    width: 30px;
    z-index: 3;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.portfolio-carousel .owl-controls .owl-buttons > div.owl-next{
    float: right;   
}
.folio-image {
    cursor: pointer;
    float: left;
    width: 100%;
}
.folio-image img{
    width: 100%;
}
.folio-details {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
    width: 100%;
    height: 100%;
    padding: 30px 0;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.folio-details img {
    float: left;
    width: 100%;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.folio-details h3 {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}
.details {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.details > h4 {
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.details ul {
    color: #888888;
    float: left;
    font-family: domine;
    line-height: 34px;
    width: 100%;
}
.details ul li {
    color: #888888;
    float: left;
    width: 100%;
}
.details ul li strong {
    font-family: domine;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 5px;
}
.details ul li span{
    font-family: arimo;
    font-size: 12px;
    font-weight: 100;
}
.other-folios {
    float: left;
    padding: 25px 0;
    width: 100%;
    margin-bottom: 35px;
}
.folio-item {
    float: left;
    padding:10px 6px;
    width: 100%;
}
.folio-item > a div {
    float: left;
    position: relative;
    width: 100%;
}
.folio-item > a div:before {
    background: none repeat scroll 0 0 black;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.folio-item > a:hover div:before,
.folio-item.active >  a div:before{
    opacity: 0.7;
}
.folio-item > a div:after {
    content: "\e057";
    font-family: simple-line-icons;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
    color: #FFF;
    font-size: 27px;

    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.folio-item > a:hover div:after,
.folio-item.active >  a div:after{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}

.folio-item img{
    -webkit-box-shadow: 0 0 5px #505050;
    -moz-box-shadow: 0 0 5px #505050;
    -ms-box-shadow: 0 0 5px #505050;
    -o-box-shadow: 0 0 5px #505050;
    box-shadow: 0 0 5px #505050;
}
.folio-desc {
    float: left;
    width: 100%;
}
.delay{
    -webkit-animation-delay:1s;
    -moz-animation-delay:1s;
    -ms-animation-delay:1s;
    -o-animation-delay:1s;
    animation-delay:1s;
}
.folio-item h4 {
    color: #fff;
    float: left;
    font-family: domine;
    font-size: 15px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.fix-height {
    min-height: 530px;

    -webkit-transition:all 0.8s linear;
    -moz-transition:all 0.8s linear;
    -ms-transition:all 0.8s linear;
    -o-transition:all 0.8s linear;
    transition:all 0.8s linear;
}


/*** ROUNDED PROGRESS BARS ***/
.rounded-progress {
    float: left;
    text-align: center;
    width: 100%;
}
.skill {
    border: 4px solid rgba(120, 120, 120, 0.3);
    display: inline-block;
    margin: 0 -18px;
    position: relative;
    overflow: hidden;
    padding: 8px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.skill:before {
    background: none repeat scroll 0 0 black;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: absolute;
    top: 0;
    width: 100%;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.skill:hover {
    z-index: 1;
    border-color: transparent;
}
.skill > div {
    float: left;
    position: relative;
    overflow: hidden;
}
.skill > div:before {
    bottom: 90px;
    color: #fff;
    content: "%";
    font-family: arimo;
    font-size: 20px;
    font-weight: 800;
    height: 30px;
    left: 160px;
    position: absolute;
    width: 30px;
}
.skill input.knob {
    font-family: domine !important;
    font-size: 60px !important;
    font-weight: 200 !important;
}
.skill canvas {
    opacity: 0;

    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.skill:hover canvas {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

}
.skill > span {
    bottom: 70px;
    font-family: domine;
    font-size: 13px;
    left: 0;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    width: 100%;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.skill:hover span{
    color: #FFF;
}

.simple-slider {
    float: left;
    position: relative;
    width: 100%;
}
.simple-slider:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.30);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.simple-slider.pattern:before {
    background: url("../images/pattern.png") repeat scroll 0 0 rgba(0,0,0,0.4);
}
.slider-logo {
    height: 108px;
    left: 50%;
    margin-left: -90px;
    margin-top: -54px;
    position: absolute;
    top: 50%;
    width: 180px;
    z-index: 1000000;
}


/*** CREATIVE TEAM STYLE ***/
.creative-member {
    float: left;
    overflow: hidden;
    padding: 10px 15px 0;
    text-align: center;
    width: 100%;
}
.box {
    border-left: 1px solid #e7e7e7;
    border-radius: 3px;
    border-right: 1px solid #e7e7e7;
    float: left;
    position: relative;
    width: 100%;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}

.box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    opacity: 0;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.box:hover:before{
    opacity: 1;
}
.box:hover {
    border: 1px solid transparent;
}
.box > img {
    width: auto;
    padding: 45px 0;
}
.box > h3 {
    font-size: 15px;
    margin: -10px auto 0;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    z-index: 100;
    position: relative;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}

.box:hover > h3 {
    margin-top: 40px;
    margin-bottom: -50px;
}
.box > h4 {
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto -9px;
    z-index: 100;
    position: relative;
    width: 70%;

    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;    
}
.box:hover > h4 {
    margin-bottom: 50px;
    margin-top: -50px;
}
.box > h3:before, .box > h3:after, .box > h4:before, .box > h4:after {
    background: none repeat scroll 0 0 #e7e7e7;
    content: "";
    height: 1px;
    left: -40px;
    position: absolute;
    top: 10px;
    width: 40px;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.box > h3:after, .box > h4:after {
    left: auto;
    right: -40px;
}
.box:hover > h3:before, .box:hover > h3:after, .box:hover > h4:before, .box:hover > h4:after{
    opacity: 0;
}
.creative-member > span {
    color: #999999;
    float: left;
    font-family: arimo;
    line-height: 10px;
    margin-top: 20px;
    padding: 0 20px;
    width: 100%;
}
.creative-member > span i {
    margin-right: 10px;
}
.box > p {
    color: #707070;
    position: absolute;
    left: 0;
    top: 80px;
    opacity: 0;
    padding: 0 15px;

    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.box:hover > p{
    opacity: 1;
   -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition:all 0.4s ease 0.3s;
    -moz-transition:all 0.4s ease 0.3s;
    -ms-transition:all 0.4s ease 0.3s;
    -o-transition:all 0.4s ease 0.3s;
    transition:all 0.4s ease 0.3s;
}
.box > ul {
    position: absolute;
    left: 0;
    bottom: 110px;
    padding: 0 20px;
    width: 100%;
    opacity: 0;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.box:hover > ul{
    opacity: 1;
}
.box > ul li {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 0 3px;
}
.box > ul li a {
    float: left;
    width: 100%;
    margin-top: 200px;
    color: #FFF;
    overflow: hidden;
    text-align: center;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.box:hover > ul li a{
    margin-top: 0;
}
.box:hover > ul li a.social-icon1{
    -webkit-transition:all 0.4s ease 0.2s;
    -moz-transition:all 0.4s ease 0.2s;
    -ms-transition:all 0.4s ease 0.2s;
    -o-transition:all 0.4s ease 0.2s;
    transition:all 0.4s ease 0.2s;
}

.box:hover > ul li a.social-icon2{
    -webkit-transition:all 0.4s ease 0.4s;
    -moz-transition:all 0.4s ease 0.4s;
    -ms-transition:all 0.4s ease 0.4s;
    -o-transition:all 0.4s ease 0.4s;
    transition:all 0.4s ease 0.4s;
}
.box:hover > ul li a.social-icon3{
    -webkit-transition:all 0.4s ease 0.6s;
    -moz-transition:all 0.4s ease 0.6s;
    -ms-transition:all 0.4s ease 0.6s;
    -o-transition:all 0.4s ease 0.6s;
    transition:all 0.4s ease 0.6s;
}
.box:hover > ul li a.social-icon4{
    -webkit-transition:all 0.4s ease 0.8s;
    -moz-transition:all 0.4s ease 0.8s;
    -ms-transition:all 0.4s ease 0.8s;
    -o-transition:all 0.4s ease 0.8s;
    transition:all 0.4s ease 0.8s;
}
.box > ul li a i {
    background: none repeat scroll 0 0 rgba(172, 172, 172, 0.62);
    float: left;
    line-height: 42px;
    width: 100%;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}

/*** CREATIVE FEATURES ***/

.feature {
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
    width: 100%;

    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    -ms-border-radius: 3px ;
    -o-border-radius: 3px ;
    border-radius: 3px ;
}
.feature:before,
.feature:after {
    background: none repeat scroll 0 0 #cfcfcf;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.17;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
    -ms-transition:all 0.6s linear;
    -o-transition:all 0.6s linear;
    transition:all 0.6s linear;
}
.feature:after{
    width: 100%;
    left: auto;
    right:0; 
    opacity: 0.47;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
    -ms-transition:all 0.6s linear;
    -o-transition:all 0.6s linear;
    transition:all 0.6s linear;
}
.feature:hover:before {
    opacity: 0;

    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}
.feature:hover:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.icon-box {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.46);
    color: #fff;
    float: left;
    font-size: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    width: 65px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.feature:hover .icon-box i {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);


    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.feature > span {
    font-family: arimo;
    font-size: 12px;
    letter-spacing: 0.3px;
}
.feature > h3 {
    color: #fff;
    font-size: 15px;
    margin: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.feature > p {
    color: #dedede;
    letter-spacing: 0.3px;
    line-height: 24px;
}

/*** PARTNERS ***/
.partners {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #e3e3e3;
}
.partners:last-child{
    border-bottom: 0;
}
.partners > div {
    padding: 0;
}
.single-partner {
    border-right: 1px dashed #e3e3e3;
    float: left;
    padding:30px 10px;
    text-align: center;
    width: 100%;
}
.partners > div:last-child .single-partner {
    border-right: 0;
}
.single-partner img {
    width: auto;
}

/*** TESTIMONIAL CAROUSEL  ***/
.testimonial-carousel {
    float: left;
    position: relative;
    width: 100%;
}
.testimonial-carousel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 105px;
    border: 1px solid #e7e7e7;
    z-index: -1;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0 0 7px #EFEFEF inset;
    -moz-box-shadow: 0 0 7px #EFEFEF inset;
    -ms-box-shadow: 0 0 7px #EFEFEF inset;
    -o-box-shadow: 0 0 7px #EFEFEF inset;
    box-shadow: 0 0 7px #EFEFEF inset;
}


.testimonial {
    float: left;
    position: relative;
    width: 100%;
}
.testimonial:before,
.testimonial:after {
    color: #cbcbcb;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 24px;
    position: absolute;
    right: 60px;
    top: 30px;
}
.testimonial:after {
    right: 30px;
    content: "\f10e";
}
.testimonial-img {
    float: left;
    width: 38%;
}
.testimonial-detail {
    float: left;
    width: 62%;
    padding-top: 30px;
}
.testimonial-detail > h4 {
    float: left;
    font-family: domine;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}
.testimonial-detail > span {
    color: #999;
    font-family: domine;
    font-size: 12px;
    float: left;
    width: 100%;
}

.testimonial-detail > p {
    float: left;
    width: 100%;
    font-family: arimo;
    font-size: 13px;
    color: #707070;
    margin-top: 50px;
}
.testimonial-carousel .owl-pagination {
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.testimonial-carousel .owl-pagination .owl-page{
    background: #e9e9e9;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}


/*** PORTFOLIO WITH OUT IMAGES ***/
#creative-portfolio.collapsed {
    margin-bottom: -1px;
}
.container.expand {
    padding: 0 !important;
    width: 100%;
}
.collapsed > div {
    padding: 0 0.5px 1px;
}
.collapsed .simple-portfolio {
    margin-bottom: 0;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.portfolio-title {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.94);
    height: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.folio-image:hover .portfolio-title{
    height: 100%;
}
.portfolio-title > h4 {
    opacity: 0;
    bottom:-60px;
    color: #fff;
    font-size: 15px;
    left: 0;
    line-height: 20px;
    overflow: hidden;
    padding: 15px 20px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 1;

    -webkit-transition:all 0.4s ease 0.3s;
    -moz-transition:all 0.4s ease 0.3s;
    -ms-transition:all 0.4s ease 0.3s;
    -o-transition:all 0.4s ease 0.3s;
    transition:all 0.4s ease 0.3s;
}
.folio-image:hover .portfolio-title h4{
    opacity: 1;
    bottom: 0;
}
.portfolio-title > h4:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.64;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.portfolio-title > i {
    position: absolute;
    width: 32px;
    height: 32px;
    font-size: 32px;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;

    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);

    -webkit-transition:all 0.4s ease 0.2s;
    -moz-transition:all 0.4s ease 0.2s;
    -ms-transition:all 0.4s ease 0.2s;
    -o-transition:all 0.4s ease 0.2s;
    transition:all 0.4s ease 0.2s;    
}
.folio-image:hover .portfolio-title > i{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.folio-details .enlarged h3 {
    text-align: left;
    text-transform: capitalize;
}
#creative-portfolio.collapsed.fix-height {
    min-height: 900px;
}
.enlarged .details ul li {
    width: 50%;
}
.enlarged .folio-desc p {
    float: left;
    margin-top: 20px;
    width: 100%;
}

/*** CREATIVE TITLE STYLE ***/
.creative-title {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
}
.creative-title > p {
    color: #fff;
    line-height: 20px;
}
.creative-title > h2 {
    font-family: oswald;
    font-size: 80px;
    color: #FFF;
}
.whitish .creative-title > p {
    color: #777;
}

/*** PROCESSES ***/
.processes {
    float: left;
    width: 100%;
}
.process {
    float: left;
    text-align: center;
    position: relative;
    width: 20%;
}
.icon-block {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIwLjM4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIwLjY5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(102,102,102,0.38) 0%, rgba(102,102,102,0.69) 48%, rgba(102,102,102,0.7) 49%, rgba(102,102,102,0.4) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,0.38)), color-stop(48%,rgba(102,102,102,0.69)), color-stop(49%,rgba(102,102,102,0.7)), color-stop(100%,rgba(102,102,102,0.4)));
background: -webkit-linear-gradient(top, rgba(102,102,102,0.38) 0%,rgba(102,102,102,0.69) 48%,rgba(102,102,102,0.7) 49%,rgba(102,102,102,0.4) 100%);
background: -o-linear-gradient(top, rgba(102,102,102,0.38) 0%,rgba(102,102,102,0.69) 48%,rgba(102,102,102,0.7) 49%,rgba(102,102,102,0.4) 100%);
background: -ms-linear-gradient(top, rgba(102,102,102,0.38) 0%,rgba(102,102,102,0.69) 48%,rgba(102,102,102,0.7) 49%,rgba(102,102,102,0.4) 100%);
background: linear-gradient(to bottom, rgba(102,102,102,0.38) 0%,rgba(102,102,102,0.69) 48%,rgba(102,102,102,0.7) 49%,rgba(102,102,102,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61666666', endColorstr='#66666666',GradientType=0 );
    color: #fff;
    font-size: 40px;
    height: 110px;
    line-height: 110px;
    border: 2px solid #7a7777;
    position: relative;
    width: 110px;
    z-index: 1;
    display: inline-block;
    margin: 20px auto;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.icon-block:before,
.icon-block:after {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #7a7777;
    content: "";
    height: 12px;
    width: 12px;
    margin-top: -5px;
    position: absolute;
    right: -8px;
    top: 50%;
    z-index: 1;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.icon-block:after {
    left: 50%;
    margin-left: -7px;
    top: 100%;
}
.process.down .icon-block:after{
    top: 0;
}
.process.down .icon-inner:before {
    bottom: 50%;
    top: auto;
}
.icon-inner {
    float: left;
    position: relative;
    width: 100%;
}
.icon-inner:before {
    background: none repeat scroll 0 0 #7a7777;
    content: "";
    height: 45px;
    position: absolute;
    right: -180px;
    top: 50%;
    width: 1px;
}
.icon-inner:after {
    background: none repeat scroll 0 0 #7a7777;
    content: "";
    height: 1px;
    left: 100%;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 180px;
}
.process.down {
    margin-top: 142px;
}
.process h3 {
    color: #fff;
    float: left;
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.process > span {
    color: #d7d7d7;
    float: left;
    font-family: arimo;
    font-size: 12px;
    padding-top: 5px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;    

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.process:hover h3,
.process:hover span {
    opacity: 0;
}

.process:first-child .icon-block:after,
.process:last-child .icon-block:before,
.process:last-child .icon-inner:before,
.process:last-child .icon-inner:after {
    display: none;
}
.block.add-extra{
    padding-bottom: 200px;
}
.process-detail {
    left: 0;
    padding: 30px 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -ms-transform:scale(0.5);
    -o-transform:scale(0.5);
    transform:scale(0.5);

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.process:hover .process-detail{
    opacity: 1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.process-detail:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width:  100%;
    height: 100%;
    z-index: -1;

}
.process-detail > p {
    color: #dedede;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.process-detail i {
    font-size: 50px;
    color: #FFF;
}


/*** FANCY PRICE TABLE ***/
.fancy-price-table {
    border: 7px solid #D9D9D9;
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 30px;
    padding:30px 30px 36px;
    
    -webkit-box-shadow:0 0 7px #949494;
    -moz-box-shadow:0 0 7px #949494;
    -ms-box-shadow:0 0 7px #949494;
    -o-box-shadow:0 0 7px #949494;
    box-shadow:0 0 7px #949494;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.fancy-price-table:before {
    background: none repeat scroll 0 0 #18A3C7;
    content: "";
    height: 43%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.fancy-price-table:hover:before {
    height: 100%;
}
.fancy-price-table > h3 {
    color: #ffffff;
    font-family: domine;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0.3px;
    margin-bottom: 17px;
    text-align: center;
}
.fancy-price-table i {
    color: #ffffff;
    display: table;
    font-size: 70px;
    margin: 30px auto 25px;
}
.fancy-price-table > span {
    background: none repeat scroll 0 0 #18A3C7;
    color: #FFFFFF;
    display: table;
    margin: 0 auto 18px;
    padding: 5px 15px;
    line-height: 20px;
    font-family:arimo;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.fancy-price-table:hover span{
    margin: 0 auto 10px;
}
.fancy-price-table > span strong {
    font-size: 30px;
    font-weight: 500;
}
.fancy-price-table > span.save {
    font-family: domine;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 15px;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.fancy-price-table > span.save strong{
    font-size: 18px;
}
.fancy-price-table:hover span.save {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFF;
    margin-bottom: 10px;
}
.fancy-price-table > ul{
    float:left;
    width:100%;
    margin-bottom:20px;
}
.fancy-price-table li {
    color: #777777;
    float: left;
    font-family: arimo;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.fancy-price-table:hover li{
    color:#fff;
}
.fancy-price-table > a {
    background: none repeat scroll 0 0 #494948;
    color: #ffffff;
    display: table;
    font-family: arimo;
    line-height: 10px;
    margin: 0 auto;
    padding: 10px 25px;
    font-size: 11px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.fancy-price-table > a:hover{
    background: none repeat scroll 0 0 #fff;
    color:#4f4f4f;
}

/*** COUNTER BOX ***/
.factors {
    float: left;
    margin-bottom: -50px;
    width: 100%;
}
.counter-box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border: 5px solid #41494f;
    float: left;
    margin-bottom: 50px;
    padding: 50px 20px 30px;
    text-align: center;
    width: 100%;
    position: relative;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.counter-box > h5 {
    font-family: arimo;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.counter-box > h6 {
    color: #fff;
    font-family: domine;
    font-size: 15px;
    margin-top: 10px;
}
.counter-box > span {
    border: 3px solid rgba(0, 0, 0, 0.3);
    height: 80px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    top: -40px;
    width: 80px;
    color: #FFF;
    font-size: 30px;
    line-height: 70px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}


/*** MOCKUP FEATURES ***/
.mockup-features {
    float: left;
    width: 100%;
    margin-bottom: -90px;
}
.mockup-features img {
    width: auto;
    margin: 0 auto;
    float: none;
    display: table;
}
.feature-box > span {
    border: 1px solid #b8b8b8;
    margin-right: 20px;
    text-align: center;
    color: #777777;
    font-size: 35px;
    line-height: 65px;
    float: left;
    height: 65px;
    width: 65px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.feature-box > i {
    font-family: arimo;
    font-size: 12px;
    color: #999;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
}
.feature-box > h3 {
    font-size: 15px;
    color: #555555;
    text-transform: uppercase;
    display: flex;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.feature-box > p {
    display: table;
    margin-top: 5px;
}
.feature-box {
    float: left;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.feature-box:last-child{
    margin-bottom: 0;
}
.feature-box:before {
    background: none repeat scroll 0 0 #bdbdbd;
    content: "";
    height: 8px;
    left: -70px;
    position: absolute;
    top: 20px;
    width: 8px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.feature-box:after {
    border-bottom: 1px dashed #bdbdbd;
    content: "";
    height: 1px;
    width: 70px;
    position: absolute;
    left: -70px;
    top: 23px;

}
.feature-box.reverse > span {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.feature-box.reverse {
    text-align: right;
}
.feature-box.reverse > h3 {
    display: inherit;
}
.feature-box.reverse:before {
    left: auto;
    right: -70px;
}
.feature-box.reverse:after {
    left: auto;
    right: -70px;
}

/*** IMAGE SLIDER WITH TEXT SLIDER ***/
.slider-text {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
}
.slider-text h2 {
    font-family: arimo;
    font-size: 100px;
    font-weight: 800;
    color: #FFF;
}
.slider-text p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: arimo;
    color: #FFF;
    line-height: 35px;
    padding: 20px 40px 20px;
}
.slider-text a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border: 1px solid #6b6a6b;
    display: table;
    font-family: arimo;
    font-size: 12px;
    margin: 0 auto;
    padding: 13px 30px;
    width: auto;
    font-weight: 600;
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.slider-text a:hover{
    color: #FFF;
}
.slider-text a:before {
    content: "";
    width: 100%;
    height: 0;
    background: black;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;    
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}
.slider-text a:hover:before{
    height: 100%;
}
.gallery_kenburns > canvas {
    float: left;
    width: 100%;
}
.slider-text img {
    width: auto;
}
.full-video {
    float: left;
    width: 100%;
}
.full-video iframe {
    border: 0 none;
    height: 100%;
    float: left;
    width: 100%;
}
a.move-down {
    border: 0 none;
    color: #fff !important;
    font-size: 20px;
    height: 49px;
    line-height: 49px;
    padding: 0;
    width: 49px;

    -webkit-animation:1s ease 0s normal none infinite moveupdown;
    -moz-animation:1s ease 0s normal none infinite moveupdown;
    -ms-animation:1s ease 0s normal none infinite moveupdown;
    -o-animation:1s ease 0s normal none infinite moveupdown;
    animation:1s ease 0s normal none infinite moveupdown;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}   
a.move-down:before {
    display: none;
}

@-moz-keyframes moveupdown {
    0% , 100% {padding-top: 10px;} 
    50% {padding-top: 0;}
}

@-o-keyframes moveupdown {
    0% , 100% {padding-top: 10px;} 
    50% {padding-top: 0;}
}

@keyframes moveupdown {
    0% , 100% {padding-top: 10px;} 
    50% {padding-top: 0;}
}









/**** SIMPLE TEXT ROTATOR ***/
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}



.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}


                #loaderMask{
                    text-align: center;
                    padding-top: 20%;
                }
                #loaderMask span{
                    font-size: 5em;
                    
                }




.active .service i,
.active .service h3,
.blog > h3 a:hover,
.blog-date a ,
.features .tab-content h4 i,
.era:hover .era-time i,
.blog-meta li a:hover,
.features-selectors .nav li.active a, .features-selectors .nav li.active a:hover, .features-selectors .nav li.active a:focus,
.review-message > h4,
.member-intro > h3 span,
.blog-meta li a,
.features .tab-content h4 span,
.dotted-title h4 span,
.sidebar-widget ul li:hover > a,
.blog > h3:hover a,
.slide2-sub-title,
.slide3-title span,
.team-member > h4 span,
.quote-box > p > i,
.comment > span > i,
.text-slide > h2 span,
.icon-heading h3 span,
.video-item a:hover,
.simple-service:hover h4,
.skill > span,
.box > h4,
.box:hover > h3,
.feature > span,
.blog-img .blog-link a,
.review-detail > h4,
.portfolio-title > i,
.creative-title > h2,
.price-table > span.save,
.counter-box > h5,
.feature-box:hover > span,
.feature-box:hover > h3,
.slider-text h2 span,
.slider-text a,
.slide4-title span,
.slide5-subtitle span,
header span.toggle-btn,
.simple-service:hover > span:after{
    color:#3db5e6;
}
.slide1-icon:before,
.awards > div:before,
.div:hover > .icon-title i,
.option-combo,
.theme-tabs .nav li.active a,
.price-table:hover .table-icon,
.price-table .list > a:hover,
.contact-tabs.nav li.active a,
.social > a:hover,
header .container nav li a:before,
header .container nav li a:after,
.more-btn:hover:before,
.sidebar-widget ul li:hover:before,
#toggle > h3.active,
.slide1-icon:hover,
.tagcloud > a:after,
div:hover > .icon-title i,
.video-carousel .owl-controls .owl-buttons > div:hover,
.simple-service:hover > span,
.service:hover > span,
.blog-date,
.simple-selectors .option-combo li a.selected,
.other-folios,
.skill:hover:before,
.box > ul li a:hover i,
.feature:hover .icon-box,
.feature:after,
.blog-img .blog-link:before,
.reviews-carousel .owl-pagination .owl-page.active,
.portfolio-title > h4:before,
.process-detail:before,
.price-table:before,
.price-table > span,
.counter-box > span,
.slider-text a:before,
header .container nav li a:hover,
header .container nav li.active a,
.slide3-desc:before,
.slide5-highlighted,
.fancy-price-table:before,
.fancy-price-table > span,
.offer-box:before,
.all-button:hover,
.testimonial-carousel .owl-pagination .owl-page.active{
    background:#87A465; color:#000;
}
div:hover > .icon-title i,
nav > .container ul > li > ul,
nav.stick-bottom.sticky > .container ul > li > ul,
.features-selectors .nav li.active a, .features-selectors .nav li.active a:hover, .features-selectors .nav li.active a:focus,
.simple-service:hover > span,
.service:hover > span,
.simple-service:hover > span:before,
.simple-service:hover > span:after,
.fancy-price-table > span,
#toggle > h3.active{
    border-color:#3db5e6;
}

.video > a{
    background:rgba(61,181,230,0.8);
}   

.about{
	padding-top:0px;
	border-bottom: 1px solid #f5f5f5;
	}
.about-left h3, .what-info h3, .team-info h3, .portfolio-info h3, .pricing-info h3, .clients-info h3, .contact-info h3{
	font-size:40px;
	margin: 0 0 14px 0;
	font-weight:700;
	color:#FF6600;
	}
.about-left h2{
	color: #8cc739;
	font-size: 27px;
	font-weight: 300;
	margin: 20px 0;
	}
.about-left p{
	color:#999999;
	margin:0;
	font-size:17px;
	line-height:1.8em;
	}
.about-right img {
	width: 63%;
	height: 312px;
	}
.strip{
	background: #999999;
	width: 100%;
	padding: 1px;
	text-align: center;
	}

/*-- //about --*/
/*-- what-we-do --*/
.what-we-do{
	padding-top:90px;
	background-image:url(../images/bg_3.jpg);
	background-repeat:no-repeat;
	}
.hand-icon{
	background:url("../images/c.png") no-repeat 0px 0px;
	width:94px;
	height:94px;
	display:block;
	margin:0 auto;
	}
.hand-icon:hover{
	width:94px;
	height:94px;
	display:block;
	cursor: pointer;

	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transform: rotateY(360deg);
	background-image: url(../images/h.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
.headset-icon{
	background:url("../images/c.png") no-repeat -300px 0px;
	width:94px;
	height:94px;
	display:block;
	margin:0 auto;
	}
.headset-icon:hover{
	width:94px;
	height:94px;
	display:block;
	cursor: pointer;

	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transform: rotateY(360deg);
	background-image: url(../images/h.png);
	background-repeat: no-repeat;
	background-position: -300px 0px;
	}
.star-icon{
	background:url("../images/c.png") no-repeat -600px 0px;
	width:94px;
	height:94px;
	display:block;
	margin:0 auto;
	}
.star-icon:hover{
	width:94px;
	height:94px;
	display:block;
	cursor: pointer;

	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transform: rotateY(360deg);
	background-image: url(../images/h.png);
	background-repeat: no-repeat;
	background-position: -600px 0px;
	}
.box-icon{
	background:url("../images/c.png") no-repeat -900px 0px;
	width:94px;
	height:94px;
	display:block;
	margin:0 auto;
	}
.box-icon:hover{
	width:94px;
	height:94px;
	display:block;
	cursor: pointer;

	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transform: rotateY(360deg);
	background-image: url(../images/c.png);
	background-repeat: no-repeat;
	background-position: -900px 0px;
	}
.what-info{
	width:100%;
	}
.what-info p{
	margin: 20px 0 0 0;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 500;
	font-family: 'BebasNeueRegular', sans-serif;
	}
.what-grids {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	margin-top: 20px;
	}
.what-grid h3 {
font:'BebasNeueRegular', sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 700;
	margin: 23px 0 12px 0;
	}
.what-grid p {
	color: #CCCCCC;
	font-size: 14px;
	margin: 12px 0 0 0;
	}
.border{
	width: 20%;
	margin: 0 auto;
	background: rgb(215, 71, 29);
	padding: 1px 0;
	}
/*-- //what-we-do --*/             

/*-- //cert --*/    

.trainer-section {
	background: #2c2c2c;
	padding: 5em 0;
}
.trainer-grids {
	text-align:center;
}
.trainer-grid img {
	border: 10px solid#808080;
}

.span {
	border-left: 0px solid#fff;
	border-right: 0px solid#fff;
	
}
.trainer-grid{
	position:relative;
	padding: 15px 5px;
}
.trainer-info {
	position: absolute;
	width: 50%;
	left: 90px;
	top: 50px;
	display:none;
}
.trainer-info h3{	
	font-size: 2em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.trainer-grid:hover div.trainer-info{
	display:block;
	background: rgba(0, 0, 0, 0.51);
	padding: 50px 30px;
}
.trainersection-info{
	background:url("../images/banner2.jpg");
	background-size:cover;
	min-height:350px;
	text-align: center;
}
.trainer-infogrids {
	padding: 8em 0;
}
.label1 {
	margin-top: 3em;
}
.label2 {
	margin-top: 1.5em;
}
.trainer-grid1 {
	padding: 20px 0;
}
.trainer-grid1 h4 {
	font-size: 2.5em;
	color: #fff;
	font-weight: 600;
	padding: 10px 0;
}
/*-- //cert --*/  

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:90%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#aad4ff; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
} 