/* Table of Content
==================================================

	***Font init
	***Basic typogaphy
	***Breadcrumb
	***Accordions
	***Alerts
	***Blockquote
	***Buttons
	***Dropcaps
	***Lists
	***Promoboxes
	***Table
	***Tabs
	***Testimonials
	***Tooltips
	***Devider and form errors
	***Animation effects
	***Twitter
	***Isotope

================================================== */

/* ***Font init
=====================================*/

@media (orientation: portrait) {
  #portrait {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
}

/*Novecento - family (with diferent font weight).*/

/* light */
@font-face {
    font-family: 'novecento_wide_light';
    src: url('../font/Novecentosanswide-Light-webfont.eot');
    src: url('../font/Novecentosanswide-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Novecentosanswide-Light-webfont.woff') format('woff'),
         url('../font/Novecentosanswide-Light-webfont.ttf') format('truetype'),
         url('../font/Novecentosanswide-Light-webfont.svg#novecento_sans_widelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* normal */
@font-face {
    font-family: 'novecento_sans_widenormal';
    src: url('../font/Novecentosanswide-Normal-webfont.eot');
    src: url('../font/Novecentosanswide-Normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Novecentosanswide-Normal-webfont.woff') format('woff'),
         url('../font/Novecentosanswide-Normal-webfont.ttf') format('truetype'),
         url('../font/Novecentosanswide-Normal-webfont.svg#novecento_sans_widenormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* medium */
@font-face {
    font-family: 'novecento_wide_medium';
    src: url('../font/Novecentosanswide-Medium-webfont.eot');
    src: url('../font/Novecentosanswide-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Novecentosanswide-Medium-webfont.woff') format('woff'),
         url('../font/Novecentosanswide-Medium-webfont.ttf') format('truetype'),
         url('../font/Novecentosanswide-Medium-webfont.svg#novecento_sans_widemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* demibold */
@font-face {
    font-family: 'novecento_wide_demibold';
    src: url('../font/Novecentosanswide-DemiBold-webfont.eot');
    src: url('../font/Novecentosanswide-DemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Novecentosanswide-DemiBold-webfont.woff') format('woff'),
         url('../font/Novecentosanswide-DemiBold-webfont.ttf') format('truetype'),
         url('../font/Novecentosanswide-DemiBold-webfont.svg#novecento_sans_widedemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* bold */
@font-face {
    font-family: 'Novecento_wide_bold';
    src: url('../font/Novecentosanswide-Bold-webfont.eot');
    src: url('../font/Novecentosanswide-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Novecentosanswide-Bold-webfont.woff') format('woff'),
         url('../font/Novecentosanswide-Bold-webfont.ttf') format('truetype'),
         url('../font/Novecentosanswide-Bold-webfont.svg#novecento_sans_wide_bookbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* clear bootstrap padding*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding: 0px 7px;
}

.field-left{
	padding-left: 15px;
}

.field-right{
	padding-right: 15px;
}

/* ***Basic typogaphy
=====================================*/

body{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	/*background-image: url(../images/patterns/greyzz_@2X.png);*/
	background-size: 149px 139px;
	background-position: center;
	background-repeat: repeat;
}

/* draw any selected text yellow on red background */
::-moz-selection { background: #26455F; color: #fff; }
::selection      { background: #26455F; color: #fff; }

.wrapper{
	/*overflow: hidden;*/
	background-color: #fff;
}

.pattern-one{
	background-image: url(../images/patterns/white_wall_hash_@2X.png);
	background-size: 500px 500px;
	background-position: center;
	background-repeat: repeat;
}

.pattern-two{
	background-image: url(../images/patterns/satinweave_@2X.png);
	background-size: 24px 12px;
	background-position: center;
	background-repeat: repeat;
}

.pattern-three{
	background-image: url(../images/patterns/tiny_grid_@2X.png);
	background-size: 26px 26px;
	background-position: center;
	background-repeat: repeat;
}

.boxed .wrapper{
	width: 1198px;
	margin: 0 auto;
}

@media (min-width: 993px) and (max-width: 1199px) {
	.boxed .wrapper {
    	width: 998px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.boxed .wrapper {
	    width: 778px;
	}
}

@media (max-width: 768px){
	.boxed .wrapper {
	    width: auto;
	    margin-left: 0;
	    margin: 0 15px;
	}

	.boxed .header{
		background: none;
		background-color: #26455F;
	}

	.boxed.home .header{
		background: none;
		background-color: #26455F;
	}


	.boxed .header .container {
		padding: 0;
	}

	.boxed .header .call-number{
		padding-left: 15px;
	}

	.boxed .header .social-icon {
		padding-right: 15px;
	}
}

@media (max-width: 480px){
	.boxed.home .header{
		height: 130px;
	}

	.boxed.home .recent-works{
		margin-top: 60px;
	}
}


.html5vid:hover .tp-video-play-button {
    display: none;
}
/*ruled for icon presentation page*/
.icon-page .devider{
	margin-top: 20px;
	margin-bottom: 60px;
}

.icon-page .footer .devider{
	margin-bottom: 30px;
}

.icon-page .logo{
	padding-top: 29px;
}

.icon-page p,
.icon-page input,
.icon-page textarea,
.icon-page .breadcrumb li,
.table td{
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.icon-page .social-icon li a{
	margin-right: -2px;
}

.icon-set{
	margin-top: 20px;
	overflow: hidden;
}

.icon-set li{
	font-size: 34px;
	padding: 40px;
	float: left;
}

.icon-set li:hover{
	background: none;
}

.icon-page i{
	font-size: 20px;
}

.icon-block{
	text-align: center;
	margin-top: 20px;
}

.icon-block .fa{
	font-size: 50px;
	width: 120px;
	color:#26445e;
	padding-top: 40px;
	padding-bottom: 40px;
}

p{
	font-size: 16px;
	line-height: 22px;
	color: #58646e;
}

a{
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

a:hover,
a:focus{
	text-decoration: none;
	outline: none;
}

h1{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-align: center;
	display: inline-block;
}

h2{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	/*text-transform: uppercase;*/
	position: relative;
	display: inline-block;
}


	h2:before{
		/*content: "[";
		left: 0;*/
	}

	h2:after{
		/*content: "]";
		right: 0;*/
	}

h2.lower{
	margin-top: 30px;
}

h3{
	font: 30px 'Yanone Kaffeesatz', sans-serif;
	color:#565657;
	margin: 0;
	margin-bottom: 5px;
}

h4{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #26455f;
	margin-top: 7px;
}

h5{
	font: 20px 'Yanone Kaffeesatz', sans-serif;
	color:#26455f;
	text-transform: uppercase;
	position: relative;
	margin-top: 15px;
	margin-bottom: 27px;
}

h6{
	color: #f25549;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 20px;
	text-align: center;
}

.text-style{
	color: #26455f;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	text-align: left;
	padding-left: 0;
}

.single-post-two .text-style{
	text-align: center;
	display: block;
}

h1.text-style{
	font-size: 30px;
	padding-right: 0;
}

.single-post-two h1.text-style{
	padding-bottom: 17px;
}

h2.text-style{
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 15px;
}

	h2.text-style:before,
	h2.text-style:after{
		display: none;
	}

h3.text-style{
	font-size: 18px;
	margin-top: 59px;
	margin-bottom: 18px;
}

h4.text-style{
	font-size: 16px;
	margin-top: 49px;
	margin-bottom: 20px;
}

h5.text-style{
	font-size: 14px;
	margin-top: 49px;
	margin-bottom: 20px;
}

h6.text-style{
	font-size: 12px;
	margin-top: 49px;
	margin-bottom: 20px;
}

/* ***Breadcrumb
=====================================*/
.breadcrumb {
	text-align: center;
	background: no-repeat;
	padding-bottom: 0px;
}

.breadcrumb li a{
	color: #be423a;
	text-decoration: underline;
	font-weight: normal;
}

.breadcrumb .active,
.breadcrumb > li + li:before{
	color: #be423a;
	font-weight: normal;
}


/* ***Accordions
=====================================*/

/* general accordion type*/
.panel-heading a{
	font-size: 14px;
	font-weight: 700;
	color: #26455f;
	display: block;
    padding: 17px 0 15px 56px;
    position: relative;
    -webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

	.panel-heading a:hover{
		text-decoration: none;
		color: #f25549;
	}

	.panel-heading a:focus{
		text-decoration: none;
	}

.panel-group .panel,
.panel-group .panel-heading{
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	overflow: visible;
}

.panel-group .panel-heading + .panel-collapse .panel-body{
	border: none;
}

.panel-heading .marker{
	border-right: 1px solid #dadee1;
	width: 34px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;

}

	.panel-heading .custom1{
		color: #26455f;
	    display: none;
	    font: 30px 'Yanone Kaffeesatz', sans-serif;
	    position: absolute;
	    top: 50%;
	    left: 8px;
	    margin-top: -18px;
	}
	.panel-heading .custom2 {
	    display: inline-block;
	    font: 30px 'Yanone Kaffeesatz', sans-serif;
	    position: absolute;
	    top: 50%;
	    left: 8px;
	    margin-top: -18px;
	}

	.panel-heading .collapsed .custom1 {
	    display: inline-block;
	}
	.panel-heading .collapsed .custom2 {
	    display: none;
	}


.panel-body{
	padding-left: 34px;
}

/* first accordion type*/
.page-elem .accordion-first{
	padding-right: 15px;
}

.accordion-first{
	margin-bottom: 30px;
}

.accordion-first .panel-heading{
	border: 1px solid #dadee1;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

	.accordion-first .panel-heading:hover{
		border-color: #f25549;
	}

	.accordion-first .panel-heading:hover .marker{
		border-color: #f25549;
		background-color: #f25549;
	}

	.accordion-first .panel-heading:hover .marker span,
	.accordion-second .panel-heading:hover .marker span
	{
		color: #fff;
	}

/* second accordion type*/
.page-elem .accordion-second{
	padding-left: 15px;
}

.accordion-second .panel-heading{
	padding: 9px 0;
}

.accordion-second .panel-body{
	padding-left: 56px;
}

.accordion-second .panel{
	border-bottom: 1px solid #dadee1;
	position: relative;
}

	.accordion-second .panel:before{
		content: '';
		display: block;
		width: 23px;
		height: 3px;
		background-image: url(../images/three-dotted-grey.png);
		background-color: #fff;
		position: absolute;
		bottom:-2px;
		left: 0;
	}

	.accordion-second .panel:after{
		content: '';
		display: block;
		width: 23px;
		height: 3px;
		background-image: url(../images/three-dotted-grey.png);
		background-color: #fff;
		position: absolute;
		bottom:-2px;
		right: 0;
	}

.accordion-second .marker{
	width: 46px;
	height: 46px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	background-color: #26455f;
	border: none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

	.accordion-second .panel-heading .custom1 {
		top: 6px;
		margin-top: 0;
	}

	.accordion-second .panel-heading .custom2 {
		top: 6px;
		margin-top: 0;
	}

	.accordion-second .marker:before{
		content: '';
		width: 38px;
		height: 38px;
		-webkit-border-radius: 19px;
		-moz-border-radius: 19px;
		border-radius: 19px;
		background-color: #26455f;
		border: solid 1px #fff;
		position: absolute;
		top: 4px;
		left: 4px;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}

.accordion-second .panel-heading .custom1{
	top: 4px;
	left: 14px;
}
.accordion-second .panel-heading .custom2{
	top: 4px;
	left: 15px;
}

	.accordion-second .panel-heading:hover .marker,
	.accordion-second .panel-heading:hover .marker:before{
		background-color: #F15549;
	}

	.accordion-second .collapsed .marker,
	.accordion-second .collapsed .marker:before{
		background-color: #d2e4f4;
	}

	.accordion-second .marker span{
		color: #fff;
	}

	.collapsed .marker span{
		color:#26455f;
	}

/* ***Alerts
=====================================*/
.alert{
	border-radius: 0;
	position: relative;
	padding-left: 56px;
}

.alertgroup-first{
	padding-right: 15px;
}

.alertgroup-second{
	padding-left: 15px;
}


.alert span{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 35px;
	color: #fff;
	font-size: 15px;
	padding-left: 10px;
	padding-top: 19px;
}

.alert-success{
	border:1px solid #92da7f;
	background-color: #e1ffd9;
}

.alert-warning{
	border:1px solid#f0d229;
	background-color: #fff9d5;
}

.alert-danger{
	border:1px solid#f25549;
	background-color: #ffd3d0;
}

.alert-info{
	border:1px solid #9ac8f1;
	background-color: #e7f4ff;
}

.alert-success span{
	background-color: #92da7f;
}

.alert-warning span{
	background-color:#f0d229;
}

.alert-danger span{
	background-color:#f25549;
}

.alert-info span{
	background-color: #9ac8f1;
}

	.alert .close{
		opacity: 1;
	}

	.alert-success .close{
		color: #92da7f;
	}

	.alert-warning .close{
		color: #f0d229;
	}

	.alert-danger .close{
		color: #f25549;
	}

	.alert-info .close{
		color: #9ac8f1;
	}

/* ***Blockquote
=====================================*/
.wrapper blockquote{
	border-left: 5px solid #f25549;
	padding: 27px 30px 31px;
}

blockquote.quote-first{
	padding-right: 150px;
}

blockquote.quote-second{
	padding-left: 45px;
}

blockquote p{
	font: italic 18px 'Yanone Kaffeesatz', sans-serif;
	color: #26455f;
}

.curly-quote p{
	font: italic 14px/22px 'Source Sans Pro', sans-serif;
}

blockquote .author{
	font-size: 14px;
	color: #f25549;
}

blockquote.curly-quote{
	border-left: none;
	position: relative;
}

	.curly-quote:before{
		content: '“';
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 90px;
		color: #26455f;
		position: absolute;
		display: block;
		top: -25px;
		left: -5px;
	}

	.curly-quote:after{
		content: '”';
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 90px;
		color: #26455f;
		position: absolute;
		display: block;
		bottom: -100px;
		right: 20px;
	}

/* ***Buttons
=====================================*/
.btn{
	font:14px 'Yanone Kaffeesatz', sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	text-transform: uppercase;
	background-image: url(../images/button-pattern.png);
	background-repeat: repeat;
	-webkit-box-shadow: 0 1px 1px rgba(38,69,95,.2), inset 0 1px rgba(255,255,255,.2);
	-moz-box-shadow: 0 1px 1px rgba(38,69,95,.2), inset 0 1px rgba(255,255,255,.2);
	box-shadow: 0 1px 1px rgba(38,69,95,.2), inset 0 1px rgba(255,255,255,.2);
	margin-right: 20px;
	position: relative;
}

.btn-lg{
	padding: 16px;
	margin-right: 20px;
	padding-left: 50px;
	margin-bottom: 20px;
}

.btn-sm{
	padding: 5px 15px;
	margin-bottom: 20px;
}

.btn:focus{
	outline: none;
}

.btn-danger{
	background-color: #f25549;
	color: #fff;
}

.btn-success{
	background-color: #97dc85;
	color: #4f7146;
}

.btn-info{
	background-color: #d3e5f4;
	color: #26455f;
	-webkit-box-shadow: 0 1px rgba(38,69,95,.2), inset 0 1px rgba(255,255,255,.2);
	-moz-box-shadow: 0 1px rgba(38,69,95,.2), inset 0 1px rgba(255,255,255,.2);
	box-shadow: 0 1px rgba(38,69,95,.2), inset 0 1px rgba(255,255,255,.2);
}

	.btn-danger:hover,
	.btn-danger:focus{
		background-color: #f77f76;
	}

	.btn-success:hover,
	.btn-success:focus{
		background-color: #b6f0a7;
		color: #4f7146;
	}

	.btn-info:hover,
	.btn-info:focus{
		background-color: #c0ddf7;
		color: #26455f;
		background-image: none;
	}

.btn-lg .entypo{
	position: absolute;
	top: 17px;
	left: 22px;
	font-size: 36px;
	font-style: normal;
	z-index: 40;
}


.icon-circled-right:before{
	content: "\e6c8";
	font-family: 'icomoon';
	font-style: normal;
	z-index: 40;
}

.small-buttons{
	padding-left: 15px;
}

/* Button animate */
.btn-animate {
	overflow: hidden;
}

.btn-animate:before {
	position: absolute;
	position: absolute;
	top: 18px;
	left: 4px;
	font-size: 18px;
	width: 40%;
	line-height: 0.8;
	color: #fff;
}

.btn-success.btn-animate:before {
	/*color: #4f7146;*/
    color: #0b4792;
}

.btn-info.btn-animate:before {
	color: #26455f
}

.btn-animate.btn-activated {
	-webkit-animation: fadeOutText 0.5s;
	-moz-animation: fadeOutText 0.5s;
	animation: fadeOutText 0.5s;
}

.btn-animate.btn-activated:before {
	-webkit-animation: moveToRight 0.5s;
	-moz-animation: moveToRight 0.5s;
	animation: moveToRight 0.5s;
}

@-webkit-keyframes fadeOutText {
	0% { color: transparent; }
	80% { color: transparent; }
	100% {  }
}

@-moz-keyframes fadeOutText {
	0% { color: transparent; }
	80% { color: transparent; }
	100% {  }
}

@keyframes fadeOutText {
	0% { color: transparent; }
	80% { color: transparent; }
	100% {  }
}

@-webkit-keyframes moveToRight {
	80% { -webkit-transform: translateX(250%); }
	81% { opacity: 1; -webkit-transform: translateX(250%); }
	82% { opacity: 0; -webkit-transform: translateX(250%); }
	83% { opacity: 0; -webkit-transform: translateX(-50%); }
	84% { opacity: 1; -webkit-transform: translateX(-50%);  }
	100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes moveToRight {
	80% { -moz-transform: translateX(250%); }
	81% { opacity: 1; -moz-transform: translateX(250%); }
	82% { opacity: 0; -moz-transform: translateX(250%); }
	83% { opacity: 0; -moz-transform: translateX(-50%); }
	84% { opacity: 1; -moz-transform: translateX(-50%);  }
	100% { -moz-transform: translateX(0%); }
}

@keyframes moveToRight {
	80% { transform: translateX(250%); }
	81% { opacity: 1; transform: translateX(250%); }
	82% { opacity: 0; transform: translateX(250%); }
	83% { opacity: 0; transform: translateX(-50%); }
	84% { opacity: 1; transform: translateX(-50%);  }
	100% { transform: translateX(0%); }
}

/* ***Dropcaps
=====================================*/
.dropcaps1{
	margin-bottom: 30px;
}

.dropcaps1:first-letter{
	font: 40px 'Yanone Kaffeesatz', sans-serif;
	color: #f25549;
	float: left;
	margin-right: 20px;
	margin-bottom: 2px;
	padding-top: 8px;
	padding-left: 15px;

}

.dropcaps2:first-letter{
	font: 40px 'Yanone Kaffeesatz', sans-serif;
	color: #26455f;
	float: left;
	border: 1px solid #26455f;
	padding: 15px;
	margin-right: 21px;
	margin-bottom: 14px;
	margin-top: 5px;
}

.page-elem .dropcaps1{
	padding-right: 15px;
}

.page-elem .dropcaps2{
	padding-left: 15px;
}

/* ***Lists
=====================================*/

.lists ol,
.lists ul{
	margin-bottom: 30px;
}

.page-elem .lists ol,
.page-elem .lists .style-one,
.page-elem .lists .style-three,
.page-elem .lists .style-four{
	padding-right: 28px;
}

.page-elem .lists .style-one,
.page-elem .lists .style-two,
.page-elem .lists .style-four,
.page-elem .lists .style-five{
	padding-left: 28px;
}

ol li,
ul li{
	color:#26455f;
	position: relative;
}

.lists ol li,
.lists ul li{
	margin-bottom: 11px;
}

.list-wrap{
	padding-left: 20px;
}

/*ul li{
	padding-left: 20px;
}*/ /* modificado por arania */

ul li{
	padding-left: 13px;
}

ol li{
	font-weight: 700;
}

ol li span{
	font-weight: 400;
}

	ul.style-one li{

	}

	ul.style-one li:before{
		content:"\f061";
		display: block;
		font: 10px 'Yanone Kaffeesatz', sans-serif;
		color: #26455f;
		position: absolute;
		top: 5px;
		left: 0px;
	}

	ul.style-two li:before{
		content: "\e677";
		display: block;
		font: 24px 'icomoon';
		color: green;
		position: absolute;
		top: 3px;
		left: -7px;
	}

	ul.style-three li:before{
		content:"\f0a9";
		display: block;
		font: 10px 'Yanone Kaffeesatz', sans-serif;
		color: #26455f;
		position: absolute;
		top: 5px;
		left: 0px;
	}

	ul.style-four li:before{
		content: "\f04b";
		display: block;
		font: 10px 'Yanone Kaffeesatz', sans-serif;
		color: #26455f;
		position: absolute;
		top: 5px;
		left: 0px;
	}

	ul.style-five li:before{
		content: "\e6d0";
		display: block;
		font: 14px 'icomoon';
		color: #26455f;
		position: absolute;
		top: 3px;
		left: 0px;
	}

/* ***Promoboxes
=====================================*/
.promo{
	font: 30px 'Yanone Kaffeesatz', sans-serif;
    font-style: normal;
    font-weight: 700;
	/*text-transform: uppercase;*/
}

/* first promobox */
.promobox-one{
	height: 260px;
	/*background-color: #d2e4f4;*/
	/*background-image: url(../images/pattern-promo.png);*/
	background-repeat: repeat;
	padding:20px 0;
	text-align: center;
}

.promobox-one div{
	border: 1px solid #fff;
	height: 100%;
	padding: 0;
	position: relative;
}

.promobox-one .promo{
	color: #26445e;
	/*text-align: center;
	position: absolute;
	top: 50px;
	left: 50%;
	padding: 0 30px;
    margin-left: -222px;
    background-color: #d2e4f4;
	background-image: url(../images/pattern-promo.png);
	background-repeat: repeat;*/
}

	.promobox-one .promo:before{
		content: '';
		display: block;
		width: 23px;
		height: 3px;
		position: absolute;
		top: 19px;
		left: -23px;
		/*background-color: #d2e4f4;*/
		/*background-image: url(../images/three-dotted-white-full.png);
		background-repeat: no-repeat;*/
	}

	.promobox-one .promo:after{
		content: '';
		display: block;
		width: 23px;
		height: 3px;
		position: absolute;
		top: 19px;
		right: -23px;
		/*background-color: #d2e4f4;*/
		/*background-image: url(../images/three-dotted-white-full.png);
		background-repeat: no-repeat;*/
	}

.promo-btn{
	display: inline-block;
	margin-top: 20px;
	padding: 16px 39px 16px 59px;
}

.promobox-one hr{
	border-top: 1px solid #fff;
	margin-top: 70px;
}

/* second promobox */
.promobox-two{
	border: 1px solid #26455f;
	height: 220px;
	padding: 0;
	position: relative;
	margin: 30px 0;
	text-align: center;
}

.promobox-two hr{
	border-top: 1px solid #26455f;
	margin-top: 70px;
}

.promobox-two .promo{
	color: #26445e;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 50%;
	padding: 0 30px;
    margin-left: -222px;
    background-color: #fff;
}

	.promobox-two .promo:before{
		content: '';
		display: block;
		width: 23px;
		height: 3px;
		position: absolute;
		top: 19px;
		left: -23px;
		background-color: #fff;
		background-image: url(../images/three-dotted-blue.png);
		background-repeat: no-repeat;
	}

	.promobox-two .promo:after{
		content: '';
		display: block;
		width: 23px;
		height: 3px;
		position: absolute;
		top: 19px;
		right: -23px;
		background-color: #fff;
		background-image: url(../images/three-dotted-blue.png);
		background-repeat: no-repeat;
	}

/* third promobox */
.promobox-three{
	min-height: 405px;
	background-color: #f6f6f6;
	padding:0 50px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.page-elem .promobox-1{
	padding-right: 15px;
}

.page-elem .promobox-2{
	padding-left: 15px;
}

	.promobox-three:before{
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		background-image: url(../images/corner-promo.png);
		background-size: 20px 20px;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
	}

.promobox-three .promo{
	color: #f25549;
	padding-top: 50px;
	margin-bottom: 5px;
}

.promobox-three .decript{
	font:20px 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	color: #f25549;
	text-transform: lowercase;
	margin-bottom: 40px;
}

.promobox-three .btn-puchase{
	margin-top: 45px;
}

.promobox-three p{
	line-height: 22px;
}

/* four promobox */
.promobox-four{
	height: 405px;
	/*border: 5px solid #d2e4f4;*/
	text-align: center;
	padding: 15px;
	position: relative;
}

	.promobox-four:before{
		content: '';
		display: block;
		position: absolute;
		top: 15px;
		bottom: 15px;
		left: 15px;
		right: 15px;
		background-color: #d2e4f4;
		z-index: -1;
	}

.promobox-four .promo{
	color: #0b4792;
	/*text-align: center;*/
    text-align: right;
	/*margin-top: 100px;*/
	margin-bottom: 0;
    text-align: right;
    width: 95%;
}

.promobox-four .decript{
	color: #26445e;
	/*text-align: center;*/
    text-align: right;
	font:20px 'Yanone Kaffeesatz', sans-serif;
	margin-bottom: 35px;
    width: 95%;
    top: 30px;
}

/* ***Table
=====================================*/
.col-width{
	width: 25%;
}

.table {
	border: none;
}

table thead{
	background-color:#e2e2e2;
	background-repeat: repeat;
	border: 1px solid #e2e2e2;
}

.table > thead > tr > th,
.table > tbody > tr > th{
	padding: 25px 21px;
	border: none;
	font:18px 'Yanone Kaffeesatz', sans-serif;
	color: #26455f;
	text-transform: uppercase;
}

.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td{
	padding: 10px 20px;
	color: #58646e;
	border-color: #dadee1;
	vertical-align: middle;
}

.table > tbody > tr:nth-child(1) > td{
	border-top: none;
}

/* ***Tabs
=====================================*/
 .nav-tabs{
 	border:none;
 }

.tab-content{
	background-color: #f6f6f6;
	min-height: 180px;
	padding: 30px;
}

.page-elem .tabcontainer-one{
	padding-right: 15px;
}

.page-elem .tabcontainer-two{
	padding-left: 15px;
}

.tab-content div{
	color: #58646e;
}

	.nav-tabs > li > a,
	.nav-tabs li.active a{
	 	border: none;
	 	border-radius: 0;
	 	color: #f25549;
	 	-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		transition:all 0.3s ease;

	}

	.nav-tabs li.active a{
		background-color: #f6f6f6;
	}

	.nav-tabs > li > a{
		color: #26455f;
	}

	.nav-tabs li a:hover,
	.nav-tabs li a:focus,
	.nav-tabs li.active a:hover
	{
		background-color: transparent;
		border: none;
		color: #f25549;
	}

	.nav-tabs li.active a:hover,
	.nav-tabs li.active a:focus{
		background-color: #f6f6f6;
		border: none;
		color: #f25549;
	}

/* first tab */
#firstTab + .tab-content{
	margin-bottom: 30px;
}

#firstTab.nav > li {
	padding-left: 0;
}

#firstTab.nav > li > a{
 	position: relative;
 	padding: 14px 40px;
 	font-weight: bold;
    text-transform: uppercase;
}

	#firstTab.nav-tabs > li.active > a:before{
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		background-image: url(../images/corner-promo.png);
		background-size: 10px 10px;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
	}

	.popupar.active + .recent:before{
		content: '';
		display: block;
		width: 1px;
		height: 24px;
		position: absolute;
		top: 11px;
		right: 0;
		background-color: #26455f;
	}

	.all.active:before{
		content: '';
		display: block;
		width: 1px;
		height: 24px;
		position: absolute;
		top: 11px;
		left: -120px;
		background-color: #26455f;
	}

/* second tab */
#secondTab{
	float: left;
	width: 110px;
}

#secondTab.nav-tabs > li{
	float: none;
	padding-left: 0;
}

#secondTab+.tab-content{
	margin-left: 108px;
	min-height: 223px;
}

#secondTab.nav > li > a{
 	position: relative;
 	padding-top: 15px;
 	padding-bottom: 15px;
 	font-weight: 700;
}

/* ***Testimonials
=====================================*/
/* first testimonials */
.testimonials-first{
	background-color: #f6f6f6;
	position: relative;
	padding: 29px;
	margin-bottom: 10px;
	min-height: 240px;
	display: block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.testimonials-first:hover{
	background-color: #f25549;
	text-decoration: none;
}

	.testimonials-first:before{
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 0 20px 20px;
		border-color: transparent transparent #c5c5c5 transparent;
		background-color: #fff;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}

	.testimonials-first:hover:before{
		border-color: transparent transparent #c2443a transparent;
	}

.testimonials-first .image-holder{
	border-right:1px solid #f25549;
	position: relative;
	width: 61px;
	margin-right: 16px;
	float: left;
	z-index: 30;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.testimonials-first:hover .image-holder{
	border-color: #fff;
}

	.testimonials-first .image-holder:before{
		content: '';
		display: block;
		width: 1px;
		position: absolute;
		top:0;
		bottom: 0;
		right: -2px;
		background-color: #f6f6f6;
		z-index: 20;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		transition:all 0.3s ease;

	}

	.testimonials-first:hover .image-holder:before{
		background-color: #f25549;
	}

	.testimonials-first .image-holder:after{
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -3px;
		background-color: #26455f;
		z-index: 20;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		transition:all 0.3s ease;

	}

	.testimonials-first:hover .image-holder:after{
		background-color: #fff;
	}

.testimonials-first .name{
	color: #26455f;
	font-weight: bold;
	font-size: 16px;
	padding-top: 2px;
	margin-bottom:14px;
	position: relative;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}


	.testimonials-first .name:before{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #26455f;
		position: absolute;
		bottom: -8px;
		left: 0;
		z-index: 1;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}

	.testimonials-first:hover .name:before{
		background-color: #fff;
	}

.testimonials-first .organization{
	color: #f25549;
	font-weight: 300;
	font-size: 13px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.testimonials-first .message{
	color: #58646e;
	margin-top: 26px;
	font-style: italic;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.testimonials-first:hover .name,
.testimonials-first:hover .organization,
.testimonials-first:hover .message{
	color: #fff
}

/* second testimonials */
.testimonials-second{
}

.testimonials-second .image-holder{
	border: 1px solid #dadee1;
	padding: 4px;
	float: left;
	margin-right: 10px;
}


.testimonials-second .name{
	color: #26455f;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1px;
	padding-top: 11px;
}

.testimonials-second .organization{
	color: #f25549;
	font-size: 14px;
}

.testimonials-second .message{
	border: 1px solid #dadee1;
	padding: 22px 28px;
	margin-top: 36px;
	color: #58646e;
	font-style: italic;
	min-height: 148px;
	position: relative;
	background: #fff;
}

.testimonials-second .message:after,
.testimonials-second .message:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.testimonials-second .message:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 11px;
	margin-left: -11px;
}
.testimonials-second .message:before {
	border-color: rgba(218, 222, 225, 0);
	border-bottom-color: #dadee1;
	border-width: 12px;
	margin-left: -12px;
}

/* third testimonials */
.testimonials-third{
	border: 1px solid #dadee1;
	position: relative;
	padding: 4px;
	min-height: 240px;
}

.testimonials-third .message{
	background-color: #f6f6f6;
	font-style: italic;
	color: #26455f;
	padding: 24px 30px;
	min-height: 150px;
}

.testimonials-third .name{
	font-size: 16px;
	font-weight: bold;
	color: #f25549;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 16px;
}

.testimonials-third .icon-user{
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -34px;
	padding-left: 18px;
	font-size: 22px;
	color: #cbcfd2;
	width: 54px;
	height: 20px;
	background-color: #fff;
	font-style: normal;
}


	.testimonials-third .dotted:before{
		content:'\25A0';
		color: #cbcfd2;
		font: 9px 'EntypoRegular';
		position: absolute;
		top: 4px;
		left: 0;
	}

	.testimonials-third .dotted:after{
		content:'\25A0';
		font: 9px 'EntypoRegular';
		position: absolute;
		color: #cbcfd2;
		right: -1px;
    	top: 4px;
	}

.testimonial-wrap-1,
.testimonial-wrap-2{
	padding-right: 15px;
}

.testimonial-wrap-2,
.testimonial-wrap-3{
	padding-left: 15px;
}

/* ***Tooltips
=====================================*/
.hover-links{
	margin-top: 30px;
	margin-left: 15px;
}

.details-link{
	padding-right: 10px;
	color: #f25549;
	font-weight: bold;
	margin-top: 30px;
}

.details-link:hover{
	color: #26455F;
	text-decoration: none;
}
.tooltip-one + .tooltip .tooltip-inner{
	background-color: #fff;
	border: 1px solid #dadee1;
	border-radius: 0;
	box-shadow: 0 1px #bdc7cf;
	font-size: 12px;
	color: #f25549;
	padding: 5px 17px;
}

.tooltip-one + .tooltip .tooltip-arrow{
	border-top-color: #dadee1;
}

.tooltip-two + .tooltip  .tooltip-inner{
	background-color: #f25549;
	border-radius: 0;
	font-size: 12px;
	padding: 5px 17px;
	color: #fff;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.22);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.22);
	box-shadow: 1px 1px 3px rgba(0,0,0,.22);
}

.tooltip-two + .tooltip .tooltip-arrow{
	border-top-color: #f25549;
}

.tooltip-three + .tooltip  .tooltip-inner{
	background-color:#d2e4f4;
	border-radius: 0;
	font-size: 12px;
	padding: 5px 17px;
	color: #26445e;
}

.tooltip-three + .tooltip .tooltip-arrow{
	border-top-color: #d2e4f4;
}

@media (min-width: 769px) and (max-width: 992px){
	/* --- page elements */
		.page-elem .accordion-second{
			margin: 50px 0;
		}

		.page-elem .testimonials-first{
			min-height: 175px;
		}

		.page-elem .accordion-second,
		.alertgroup-second,
		.small-buttons,
		.page-elem .dropcaps2,
		.page-elem .promobox-2,
		.page-elem .tabcontainer-two,
		.testimonial-wrap-2,
		.testimonial-wrap-3
		{
			padding-left: 0;
		}

		.alertgroup-first,
		.page-elem .dropcaps1,
		.page-elem .promobox-1,
		.page-elem .tabcontainer-one,
		.testimonial-wrap-1,
		.testimonial-wrap-2{
			padding-right: 0;
		}

		.page-elem .lists .style-one,
		.page-elem .lists .style-two,
		.page-elem .lists .style-four,
		.page-elem .lists .style-five{
			padding: 0;
		}

		/* -- service page*/
		#wijpiechart{
			margin-top: 0;
			margin-left: 0;
		}


}

/* ***Devider and form errors
=====================================*/
.devider{
	height: 1px;
	position: relative;
	background-color: #dadee1;
	margin-top: 60px;
	margin-bottom: 2px;
}

	.devider:before{
		background-color: #FFFFFF;
	    background-image: url("../images/three-dotted-grey.png");
	    background-repeat: no-repeat;
	    background-position: right center;
	    bottom: -1px;
	    content: "";
	    display: block;
	    height: 3px;
	    left: 0;
	    position: absolute;
	    width: 23px;
	}

	.devider:after{
		background-color: #FFFFFF;
	    background-image: url("../images/three-dotted-grey.png");
	    background-repeat: no-repeat;
	    background-position: left center;
	    bottom: -1px;
	    content: "";
	    display: block;
	    height: 3px;
	    position: absolute;
	    right: 0;
	    width: 23px;
	}

.devider--dark{
	height: 1px;
	width: 100%;
	background-color: #26455f;
	margin-top: 33px;
	margin-bottom: 46px;
}

.invalid_field{
	border-color:#f25549;
}

p.inv-em{
	background:#f25549;
	color: #fff;
	font-size: 12px;
	padding:6px 12px;
	display:inline-block;
	text-align:center;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	margin:15px auto 0;
	margin-top: -33px;
	margin-left: 0px;
}
.footer p.inv-em{
	color: #fff;
}

.success{
	color: #728FA8;
}

.top-scroll {
    bottom: 55px;
    height: 50px;
    position: fixed;
    right: 5%;
    width: 50px;
    z-index: 9;
}
.top-scroll a {
    background: url("../images/arrow.png") repeat scroll center center rgba(38, 69, 95, 0.8);
    display: block;
    height: 50px;
}
.top-scroll a:hover {
    background: url("../images/arrow.png") repeat scroll center center rgba(241, 85, 73, 0.8);
}

/* placeholder change color */

::-webkit-input-placeholder{
	color:#58646e;
}

:-moz-placeholder{
	color:#58646e;
	opacity: 1 !important;
}

::-moz-placeholder{
	color:#58646e;
	opacity: 1 !important;
}

:-ms-input-placeholder{
	color:#58646e;
}

#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder
{
	color:#fff;
}

#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder{
	color:#fff;
	opacity: 1 !important;
}

#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder{
	color:#fff;
	opacity: 1 !important;
}

#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder{
	color:#fff;
}

/* ***Animation effects
======================================*/
/* Popup featured thumb */

#swipebox-overlay{
	-webkit-transform: translate3d(-105%, 0, 0);
	transform: translate3d(-105%, 0, 0);
}

#swipebox-overlay.anim-show{
	opacity: 1;
}

.anim-show{
	-webkit-animation: slidePageInFromLeft 1s cubic-bezier(0.565, 0.085, 0.395, 1.035) 1 normal forwards;
	-moz-animation: slidePageInFromLeft 1s cubic-bezier(0.565, 0.085, 0.395, 1.035) 1 normal forwards;
	animation: slidePageInFromLeft 1s cubic-bezier(0.565, 0.085, 0.395, 1.035) 1 normal forwards;
}

.anim-hide{
  opacity:1;
  left:0;
  -webkit-animation: slidePageBackLeft 1.5s ease-out 1 normal forwards;
  -moz-animation: slidePageBackLeft 1.5s ease-out 1 normal forwards;
  animation: slidePageBackLeft 1.5s ease-out 1 normal forwards;
}


@-webkit-keyframes slidePageInFromLeft{
  0% {opacity: 0; }
  20%{opacity: 1;}
  100% {opacity:1; -webkit-transform: translate3d(0, 0, 0);}
}

@-moz-keyframes slidePageInFromLeft{
  0% {opacity: 0; }
  20%{opacity: 1;}
  100% {opacity:1; -moz-transform: translate3d(0, 0, 0);}
}

@keyframes slidePageInFromLeft{
  0% {opacity: 0; }
  20%{opacity: 1;}
  100% {opacity:1; transform: translate3d(0, 0, 0);}
}

@-webkit-keyframes slidePageBackLeft{
  0% {opacity:1; left:0; -webkit-transform: scale(0.95);}
  10% {transform: scale(0.9);}
  70% {opacity:1;}
  100% {opacity:0; left:-150%;}
}

@-moz-keyframes slidePageBackLeft{
  0% {opacity:1; left:0; -moz-transform: scale(0.95);}
  10% {transform: scale(0.9);}
  70% {opacity:1;}
  100% {opacity:0; left:-150%;}
}

@keyframes slidePageBackLeft{
  0% {opacity:1; left:0; transform: scale(0.95);}
  10% {transform: scale(0.9);}
  70% {opacity:1;}
  100% {opacity:0; left:-150%;}
}


/* amination */
.fadeInLeft {
	-webkit-transform:translateX(-20px);
	-moz-transform:translateX(-20px);
	-o-transform:translateX(-20px);
	transform:translateX(-20px);
	opacity:0 }


.fadeInRight {
	-webkit-transform:translateX(20px);
	-moz-transform:translateX(20px);
	-o-transform:translateX(20px);
	transform:translateX(20px);
	opacity:0 }

.fadeInLeft.animate,
.fadeInRight.animate {
	-webkit-transform:translateX(0px);
	-moz-transform:translateX(0px);
	-o-transform:translateX(0px);
	transform:translateX(0px);
	opacity:1;
}

.fadeInUp {
	-webkit-transform:translateY(20px);
	-moz-transform:translateY(20px);
	-o-transform:translateY(20px);
	transform:translateY(20px);
	opacity:0 }

.fadeInUp.animate {
	-webkit-transform:translatey(0px);
	-moz-transform:translatey(0px);
	-o-transform:translatey(0px);
	transform:translatey(0px);
	opacity:1;
}

.bounceIn {
	-webkit-transform:scale(.3);
	-moz-transform:scale(.3);
	-o-transform:scale(.3);
	transform:scale(.3);
	opacity:0 }

.animate.bounceIn { -webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	opacity:1
}

.bounceIn,
.scale {
	-webkit-transform:scale(.3);
	-moz-transform:scale(.3);
	-o-transform:scale(.3);
	transform:scale(.3);
	opacity:0 }

.animate.bounceIn,
.anim.scale {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	opacity:1
}

.show {
	opacity:0 }

.animate.show {
	opacity:1
}


.animate {
	-webkit-animation-duration: 1.3s;
	   -moz-animation-duration: 1.3s;
	     -o-animation-duration: 1.3s;
	        animation-duration: 1.3s;
	-webkit-animation-delay: 0.5s;
	   -moz-animation-delay: 0.5s;
	     -o-animation-delay: 0.5s;
	        animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
			/*visibility:hidden;*/

}

.animate.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
	visibility: visible !important;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
	}
}

.animate.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animate.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
	visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animate.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animate.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
	visibility: visible !important;
}


@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.animate.show {
	-webkit-animation-name: show;
	-moz-animation-name: show;
	-o-animation-name: show;
	animation-name: show;
	visibility: visible !important;
}


@-webkit-keyframes show {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes show {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes show {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes show {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.amin.scale{
	-webkit-animation: scale-this 0.8s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-animation: scale-this 0.8s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-animation: scale-this 0.8s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	animation: scale-this 0.8s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
	opacity: 1;
}

/* Scale Up animation */
@-webkit-keyframes scale-this {
	0% {
		-webkit-transform: scale(0.3);
 		opacity: 0.1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
@-moz-keyframes scale-this {
 	0% {
		-moz-transform: scale(0.3);
		opacity: 0.1;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 1;
 	}
}
 @-o-keyframes scale-this {
	0% {
		-o-transform: scale(0.3);
		opacity: 0.1;
	}
	100% {
		-o-transform: scale(1);
		opacity: 1;
	}
}
@keyframes scale-this {
	0% {
		transform: scale(0.3);
		opacity: 0.1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/* ***Twitter
========================================*/
/* Twitter feeds rules */
#loading-container {
    padding:16px 0px 16px 0px;
    text-align:center;
}

#twitter-feed {
    width:auto;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-top:0px;
    padding:8px 10px 5px 2px;
    border-radius:12px;
    background-color:#FFF;
    color:#333;
    overflow:auto;
}

#twitter-feed h1 {
    color:#5F5F5F;
    margin:0px;
    padding:9px 0px 9px 0px;
    font-size:18px;
    font-weight:lighter;
}

.twitter-article, #loading-container {
    width:100%;
    border-top:1px dotted #CCC;
    float:left;
    padding:8px 0px 8px 0px;
    position:relative;
}
.twitter-pic {
    position:absolute;
}

.twitter-pic img {
    float:left;
    border:none;

}

/* -------- TEXT STYLING ------*/
.twitter-text {
    width:100%;
    float:left;
    font-size:11px;
    padding-left:52px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.twitter-text p {
    margin:0px;
    line-height:15px;
}
.twitter-text a,  h1 a {
    color: #00acee;
    text-decoration: none;
}
.twitter-text a:hover,  h1 a:hover {
    text-decoration: underline;
    color: #00acee;
}

.tweet-time {
    font-size:10px;
    color:#878787;
    float:right;
}
.tweet-time a, .tweet-time a:hover {
    color:#878787;
}

.tweetprofilelink a {
    color:#444;
}
.tweetprofilelink a:hover {
    color:#444;
}

/* -------- FEED  ACTIONS ------*/
#twitter-actions {
    width:105px;
    float:right;
    margin-right:5px;
    margin-top:3px;
}

/* -------- RETWEET INDICATOR ------*/
#retweet-indicator {
    width:14px;
    height:10px;
    background-image:url(../images/tweet-actions.png);
    background-position:-5px -54px;
    margin-top:3px;
    float:left;
}

.intent a{
    width:35px;
    height:24px;
    display:block;
    float:left;
	background-repeat:no-repeat;
	background-image:url(../images/reply.svg);
}
.intent a:hover{
	background-image:url(../images/reply-hover.svg);
}

#intent-retweet a{
    background-image:url(../images/retweet.svg);
}
#intent-retweet a:hover{
    background-image:url(../images/retweet-hover.svg);
}
#intent-fave a{
    background-image:url(../images/favorite.svg);
}
#intent-fave a:hover{
    background-image:url(../images/favorite-hover.svg);
}


/*Custom tweet style*/

.twitter-article, #loading-container{
	border: none;
	margin-bottom: 15px;
}

.tweet-time{
	position: absolute;
	left: 0;
	bottom: 12px;
}

.twitter-author{
	padding-left: 52px;
	font: 14px Arial;
	font-weight: bold;
	color: #26455f;
	margin-bottom: -4px;
	margin-top: 4px;
}

.tweetprofilelink a{
	padding-left: 52px;
	font: 12px Arial;
	color: #58646e;
}

.twitter-text{
	padding-left: 0;
	font: 12px Arial;
	color: #58646e;
	margin-top: 2px;
}

.twitter-text p{
	font: 12px Arial;
	line-height: 16px;
}

.twitter-text a,
.twitter-text .tweet-time{
	color: #afbfcd;
	font: 12px Arial;
}

.twitter-text a:hover,
.twitter-text .tweet-time:hover{
	color: #afbfcd;
	text-decoration: underline;
}

/* follow button */
.twitter-follow-button{
	padding-bottom: 2px;
	position: absolute;
    right: 0;
    top: 14px;
}

.twitter-follow-button i{
	font-style: normal;
	font-size: 13px;
}

.twitter-follow-button .icon-twitter{
	font-size: 14px;
	padding-left: 2px;
    padding-right: 13px;
}

.twitter-follow-button .icon-twitter:hover{
	background: none;
}


/* ***Isotope
=================================================*/
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.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;
}

/**** disabling Isotope CSS3 transitions ****/

.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;
}
