.prague-services-wrapper {
    min-height: 399px;
}
.heading .content p:not(:last-child) {
    margin-bottom: 15px;
}
.about_us_columns.prague-shortcode-content-wrapp {
    top: -200px;
}
.awards-list .awards-item .awards-info .awards-title {
    margin-top: 15px;
}
.frm_ajax_loading{
	visibility: hidden;
	width:auto;
}
.project_wrapper .content a{
	overflow: hidden;
}
.project_wrapper .content a::after {
    content: "";
    width: 87%;
    height: 60%;
    background: #b6dcda4f;
    top: -60%;
    left: 5%;
    position: absolute;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.project_wrapper .content:hover a::after{
	top: 15%;
    opacity: 1;
}
.notification{
	border:1px solid #888888;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
	border-radius: 3px;
}
.close_notification{
	position: absolute;
	top: 5px;
	right: 5px;
	padding:2px 5px;
}
.close_notification:hover{
	background: #cd0000;
}
.close_notification[disabled]:hover, .close_notification[disabled]:focus{
	position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
}
.notification-icon span {
    font-size: 44px;
    margin: 35% auto 25% 21%;
}
.notification-text {
    padding-right: 31px;
}

.prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-img {
    width: 40%;
}
.prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-content {
    width: 56%;
}

.sitcky-sidebar{
	transition: top 1s linear;
}

.stickIt{
	position: fixed;
	top: 100px;
	min-width: 270px;
}
.prague_list .project-list-item:nth-child(even) .heading.dark .content h6:after {
    left: -106px;
}

.gallery-wrapper::after{
	content: "";
	clear: both;
	display: block;
}
a.gallery-image img {
    width: 100%;
    height: auto;
}
a.gallery-image:first-child {
    width: 100%;
    clear: both;
    float: none;
}
a.gallery-image:not(:first-child){
    width: 48%;
    float: left;
    margin: 5px 2px;
}
.project-list-content.heading{
	padding-top:10px;
}

/* TIMER STYLING*/
.syotimer {
    text-align: center;
    margin: 30px auto 0;
    padding: 0 0 10px;
}
.syotimer-cell {
    display: inline-block;
    margin: 0 5px;
    width: 79px;
    background: url(../images/timer.png) no-repeat 0 0;
}

#simple-timer .syotimer-cell_type_day{    
    width: 120px;
    background-image: url(../images/timer_long.png);
}
.syotimer-cell__value {
    font-size: 35px;
    color: #80a3ca;
    height: 81px;
    line-height: 81px;
    margin: 0 0 5px;
}
.syotimer-cell__unit {
    font-family: Arial, serif;
    font-size: 12px;
    text-transform: uppercase;
}
.anchor-btn{
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat,"Helvetica Neue",sans-serif;
    font-weight: 700;
    line-height: 1;
    padding: 13.5px 14px 12.5px;
    text-transform: uppercase;
}
.anchor-btn:hover{
    color: #f1f1f1;
}
.project {
    box-shadow: 1px 1px 2px 1px #cccccc;
    padding: 7px;
    margin: 10px 0;
    width: 100%;
}
.assign_project_form_hidden{
    display: none;
}
.select2-container .select2-selection--single {
    height: 42px;
    border-radius: 2px;
}
.select2-container {
    margin: -3px auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.dataTables_wrapper .dataTables_filter input {
    width: 77%;
    padding: 6px 14px;
    margin-bottom: 7px;
    background: #cccccc;
    border-bottom: 1px solid #000;
}
input[type="date"]{
    background: #f2f2f2;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: rgba(17, 17, 17, 0.5);
    padding: 14px 25px;
    width: 100%;
    margin-bottom: 0px;
}

.project_img, .milestone_image{
    margin-top: 26px;
}
.project_img .close, .milestone_image .close, .milestone_attachment .close {
    margin-top: 6px;
    margin-right: 5px;
    color: #fff;
    background: #212121;
    padding: 1px 6px;
    opacity: 0.9;
}
.pro-img, .milestone_image img{
   margin-top: -27px;
}
.milestone_attachment{
    background: #D5D3D3;
    padding: 5px 10px;
}


hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    background: #cccccc;
    border-bottom: 1px solid #000000;
}

.services_container .prague-services-wrapper .services-item-title {
    margin-top: 14px;
    line-height: 41px;
    font-size: 29px;
}
.services_container .prague-services-wrapper .services-item-icon {
    font-size: 78px;
    margin-top: 26px;
}
/*.photos_page .wpb_wrapper .project-list-item .project-list-outer .project-list-wrapper{
    display: block;
}*/
.prague_list .project-list-item .project-list-outer .project-list-wrapper {
    margin-bottom: 30px;
}

.know_more_btn{
    position: absolute;
    top: 318px;
    left: 43%;
    z-index: 99;
}

.home-gallery {
    width: 31%;
    float: left;
    margin: 1%;
    border: 10px solid #efefef;
}

/*homepage slider*/
.carousel-caption{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carousel-caption .title{
    color: #fff;
        margin-top: 24px;
    margin-bottom: 0;
        font-size: 54px;
    line-height: 56px;
    font-weight: 700;
        font-family: Roboto,sans-serif;
}
.carousel-caption .content .description {
    margin-top: 26px;
    color: #fff;
}

/* services section start*/
.flippanel {
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}
.flippanel .front {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
       -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.flippanel .back {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 1000;
    -webkit-transform: rotateY(-180deg);
       -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.flippanel.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.flippanel.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}
.flippanel .prague-services-wrapper {
    min-height: 330px;
}


.carousel-caption {
    width: 54%;
}
/* services section end*/