/*------------------------------------------------------------------
[Master Stylesheet]

Project:     Parker
Version:     1.1
Last change:
Primary use: Resume, Portfolio

/*------------------------------------------------------------------
[Base]
*/

body {
	background: #111;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	font-family: 'Source Sans Pro', serif;
	line-height: 1.8;
	font-size: 12px;
	color: #565656;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

/*------------------------------------------------------------------
[Typography]
*/

a {
	color: #59330b;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: underline;
	color: #59330b;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Source Sans Pro', serif;*/
	font-family: 'Noto Sans', sans-serif;
	margin: 0 0 25px;
	line-height: 1.4;
	font-weight: 400;
	color: #111;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 1.6rem;
}

p {
	margin-bottom: 25px;
}
p,
footer,
li {
	font-family: 'Noto Sans', sans-serif;
}

.lead {
	line-height: 1.8;
	font-weight: 400;
	font-size: 16px;
}

.font-300 {
	font-weight: 300;
}

.font-400 {
	font-weight: 400;
}

.font-700 {
	font-weight: 700;
}

/*------------------------------------------------------------------
[Commons]
*/

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.row.flxtop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
}
.row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutter [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.divider {
	margin: 0;
}

.divider-gross {
	border-top-width: 2px;
}

p.copyright {
	text-align: center;
}

#map {
	height: 100% !important;
	width: 100%;
}

.icons-div {
	border: 1px solid #eee;
	padding: 0;
}

.icons-div > .icon {
	border-right: 1px solid #e5e5e5;
	display: inline-block;
	min-width: 60px;
	min-height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	margin-right: 5px;
}

.rotate {
	text-shadow: none !important;
}

.ajax-response {
	text-align: center;
}

/*------------------------------------------------------------------
[Forms]
*/

.form-control {
	font-size: 1.4rem;
	color: #aaa;
}

.form-control:focus {
	border-color: #ddd;
}

/* Form sizes */

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 47px;
	font-size: 15px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
	height: 34px;
	font-size: 12px;
}

/*------------------------------------------------------------------
[Buttons]
*/

.btn {
	border-width: 2px;
	padding: 9px 34px;
	font-family: 'Source Sans Pro', serif;
	font-weight: 400;
	font-size: 14px;
	-webkit-transition: all 0.125s ease-in-out;
	   -moz-transition: all 0.125s ease-in-out;
	    -ms-transition: all 0.125s ease-in-out;
	     -o-transition: all 0.125s ease-in-out;
	        transition: all 0.125s ease-in-out;
}

.btn.focus,
.btn:focus
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
	outline: 0;
}

/* Button types */

.btn.btn-circle {
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	     -o-border-radius: 30px;
	        border-radius: 30px;
}

.btn.btn-round {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

/* Button colors */

.btn.btn-def,
.btn.btn-def.btn-outline:hover {
	border-color: #cf9c63;
	background: #cf9c63;
	color: #fff;
}

.btn.btn-def:hover {
	border-color: #b6834a;
	background: #b6834a;
}

.btn.btn-def.btn-outline {
	background: transparent;
	color: #cf9c63;
}

.btn.btn-white,
.btn.btn-white.btn-outline:hover {
	border-color: #fff;
	background: #fff;
	color: #111;
}

.btn.btn-white:hover {
	border-color: #f5f5f5;
	background: #f5f5f5;
	color: #111;
}

.btn.btn-white.btn-outline {
	background: transparent;
	color: #fff;
}

.btn.btn-gray,
.btn.btn-gray.btn-outline:hover {
	border-color: #eee;
	background: #eee;
	color: #111;
}

.btn.btn-gray:hover {
	border-color: #E2E2E2;
	background: #E2E2E2;
	color: #111;
}

.btn.btn-gray.btn-outline {
	background: transparent;
	color: #eee;
}

.btn.btn-dark,
.btn.btn-dark.btn-outline:hover {
	border-color: #111;
	background: #111;
	color: #fff;
}

.btn.btn-dark:hover {
	border-color: #1F1E1E;
	background: #1F1E1E;
	color: #fff;
}

.btn.btn-dark.btn-outline {
	background: transparent;
	color: #111;
}

/* Button sizes */

.btn.btn-lg {
	font-size: 15px;
	padding: 12px 48px;
}

.btn.btn-sm {
	font-size: 12px;
	padding: 6px 25px;
}

.btn.btn-xs {
	letter-spacing: 0;
	font-size: 11px;
	padding: 4px 19px;
}

/*------------------------------------------------------------------
[Progress bars]
*/

.progress {
	overflow: visible;
	height: 2px;
	margin-bottom: 30px;
}

.progress-title {
	display: block;
	margin: 0 0 15px;
	font-size: 14px;
}

.progress-bar {
	position: relative;
}

.progress-bar.progress-bar-def {
	background: #cf9c63;
}

.progress-bar > span {
	position: absolute;
	display: block;
	top: -35px;
	right: 0;
	font-size: 13px;
	color: #565656;
}

/*------------------------------------------------------------------
[Tabs]
*/

.nav-tabs {
	border-color: #eee;
}

.nav-tabs > li > a {
	font-weight: 700;
	font-size: 15px;
	color: #111;
	-webkit-border-radius: 2px 2px 0 0;
	   -moz-border-radius: 2px 2px 0 0;
	     -o-border-radius: 2px 2px 0 0;
	        border-radius: 2px 2px 0 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-color: #eee;
	border-bottom: 1px solid transparent;
	color: #cf9c63;
}

.tab-content {
	padding: 15px 0;
}

/*------------------------------------------------------------------
[Accordions]
*/

.panel-title,
.panel-title a {
	font-weight: 700;
	font-size: 15px;
	color: #111;
}

.panel-group {
	border: 1px solid #eee;
	border-bottom: 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.panel-group .panel {
	border-radius: 0;
}

.panel {
	border: 0;
	border-bottom: 1px solid #eee;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-color: #eee;
}

.panel-heading {
	padding: 15px 20px;
}

.panel-default > .panel-heading {
	background: transparent;
	border-color: #eee;
}

.panel-heading a {
	position: relative;
	display: block;
}

.panel-heading a:after {
	position: absolute;
	content: "\f068";
	top: 50%;
	right: 0px;
	margin-top: -5px;
	font-family: "FontAwesome";
	font-size: 11px;
	line-height: 1;
}

.panel-heading a.collapsed:after {
	content: "\f067";
}

.panel-title {
	font-size: 12px;
}

.panel-group .panel + .panel {
	border-top: 0;
	margin-top: 0;
}

/*------------------------------------------------------------------
[Navbar]
*/
.navbar-custom {
	margin: 0;
	padding: 0;
}
.navbar .navbar-brand {
	overflow: hidden;
}
.navbar .navbar-brand .fade-out {
    transform: translateY(200%);
    transition: .4s cubic-bezier(.8,0,.8,0);
}
.navbar .navbar-brand .fade-in {
    transform: translateY(0);
    transition: .4s cubic-bezier(.8,0,.8,0);
}
.page-body .navbar-transparent .navbar-brand::before {
    content: " ";
    background: url(/themes/ngo/assets/images/logo.Prin_Banat_Asociatia.white_bg.svg) 0 0 no-repeat;
    width: 5rem;
    height: 5rem;
    margin: 2rem 5rem;
    display: block;
}
.navbar-custom {
	background: #fff;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.3);
	transform: translateY(0);
    transition: .4s cubic-bezier(.8,0,.8,0);
}

.navbar-custom.navbar-transparent {
    background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transition: .4s cubic-bezier(.8,0,.8,0);
    overflow: hidden;
}

.navbar-custom .navbar-brand {
	display: table-cell;
	vertical-align: middle;
	float: none;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 400;
	font-size: 23px;
	color: #111;
}
.navbar-brand img {
    height: 6rem;
}
.navbar-transparent .navbar-brand img {
    visibility: hidden;
}

.navbar-custom,
.navbar-custom a {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
	font-size: 0.8rem;
}

.navbar-custom .nav > li > a:focus {
	background: none;
	color: #8c8c8c;
}

.navbar-custom .nav > li.active > a {
	color: #fff;
}

.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover {
	background: none;
	text-decoration: underline;
}

.navbar-custom .nav li a > .fa,
.navbar-custom .nav li a > .icon {
	margin-right: 6px;
	font-size: 13px;
}

.navbar-custom .navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	right: auto;
	margin-top: -5px;
	margin-left: 2px;
}
.navbar-custom.navbar-light .navbar-nav .nav-link {
	color: black;
}
.navbar-custom.navbar-transparent .navbar-nav .nav-link {
	color: white;
}
.navbar .nav-item {
	padding: .5rem;
}

.leftauto {
	right: 0 !important;
	left: auto !important;
}

.navbar-custom .dropdown-menu.left-side {
	margin-right: 2px;
	right: 100%;
	left: auto;
}

.navbar-custom .dropdown-menu {
	background: #262626;
	border: 0;
	border-radius: 0;
	padding: 5px 0;
	min-width: 180px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.navbar-custom .dropdown-menu li {
	padding: 0 15px;
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid #2b2b2b;
	padding: 10px 5px;
	font-size: 14px;
	color: #A0A0A0;
}

.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:hover,
.navbar-custom .nav .open > a:focus {
	border-color: #2b2b2b;
}

.navbar-custom .dropdown-menu > li:last-child > a {
	border-bottom: 0;
}

.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu .open > a,
.navbar-custom .dropdown-menu .open > a:hover {
	background: none;
	color: #fff;
}

.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 4px;
	position: relative;
	float: right;
	padding: 6px;
	margin: 35px 35px 0 0;
    z-index: 3;
}

.navbar-toggle.collapsed .icon-bar {
	background: #111;
    transition: all 0.5s;
}
.navbar-toggle .icon-bar {
    transition: all 0.5s;
}
.navbar-transparent .navbar-toggle.collapsed .icon-bar {
    background: #fff;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    color: #fff;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    color: #fff;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

@media ( max-width: 768px ) {
    .navbar-custom.navbar-transparent {
        overflow: visible;
    }

    .navbar-custom,
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-brand img {
        height: 5rem;
        padding: 0;
    }
    .page-body .navbar-transparent .navbar-brand::before {
        height: 3rem;
        margin: 1.2rem;
    }
    .navbar-custom .navbar-toggle {
        margin: 12px 15px 0 0;
    }
}

@media ( max-width: 768px ) {
    ul.navbar-right li a {
        color: #fff;
    }
}
@media ( min-width: 768px ) {
    .navbar .nav {
        margin: 0 15px 0 0;
    }
    .navbar-transparent {
		background: transparent;
	}
	.navbar-transparent a,
	.navbar-transparent .nav > li > a:focus {
		color: #fff;
	}
	.navbar-custom .navbar-brand {
		padding-left: 0;
	}
	.navbar-transparent .navbar-nav > li > a {
        color: #fff;
        text-shadow: 0 0 2px #000;
    }
	.navbar-custom .navbar-nav > li > a {
        font-weight: bold;
        padding: 0 1rem;
	}
	.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(50px);
		   -moz-transform: translateY(50px);
		    -ms-transform: translateY(50px);
		     -o-transform: translateY(50px);
		        transform: translateY(50px);
		-webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		   -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		    -ms-transition: opacity 0.4s ease 0s, -ms-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		     -o-transition: opacity 0.4s ease 0s, -o-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		        transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
	}

	.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		   -moz-transform: translateY(0px);
		    -ms-transform: translateY(0px);
		     -o-transform: translateY(0px);
		        transform: translateY(0px);
	}

    .navbar-custom .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

    .navbar-right li a {
        color: #333;
        text-shadow: none;
    }
}

@media (max-width: 767px) {
    .navbar .collapse.in,
    .navbar .collapsing {
        display: flex;
        justify-content: center;
        background: rgba(0,0,0,0.9);
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        min-height: 100vh;
    }
    .navbar-collapse .navbar-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .navbar-right li a {
        text-align: center;
        font-size: 3vh;
        line-height: 5vh;
    }
    .navbar .navbar-nav > .nav-item {
        float: none;
        clear: both;
        margin-left: 1rem;
    }
}

.nav-up {
    top: -9.6rem;
}

/*------------------------------------------------------------------
[Modules]
*/

.wrapper {
	background: #fff;
	position: relative;
	width: 100%;
	z-index: 3;
}
.wrapper-half {
    position: static;
    overflow: hidden;
}

.module,
.module-sm,
.footer {
	/*padding: 50px 0;*/
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.module-sm {
	padding: 70px 0;
}

.module-map {
	position: relative;
	overflow: hidden;
	height: 450px;
	width: 100%;
}

.module-parallax{
	background-attachment: fixed;
}

.module-title,
.module-subtitle {
	margin: 0 0 70px;
	text-align: center;
	line-height: 1.8;
	font-size: 30px;
}

.module-subtitle {
	font-size: 18px;
	color: #999;
}

.module-title + .module-subtitle {
	margin-top: -35px;
}

.module.module-w,
.module-sm.module-w {
	background-color: #fff;
}

.module.module-g,
.module-sm.module-g {
	background-color: #111;
}

.module.module-g,
.module.module-w {
    padding: 4em 0;
}

/*.module.module-g .row {
	background-color: #fff;
}*/

.navbar-custom + .wrapper .module:first-child {
	padding-top: 210px;
}

.navbar-custom + .wrapper .module-sm:first-child {
	padding-top: 140px;
}

@media (max-width: 767px) {

	.footer {
		position: relative;
	}

}

/*------------------------------------------------------------------
[Separator]
*/
.separator h2 {
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: .2rem;
	line-height: 2.4rem;
	margin: 3rem 0 3rem 0;
	text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.module-g .separator h2 {
	color: #ccc;
}
.separator h2::before {
    border-top: 1px solid #dfdfdf;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}
.module-g .separator h2::before {
    border-top: 1px solid #565656;
}
.separator h2 span {
    background: #fff;
    padding: 0 15px;
}
.module-g .separator h2 span {
    background: #111;
}


/*------------------------------------------------------------------
[Hero]
*/

#hero .center {
	height: 27rem;
	left: 50%;
	margin: -13.5rem 0 0 -20.75rem;
	position: absolute;
	z-index: 3;
	top: 50%;
	width: 41.5rem;
}
@media (max-width: 320px) {
    #hero .center {
        height: 18rem;
        width: 27rem;
        margin: -9rem 0 0 -13.5rem;
    }
}
#hero .center.fade-out {
	transform: translateY(-200%);
	transition: .8s ease-in-out;
}
#hero .center.fade-in {
	transform: translateY(0);
	transition: .4s ease-in-out;
}

.module-hero {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/**
 * HALF PAGE + BLOG
 */
.half-hero {
    height: 80vh;
    overflow: hidden;
    position: relative;
}
.half-hero .title {
    bottom: 5vh;
    left: 0;
    position: absolute;
    right: 0;
}
.half-hero .title h2 {
    color: #fff;
    font-size: 4vh;
    font-family: "Noto Serif", sans-serif;
    line-height: 4.5vh;
    text-shadow: 0px 0px 2px #000;
}
.half-hero h6 {
    color: #fff;
    margin: 0;
    text-shadow: 0px 0px 2px #000;
}
.half-hero h6 a {
    color: #fff;
    text-decoration: underline;
}
.blog-post h6,
.blog-post h5,
.blog-post h4,
.blog-post h3,
.blog-post h2,
.blog-post h1 {
    color: #555;
}
.blog-post .breadcrumbs h6 {
    margin: 2rem 0;
}
.blog-post .content {
    padding: 2rem 0;
    font-family: 'Noto Sans', sans-serif;
}
.blog-post .attachments h6 {
    text-decoration: underline;
    margin: 0 0 1rem 0;
}
.blog-post .attachments li .fa-li {
    top: 0.4em;
}
/**
 * END HALF PAGE + BLOG
 */



.hero-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	z-index: 2;
}

.hero-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	color: #fff;
}

.hero-title {
	line-height: 1.4;
	font-size: 60px;
	margin: 0 0 20px;
	color: #fff;
}

@media (max-width: 992px) {

	.hero-title {
		font-size: 52px;
	}

}

@media (max-width: 767px) {

	.hero-title {
		font-size: 42px;
	}

}

@media (max-width: 627px) {
	.hero-title {
		font-size: 36px;
	}
}

#hero .carousel-control.left,
#hero .carousel-control.right {
    background: none;
}
#hero .carousel-control .icon-prev,
#hero .carousel-control .icon-next {
    font-size: 6rem;
    line-height: 6rem;
    height: 6rem;
    width: 3rem;
}

/*------------------------------------------------------------------
[Module Overlays]
*/

#hero .item:before {
	background: rgba(17, 17, 17, 0.1);
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/*------------------------------------------------------------------
[Post]
*/

.post {
	margin: 0 0 60px;
}

.post-title,
.post-title a {
	margin: 5px 0 25px;
	font-size: 23px;
	color: #111;
}

.post-thumbnail {
	margin: 0 0 35px;
}

/*------------------------------------------------------------------
[Pagination]
*/

.pagination > li > a,
.pagination > li > span {
	border: none;
	background: transparent;
	color: #8c8c8c;
}
.pagination > li.active > a.page-link {
	background: #cf9c63;
	color: white;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover,
.pagination > li > span.current {
	background: transparent;
	color: #cf9c63;
}

/*------------------------------------------------------------------
[Comments and Comment form]
*/

.comment-avatar {
	float: left;
	max-width: 50px;
}

.comment-avatar img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

.comment-content {
	border-bottom: 1px solid #eee;
	margin: 0 0 40px 70px;
	padding: 0 0 25px;
}

.comment-author {
	font-size: 16px;
	margin: 0 0 20px;
}

.comment-author a {
	color: #111;
}

.comment-meta {
	font-size: 12px;
}

.post-author {
	margin: 80px 0 0;
}

.comment-title,
.comment-form-title,
.post-author-title {
	margin: 0 0 15px;
}

.comments + .comment-form {
	margin: 70px 0 0;
}

@media (min-width: 768px) {

	.comment .comment {
		margin-left: 70px;
	}

}

/*------------------------------------------------------------------
[Portfolio]
*/

.filters {
	text-align: center;
	list-style: none;
	margin: 0 0 70px;
	padding: 0;
}

.filters li {
	display: inline-block;
}

.filters li:first-child a {
	margin-left: 0;
}

.filters li a {
	font-size: 18px;
	color: #8c8c8c;
	margin: 0 20px;
}

.filters li a.current {
	color: #cf9c63;
}

.filters li span {
	color: #ccc;
}

.works-grid-wrapper {
	margin-left: -5px;
	margin-right: -5px;
}

.works-grid-gutter .work-item {
	padding: 0 5px 10px;
}

.work-item {
	position: relative;
	overflow: hidden;
	width: 25%;
}

.works-grid-3 .work-item {
	width: 33.3333%;
}

.work-wrapper {
	position: relative;
	overflow: hidden;
}

.work-item img {
	height: auto;
	width: 100%;
}

.work-thumbnail:after {
	-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;
}

.work-thumbnail:after {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.work-item:hover .work-thumbnail:after {
	background: rgba(255, 255, 255, 0.8);
}

.work-caption {
	position: absolute;
	width: 100%;
	top: 100%;
	z-index: 2;
	opacity: 0;
	padding: 30px;
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
	    -ms-transition: opacity 0.3s ease;
	     -o-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}

.work-item:hover .work-caption {
	opacity: 1;
}

.work-popup {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 10px;
	top: 10px;
	z-index: 5;
	opacity: 0;
	font-size: 18px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.work-item:hover .work-popup {
	opacity: 1;
	-webkit-transform: translate(-10px, 10px);
	   -moz-transform: translate(-10px, 10px);
	    -ms-transform: translate(-10px, 10px);
	        transform: translate(-10px, 10px);
}

.work-title {
	font-size: 16px;
	margin: 0 0 5px;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
	    -ms-transform: translateY(10px);
	        transform: translateY(10px);
}

.work-category {
	font-size: 14px;
	margin: 0;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	        transform: translateY(-10px);
}

.work-title,
.work-category {
	-webkit-transition: -webkit-transform 0.3s ease;
	   -moz-transition: -moz-transform 0.3s ease;
	    -ms-transition: -ms-transform 0.3s ease;
	     -o-transition: -o-transform 0.3s ease;
	        transition: transform 0.3s ease;
}

.work-item:hover .work-title,
.work-item:hover .work-category {
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
}

.work-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.works-grid-dark .work-item:hover .work-thumbnail:after {
	background: rgba(4, 4, 4, .8);
}

.works-grid-dark .work-title {
	color: #fff;
}

@media (max-width: 992px) {

	.work-item {
		width: 33.3333%;
	}

}

@media (max-width: 767px) {

	.filters li span {
		display: none;
	}

	.work-item,
	.works-grid-3 .work-item {
		width: 50%;
	}

}

@media (max-width: 500px) {

	.work-item,
	.works-grid-3 .work-item {
		width: 100%;
	}

}

/*------------------------------------------------------------------
[Team]
*/
.echipă .container-fluid {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1rem;
    margin: 0;
}
.echipă .owl-carousel.owl-loaded {
}

.team-mate {
    display: block;
    float: left;
    position: relative;
    height: 100%;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    /*box-shadow: 0px 0px 5px #aaa;*/
    cursor: default;
    padding: 1rem 1rem;
}
.team-mate-photo {
    display: block;
    color: black;
    position: relative;
    overflow: hidden;
    /*border: 2px solid #FFF;*/
    height: 100%;
    width: 100%;
}
.team-mate img {
    display: block;
    position: relative;
}
.team-mate-meta {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    padding: 1rem 1rem 3rem 1rem;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*opacity: 0;*/
    display: none;
    transition: opacity 0.2s 0s ease-in-out;
    color: #fff;
}
.team-mate-title {
    font-size: 1.1em;
    line-height: 1.1em;
    padding: .5em .5em .3em .5em;
    text-transform: uppercase;
}
.team-mate-desc {
    font-size: 1em;
    line-height: 1.2em;
    padding: .3em .5em .5em .5em;
}

.team-mate-name {
    background: #111;
    color: #fff;
    font-size: 1.2em;
    font-family: "Noto Serif", sans-serif;
    line-height: 4rem;
    margin: -2rem 0 0 1rem;
    padding: 0 1rem;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 100%;
}
.team-mate-mask {
    background: rgb(0, 0, 0);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s 0s ease-in-out;
}
.team-mate.hover .team-mate-meta {
    display: block;
    opacity: .8;
    transition-delay: 0.2s;
    transition: opacity 0.2s 0s ease-in-out;
}
.team-mate.hover .team-mate-mask {
    opacity: 1;
}

@media all and (max-width: 480px) {
    .team-mate {
        width: 100%;
    }
}
@media all and (min-width: 481px) {
    .owl-carousel {
        display: block;
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    .team-mate {
        width: 49.545252%;
    }
}
@media all and (min-width: 769px) and (max-width: 992px) {
    .team-mate {
        width: 33.333333%;
    }
}
@media all and (min-width: 992px) {
    .team-mate {
        width: 25%;
    }
}

/*------------------------------------------------------------------
[News]
*/
.card {
	background: none;
	padding: 2rem;
	border: none;
}
.card-body {
	padding: 1rem 0;
}
.card__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 1;
}
.card h3 {
	margin: 0.5em 0 0 0;
	padding: 0;
	color: #333;
	font-family: 'Raleway','Helvetica','Helvetica Neue','Segoe UI','Helvetica','Arial',sans-serif;
	font-weight: bold;
	text-rendering: optimizeLegibility;
	font-size: 1.4rem;
}
.card a {
	text-decoration: none;
}
.card .card-text a {
	text-decoration: underline;
}
.card a:hover {
	text-decoration: none;
}
.card-meta {
	padding: 0;
	margin: .5rem 0;
}
.card-meta a {
	color: #b9936b;
}
.card-text {
	color: #666666;
	font-size: .9rem;
}
.card small {
	color: #aaaaaa;
}

.pagination li a {
	font-family: 'Source Sans Pro', sans-serif;
}

/** Header */
.scrolled-down{
	transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
	transform:translateY(0); transition: all 0.3s ease-in-out;
}

/* for Desktop */
@media ( min-width : 640px ){
    .timeline {
        padding: 0 0 0 40px;
    }
    .timeline > li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
    p.timeline-date {
        width: 130px;
        float: left;
        margin-top: 20px;
        padding: 0 10px 0 0;
        text-align: right;
    }
    .timeline-content {
        border-left: 4px #999 solid;
        float: left;
        padding: 15px 0 0 20px;
        width: 75%;
    }
    .timeline-content h3 {
        font-family: "Noto Serif", serif;
        font-size: 2rem;
    }
    .timeline-content p {
        font-family: "Raleway", sans-serif;
    }
    .timeline-content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #ccc;
        position: absolute;
        left: 126px;
        top: 24px;
        border-radius: 100%;
    }
    p.timeline-date {
        margin: 18px 0 28px 0;
        padding: 0 10px 0 0;
    }
}

/*------------------------------------------------------------------
[Sliders]
*/
.owl-theme .owl-controls {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -23px;
}

.owl-controls .owl-buttons .owl-prev {
	position: absolute;
	right: auto;
	left: 0;
}

.owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 0;
	left: auto;
}

.owl-theme .owl-controls .owl-buttons div {
	background: #fff;
	display: block;
	height: 46px;
	width: 46px;
	margin: 0 5px;
	padding: 0;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #111;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

/*------------------------------------------------------------------
[Proiecte]
*/

#proiect .client-row {

}
#proiecte h3 {
	border-bottom: 1px solid #9a4724;
	font-family: 'Raleway', sans-serif;
	font-size: 1.6rem;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin: 0 2rem;
	padding: 2rem 0 0.2rem 0;
    text-align: center;
}
#proiecte h3 a {
    color: #9a4724;
	text-decoration: none;
}

#proiecte p {
	color: #666;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
	margin: 2rem;
	padding: 0;
    text-align: justify;
}

#proiecte figure figcaption {
	padding: 3em;
}

.mask-message {
    font-family: 'Courier', monospace;
    font-size: 4.5rem;
    left: 0;
    position: absolute;
    text-align: center;
    transform: rotate(-16deg);
    width: 100%;
    top: 40%;
}
@media only screen and (max-width : 768px) {
    .mask-message {
        font-size: 3rem;
    }
}
#proiecte .mask-message + h3 {
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
#proiecte .mask-message + h3,
#proiecte .mask-message + h3 a {
    color: rgba(17, 17, 17, 0.2);
}
#proiecte .mask-message + h3 + p {
    color: rgba(17, 17, 17, 0.2);
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #proiecte .row {
        -webkit-flex-wrap: nowrap;
    }
    #proiecte p {
        /*text-align: justify;*/
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {
    #proiecte h3 {
        font-size: 1.4rem;
        margin: 1.6rem 0 0.8rem 0;
        padding: 0;
    }
    #proiecte p {
        font-size: 1.4rem;
        margin: .2rem .5rem 6rem .5rem;
    }
}


/*------------------------------------------------------------------
[Profile]
*/
#profil h4 {
	color: #bbb;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 48px;
	margin: 0;
	padding: 1em 1.5em;
	text-transform: uppercase;
}
#profil h4 b {
	color: #fff;
	text-decoration: underline;
}

#profil ul {
	padding: 1em 2em;
}
#profil ul li {
	line-height: 1.4em;
	padding: 0.5em 0;
	color: #bbb;
}
@media ( max-width: 992px ) {
    #profil h4,
    #profil p {
        text-align: left;
    }
    #profil h4 {
        font-size: 2.5vh;
        line-height: 4vh;
    }
    #profil p {
        font-size: 1vh;
    }
}

/*------------------------------------------------------------------
[Last Article]
*/
#article-wrapper {
	height: 100%;
	position: relative;
}
.article-image {
	height: 100%;
	position: relative;
}
.article {
	left: 0;
    right: 0;
	margin: -25vw auto 0;
	position: absolute;
	text-align: center;
	bottom: 10vw;
	width: 40vw;
    height: auto;
	z-index: 3;
}
.article-head {
    background: #111 url(/themes/ngo/assets/images/logo.Prin_Banat_Asociatia.white_dim_bg.svg) -6rem -6rem no-repeat;
	padding: 2em 1em;
}
.article-head h6 {
	border-bottom: 1px solid #fff;
	font-family: 'Raleway', serif;
    font-size: 1.3rem;
	letter-spacing: 3px;
	margin: 1em 4em 1em 4em;
	padding: 0 0 1em;
	text-transform: uppercase;
}
.article-head h3 {
	font-family: 'Noto Serif', serif;
    font-size: 2rem;
	font-style: italic;
	margin: 1em 2em;
}
.article-head h3,
.article-head h6 {
	color: #fff;
	text-align: center;
}
.article p {
	background: #fff;
	color: #151515;
	font-family: 'Raleway', serif;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0.5em 0 0 0;
	padding: 1em;
}
.article p a {
    color: #914724;
}
.article p a:hover {
    text-decoration: underline;
}

@media (max-width: 720px) {
    .article {
        width: 50vw;
    }
    .article-head h6,
    .article p {
        font-size: 1rem;
    }

    .article-head h3 {
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------------
[Expo]
*/
.expo-group {
    padding: 2rem 0;
}
.expo-group h2 {
    margin: 1rem 0 0 0;
}
.expo-group h6 {
    margin: 1rem 0;
}
.expo-group h6 i {
    background: #9A4724;
    color: #fff;
    border-radius: 4px;
    font-style: normal;
    padding: 3px 6px;
    font-size: 1.3rem;
}
.expo-group h6 i:before {
    color: #fff;
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 1.1rem;
    padding: 0 4px 0 0;
}

/*------------------------------------------------------------------
[Contact]
*/
.contact-form label {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    letter-spacing: .1rem;
    margin: 0;
    text-transform: uppercase;
}
.contact-form input,
.contact-form textarea,
.contact-form button {
    color: #333;
    font-family: "Noto Sans", sans-serif;
}
.contact-form button {
    text-transform: uppercase;
}

/*------------------------------------------------------------------
[Newsletter]
*/
#newsletter {
    background: center url(/themes/ngo/assets/images/bg.newsletter.jpg);
    background-size: cover;
	padding: 5rem 0;
}
.subscribe-wrapper {
    position: relative;
    padding: 14rem 0 0 0;
}
.subscribe {
    border-radius: 1rem;
    background: rgba(255, 255, 255, .85);
    padding: 1.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
    width: 75vw;
}
.subscribe h1 {
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    letter-spacing: .1rem;
}

.subscribe__wrapper {
    position: relative;
    height: 5rem;
}
.subscribe__wrapper svg {
    width: 30px;
    height: 100%;
    position: absolute;
    left: 75%;
    margin: 0 0 0 -15px;
    top: 0;
    -webkit-transition: width 0.25s ease, -webkit-transform 0.25s ease;
    transition: width 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, width 0.25s ease;
    transition: transform 0.25s ease, width 0.25s ease, -webkit-transform 0.25s ease;
}
.subscribe__wrapper input[type="email"] {
    border: 1px solid #555;
    font-family: "Raleway", sans-serif;
    font-size: 1.25em;
    float: left;
    height: 60px;
    outline: none;
    padding-left: 1em;
    padding-right: 1em;
    width: 88%;
}
.subscribe__wrapper button {
    font-family: "Raleway", sans-serif;
    position: absolute;
    right: 0;
    width: 80px;
    height: 60px;
    border: 0;
    background: #555;
    cursor: pointer;
    outline: none;
    -webkit-transition: width 0.1s ease;
    transition: width 0.1s ease;
}
.subscribe__wrapper button .send {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media (max-width: 768px) {
    .subscribe {
        font-size: 1rem;
    }
    .subscribe__wrapper input[type="email"] {
        height: 35px;
    }
    .subscribe__wrapper button {
        height: 35px;
    }
    .subscribe__wrapper {
        height: 3.5rem;
    }
}

#p2 {
    opacity: 0;
}

@media (min-width: 768px) {
    .subscribe {
        width: 50vw;
    }
    .subscribe__wrapper button:hover {
        width: 100px;
    }

    .subscribe__wrapper button:hover .send {
        opacity: 1;
    }

    .subscribe__wrapper button:hover .divider {
        -webkit-animation: divider 0.15s 0.2s linear forwards;
        animation: divider 0.15s 0.2s linear forwards;
    }

    .subscribe__wrapper button:hover svg {
        width: 23px;
        -webkit-transform: rotate(-18deg) translateX(10px) translateY(3px);
        transform: rotate(-18deg) translateX(10px) translateY(3px);
        z-index: 10;
    }

    .subscribe__wrapper .divider {
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 50;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 10px;
        height: 0;
        background: #555;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }

    @-webkit-keyframes divider {
        to {
            height: 60%;
        }
    }

    @keyframes divider {
        to {
            height: 60%;
        }
    }
}

@media (min-width: 768px) {
    .subscribe {
        width: 40vw;
    }
}

/*------------------------------------------------------------------
[Footer]
*/
.footer {
    background: #111;
    padding: 3rem 1rem 1rem 1rem;
}
.footer h6 {
    color: #fff;
    margin: 3rem 0 .5rem 0;
    text-transform: uppercase;
}
.footer p {
	line-height: 1.4rem;
    margin: 0;
}
.footer p::first-line {
	line-height: 1.6rem;
}
.footer p .us,
.footer .copyright a {
	color: #cdcdcd;
}
.footer .copyright {
	padding: 4rem 0 1rem;
    font-size: 1em;
}
.footer .partners li {
	list-style: none;
	float: left;
}
.footer .partners ul {
    padding: 0;
}
.footer ul li img {
	height: 58px;
    margin-right: 3rem;
    margin-bottom: 3rem;
}
.footer li {
    list-style: none;
}
.footer a {
    color: #fff;
    text-decoration: underline;
}
.footer a:hover {
    color: #cf9c63;
    text-decoration: none;
}

/*------------------------------------------------------------------
[Address]
*/
.minimenu {
    text-transform: uppercase;
    padding: 0 0 3rem 0;
}
.address p {
    color: #999;
    line-height: 1.8rem;
}

/*------------------------------------------------------------------
[Social Icons]
*/
.social-icons {
	list-style: none;
	margin: 0 0 35px;
	padding: 0;
}
.social-icons h6 {
    font-size: 1.3rem;
    margin: 1rem 0 0 0;
}

.social-icons li {
	display: inline-block;
	margin: 0 12px 0 12px;
}

.social-icons a {
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.social-icons a.prinbanat:hover {
	background: #9A4724;
}

.social-icons a.hot:hover {
	background: #555555;
}

.social-icons a.ongood:hover {
	background: #2d66e4;
}

.social-icons a.medium:hover {
	background: #02b875;
}

.social-icons a.youtube:hover {
	background: #cc181e;
}

.social-icons a.facebook:hover {
	background: #3b5998;
}

.social-icons a.twitter:hover {
	background: #00aced;
}

.social-icons a.instagram:hover {
	background: #517fa4;
}

.social-icons a {
	background: rgba(255, 255, 255, 0.1);
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin: 5px 5px 5px 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

.social-icons a:hover {
	color: #fff;
}

/*------------------------------------------------------------------
[ScrollUp]
*/

.scroll-up {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

.scroll-up.scroll-top-show {
	visibility: visible;
	opacity: 1;
}

.scroll-up a {
	background: #ffffff;
	display: block;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #111111;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

.scroll-up a:hover {
	background: #111111;
	color: #ffffff;
}

@media (max-width: 767px) {

	.scroll-up {
		display: none !important;
	}

}

/*------------------------------------------------------------------
[Preloader]
*/

.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}

.loader {
	background: #ddd;
	position: absolute;
	display: inline-block;
	height: 40px;
	width: 40px;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
	        animation: ball-scale 1s 0s ease-in-out infinite;
}

@-webkit-keyframes ball-scale {

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

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}

}

@keyframes ball-scale {

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

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}

}

/*------------------------------------------------------------------
[Multi-columns-row]
*/

.multi-columns-row .first-in-row {
	clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {

	.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 992px) {

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 1200px) {

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }

}

