/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {

.navbar-brand {
    padding-left: 0;
}

.navbar-nav > li a {
    padding: 44.3px 18px;
}

.animated .navbar-nav > li a {
  padding: 24px 18px;
}

.banner-3 .col-md-6.col-md-offset-1 {
    margin-left: 0;
}

.home-banner.banner-3 .banner-caption ul {
  margin-left: -5px;
}

.home-banner.banner-3 .banner-caption ul li {
    margin-bottom: 20px;
}

.home-banner.banner-3 .banner-caption ul li i {
  margin-right: 10px;
}

.product-desc a {
    padding: 11.5px 23px;
}

.price-table .value span {
    font-size: 15px;
}

.price-table .price-innter {
    padding: 35px 18px 30px;
}

.footer-navigation .footer-nav ul li a {
    padding: 45px 35px;
}

.sidebar .flickr-widget li:nth-child(3n) a {
  margin-right: 5px;
}


}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {

.navbar-brand,
.animated .navbar-brand {
  padding: 29px 0 0;
}

.animated .navbar-brand img,
.navbar-brand img {
	max-width: 180px;
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
	    -ms-transform: scaleX(1);
		 -o-transform: scaleX(1);
			transform: scaleX(1);
}

.navbar-nav li a,
.animated .navbar-nav li a {
  padding: 38px 5px;
}

.quick-contact {
    margin-bottom: 10px;
}

.header-top .social-links {
    margin-top: 28px;
}

.home-banner.banner-3 .iphone {
  display: none;
}

#service .col-xs-12:nth-child(1) .service-item,
#service .col-xs-12:nth-child(2) .service-item {
	margin-bottom: 40px;
}

#product .bx-wrapper {
  margin-bottom: 80px;
}

#pricing .col-xs-12:nth-child(2) .price-table,
#pricing .col-xs-12:nth-child(3) .price-table {
	margin-bottom: 40px;
}

.product-desc {
  margin-left: 34%;
  margin-right: 2%;
}

#parallax .col-md-6:last-child .product-item {
	margin-top: 40px;
}

#team .col-xs-12:nth-child(2) .team-mate,
#team .col-xs-12:nth-child(3) .team-mate,
.facts .col-xs-12:nth-child(1) .fact-item,
.facts .col-xs-12:nth-child(2) .fact-item {
	margin-bottom: 40px;
}

.client .client-list li {
  display: inline-block;
  margin: 15px 31px;
}

.vtabs .col-xs-12.col-md-4 {
  padding-right: 15px;
}

.vtabs .col-xs-12:last-child {
  padding-left: 15px;
}

.vtabs .tabpanel .tab-pane {
  margin-left: 0;
}

.testimonial-sl-wrapper {
  margin-bottom: 35px;
  padding: 30px 30px 1px;
}

#teatimonial .bx-wrapper {
  margin-bottom: 80px;
}
.contact .address p:nth-child(2) i {
  margin-bottom: 10px;
}
.contact #map-canvas {
  margin-bottom: 40px;
}

.footer .social-links li {
  margin-right: 0;
}
.footer-navigation .footer-nav ul li a {
  padding: 25px 18px;
}

}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {

.parallax {
    background-size: auto 100%;
}

.fixed-background-section .parallax_image_2 {
    background-size: 100% auto;
}

.quick-contact > i {
    display: none;
}

.quick-contact > p {
    margin: 0;
}

.navbar-nav > li > ul {
  margin: 0;
  position: relative;
  padding: 0 0 0 40px;
}

.navbar-nav > li .dropdown > li:hover > ul {
  left: 0;
  opacity: 1;
  padding: 0 0 0 20px;
  position: relative;
}

.navbar-nav > li .dropdown > li > ul > li > a {
  padding: 3px 0;
}

.quick-contact {
  margin-bottom: 10px;
}

.header-top .social-links {
  float: none !important;
  margin: 5px 0 10px;
}

.header-top .social-links li:last-child {
    margin-right: 0;
}

.navbar-nav li a {
  border: 0 !important;
}

.navbar-nav li a:after {
  content: none;
}

.navbar-nav li.current a:before,
.navbar-nav li a:hover:before,
.navbar-nav li a:focus:before {
  content: none;
}

.banner-caption p {
  display: none;
}

.section-head h2 {
  font-size: 22px;
  line-height: 40px;
}

.navbar-toggle {
  border-radius: 0;
  margin-right: 15px;
  margin-top: 25px;
}

.navbar-brand,
.animated .navbar-brand {
  padding: 20px 0 20px 15px;
}

.animated .navbar-brand img,
.navbar-brand img {
  max-width: 180px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-nav li a,
.animated .navbar-nav li a {
  padding: 8px 25px;
}

.home-banner.banner-3 {
  height: 750px;
}

.home-banner.banner-3 .banner-caption {
  margin-top: 40px;
}

.home-banner.banner-3 .banner-caption h1 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 25px;
}

.home-banner.banner-3 .banner-caption h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.home-banner.banner-3 .banner-caption ul li {
  font-size: 13px;
}

.home-banner.banner-3 .banner-caption ul li i {
  font-size: 20px;
  margin: 2px 10px 40px 0;
}

.sform .form-control {
  margin-bottom: 15px;
}

.home-banner.banner-3 .iphone {
  display: none;
}

.home-banner {
    height: 320px;
}

.banner-caption {
  width: 100%;
  margin-top: 55%;
}

.banner-caption h1 {
    margin-bottom: 10px;
}

.banner-caption a {
    margin-top: 0;
}

.banner-caption h1 {
  font-size: 35px;
  line-height:45px;
}

.banner-2 .banner-caption {
    margin-left: 15px;
    margin-top: 20%;
    width: 100%;
}

.banner-2 .carousel-inner > .item {
    height: 320px;
}

#service .col-xs-12:nth-child(1) .service-item,
#service .col-xs-12:nth-child(2) .service-item,
.facts .col-xs-12:nth-child(1) .fact-item,
.facts .col-xs-12:nth-child(2) .fact-item,
.facts .col-xs-12:nth-child(3) .fact-item {
    margin-bottom: 40px;
} {
	margin-bottom: 40px;
}

#product .bx-wrapper {
  margin-bottom: 80px;
}

#pricing .col-xs-12:nth-child(2) .price-table,
#pricing .col-xs-12:nth-child(3) .price-table,
#pricing .col-xs-12:nth-child(4) .price-table {
	margin-bottom: 40px;
}

.vtabs .col-xs-12.col-md-4 {
    padding-right: 15px;
}

.vtabs .col-xs-12:last-child {
    padding-left: 15px;
}

.vtabs .tabpanel .tab-pane {
    margin: 5px 0 0;
}

.testimonial-sl-wrapper {
    padding: 30px 30px 5px;
    margin-bottom: 50px;
}

.product-thumb {
  float: none;
  margin-left: 0;
  text-align: center;
}

.product-desc {
  margin-left: 15px;
  margin-right: 15px;
}

.product-desc h3 {
  font-size: 24px;
  margin-top: 25px;
}

#parallax .col-md-6:last-child .product-item {
	margin-top: 40px;
}

#team .col-xs-12:nth-child(2) .team-mate,
#team .col-xs-12:nth-child(3) .team-mate,
#team .col-xs-12:nth-child(4) .team-mate {
	margin-bottom: 40px;
}

.portfolio-item img {
  margin: 0 auto;
}

.team-mate .member-thumb img {
  margin: 0 auto;
}

.client .client-list li {
  margin-top: 0;
}

.client .client-list li a img {
  margin: 0 auto;
}

#teatimonial .bx-wrapper {
  margin-bottom: 80px;
}

.contact #map-canvas {
  margin-bottom: 40px;
}

.contact .address p:nth-child(2) i {
  margin-bottom: 30px;
}

.contact-form .message-sub {
    float: left !important;
    margin-bottom: 25px;
}

.footer-navigation .footer-nav ul {
    text-align: left;
}

.footer-navigation .footer-nav ul li {
    display: inherit;
    float: left;
}

.footer-navigation .footer-nav ul li a {
    padding: 5px 10px;
}

.footer .copyright {
  text-align: center;
  float: none!important;
  margin-bottom:30px;
}

.footer .social-links {
  float: none !important;
  margin-top: 25px;
}

.footer .social-links li:last-child {
    margin-right: 0;
}

.posts-section .post-entry h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.about_psot_author img {
  float: none;
}

.about_psot_author div {
  margin: 20px 10px 10px;
}

.coment_text .author-meta > div {
  margin: 20px 0 0 0;
}

.coment_text > div h2 {
  line-height: 25px;
}

.comment_replay {
  padding-left: 20px;
}

.comment_form_box .form-control {
  margin-bottom: 15px !important;
}

.comment_form_box textarea {
  margin: 0;
}

.sidebar .pp-media span {
  display: block;
  margin-top: 54px;
}

.sidebar .flickr-widget li:nth-child(3n) a {
  margin-right: 5px;
}

.post-entry .post-media .link-post {
  font-size: 20px;
  padding: 50px 15px;
  line-height: 30px;
  word-wrap: break-word;
}

}


/*============================================================
    iPhone 6 Plus (Portrait) 375px
==============================================================*/

@media only screen and (min-width: 321px) and (max-width: 375px) {


.banner-caption {
    width: 100%;
    margin-top: 46%;
}
.product-desc {
    text-align: center;
}

}


/*============================================================
    iPhone 6 Plus (Portrait) 414px
==============================================================*/

@media only screen and (min-width: 376px) and (max-width: 414px) {

.product-desc {
    text-align: center;
}

.home-banner {
    height: 380px;
}

}


/*============================================================
    iPhone 5 landscape · width: 568px
==============================================================*/

@media only screen and (min-width: 420px) and (max-width: 568px) {

.product-desc {
    text-align: center;
}

.banner-caption {
    height: 380px;
    margin-top: 20%;
    width: 52%;
}

.home-banner.banner-3 {
  height: 600px;
}

.author-meta .author_picture {
  margin-right: 15px;
}

}



/*============================================================
	iPhone 6 landscape · width: 667px
==============================================================*/

@media only screen and (min-width: 569px) and (max-width: 667px) {

.home-banner.banner-3 {
  height: 550px;
}

.banner-caption {
    margin-top: 11%;
    width: 39%;
}

.product-desc {
    text-align: center;
}

.contact .address p:nth-child(2) i {
  margin-bottom: 10px;
}

.footer-navigation .footer-nav ul li a {
    padding: 15px 10px;
}

.footer .copyright {
  float: none !important;
}

.author-meta .author_picture {
  margin-right: 15px;
}

}



/*============================================================
    iPhone 6 Plus landscape · width: 736px
==============================================================*/

@media only screen and (min-width: 668px) and (max-width: 736px) {

.home-banner.banner-3 {
  height: 550px;
}

.product-desc {
    text-align: center;
}

.banner-caption {
  margin-top: 15%;
}

.author-meta .author_picture {
  margin-right: 15px;
}
.footer-navigation .footer-nav ul li a {
  padding: 15px 18px;
}

}