b {
    font-weight: 600;
}
strong {
    font-weight: 600;
}
.text-light{
	font-weight: 300;
}
* {
    margin: 0;
    padding: 0;
}

#wpadminbar{
	display: none;
}
html{
	margin: 0 !important;
}

body {
    background-color: #212726;
/*     background-image: url("../img/pattern.png"); */
    color: #b3d9d0;
    font-family: 'Halant', serif;
    text-rendering: optimizelegibility;
    font-size: 15px;
    line-height: 22px;
}
body.stop-scroll {
    overflow: hidden !important;
}
.screen-reader-text {
    left: -9999px;
    position: absolute;
    top: -9999px;
}
.clear {
    clear: both;
}

.group:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
* html .group, *:first-child + html .group {
}
img {
    display: block;
}
#loading-page {
    background-color: #b6dad1;
    background-image: url("../img/infinite.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#page {
/*
	overflow: hidden;
	position: absolute;
	width: 100%;
*/
}
#main {
	background-color: #ffffff;
	color: #444444;
}

.wrapper {}
.container {
	position: relative;
}

#masthead{
	position: relative;
	background-color: #b6dad1;
}
#menu-btn {
    text-align: center;
    width: 68px;
    height: 68px;
    background-image: url("../img/btn-menu-white.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #b6dad1;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
#masthead .menu {
	position: absolute;
	z-index: 20;
	top: 0;
	width: 100%;
}

#masthead .menu #lang {
	font-family: helvetica, sans-serif;
	font-size: 12px;
}
#masthead .menu #lang .lang-wrap,
#masthead .menu #social .social-wrap{
	background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    height: 68px;
    line-height: 68px;
    text-align: center;
    text-transform: uppercase;
    width: 68px;
    margin-bottom: 10px;
    display: inline-block;
}
#masthead .menu #lang .lang-wrap a,
#masthead .menu #social .social-wrap a{
	background-color: rgba(255, 255, 255, 0.3);;
    border-radius: 50%;
    color: #7d9c95;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin: 14px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
#masthead .menu #lang .lang-wrap a:hover,
#masthead .menu #social .social-wrap a:hover{
	background-color: #ffffff;
    border-radius: 50%;
    color: #7d9c95;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
#masthead .menu #lang .lang-sel {
	background-color: rgba(255, 255, 255, 0.5);
}
#masthead .menu #lang .lang-sel a, #masthead .menu #lang .lang-sel a:hover {
	background-color: #ffffff;
}

#masthead .menu #social{
	text-align: right;
}

#masthead .slide {
	background-image: url("../img/carisma_00.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
}
@-webkit-keyframes home_alpha {
 	0%   { opacity: 0.1; }
 	50%  { opacity: 1; }
 	100% { opacity: 0.1; }
}
@-moz-keyframes home_alpha {
 	0%   { opacity: 0.1; }
 	50%  { opacity: 1; }
 	100% { opacity: 0.1; }
}
@-o-keyframes home_alpha {
 	0%   { opacity: 0.1; }
 	50%  { opacity: 1; }
 	100% { opacity: 0.1; }
}
@keyframes home_alpha {
 	0%   { opacity: 0.1; }
 	50%  { opacity: 1; }
 	100% { opacity: 0.1; }
}
#masthead .slide .image {
  -webkit-animation: home_alpha 3s linear infinite; /* Safari 4+ */
  -moz-animation:    home_alpha 3s linear infinite; /* Fx 5+ */
  -o-animation:      home_alpha 3s linear infinite; /* Opera 12+ */
  animation:         home_alpha 3s linear infinite; /* IE 10+, Fx 29+ */
}
#masthead .slide .light{
	position: absolute;
	bottom: 0;
}
#masthead .godown{
	background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    height: 68px;
    line-height: 68px;
    text-align: center;
    text-transform: uppercase;
    width: 68px;
    position: absolute;
    top: 100%;
    margin-top: -35px;
    z-index: 11;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
#masthead .godown:hover{
	background-color: rgba(125, 156, 149, 0.5);
}
#masthead .godown .arrow{
	background-color: #ffffff;
    background-image: url("../img/arrow-down.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    color: #7d9c95;
    display: inline-block;
    height: 40px;
    margin-top: 14px;
    width: 40px;
}

#logo {
	margin-top: -53px;
	position: relative;
    z-index: 10;
}

section.welcome{
	background-image: url("../img/welcome-back.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
section.welcome .cd, section.discography{
	position: relative;
}
section.welcome .cd .cop{
	cursor: pointer;
}
section.welcome .cd .cop img{
	-webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    cursor: pointer;
}
section.welcome .cd .cop:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transition: scale(1.05);
	-ms-transition: scale(1.05);
	-o-transition: scale(1.05);
}
section.welcome .cd .info{
	padding-left: 10px;
}
section.welcome .cd .info .arrow{
	background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(125, 156, 149, 0.5);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-family: arial, sans-serif;
    font-weight: bold;
    padding-left: 2px;
/*
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transition: translateY(-50%);
    -ms-transition: translateY(-50%);
    -o-transition: translateY(-50%);
    top: 50%;
*/
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    cursor: pointer;
}
section.welcome .cd .info .arrow:hover{
	background-color: rgba(125, 156, 149, 1);
    color: #ffffff;
}

section.welcome .video{
	position: relative;
}
.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    padding-top: 30px;
    position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*
section.welcome .video a.play{
	background-color: rgba(125, 156, 149, 0.4);
	display: block;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transition: translate(-50%,-50%);
    -ms-transition: translate(-50%,-50%);
    -o-transition: translate(-50%,-50%);
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
section.welcome .video a:hover.play{
	background-color: rgba(125, 156, 149, 0.5);
}
section.welcome .video a.play .icon{
	background-color: #7d9c95;
	background-image: url("../img/play.png");
    background-position: center center;
    background-repeat: no-repeat;
	border: 2px solid #ffffff;
	border-radius: 50%;
	height: 36px;
	width: 36px;
	margin: 16px;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
*/
section.welcome .video a:hover.play .icon{
	background-color: #dd0000;;
}

section.tour{
	background-color: #b6dad1;
	padding: 100px 0;
}
section.tour .arrow.left{
	background-image: url("../img/arrow-left.png");
}
section.tour .arrow.right{
	background-image: url("../img/arrow-right.png");
}
section.tour .slide{}
section.tour .slide .brick{
	border-left: 1px solid #a0c1b9;
    border-right: 1px solid #a0c1b9;
    margin-bottom: 60px;
    margin-left: -1px;
    padding: 0 30px;
}
section.tour .slide .brick .date{}
section.tour .slide .brick .date .sx{
	float: left;
	margin-right: 10px;
}
section.tour .slide .brick .date .dx{
    font-family: arial,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
	color: #7d9c95;
    padding-top: 2px;
}
section.tour .slide .alm-btn-wrap{
	clear: both;
	padding: 0;
}
section.tour .slide .alm-btn-wrap button.alm-load-more-btn{
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	border: 0;
	background-color: rgba(125, 156, 149, 0.3);
	color: #ffffff;
	margin: 0;
}
section.tour .slide .alm-btn-wrap button.alm-load-more-btn:hover{
	background-color: #ffffff;
	color: #7d9c95;
}

section.gallery{
	background-color: #ffffff;
}
section.gallery ul.brick{
	position: relative;
	cursor: pointer;
	margin: 0;
	list-style: none;
}
section.gallery .brick .desc{
	background-color: #ffffff;
	text-align: center;
	color: #7d9c95;
	display: table;
}
section.gallery .brick .desc .entry{
	display: table-cell;
	vertical-align: middle;
}
section.gallery .brick .desc .year{}
section.gallery .brick .desc .line{
	width: 40px;
	height: 2px;
	background-color: #7d9c95;
	margin: 0 auto;
	display: block;
}
section.gallery .brick .arrow{
	background-color: #ffffff;
    height: 14px;
    width: 14px;
    margin-left: -7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transition: rotate(45deg);
    -ms-transition: rotate(45deg);
    -o-transition: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
section.gallery .brick[position="3"] .desc,
section.gallery .brick[position="4"] .desc{
	left: 50%;
}
section.gallery .brick[position="3"] .image,
section.gallery .brick[position="4"] .image{
	right: 50%;
}
section.gallery .brick .action{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 solid rgba(125, 156, 149, 0.8);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	cursor: pointer;
}
section.gallery .brick .action:hover{
	border-width: 10px;
}

.carisma432{
	background-image: url("../img/carisma432.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #b6dad1;
	padding: 200px 0 0 0;
	overflow: hidden;
}
section.project432{
	color: #49645e;
    font-size: 16px;
    line-height: 26px;
}
section.project432 .more{
	background-image: url("../img/gallery-right.png");
    background-position: left 15px;
    background-repeat: no-repeat;
    background-size: 34px auto;
    padding-left: 30px;
}



.effect-432 {
	height: 200px;
    left: -65px;
    position: absolute;
    top: -45px;
    width: 200px;
}
.effect-432 .layer1,
.effect-432 .layer2 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.effect-432 .layer1,
.effect-432 .layer1 * {
	background:rgba(255,255,255,.1);
    /*border-radius:10px;*/
} 
.effect-432 .layer2,
.effect-432 .layer2 * {
    background:rgba(255,255,255,.1);
    /*border-radius:10px;*/
} 
.effect-432 .layer1 *,
.effect-432 .layer2 * {
	width:80%;
	height:80%;
	position: absolute;
	margin: 10%;
} 
/* --------- Animation --------- */
.effect-432 .layer1,
.effect-432 .layer1 * {
    -webkit-animation-name: spin-clockwise;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 0.75);
    -webkit-box-shadow:inset 0 0 10px rgba(255,255,255,0.3);
    
    -moz-animation-name: spin-clockwise;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 0.75);
    -moz-box-shadow:inset 0 0 10px rgba(255,255,255,0.3);
    
    -ms-animation-name: spin-clockwise;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 0.75);
    -ms-box-shadow:inset 0 0 10px rgba(255,255,255,0.3);
    
    -o-animation-name: spin-clockwise;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 0.75);
    -o-box-shadow:inset 0 0 10px rgba(255,255,255,0.3);
    
    animation-name: spin-clockwise;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 0.75);
    box-shadow:inset 0 0 10px rgba(255,255,255,0.3);
}

.effect-432 .layer2,
.effect-432 .layer2 * {
    -webkit-animation-name: spin-counter-clockwise, pulsate-blue;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 0.75);
    -webkit-box-shadow:inset 0 0 10px rgba(255,255,255,0.3);
    
    -moz-animation-name: spin-counter-clockwise, pulsate-blue;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 0.75);
    -moz-box-shadow:inset 0 0 10px rgba(255,255,255,0.3);
    
    -ms-animation-name: spin-counter-clockwise, pulsate-blue;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 0.75);
    -ms-box-shadow:inset 0 0 10px rgba(255,255,255,0.3);
    
    -o-animation-name: spin-counter-clockwise, pulsate-blue;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 0.75);
    -o-box-shadow:inset 0 0 10px rgba(255,255,255,0.3);
    
    animation-name: spin-counter-clockwise, pulsate-blue;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 0.75);
    box-shadow:inset 0 0 10px rgba(255,255,255,0.3);
}
/* Animation: Clockwise */
@-webkit-keyframes spin-clockwise {
	0%   { -webkit-transform: rotate(0deg);   }
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin-clockwise {
    0%   { -moz-transform: rotate(0deg);   }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes spin-clockwise {
    0%   { -ms-transform: rotate(0deg);   }
    100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes spin-clockwise {
    0%   { -o-transform: rotate(0deg);   }
    100% { -o-transform: rotate(360deg); }
}
@keyframes spin-clockwise {
    0%   { transform: rotate(0deg);   }
    100% { transform: rotate(360deg); }
}

/* Animation: Counter counter clockwise */
@-webkit-keyframes spin-counter-clockwise {
    0%   { -webkit-transform: rotate(0deg);   } 
    100% { -webkit-transform: rotate(-360deg); }
}
@-moz-keyframes spin-counter-clockwise {
    0%   { -moz-transform: rotate(0deg);   } 
    100% { -moz-transform: rotate(-360deg); }
}
@-ms-keyframes spin-counter-clockwise {
    0%   { -ms-transform: rotate(0deg);   } 
    100% { -ms-transform: rotate(-360deg); }
}
@-o-keyframes spin-counter-clockwise {
    0%   { -o-transform: rotate(0deg);   } 
    100% { -o-transform: rotate(-360deg); }
}
@keyframes spin-counter-clockwise {
    0%   { transform: rotate(0deg);   } 
    100% { transform: rotate(-360deg); }
}
/* Animation: Counter counter clockwise */
@-webkit-keyframes pulsate-blue {
    0%   { background:rgba(255,255,255,.1);
           -webkit-transform:/* Add Cool stuff here! */; 
    } 
    100% { background:rgba(255,255,255,.1);
           -webkit-transform:/* Add Cool stuff here! */; 
    }
}
@-moz-keyframes pulsate-blue {
    0%   { background:rgba(255,255,255,.1);
           -moz-transform:/* Add Cool stuff here! */; 
    } 
    100% { background:rgba(255,255,255,.1);
           -moz-transform:/* Add Cool stuff here! */; 
    }
}
@-ms-keyframes pulsate-blue {
    0%   { background:rgba(255,255,255,.1);
           -ms-transform:/* Add Cool stuff here! */; 
    } 
    100% { background:rgba(255,255,255,.1);
           -ms-transform:/* Add Cool stuff here! */; 
    }
}
@-o-keyframes pulsate-blue {
    0%   { background:rgba(255,255,255,.1);
           -o-transform:/* Add Cool stuff here! */; 
    } 
    100% { background:rgba(255,255,255,.1);
           -o-transform:/* Add Cool stuff here! */; 
    }
}
@keyframes pulsate-blue {
    0%   { background:rgba(255,255,255,.1);
           transform:/* Add Cool stuff here! */; 
    } 
    100% { background:rgba(255,255,255,.1);
           transform:/* Add Cool stuff here! */; 
    }
}

    



section.contact{
	background-color: rgba(125, 156, 149, 0.2);
}
section.contact .brick {
    border-bottom: 1px solid #b6dad1;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
section.contact a.link{
	background-color: #7d9c95;
	border: 2px solid #7d9c95;
	color: #ffffff;
	font-family: arial,sans-serif;
	font-size: 13px;
	padding: 4px 8px;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
section.contact a:hover.link{
	background-color: transparent;
	color: #7d9c95;
}

#sidebar {
	background-color: #7d9c95;
    height: 100%;
    position: fixed;
    overflow: auto;
    left: 100%;
    top: 0;
    width: 50%;
    z-index: 101;
    padding: 30px;
}
#side-close{
	background-color: rgba(255,255,255,0.5);
	position: fixed;
	height: 100%;
	width: 50%;
	top: 0;
	left: -50%;
	cursor: pointer;
    z-index: 100;
}

#sidebar #menu li{
	list-style: none;
	font-size: 32px;
	line-height: 32px;
	cursor: pointer;
}
#sidebar a, #sidebar #menu li:hover{
	color: #ffffff;
}

#sidebar #discography{
	position: relative;
	min-height: 100%;
}
#sidebar #discography .track{
	border-bottom: 1px dashed #8fb5ac;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#sidebar #discography .track .name{
	cursor: pointer;
	background-image: url("../img/arrow-right.png");
	background-repeat: no-repeat;
	background-position: -15px center;
	padding: 0;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
#sidebar #discography .track .name:hover{
	background-position: 0 center;
	padding-left: 15px;
}
#sidebar #discography .track .mp3{
	display: none;
}
#sidebar #discography a.link{
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 10px 0 10px 35px;
	text-transform: uppercase;
	color: #ffffff;
}
#sidebar #discography a:hover.link{
	opacity: 0.6;
}
#sidebar #philosophy432 .video{
	border-bottom: 1px dashed #8fb5ac;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#sidebar .sidebar-loading{
	background-image: url("../img/sidebar-preloader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}

#sidebar .close{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.1);
	background-image: url("../img/close.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#sidebar .close:hover{
	background-color: rgba(0,0,0,0.5);
}

#cssdesignawards{
	position: absolute;
	top: 160px;
	right: 0;
	width: 80px;
	height: 96px;
	text-indent: -666em;
	overflow: hidden;
	z-index: 99;
}
#cssdesignawards a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 80px;
	height: 96px;
	background-image: url("../img/cssdesignawards.png");
	background-repeat: no-repeat;
	background-size: 80px 96px;
}

/* FOOTER */
#footer {
	padding: 30px 0;
}
#footer a {
	color: #b6dad1;
}
#footer a:hover {
	color: #ffffff;
}

ul.juiz_last_tweet_tweetlist{
	width: 100% !important;
}
ul.juiz_last_tweet_tweetlist li {
    list-style: none outside none;
}
.juiz_last_tweet_footer_item, .juiz_last_tweet_follow_us {
    display: none;
}

a {
    text-decoration: none;
}
a:hover {
    color: #333333;
    text-decoration: none;
}
.more {
	border-top: 2px solid #7d9c95;
    color: #7d9c95;
    display: inline-block;
    font-family: helvetica,sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding-top: 15px;
    text-transform: uppercase;
    opacity: 0.6;
    cursor: pointer;
}
.more:hover{
	opacity: 1;
}
.post {}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0 0 10px;
    position: relative;
}
h1 {
    font-size: 55px;
    line-height: 55px;
}
h2 {
    font-size: 26px;
    line-height: 36px;
}
h3 {
    font-size: 20px;
    line-height: 26px;
}
h4 {
    font-size: 16px;
    line-height: 20px;
}
h5 {
    font-size: 12px;
    line-height: 15px;
}
h6 {
    font-size: 10px;
    line-height: 13px;
}
p {}
.img-fullresponsive {
    height: auto;
    width: 100%;
}
.alignleft {
    float: left;
    padding: 0 20px 10px 0;
}
.alignright {
    float: right;
    padding: 0 0 10px 20px;
}
.aligncenter {
    margin: 0 auto;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-shadow{
	text-shadow: 1px 1px 2px #000000;
}
.text-green-1{
	color: #7d9c95;
}
.text-green-2{
	color: #6e8882;
}
.text-green-3{
	color: #becdca;
}
.text-green-4{
	color: #b6dad1
}
.text-grey{
	color: #444444;
}
.text-white{
	color: #ffffff;
}
.text-black{
	color: #444444;
}
.text-arial{
	font-family: arial, sans-serif;
}
.textcolumn{
	position: relative;
}
.textcolumn .first{
	padding-right: 30px;
}
.textcolumn .last{
	padding-left: 30px;
}

#prevLink:hover, #prevLink:visited:hover {
    background: url("../img/gallery-left.png") no-repeat scroll left 50% rgba(0, 0, 0, 0);
}
#nextLink:hover, #nextLink:visited:hover {
    background: url("../img/gallery-right.png") no-repeat scroll right 50% rgba(0, 0, 0, 0);
}
#imageDataContainer {
    color: #444444;
    font: 14px/1.4em "Halant",serif;
    margin: 0 auto;
}
#imageDataContainer a{
	color: #999999;
}
#imageDataContainer a:hover{
	color: #444444;
}
#imageData #imageDetails #controls{
	display: none;
}
#imageData #imageDetails #titleAndCaption #titleText {
    font-size: 16px;
    font-weight: 600;
}
#imageData #imageDetails {
    margin-top: 3px;
}

.social{}

blockquote {}
blockquote p {}
.navigation {}
.page-numbers {}
.page-numbers .current {}
.page-numbers .dots {}
.next {}
.prev {}

.widget {}

#searchform {}
#s {}
#searchsubmt {}
form {
input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}
input[type="text"], input[type="email"], textarea {
    font-family: "Proxima-nova",Arial,Helvetica,sans-serif;
}
label {}
input[type="submit"] {
    background-color: #009fe3;
    border: medium none;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    height: 30px;
    padding: 8px;
    width: 20%;
}
input[type="submit"]:hover {
    background-color: #DD0000;
}

/* MEDIA QUERY */

@media (min-width: 992px) {}
@media (min-width: 1400px) {
}

@media (max-width: 1200px) {
	.wrapper {
		padding: 0 60px;
	    width: 100%;
	}
	#masthead .menu {
	    left: 0;
	    padding: 0 60px;
	}
}
@media (max-width: 992px) {
	section.gallery .brick[position="3"] .desc{
		left: auto;
	}
	section.gallery .brick[position="3"] .image{
		right: auto;
	}
	section.gallery .brick[position="2"] .desc{
		left: 50%;
	}
	section.gallery .brick[position="2"] .image{
		right: 50%;
	}
	#sidebar{
		width: 100%;
	}
	#sidebar-close{
		display: none;
	}
	.textcolumn .first{
		padding-right: 0;
		width: 100% !important;
	}
	.textcolumn .last{
		padding-left: 0;
		width: 100% !important;
	}
	.textcolumn p{
		margin: 0;
	}
	section.welcome .cd .info .arrow{
		float: left;
		position: relative;
	}
	section.welcome .cd .info .text{
		float: left;
		position: relative;
		margin: 4px 0 0 10px;
	}
	section.welcome .cd .info{
		padding: 0;
	}
}
@media (max-width: 768px) {
	.wrapper {
		padding: 0 30px;
	    width: 100%;
	}
	#masthead .menu {
	    padding: 0 30px;
	}
	section.welcome .cd .info {
	    bottom: 10px;
	    left: 50%;
	    padding-left: 0;
	    position: absolute;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -moz-transition: translateX(-50%);
	    -ms-transition: translateX(-50%);
	    -o-transition: translateX(-50%);
	}
	section.welcome .cd .info .arrow{
		margin: 0 auto;
		float: none;
	}
	section.welcome .cd .info .text{
		float: none;
		margin: 0;
	}
	section.project432{
		background-size: auto 100%;
	}
	section.contact .brick .text-right{
		text-align: left;
	}
	#awwwards, #cssdesignawards{
		display: none;
	}
}
@media (max-width: 320px) {
	#logo{
		margin-top: -41px;
	}
	#logo img{
		width: 200px;
		height: auto;
	}
	#masthead .menu #lang .lang-wrap,
	#masthead .menu #social .social-wrap{
	    height: 40px;
	    width: 40px;
	    line-height: 40px;
	}
	#masthead .menu #lang .lang-wrap a,
	#masthead .menu #social .social-wrap a{
		margin: 0;
	}
	#sidebar{
		padding: 0;
	}
	#sidebar .close{
		left: 0;
		top: 0;
		width: 30px;
		height: 30px;
	}
}