body {
    overflow-x: hidden;
}
html { height: 100% }
body { height: 100%; margin: 0; padding: 0;
  font-family: 'Mirza', serif;
      }
#map-canvas { height: 100% }
p {
	line-height: 1.5;
	font-weight: 300;
	font-size: 1.25em;
	
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #1eb3d9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Mirza,"Mirza",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f121";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}



hr.star-light:after {
    
    background-color: #1eb3d9;
}
.list_blogs hr.star-light:after {
    
    background-color: #f2f2f2;
}

.team hr.star-light:after {
    
    background-color: #f2f2f2;
}
.services hr.star-light:after {
    
    background-color: #91C444;
}

.contact hr.star-primary:after{
	color:#950C01 ;
	background-color: #EDFF9B;
}
.contact hr.star-primary{
	border-color:#950C01 ;
}
hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #f2f2f2;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #1eb3d9;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}
header  .menu-icon {
    margin:auto;
	width:100px;
	color:#fff;
}
header  .menu-icon i{
	
	 border-radius: 0%;
	 padding:10%;
	 margin-top: 30px;
	 color: #fff;
}
header  .menu-icon:hover i {
	background-color:#fff; 
	color:#1eb3d9; 
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
	}

@media(min-width:768px) {
    header .container {
        padding: 180px 0 100px;
    }

    header .intro-text .name {
        font-size: 4em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
	header  .menu-icon {
        font-size: 2.5em;
		
    }
	header  .menu-icon i.fa{
		margin-left: 0.25em !important;
	}
}

@media(max-width:768px) {

	header  .menu-icon i.fa{
		margin-left: 1.5em !important;
	}
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
	background-color: #f2f2f2;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #1eb3d9;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}
#portfolio hr.star-light:after{
	background: #f2f2f2;
}
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}
#portfolio .portfolio-item  .portfolio-link > img{
	min-width:100%;
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(30,179,217,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #950C01;
    font-size: 20px;
    color: #950C01;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #ffbc81 !important;
    background: #950C01;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 2px solid #950C01;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #950C01;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #FBFEFF;
	color: #950C01;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #1d1d1d;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #950C01;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
header.home{
	background-image:url(../img/TemplateImg/homebackground.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed !important;
	background-repeat: repeat;
	-webkit-animation: BackgroundAnimation 300s linear infinite;
	-moz-animation: BackgroundAnimation 300s linear infinite;
	-ms-animation: BackgroundAnimation 300s linear infinite;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 456px;
	background-position: 50% 0px;
	/*max-width:100%;
	top:0px;
	padding-top:0;
	margin:auto; 
	position:relative;
	width:100%;
	height:100%;*/
}
.navbar-fixed-top{
	display:none;
}
.dropdown-menu li{
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.navbar-fixed-top.navbar-shrink{
	display:block;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
header.home .img-responsive{
    width: 120px;
    border: solid #fff;
	border-radius: 50%;
}
.heading .white{color:#fff;}
.heading .darkblue{color:#006f8a}
@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Light.ttf');
}

.textbox .reviewcomment{
	
	font-style:italic;
	font-weight:bold;
	font-size:1.0em;
	margin:30px;
	text-align:center;
}
.textbox .reviewcomment:before
{
	content: '\201C';
	
	font-size: 3em;
	color: #006f8a;
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -0.5em;
	-webkit-text-stroke: 0 rgba(255,255,255,0);
}

.textbox .reviewcomment:after
{
	content: '\201D';
	
	font-size: 3em;
	right: 35px;
	color: #006f8a;
	position: absolute;
	float:right;
	top: 50%;
	margin-top: -0.5em;
	-webkit-text-stroke: 0 rgba(255,255,255,0);
}


.testimonial.testimonial-version2 .item .textbox:after {
	border-right: 0 solid transparent;
	border-left: 22px solid transparent;
	border-top: 22px solid #fafafa;
	
}

.testimonial.testimonial-version2 .item .textbox:after, .testimonial.testimonial-version2 .item .textbox:before {

	left: 10px;

}
.testimonial.testimonial-version2 .testimonial-control{
	top: -45px;
}
.testimonial .item .textbox {
	font-style: italic;
	position: relative;
	padding: 20px;
	border-radius:25px;
	background: #3fbfE1;
	
}
.testimonial .testimonial-control { 
	background-image: none;
  	top: -65px;
	position: relative;


}
.testimonial .testimonial-metadata img {
	width: 80px;
	height: 80px;
	padding: 2px;
	margin-right: 15px;
	float: left;
	border-radius: 50%;
}
.testimonial .testimonial-metadata .author{ 
	top: 3px;
	font-size:16px;
	position: relative;
	font-weight:bold;
	color:#006f8a;
}

.testimonial-control .btn{
	padding: 0px 6px;
	font-size:11px;
}
.testimonial .item .textbox:after, .testimonial .item .textbox:before {
width: 0;
height: 0;
left: 80px;
content: " ";
bottom: -20px;
display: block;
position: absolute;
}
.testimonial.testimonial-version1 .item .textbox:after {
border-left: 0 solid transparent;
border-right: 22px solid transparent;
border-top: 22px solid #3fbfE1;
}
.testimonial .item .textbox{margin-bottom:10px;width:100%;}
.testimonial-version1{margin-top:30px;}
.tm_photo{
	float: left;
	border-radius: 50%;
	margin-right: 40px;
	overflow: hidden;
	width:80px;
	height:80px;
	
}
.tm_content{
	text-align: left;
	overflow: hidden;
}
.tm_member{
	text-align: left;
	margin: 50px 0 0 0;
}
.services{
	background-color:#91C444;
	color:#fff;
	
}
.contact{
	background-color:#FBFEFF;
	color:#950C01;
	
}
.contact hr.star-light{ border-color:#FF9079 !important; }
@media (min-width: 992px){
	.left-services .service-item .fa-stack{
		float:right;
		color: #577929;
		margin-left:15px;
		font-size:2.5em;
	}
	.left-services .service-item{
		text-align:right;
		margin: 40px 0;
	}
	.left-services .service-item h4{
		margin-right:90px;
	}
	.left-services .service-item p{
		margin-right:90px;
	}
}
@media (max-width: 991px){
	.left-services .service-item .fa-stack{
	float:left;
	color: #577929;
	margin-right:15px;
	font-size:2.5em;
	}
	.left-services .service-item{
		text-align:left;
		margin: 40px 0;
	}
	.left-services .service-item h4{
		margin-left:90px;
	}
	.left-services .service-item p{
		margin-left:90px;
	}
	.left-services .service-item .fa-stack{
		float:left;
	}
}
.right-services .service-item .fa-stack{
	float:left;
	color: #577929;
	margin-right:15px;
	font-size:2.5em;
}
.right-services .service-item{
	text-align:left;
	margin: 40px 0;
}
.right-services .service-item h4{
	margin-left:90px;
}
.right-services .service-item p{
	margin-left:90px;
}
.right-services .service-item .fa-stack{
	float:left;
}
.contact .btn-success{
	background-color: transparent;
	color: #950C01;
	border: 2px solid #950C01;
	font-size:25px;
	font-weight:bold;
}
.contact .btn-success:hover{
	color:#ffbc81;
	background-color:#950C01;
}
.form-control{
	color:#000;
}
.gap-50{
	margin-top:50px;
}
.gap-30{
	margin-top:30px;
}
.gmap{
	margin:0px;
	padding:0px;
}
.home_wrap{
	background-image:url(../img/TemplateImg/bg35.png);
	opacity: 0.7;
}
.portfolio-container .mix{
    display: none;
}
.filter_group{
	margin-bottom:20px;
}


/* Blog Page CSS */
.blog_photo{
	width:100%;
	max-width:100%;
}
.blog_title {
	display: block;
	font-weight: 500;
	line-height: 20px;
	font-size: 30px;
	
}
.blog_meta{
	margin:15px 0 8px 0;
	
}
.blog_meta .posted_by{
	color:#757575;
	
}
.blog_meta  .fa{
	margin-left:10px;
}
.blog_meta a{
	color:#757575;
}

.blog_item{
	background-color:#fff;
	margin-bottom:30px;
	
}
.blog_content{
	padding:30px;
}
.blog_content .date_category{
	float:left;
	
	margin-right:15px;
}
.date_icon{
	background-color:#000;
	color:#fff;
	display: block;
	padding: 10px 7px;
	width: 64px;
	height: auto;
	text-align: center;
}
.date_icon .day{
	font-size:40px;
	line-height:30px;
}
.date_icon  .month{
	font-size:13px;
	line-height:17px;
	margin-top:5px;
}
.blog_readmore{
	color:inherit;
}

.category_icon{
	background-color:#000;
}
.blog_content .blog_inner_content{
	margin-left:75px;
}
.primary_color{
	color:fff;
	background-color:#000;
}
.list_blog .form-control, .input{
	border-width: 0px !important;
	border-radius: 0px !important;
	
}
.list_blog .input-group{
	margin-bottom:30px;
}
.list_blog .input-group-btn:last-child > .btn{
	border-radius:0px;
}
.categories-list{
	background-color:#fff;
	padding:0px 0;
	list-style:none;
}
.categories-list li{
	width: 100%;
	border-bottom: 3px solid #F2F2F2;
}
.categories-list li a{
	color: #616060;
	padding: 11px 0 11px 10px;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}
.categories-list li a i{
	margin-right:10px;
	margin-left:5px;
}
.categories-list li a:hover{
	color: white;
	background: #2c3e50;
	text-decoration:none;
}
.list_tags{
	margin-left:2px;
	margin-top:30px;
}
.list_tags li{
	padding:0px;
}
.list_tags .btn{
	border-radius:0px;
	margin:0 5px 5px 0;
}
.margin-top-180{
	margin-top:180px;
}
.post_comment{
	background-color:#fff;
	margin-bottom:15px;
}
.comment_photo{
	float: left;
	border-radius: 50%;
	margin: 30px 30px 0 30px;
	overflow: hidden;
	width:100px;
	height:100px;
}
 div.comment-block {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: #fff;
	border-radius: 0px;
	padding: 20px 20px 30px;
	position: relative;
}
 div.comment-arrow {
	border-bottom: 15px solid transparent;
	border-right: 15px solid #F4F4F4;
	border-top: 15px solid transparent;
	height: 0;
	left: -15px;
	position: absolute;
	top: 28px;
	width: 0;

}
.blog_autor{
	background-color:#fff;
	padding:30px;
}
.animateup,.animateright,.animateleft{
  -vendor-animation-duration: 4s;
  -vendor-animation-delay: 0s;
  -vendor-animation-iteration-count: infinite;
  -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.navbar-brand i{
	font-size: 15px;
	margin-left: -2px;
	margin-top: -5px;
	vertical-align: middle;
}
.slides{
	list-style:none; 
	width:100%;
	max-width:100%;
	height:100%;
	padding:0px;
}
.slides li{
	text-align:center;
}

div#content {
    display: none;
    }

div#loading {             
    top: 50%;
	left:50%;
	margin-left:-60px;
	margin-top:-60px;
    position: absolute;
    z-index: 1000;
    width: 115px;
    height: 119px;
    background: url(../img/TemplateImg/loadingimage.gif) no-repeat;
    cursor: wait;                
    }
.element-item.portfolio-item {
	max-width: 33.333333333%;
	padding: 15px;
}

@media (min-width:500px) and (max-width:768px) {
	.element-item.portfolio-item{
		max-width: 50%;
	}
}
@media(max-width:500px) {
	.element-item.portfolio-item{
		max-width: 100%;
	}
}
.btn-social a:hover{
	color:#ffbc81;
}
.footer-above a,
.footer-above a:hover,
.footer-above a:focus,
.footer-above a:active{
	color: #950C01;
	text-decoration: underline;
}

/* timeline */
.timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
}

.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
    min-height: 170px;
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 7px solid #3b5998;
    border-radius: 100%;
    background-color: #3b5998;
    box-shadow: 0 0 5px #4582ec;
    width: 200px;
    height: 200px;
    margin-left: -100px;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 4px;
    padding:0;
    color: #b3b3b3;
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
    text-transform: none;
    font-size:18px;
    color:#333333;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    color:#808080;
}
/*Style for even div.line*/
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 690px;
    width: 4px;
    height:340px;
    background-color: #3b5998;
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Safari */
    transform: rotate(-44deg);
    box-shadow: 0 0 5px #4582ec;
}
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 450px;
    width: 4px;
    height:340px;
    background-color: #3b5998;
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Safari */
    transform: rotate(44deg);
    box-shadow: 0 0 5px #4582ec;
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
  }
  .timeline > li .line {
    display: none;
  }
}
/* koniec timeline */



/* chmurki*/
.testimonial{
    margin-bottom: 10px;
}

    .testimonial-section {
        width: 100%;
        height: auto;
        padding: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        border: 1px solid #fff;
    }
    .testimonial-section:after {
        top: 100%;
        left: 50px;
        border: solid transparent;
        content: " ";
        position: absolute;
        border-top-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    }

    .testimonial-desc {
        margin-top: 20px;
        text-align:left;
        padding-left: 15px;
    }
        .testimonial-desc img {
            border: 1px solid #f5f5f5;
            border-radius: 150px;
            height: 70px;
            padding: 3px;
            width: 70px;
            display:inline-block;
            vertical-align: top;
        }

        .testimonial-writer{
            display: inline-block;
            vertical-align: top;
            padding-left: 10px;
        }

            .testimonial-writer-name{
                font-weight: bold;
            }

            .testimonial-writer-designation{
                font-size: 85%;
            }

            .testimonial-writer-company{
                font-size: 85%;
            }
    /*---- Outlined Styles ----*/
    .testimonial.testimonial-default{
        
    }
        .testimonial.testimonial-default .testimonial-section{
            border-color: #777;
        }

            .testimonial.testimonial-default .testimonial-section:after{
                border-top-color: #777;
            }

        .testimonial.testimonial-default .testimonial-desc{
            
        }

            .testimonial.testimonial-default .testimonial-desc img{
                border-color: #777;
            }

            .testimonial.testimonial-default .testimonial-writer-name{
                color: #777;
            }

    .testimonial.testimonial-primary{
        
    }
        .testimonial.testimonial-primary .testimonial-section{
            border-color: #337AB7;
            color: #286090;
            background-color: rgba(51, 122, 183, 0.1);
        }

            .testimonial.testimonial-primary .testimonial-section:after{
                border-top-color: #337AB7;
            }

        .testimonial.testimonial-primary .testimonial-desc{
            
        }

            .testimonial.testimonial-primary .testimonial-desc img{
                border-color: #337AB7;
            }

            .testimonial.testimonial-primary .testimonial-writer-name{
                color: #337AB7;
            }

    .testimonial.testimonial-info{
        
    }
        .testimonial.testimonial-info .testimonial-section{
            border-color: #5BC0DE;
            color: #31b0d5;
            background-color: rgba(91, 192, 222, 0.1);
        }

            .testimonial.testimonial-info .testimonial-section:after{
                border-top-color: #5BC0DE;
            }

        .testimonial.testimonial-info .testimonial-desc{
            
        }

            .testimonial.testimonial-info .testimonial-desc img{
                border-color: #5BC0DE;
            }

            .testimonial.testimonial-info .testimonial-writer-name{
                color: #5BC0DE;
            }


    .testimonial.testimonial-success{
        
    }
        .testimonial.testimonial-success .testimonial-section{
            border-color: #5CB85C;
            color: #449d44;
            background-color: rgba(92, 184, 92, 0.1);
        }

            .testimonial.testimonial-success .testimonial-section:after{
                border-top-color: #5CB85C;
            }

        .testimonial.testimonial-success .testimonial-desc{
            
        }

            .testimonial.testimonial-success .testimonial-desc img{
                border-color: #5CB85C;
            }

            .testimonial.testimonial-success .testimonial-writer-name{
                color: #5CB85C;
            }

    .testimonial.testimonial-warning{
        
    }
        .testimonial.testimonial-warning .testimonial-section{
            border-color: #F0AD4E;
            color: #d58512;
            background-color: rgba(240, 173, 78, 0.1);
        }

            .testimonial.testimonial-warning .testimonial-section:after{
                border-top-color: #F0AD4E;
            }

        .testimonial.testimonial-warning .testimonial-desc{
            
        }

            .testimonial.testimonial-warning .testimonial-desc img{
                border-color: #F0AD4E;
            }

            .testimonial.testimonial-warning .testimonial-writer-name{
                color: #F0AD4E;
            }

    .testimonial.testimonial-danger{
        
    }
        .testimonial.testimonial-danger .testimonial-section{
            border-color: #D9534F;
            color: #c9302c;
            background-color: rgba(217, 83, 79, 0.1);
        }

            .testimonial.testimonial-danger .testimonial-section:after{
                border-top-color: #D9534F;
            }

        .testimonial.testimonial-danger .testimonial-desc{
            
        }

            .testimonial.testimonial-danger .testimonial-desc img{
                border-color: #D9534F;
            }

            .testimonial.testimonial-danger .testimonial-writer-name{
                color: #D9534F;
            }

    /*---- Filled Styles ----*/
    .testimonial.testimonial-default-filled{
        
    }
        .testimonial.testimonial-default-filled .testimonial-section{
            color: #fff;
            border-color: #777;
            background-color: #777;
        }

            .testimonial.testimonial-default-filled .testimonial-section:after{
                border-top-color: #777;
            }

        .testimonial.testimonial-default-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-default-filled .testimonial-desc img{
                border-color: #777;
                background-color: #777;
            }

            .testimonial.testimonial-default-filled .testimonial-writer-name{
                color: #777;
            }

    .testimonial.testimonial-primary-filled{
        
    }
        .testimonial.testimonial-primary-filled .testimonial-section{
            color: #fff;
            background-color: #337ab7;
            border-color: #2e6da4;
        }

            .testimonial.testimonial-primary-filled .testimonial-section:after{
                border-top-color: #337AB7;
            }

        .testimonial.testimonial-primary-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-primary-filled .testimonial-desc img{
                border-color: #2e6da4;
                background-color: #337ab7;
            }

            .testimonial.testimonial-primary-filled .testimonial-writer-name{
                color: #337AB7;
            }

    .testimonial.testimonial-info-filled{
        
    }
        .testimonial.testimonial-info-filled .testimonial-section{
            color: #fff;
            background-color: #5bc0de;
            border-color: #46b8da;
        }

            .testimonial.testimonial-info-filled .testimonial-section:after{
                border-top-color: #5BC0DE;
            }

        .testimonial.testimonial-info-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-info-filled .testimonial-desc img{
                border-color: #46b8da;
                background-color: #5bc0de;
            }

            .testimonial.testimonial-info-filled .testimonial-writer-name{
                color: #5BC0DE;
            }


    .testimonial.testimonial-success-filled{
        
    }
        .testimonial.testimonial-success-filled .testimonial-section{
            color: #fff;
            background-color: #5cb85c;
            border-color: #4cae4c;
        }

            .testimonial.testimonial-success-filled .testimonial-section:after{
                border-top-color: #5CB85C;
            }

        .testimonial.testimonial-success-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-success-filled .testimonial-desc img{
                border-color: #4cae4c;
                background-color: #5cb85c;
            }

            .testimonial.testimonial-success-filled .testimonial-writer-name{
                color: #5CB85C;
            }

    .testimonial.testimonial-warning-filled{
        
    }
        .testimonial.testimonial-warning-filled .testimonial-section{
            color: #fff;
            background-color: #f0ad4e;
            border-color: #eea236;
        }

            .testimonial.testimonial-warning-filled .testimonial-section:after{
                border-top-color: #F0AD4E;
            }

        .testimonial.testimonial-warning-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-warning-filled .testimonial-desc img{
                border-color: #eea236;
                background-color: #f0ad4e;
            }

            .testimonial.testimonial-warning-filled .testimonial-writer-name{
                color: #F0AD4E;
            }

    .testimonial.testimonial-danger-filled{
        
    }
        .testimonial.testimonial-danger-filled .testimonial-section{
                color: #fff;
                background-color: #d9534f;
                border-color: #d43f3a;
        }

            .testimonial.testimonial-danger-filled .testimonial-section:after{
                border-top-color: #D9534F;
            }

        .testimonial.testimonial-danger-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-danger-filled .testimonial-desc img{
                border-color: #d43f3a;
                background-color: #D9534F;
            }

            .testimonial.testimonial-danger-filled .testimonial-writer-name{
                color: #D9534F;
            }
			
			
/* koniec chmurki */


/* modal */
.modal .modal-header {
  border-bottom: none;
  position: relative;
}
.modal .modal-header .btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal .modal-footer {
  border-top: none;
  padding: 0;
}
.modal .modal-footer .btn-group > .btn:first-child {
  border-bottom-left-radius: 0;
}
.modal .modal-footer .btn-group > .btn:last-child {
  border-top-right-radius: 0;
}
/* koniec modal */