
/*===================================================================================*/
/*  LINE OVERWRITE                                                              */
/*===================================================================================*/

.space{
	height:60px;
}

/*Highlight*/

.highlight{
	color: #666;
}
.parallax .highlight{
	color: #FFF;
	text-shadow: 2px 2px 2px #000000;
}
.dropcap {
    display: block;
    float: left;
    font-size: 60px;
    line-height: 1em;
    margin: 0 10px 0px 0;
    vertical-align: middle;
}

.divider
{
	position: relative;
	content: ' ';
	width: 100%;
	border-bottom: 1px solid #EEE;
	margin: 0 auto 20px;
}
.divider:before
{
	position: absolute;
	content: ' ';
	width: 50px;
	border-bottom: 3px solid #EEE;
	bottom: -2px;
	left:50%;
	margin-left: -25px;
}
.divider:after
{
	position: absolute;
	content: ' ';
	width: 18px;
	border-bottom: 7px solid #EEE;
	bottom: -4px;
	left:50%;
	margin-left: -9px;
}
/*qoute*/
p.quote {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 20px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	margin: 0 5%;
	font-weight: 500;
	font-family: 'Poiret One', Helvetica, Arial, sans-serif;
}
p.quote i {
	font-size: 25px;
	display: inline-table;
	vertical-align: top;
	margin: 0 5px;
	color: #FFF;
}
.quote-author {
	font-family: 'Poiret One', Helvetica, Arial, sans-serif;
	height: 24px;
	width: auto;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin-top: 25px;
	font-style: italic;
	text-align: center;
}

.fullwidthcolor{
	background: #EEEEEE;
	overflow: hidden;
	width:100%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	padding: 30px 0;
}


.title{
	text-align: left;
	display: table;
}
.title strong{
	font-weight: 400;
}
.title h1{
	font-size: 85px;
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	text-align: left;
	font-family: 'Poiret One', Helvetica, Arial, sans-serif;
	padding-right: 20px;
}
.title h2{
	display: inline-block;
	font-size: 40px;
	font-family: 'Poiret One', Helvetica, Arial, sans-serif ;
}
.title h3{
	line-height: 1.2;
	margin: 0;
	font-weight: 100;
	font-family: 'Roboto', Helvetica, Arial, sans-serif ;
	font-size: 22px;
}
.title h1 + h3{
	line-height: 1.8;
	width: 60%;
	display: table-cell;
	vertical-align: middle;
}
.parallax .title{
	color: #FFF;
}


/*===================================================================================*/
/*  BOOTSTRAP OVERWRITE                                                                 */
/*===================================================================================*/


blockquote {
	margin: 0 0 20px 0;
	padding: 0;
}
blockquote p {
	margin: 0;
	padding: 5px 0 5px 15px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 18px;
	line-height: 22px;
}
.pullquote {
	width: 300px;
	margin: 15px 0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.2;
}
.pullquote.pull-left {
	padding: 0px 15px;
	border-left: 5px solid #EEEEEE
}
.pullquote.pull-right {
	padding: 0px 15px;
	text-align: right;
	border-right: 5px solid #EEEEEE
}



/*Button*/

.btn {
	border: none;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	color: #fff;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.btn:hover, .btn:active, .btn:focus{color: #FFF;opacity: 1;}

.btn-large {font-size: 1.1em;padding: 15px 30px;}

.btn-light {
	color: #666 !important;
	background: #DDD;
	box-shadow: 0px 3px 0px 0px #AAA;
}
.btn-light:hover {background: #EEE;}

.btn-dark {
	background: #333;
	box-shadow: 0px 3px 0px 0px #222;
}
.btn-dark:hover {background: #444;}

.btn-blue {
	background: #3fb8e8;
	box-shadow: 0px 3px 0px 0px #3293ba;
}
.btn-blue:hover {background: #1baae3;}
.btn-blue:active {box-shadow: 0px 1px 0px 0px #3293ba;}

.btn-red {
	background: #f06060;
	box-shadow: 0px 3px 0px 0px #cd1313;
}
.btn-red:hover {background: #ed4444;}
.btn-red:active {box-shadow: 0px 1px 0px 0px #cd1313;}

.btn-pink {
	background: #ff6a80;
	box-shadow: 0px 3px 0px 0px #da0020;
}
.btn-pink:hover {background: #ff566f;}
.btn-pink:active {box-shadow: 0px 1px 0px 0px #da0020;}

.btn-orange {
	background: #fdc058;
	box-shadow: 0px 3px 0px 0px #e29003;
}
.btn-orange:hover {background: #fdb53a;}
.btn-orange:active {box-shadow: 0px 1px 0px 0px #e29003;}

.btn-purple {
	background: #aa65c7;
	box-shadow: 0px 3px 0px 0px #883da7;
}
.btn-purple:hover {background: #9e4fbf;}
.btn-purple:active {box-shadow: 0px 1px 0px 0px #883da7;}

.btn-green {
	background: #2ecc71;
	box-shadow: 0px 3px 0px 0px #239a55;
}
.btn-green:hover {background: #28b363;}
.btn-green:active {box-shadow: 0px 1px 0px 0px #239a55;}


/*For form control*/
.form-control{
	font-size: 14px;
	line-height: 1;
	display:inline-block;
	vertical-align: middle;
	border: 1px solid #DDD;
	border-left: 3px solid #DDD;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-control:focus{
	border: 1px solid #A3A3A3;
	border-left: 3px solid #A3A3A3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*===================================================================================*/
/*  BXSLIDER  OVERWRITE                                                              */
/*===================================================================================*/
.bx-wrapper{
	margin-bottom: 10px;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent;
	left: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: -60px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border: 2px solid #FFF;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-bottom: -60px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
	opacity: 1;
}
.bx-wrapper .bx-controls-direction a{
	text-indent: 0;
	font-size: 50px;
	color: #FFF;
	background: rgba(0,0,0,0.6);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 200;
}

.bx-wrapper .bx-caption {
	background: rgba(0, 0, 0, 0.6);
}
.bxslider{
	margin: 0;
	padding: 0;
	list-style: none;
}
.bxslider li img{
	width: 100%;
}
/*===================================================================================*/
/*  FEATURE BOX                                                                      */
/*===================================================================================*/


.feature-box{
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.feature-box span
{
	-webkit-border-radius: 100% 0% 100% 100%;
	-moz-border-radius:  100% 0% 100% 100%;
	border-radius:  100% 0% 100% 100%;
	width: 160px;
	height: 160px;
	margin: 0 auto 10px;
	display: inline-block;
	background: #F1F1F1;
	border: 6px solid #F4F4F4;
	color: #A3A3A3;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.feature-box span i
{
    display: block;
	line-height: 160px;
	font-size: 80px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.feature-box:hover span
{

	background: transparent;
	border: 6px solid transparent;
}
.feature-box:hover span i
{
    -moz-transform: rotate(360deg) scale(1.5);
    -ms-transform: rotate(360deg) scale(1.5);
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
}

/*===================================================================================*/
/*  PIECHART                                                                         */
/*===================================================================================*/


.piechart {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 30px auto;
	width: 100%;
}
.piechart canvas {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -80px;
}
.piechart span {
    background: #EEE;
    border-radius: 100%;
    color: #666;
    display: block;
    font-family: 'Poiret One',sans-serif;
    font-size: 50px;
    height: 122px;
    left: 50%;
    line-height: 122px;
    margin-bottom: 50px;
    margin-left: -61px;
    position: relative;
    top: 19px;
    width: 122px;
    z-index: 2;
}
.piechart span:after {
	content: '%';
	font-size: 22px;
}

/*===================================================================================*/
/*  MEMBER                                                                           */
/*===================================================================================*/

.mem-item{
	margin: 30px 0;
	overflow: hidden;
}

.mem-avatar{overflow: hidden; position: relative;}

.mem-avatar:before
{
	content: '';
	width:600px;
	height:600px;
	background: rgba(255, 255, 255, .1);
	display:inline-block;
	position:absolute;
	right:500px;
	top:0;

	-moz-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
  	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);

	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.mem-avatar:hover:before {right:-460px;}

.mem-avatar img
{
	width: 100%;
	-webkit-transition: transform 0.3s ease 0.1s;
	-moz-transition: transform 0.3s ease 0.1s;
	-ms-transition: transform 0.3s ease 0.1s;
	transition: transform 0.3s ease 0.1s;
}


.mem-info
{
	background: #dedede;
	padding: 15px 0 0px 0;
	height: 80px;
	position: relative;
	text-align: center;
}


.mem-info .mem-pos
{
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-top:10px;
    margin-top: -5px;
}

.mem-info .mem-details
{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 100%;
	display: table;
	z-index: 10;
	background: #dedede;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mem-avatar:hover + .mem-info .mem-details, .mem-info:hover .mem-details
{
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	height: 80px;
}

.mem-details .mem-socials{
	display: table-cell;
	vertical-align: middle;
    text-align: center;
}

/*===================================================================================*/
/*  SOCICALS                                                                         */
/*===================================================================================*/


a.social-icon {
	color: #666;
	width: 40px;
	height: 40px;
    font-size: 18px;
    display: inline-block;
    line-height: 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #f1f1f1;
	text-align: center;
	margin: 2px;
}
a.social-icon:hover{
	background: #A3A3A3;
	color: #FFF;
}


/*===================================================================================*/
/*  COUNTER                                                                          */
/*===================================================================================*/


.stat-counter{
	text-align: center;
	margin: 30px 0;
	color: #666;
}
.parallax .stat-counter{
	color: #FFF;
}
.stat-counter .number{
	display: inline-block;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-border-radius: 100%;
	-moz-border-radius:  100%;
	border-radius:  100%;
	line-height: 160px;
	font-family: 'Poiret One', sans-serif;
	font-size: 50px;
	width: 160px;
	height: 160px;
	font-weight: 300;

}
.parallax .stat-counter .number{
	border-color: #FFF;
}
.stat-counter .counter-icon{
	display: block;
	font-size: 50px;
	margin-top: -25px;
	margin-bottom: 20px;
	line-height: 1;
}

/*===================================================================================*/
/*  SERVICE                                                                          */
/*===================================================================================*/


.service-icon{
	margin: 30px 0;
}
.service-icon span{
	float: left;
	display: inline-block;
	-webkit-border-radius: 100%;
	-moz-border-radius:  100%;
	border-radius:  100%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	background: #A3A3A3;
	margin: 0 25px 10px !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    color: #FFF;
}
.service-icon:hover span{
	background: transparent;
    -moz-transform: rotate(360deg) scale(1.1);
    -ms-transform: rotate(360deg) scale(1.1);
    -webkit-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
    color: #A3A3A3;
}
.service-icon.float{
	text-align: right;
}
.service-icon.float span{
	float: right;
}

.service-box{
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    padding: 20px;
    margin: 20px auto;
}
.service-box .wrap{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.service-box .wrap span{
	color: #A3A3A3;
    font-size: 60px;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.service-box .wrap .content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.service-box .wrap .content h4{
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.service-box .wrap .content p{
    text-align:center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.service-box:hover{
    background: #F6F6F6;
}
.service-box:hover .wrap span{
    font-size: 90px;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}
.service-box:hover .wrap h4{
    -webkit-animation: moveFromRight 300ms ease;
    -moz-animation: moveFromRight 300ms ease;
    -ms-animation: moveFromRight 300ms ease;
}
.service-box:hover .wrap p{
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeft{
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromLeft{
    from {
        -moz-transform: translateX(-100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

/*===================================================================================*/
/*  PROCESS                                                                          */
/*===================================================================================*/


.process-item{
	background: rgba(0,0,0,0.3);
	padding: 20px;
	text-align: center;
	margin: 30px 0;
	color: #FFF;
}
.process-item span{
	font-size: 60px;
}
.process-item p{
	text-align: center;
}


/*===================================================================================*/
/*  PRICETABLE                                                                       */
/*===================================================================================*/



.pricetable
{
    color: #666;
    text-align: center;
    float: left;
    width: 25%;
    padding: 30px 0;
    background: #f7f7f7;
}


@media all and (max-width: 768px){
	.pricetable
	{
	    width: 50%;
	}
}

@media all and (max-width: 384px){
	.pricetable
	{
	    width: 100%;
	}
}


.pricetable-features {
    color: #FFF;
    background: #666;
}
.pricetable-title h3 {
    font-weight: 300;
    margin: 0;
    padding-bottom: 30px;
    line-height: 1;
    margin-bottom: 2px;
    border-bottom: 2px solid #e7e7e7;
    text-transform: uppercase;
}


.pricetable-features .pricetable-title h3 {
    color: #FFF;
    font-weight: 400;
    border-color: #FFF;
}


.pricetable-price {
    padding: 30px 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eaeaea;
}

.pricetable-price h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pricetable-features .pricetable-price h3 {
    color: #FFF;
}

.pricetable-price span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.pricetable-features .pricetable-price span {
    color: #FFF;
}
.pricetable-items{
	padding: 0;
	margin: 0;
	list-style: none;
}
.pricetable-items li {
    font-size: 11px;
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px dashed #EAEAEA;
    text-transform: uppercase;
}

.pricetable-btn {
    padding-top: 20px;
}
.pricetable-features .pricetable-btn a{
    color: #FFF;
}




/*===================================================================================*/
/*  Accordion && Toggle                                                              */
/*===================================================================================*/

.accordion, .toggle{margin-bottom: 10px;}
.accordion .accordion-title , .toggle .toggle-title{
	position: relative;
	display: block;
	border: 1px solid #F1F1F1;
	border-radius: 2px;
}
.accordion .accordion-title , .toggle .toggle-title{
	font-size: 16px;
	margin: 0;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
}
.accordion .accordion-title a , .toggle .toggle-title a{
	display: block;
	padding: 11px 15px;
	color: inherit;
	background-color: #F4F4F4;
	position: relative;
	line-height: 1;
}

.accordion .accordion-title a:after , .toggle .toggle-title a:after{
	position: absolute;
	content: '';
	top:8px;
	right: 20px;
	font-family: 'FontAwesome';
}
.accordion .accordion-title.active a:after , .toggle .toggle-title.active a:after{
	content: '';
}
.accordion .accordion-inner, .toggle .toggle-inner{
	padding: 10px 25px;
	display: none;
	margin: -7px 0 6px;
	border: 1px solid #F1F1F1;
}
.accordion .accordion-inner.active, .toggle .toggle-inner.active{
	display: block;
}
.accordion .accordion-inner div, .toggle .toggle-inner div{
	margin-left: 45px;
	padding: 0px 5px 10px 10px;
	margin-bottom: 6px;
}



/*===================================================================================*/
/*  TAB                                                                              */
/*===================================================================================*/

.tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
}
.tab {
	float: left;
	margin-right: -1px;
}
.tab a {
	color: inherit;
	border: 1px solid #EEE;
	display: block;
	padding: 10px 20px 10px 15px;
	background-color: #F4F4F4;

}
.tab a:hover {
	background: #FFF;
}
.tab a i {
	display: inline-table;
	margin-right: 0px;
	line-height: 18px;
	vertical-align: text-bottom;
	padding-right: 10px;
}
.tab a.selected {
	background: #FFF;
	border-bottom-color: #FFF;
	box-shadow: 0px -3px 0px 0px #666;
}

.panel {
	border: 1px solid #EEE;
	clear: both;
	padding: 10px 10px 0px 15px;
}



/*===================================================================================*/
/*  ALERT MESSAGE                                                                    */
/*===================================================================================*/

.alert-message {
	position: relative;
	border: 1px solid #ddd;
	display: block;
	background-color: #F9F9F9;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	font-weight: bold;
	padding: 10px 40px;
	margin-bottom: 20px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: normal;
}
.alert-message.warning {
	background-color: #fbf6e3;
	border-color: #efd877;
	color: #c4a80a;
}
.alert-message.warning a {
	color: #c4a80a;
}
.alert-message.success {
	background-color: #e9f2d2;
	border-color: #c0da66;
	color: #88b12b;
}
.alert-message.success a {
	color: #88b12b;
}
.alert-message.error {
	background-color: #ffe9e9;
	border-color: #e99f9f;
	color: #d25c5a;
}
.alert-message.error a {
	color: #d25c5a;
}
.alert-message.info {
	background-color: #dbe9f3;
	border-color: #9fc2dd;
	color: #468bbf;
}
.alert-message.info a {
	color: #468bbf;
}
.alert-message p {
	margin: 0;
	padding: 0;
}
.alert-message span.close {
	display: block;
	padding: 15px 15px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: 0.5;
	font-size: 11px;
}
.alert-message span.close:hover {
	opacity: 1;
}




#timeline {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 500px;
}


#timeline:before {
	position: absolute;
	border-left: 1px dashed #666;
	content: '';
	height: 100%;
	left: 10px;
}

#dates {
	width: 130px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	z-index: 20;
	list-style: none;
	padding: 0;
	margin: 0;
}

#dates li {

	width: 100px;
	line-height: 85px;
	padding-left: 25px;
}

#dates a {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Poiret One', Helvetica, Arial, sans-serif;
	color: #666;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}

#dates a:before {
	width: 16px;
	height: 16px;
	background: #A3A3A3;
	border-radius: 100%;
	position: absolute;
	border: 4px solid #FFF;
	content: '';
	left: -23px;
	top: 0;
}
#dates .selected {
    font-size: 26px;
	color: #666;
}
#dates a.selected:before {
	width: 20px;
	height: 20px;
	background: #666;
	border-radius: 100%;
	position: absolute;
	left: -25px;
	top: 7px;
}

#issues {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: absolute;
	top:0;
	padding: 50px 0 50px 150px;
	text-align: center;
}
#issues li {
	height: 410px;

	overflow: auto;
}
#issues li h4 {
	text-transform: uppercase;
	margin-top: 20px;
}
#issues li img {
	margin: 20px auto;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	transform: scale(0.7,0.7);
}

#issues li p {
	font-size: 13px;
	margin:0;
	font-weight: normal;
	line-height: 22px;
	vertical-align: middle;
	text-align: left;
}

#issues li.selected img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#grad_top,
#grad_bottom {
	width: 100%;
	height: 65px;
	position: absolute;
	z-index: 30;
}
#grad_top {
    top: 0;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
}
#grad_bottom {
    bottom: 0;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image: linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
}

#timeline #next,
#timeline #prev {
	position: absolute;
	left: 61%;
	font-size: 40px;
	overflow: hidden;
	color: #666;
	z-index: 40;
	opacity: 0.8;
	text-decoration: none;
}
#timeline #next:hover,
#timeline #prev:hover {
	opacity: 1;
}
#timeline #next {
	bottom: 0;
}
#timeline #prev {
	top: 0;
}
#timeline #next.disabled,
#timeline #prev.disabled {
	opacity: 0.2;
}

/* Tweet slider*/

.latest-tweets{
	margin: 30px auto 0;
	text-align: center;
}
.latest-tweets  .slider
{
	margin: 0;
	padding: 0;
}
.latest-tweets  .slider li
{
	font-size:24px;
	line-height: 1.2;
}

.latest-tweets .slider li a{color:#888;}
.latest-tweets .slider .tweet_avatar
{
	display:block;
	margin:0 auto 20px;
	width:48px;
	height:48px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	overflow:hidden;
	border-bottom:none;
}

.latest-tweets .slider .tweet_time {
	display:block;
	position:relative;
	margin-bottom:40px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}


.parallax .latest-tweets  .slider li{color: #FFF;}
.parallax .latest-tweets .slider li a{color:#EEE;}

.tweet-control{
	margin: 10px auto 30px;
	text-align: center;
}
.tweet-control a, .tweet-control a:active, .tweet-control a:focus{
	color: #FFF;
}

.tweets-next, .tweets-prev{
	display: inline-block;
	margin: 0 20px;
}
.tweets-next, .tweets-prev{
	font-size: 50px;
	color: #FFF;
}




/*===================================================================================*/
/*  TESTIMONIAL & ClIENT                                                             */
/*===================================================================================*/
.testimonials-slider{
	margin: 80px 0;
}

.parallax .testimonials-slider .bxslider li{
  color: #FFF !important;
}
.testimonials-slider .bxslider li .avatar {
  float: left;
  margin-right: 20px;
}
.testimonials-slider .bxslider li .avatar img {
  border-radius: 50%;
}
.testimonials-slider .bxslider li .comment {
  text-align: left;
}

.testimonials-slider .bxslider li .comment  p.author {
  margin-bottom: 5px;
  font-size: 26px;
}
.testimonials-slider .bxslider li .comment  p.author .highlight {
  font-style: italic;
  font-size: 24px;
}

.testimonials-slider .bxslider li .comment  p {
  font-size: 22px;
  font-weight: lighter;
  line-height: 26px;
  letter-spacing: 0.3px;
}




/* Client */

.client{
	background: rgba(0,0,0,0.2);
	height: 150px;
	text-align: center;
	line-height: 150px;
	margin: 5px -10px;
}
.client img{
	width: 40%;
}







/*Contact details*/

.contact-details {
	text-align:center;
	width:100%;
	color: #FFF;
}
.contact-details .phone {
	font-size:36px;
	display: inline-block;
	padding: 10px;
	border: 2px solid #FFF;
	border-radius: 50%;
	margin: 20px;
}

.contact-details .company-phone{
	background-color:rgba(255,255,255,0.15);
	text-align: center;
	font-size:72px;
	line-height:72px;
	padding:10px 20px;
	border-radius:3px;
	margin-bottom:30px;
	display:inline-block;
	cursor: pointer;
}
.contact-details .email, .contact-details .address {
	font-size:24px;
	display: inline-block;
}
.contact-details h5.company-email {
	margin-bottom:15px;
	text-transform:none;
}

.contact-details h5.company-address {
	margin-bottom:15px;
	text-transform:none;
}


/*begin button start*/


.btn-getstarted
{
 	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 18px;
    font-weight: 100;
    padding: 15px;
    color: #FFF;
}

.btn-getstarted:hover
{
	background: #FFF;
	color: #666 !important;
}

/*Logo*/


.logo{
	color: #FFF;
	font-family: 'Poiret One', Helvetica, Arial, sans-serif;
	position: relative;
	font-size: 60px;
}
.logo img{
	max-width: 273px;
}
.home-content,.home-content h1{color: #FFF;}
.home-content .bxslider li
{
	margin: 0;
	padding: 0;
	font-size: 60px;
}


/*slabtexted*/
.home-content .slabtextdone{
	font-family: 'Poiret One', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
}


.slabtexted .slabtext
        {
        display:-moz-inline-box;
        display:inline-block;
        white-space:nowrap;
        }
.slabtextinactive .slabtext
        {
        display:inline;
        white-space:normal;
        font-size:1em !important;
        letter-spacing:inherit !important;
        word-spacing:inherit !important;
        *letter-spacing:0 !important;
        *word-spacing:0 !important;
        }
.slabtextdone .slabtext
        {
        display:block;
        }