
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Reset----------------------------------- */
/* ---------------------------------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}


/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */

html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

a{color: #434343;text-decoration: none;}
a:hover {text-decoration: underline;}

h1, h2 	{font-size: 25px;line-height: 25px;}
h3, h4	{font-size: 20px;line-height: 20px;}
h5, h6	{font-size: 16px;line-height: 16px;}

p{margin: 10px 0;}

.t-center{text-align: center;}
.t-left{text-align: left;}
.t-right{text-align: right;}
.f-right{float: right;}
.f-left{float: left;}

.post{}
.post:after, .post:before, article:after, article:before, section:after, section:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.bg-theme{background: #2D88CF;}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
html, body {width:100%; padding:0; margin:0;}
body {background: #000;color: #FFF;font: 14px/25px Arial, Helvetica, sans-serif;font-family: Montserrat, sans-serif;letter-spacing: 1px;}
body .wrap-body{}

/*links*/

a:link {
    text-decoration: none;
    color: #FFF;
}

a:visited {
    text-decoration: none;
    color: #FFF;
}

a:hover {
    text-decoration: underline;
    color: yellow;
}

a:active {
    text-decoration: none;
    color: #FFF;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Header--------------------------------- */
/* ---------------------------------------------------------------------------- */
header{}
header .wrap-header{}


header .logo img{display: inline-block;margin: auto;padding: 10px;max-width: 210px;}
@media all and (max-width: 768px){
	header .logo{text-align:center;width: 100%;}
	header .logo img{display:block;}
}
.filter{padding: 30px 0;color: #fff;}
.filter h2{font-size: 33px; margin-bottom: 25px;font-weight: 600;}
.filter select{width: 100%;padding: 9px;outline: none;box-shadow: none;margin-top: 5px;}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Container------------------------------ */
/* ---------------------------------------------------------------------------- */
#container {}
#container .wrap-container{}

.header { margin: 10px 0 ;}
.header h2{font-size: 27px;letter-spacing: 2px;}
.header h1{font-size: 36px;letter-spacing: 2px;margin: 40px 5px 15px;line-height: 1.1;}

@media(max-width: 768px){
	.header h1{font-size: 28px;letter-spacing: 1px;margin: 35px 5px 10px;line-height: 1.1;}
}


/* ---MainContent-Article--- */
#main-content{}
#main-content .wrap-box{padding:30px 0px;position: relative;}

#main-content .wrap-box h2{margin: 10px 0 20px;}


article{margin-bottom: 50px;}
article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
article .art-header{}
article .info{margin: 20px 0;}
article .art-content{}

.price { color: #1db185; font-size: 48px; line-height: 1; font-weight: bold; }
@media(max-width: 768px){
	.price {font-size: 30px;}
}
.specs { list-style: none; line-height: 30px; } 
.specs li { overflow: hidden; } 
.specs strong{ display: inline-block; min-width: 45%; color: #222423; font-weight: 500; font-size: 15px;} 
.specs span { display: inline-block; font-size: 16px; font-weight: 300; color: #717574; } 

.info{padding-bottom: 40px;}
.info h3{margin-bottom: 10px;}

/* ---Sidebar-Widget--- */
#sidebar{}
#sidebar .wrap-sidebar{margin: 0px 10px ;}

.widget {margin-bottom: 30px;padding: 0 20px;}
.widget ul li { line-height: 2.8;border-bottom: 2px solid #DDD;}
.widget:after, .widget:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.widget .wid-header, .contact-header {background-color: #2D88CF;padding: 15px 20px;}
.widget .wid-header h5, .contact-header h5 {font-size: 17px;color: #fff;text-transform: uppercase;}
.widget .wid-content{padding: 20px;background-color: #fff;}

.post:after, .post:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
.post img{float: left; margin: 15px 10px; width: 100px;}
.post .wrapper {vertical-align: middle;text-align: left;line-height: 1.4em;padding-bottom: 7px;margin-top: 20px;display: inline-block;}
.post .wrapper span{font-size: 17px; line-height: 3;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Footer--------------------------------- */
/* ---------------------------------------------------------------------------- */
footer{background: #fff;box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);margin-top: 40px;text-align: center;}
footer .wrap-footer{color: #666;font-size: 13px;padding: 40px 20px;}
footer .wrap-footer h3{margin-bottom: 10px;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Button--------------------------------- */
/* ---------------------------------------------------------------------------- */
a.button{
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border:1px solid #ffffff; 
	display: inline-block;
	text-decoration: none;
	background: #303030;
	margin: 5px 0;
	text-transform: uppercase;
	color: #fff;
}
a.button:hover{opacity: 0.9;}

a.button.bt1 {background: #434343;color: #ffffff;padding: 5px 20px;width: 100%;text-align: center;border:1px solid #474747; }
a.button.bt2 {background: #0000ff;color: #ffffff;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact h2{}
#contact_form {padding: 10px 25px 25px;background: #fff;box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);}

#ff label {cursor:pointer;display:block;font-weight:bold;}

#ff input {display:block;width:100%;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#000;	border:1px solid #AFAFAF;padding:12px;margin: 5px 0 10px 0;font-size: 16px;max-height: 45px;}

#ff textarea {display:block;width:100%;height:200px; border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background-color:#fff; color:#000;	border:1px solid #AFAFAF;padding:10px;margin: 5px 0 25px 0;}

#ff .sendButton {cursor:pointer;background-color: #AFAFAF;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;;width:35%;color:#ffffff;}
#ff .sendButton:hover {opacity: 0.8;}

.maps{margin: 10px 0 20px;}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Subcribe-------------------------------- */
/* ---------------------------------------------------------------------------- */
#subcribe {margin: 10px;}

#subcribe input[type="text"] {
    background:#fff;
    color: #867B6E;
    width: 200px;
    padding: 16px;
    }

#subcribe input[type="submit"]{
	background: #303030;
	padding: 16px;
	color: #ffffff;
	cursor: pointer;
	width: 110px;
	outline: none;
	}
	
/* ---------------------------------------------------------------------------- */
/* -------------------------------Item-Effect---------------------------------- */
/* ---------------------------------------------------------------------------- */
.item{
	background: #000;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}
.item .item-info{
	margin-top: 30px;
	padding-bottom: 20px;
}
.item .item-info a{color:#444;}
.item .item-container {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.item .item-container img {
	display: block;
	width: 100%;
	height: auto;
	
}
.item .item-container .item-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 10px;
	background: none;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.item .item-caption-inner {
	display: table;
	width: 100%;
	height: 100%;
}
.item .item-caption-inner1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.item-container .item-caption h3, .item-container .item-caption span{
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #000;
    font: bold;
	display: none;
}
.item-container .item-caption h3{
	font-size: 23px;
	letter-spacing: 2px;
	margin-bottom : 12px;
}
.item-container .item-caption span{
	font-style: italic;
	font-size: 12px;
}
.item .item-container:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(32, 152, 209, 0.7);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.item:hover{box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);}
.item:hover .item-container:before {
	 -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.item:hover .item-container .item-caption span{
	display: block;
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Menu------------------------------------ */
/* ---------------------------------------------------------------------------- */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  z-index: 999;
  display: inline-block;
  float: right;
  
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 27px 17px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #fff;
  font-weight: 500; 
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  background: #2672AD;
} 
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #3B3B3B;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
	background: #3b3b3b;
	margin: 0 0 50px;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------Slider------------------------------------- */
/* ---------------------------------------------------------------------------- */
.rslides{}

.callbacks_container {
  z-index: 99;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .7);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 20px 10px;
  text-align: center;
  margin: 0;
  max-width: none;
}
.callbacks .caption h1{font-size: 40px;margin-bottom: 20px;}
.callbacks .caption span{font-size: 24px;}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px){
	.callbacks .caption {padding: 12px 10px 5px;}
	.callbacks .caption h1{font-size: 20px;margin-bottom: 0;line-height: 1.2;}
	.callbacks .caption span{font-size: 12px;line-height: 1.2;}
}
@media(max-width: 468px){
	.callbacks .caption {display:none;}
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

/* custom */

.banner-navigation {
    background: #000; /* color of the menu bar */
}

.banner-nav {
    text-align: center;
}

    .banner-nav span {
        display: none;
    }

    .banner-nav ul {
        padding: 0;
        margin: 0;
    }

        .banner-nav ul li {
            width: 13%;
            display: inline-block;
        }

        .banner-nav ul li a {
                font-family: 'Raleway', sans-serif;
                width: 100%;
                font-size: 17px;
                color: #fff; /* font color of the text in the menu bar */
                text-decoration: none;
                padding: 30px 12px 31px;
                transition: .5s all;
                -webkit-transition: .5s all;
                -moz-transition: .5s all;
                -o-transition: .5s all;
                -ms-transition: .5s all;
                float: left;
            }

            .banner-nav ul li.cap a {
                text-decoration: none;
                background-color: #146eb4; /*color of the hover box*/
                color: #fff;
            }

            .banner-nav ul li a:hover {
                color: #fff;
            }

/* align left */
.w3-left-align {
    text-align: left !important
}

.w3-leftbar {
    border-left: 6px solid #ccc !important
}

.w3-left {
    float: left !important
}

/* align center */
.w3-centered tr th, .w3-centered tr td {
    text-align: center
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto
}

.w3-center .w3-bar-item {
    text-align: center
}

.w3-center {
    text-align: center !important
}

/* float image on the right with text wrapped around it */
#hp_right {
    float: right;
    margin: 0 0 0 15px;
}

/* float image on the left with text wrapped around it */
#hp_left {
    float: left;
    margin: 0 15px 0 0;
}

/* multiple images with the text below the image */
#members_hz {
    overflow: hidden;
}

    #members_hz img {
        position: relative;
        left: 30px;
        display: inline;
        margin: 0 15px;
    }

#hp_left {
    float: left;
    margin: 0 15px 0 0;
}

/*images side by side */
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
    float: left;
    width: 25%;
    padding: 10px;
}

/* Clear floats after image containers */
.row::after {
    content: "";
    clear: both;
    display: table;
}

figure {
    display: inline-block;
    margin: 15px;
}

figcaption {
    text-align: center;
}

.header_background_black {
    background-color: black;
}

.container_body {
    margin-top: 10px;
    background-color: black;
    color: white;
}

.container {
    background-color: black;
    color: white;
}

.img-with-text {
    text-align: justify;
    width: 250px;
}

    .img-with-text img {
        display: block;
        margin: 0 auto;
    }

/*-----start-responsive-design------*/
@media (max-width:1366px) {
    .footer-bottom {
        margin: 5em 0 0;
    }

    .header-right ul {
        padding: .35em 0 0;
    }

    .footer-bottom-left {
        margin-top: 1.1em;
    }

    .banner {
        min-height: 778px;
    }

    .service-section-grid {
        margin-top: 4em;
    }

    .testimonials {
        min-height: 420px;
    }
}

@media (max-width:1280px) {
    .glb {
        line-height: 10.5em;
    }

    .banner-info {
        margin: 33em auto 0;
    }

    .banner {
        min-height: 718px;
    }

    .testimonials {
        padding: 4em 0 0;
        min-height: 400px;
    }

    .blog h4 {
        margin-bottom: 0.5em;
    }

    .footer-grid p {
        width: 75%;
    }
}

@media (max-width:1024px) {
    .banner-nav ul li {
        width: 13%;
    }

    .banner {
        min-height: 580px;
    }

    .banner-info h1 {
        font-size: 2.5em;
    }

    .banner-info p {
        font-size: 16px;
    }

    .banner-info {
        margin: 5em auto 0;
    }

    .more {
        margin: 2em 0 0 5em;
    }

    .learn a {
        background: url(../images/1a.png) no-repeat 10.5em .43em;
    }

        .learn a:hover {
            background: url(../images/1-.png) no-repeat 10.5em .43em;
        }

    .service-grid h4 {
        font-size: 1em;
    }

    .banner-bottom-grid h4 {
        font-size: 1.3em;
    }

    .news-grd-right h4 {
        font-size: 0.99em;
    }

    .news-grids:nth-child(3) {
        margin: 3em 0;
    }

    .callbacks_tabs {
        left: 47%;
    }

    .about-grid h3 {
        font-size: 23px;
    }

    .posts-left {
        width: 44%;
    }

        .posts-left img {
            width: 100%;
        }

    .blog-info {
        margin-top: 2em;
    }

    .blog-ctgry {
        margin: 2em 0 3em 0;
    }

    .recent-posts-info {
        margin-bottom: 2em;
    }

    .related-posts {
        padding: 3em 0;
    }

    .response {
        margin-bottom: 3em;
    }

    .news-section-grid {
        padding: 0 10px;
    }

    .contact-textarea input[type="submit"], .contact-textarea input[type="reset"] {
        width: 47%;
        padding: 12px 0px;
        font-size: 17px;
    }

    .contact-top-left iframe {
        height: 519px;
    }

    .cmnt-icon-right {
        width: 70%;
    }

    .about-grid p {
        padding: 1.5em;
    }

    .news-grd {
        margin-right: 1.5em;
    }

    .col-md-6.news-grd-right {
        padding: 0;
    }

    .testimonials h3 {
        margin: 0 0 0.6em;
    }

    .welcome-right h3 {
        font-size: 1.8em;
    }

    .welcome-head h2 {
        font-size: 2.7em;
    }

    .testimonials {
        padding: 3em 0 0;
        min-height: 360px;
    }

    .news {
        padding: 4em 0;
    }

    .footer {
        padding: 3.5em 0;
    }

    .footer-bottom {
        margin: 4em 0 0;
    }

    .banner-info {
        margin: 25em auto 0;
        padding: 2em 0;
    }

    .blog {
        padding: 4em 0;
    }

    .banner1 {
        min-height: 220px;
    }

    .comment-icons ul li {
        margin: 0 4px;
    }

        .comment-icons ul li span {
            margin-right: 2px;
        }

            .comment-icons ul li span.cmnts {
                margin-right: 0px;
            }

            .comment-icons ul li span.like {
                margin-right: 3px;
            }

    .banner-bottom-grid {
        padding: 0 6px;
    }

    .welcome-right p {
        margin: 1em 0 0em;
        line-height: 1.7em;
    }

    .footer-grid p {
        width: 90%;
    }
}

@media (max-width:800px) {
    .banner-nav ul li a {
        font-size: 16px;
        padding: 30px 0px;
    }

    .banner-info h1 {
        font-size: 2.3em;
    }

    .banner-info p {
        font-size: 14px;
    }

    .banner {
        min-height: 540px;
    }

    .banner-bottom h3 {
        font-size: 1.3em;
    }

    .banner-bottom, .news, .about, .professional, .gallery, .single-page, .contact {
        padding: 3em 0;
    }

    .banner-bottom-grid {
        float: left;
        width: 50%;
    }

        .banner-bottom-grid:nth-child(2) {
            margin-bottom: 2em;
        }

        .banner-bottom-grid:nth-child(1) {
            margin-bottom: 2em;
        }

    .more {
        margin: 2em 0 0 12em;
    }

        .more a {
            background: url(../images/1.png) no-repeat 8.5em .43em;
        }

            .more a:hover {
                background: url(../images/1-.png) no-repeat 8.5em .43em;
            }

    .service-grids {
        margin: 3em 0 0;
    }

    .nbs-flexisel-nav-left {
        left: 46%;
    }

    .nbs-flexisel-nav-right {
        right: 46%;
    }

    .news-grd {
        float: left;
        margin-bottom: 1em;
        width: 30%;
    }

    .news-grd-right {
        float: left;
        width: 66%;
    }

    .news-grids:nth-child(3) {
        margin: 1em 0 0;
    }

    .footer-grid {
        float: left;
        width: 50%;
    }

        .footer-grid:nth-child(2) {
            margin-bottom: 4em;
        }

    .footer {
        padding: 3em 0;
    }

    .footer-bottom {
        margin: 3em 0 0;
    }

    .about-grid {
        float: left;
        width: 33.33%;
    }

        .about-grid h3 {
            font-size: 18px;
        }

    .professionals-grid {
        float: left;
        width: 25%;
    }

    .gallery-grid {
        float: left;
        width: 33.33%;
    }

    .blog h4 {
        font-size: 1.8em;
        margin: 0 0 1em;
    }

    .cmnt-icon-left {
        width: 10%;
    }

    .col-md-6.footer-grid-in {
        width: 100%;
        text-align: Center;
        padding: 0;
    }

    .footer-bottom-at {
        text-align: center;
    }

    .footer-grid p {
        width: 100%;
        padding-top: 5px;
    }

    .testimonials h3 {
        font-size: 2.5em;
    }

    .cmnt-icon-right {
        width: 85%;
    }

    .comment-icons {
        margin: 3em 0;
    }

    .related-posts {
        padding: 2em 0;
    }

    .single-page h4 {
        font-size: 1.8em;
    }

    .col-md-4.news-section-grid {
        width: 50%;
        float: left;
    }

    .col-md-6.footer-grid {
        padding-left: 0;
        width: 100%;
        margin-bottom: 2em;
    }

    .single-page-right {
        margin: 2em 0 0;
    }

    .contact-top-left iframe {
        height: 330px;
        margin-bottom: 2em;
    }

    input[type="text"] {
        padding: 8px 16px !important;
    }

    .contact-textarea input[type="submit"], .contact-textarea input[type="reset"] {
        width: 49%;
    }

    .contact-textarea input[type="text"], .contact-textarea textarea {
        font-size: 15px;
    }

    .news-grd-right {
        margin: 1.2em 0 0 0;
    }

    form.navbar-form.navbar-right {
        padding: 0;
    }

    button.btn.btn-default {
        float: right;
    }

    button.btn.btn-default {
        margin-top: 0;
    }

    .about-grid p {
        padding: 1em;
    }

    .header {
        padding: 0.5em 0;
    }

    button.btn.btn-default {
        padding: .5em 0.7em;
    }

    .banner-info h3 {
        font-size: 2.2em;
    }

    .welcome {
        padding: 3em 0;
    }

    .welcome-head h2 {
        font-size: 2.5em;
        margin: 0 0 .3em;
    }

    .banner {
        min-height: 442px;
    }

    .banner-info {
        margin: 17em auto 0;
    }

    .callbacks_tabs {
        left: 45%;
    }

    .news-grd-right h4 {
        font-size: 1.3em;
    }

    .news-grd {
        height: 150px;
    }

        .news-grd p span {
            font-size: 1.8em;
        }

        .news-grd p {
            margin: 0.8em 0 0 0;
        }

    .banner1 {
        min-height: 190px;
    }

    .col-md-4.about-grid {
        padding: 0 8px;
    }

    .typrography {
        padding: 3em 0;
    }

    .col-md-6.welcome-left {
        width: 70%;
        margin: 0 auto;
    }

    .col-md-6.welcome-right {
        text-align: center;
        margin-top: 2em;
    }

    .welcome-grids {
        margin-top: 3em;
    }
}

@media (max-width:768px) {
    .banner-nav ul li a {
        font-size: 16px;
        padding: 30px 0px;
    }

    .banner-info h1 {
        font-size: 2.3em;
    }

    .banner-info p {
        font-size: 14px;
    }

    .banner {
        min-height: 540px;
    }

    .banner-bottom h3 {
        font-size: 1.3em;
    }

    .banner-bottom, .news, .about, .professional, .gallery, .single-page, .contact {
        padding: 3em 0;
    }

    .banner-bottom-grid {
        float: left;
        width: 50%;
    }

        .banner-bottom-grid:nth-child(2) {
            margin-bottom: 2em;
        }

        .banner-bottom-grid:nth-child(1) {
            margin-bottom: 2em;
        }

    .more {
        margin: 2em 0 0 12em;
    }

        .more a {
            background: url(../images/1.png) no-repeat 8.5em .43em;
        }

            .more a:hover {
                background: url(../images/1-.png) no-repeat 8.5em .43em;
            }

    .service-grids {
        margin: 3em 0 0;
    }

    .nbs-flexisel-nav-left {
        left: 46%;
    }

    .nbs-flexisel-nav-right {
        right: 46%;
    }

    .news-grd {
        float: left;
        margin-bottom: 1em;
        width: 30%;
    }

    .news-grd-right {
        float: left;
        width: 66%;
    }

    .news-grids:nth-child(3) {
        margin: 1em 0 0;
    }

    .footer-grid {
        float: left;
        width: 50%;
    }

        .footer-grid:nth-child(2) {
            margin-bottom: 4em;
        }

    .footer {
        padding: 3em 0;
    }

    .footer-bottom {
        margin: 3em 0 0;
    }

    .about-grid {
        float: left;
        width: 33.33%;
    }

        .about-grid h3 {
            font-size: 18px;
        }

    .professionals-grid {
        float: left;
        width: 25%;
    }

    .gallery-grid {
        float: left;
        width: 33.33%;
    }

    .blog h4 {
        font-size: 1.8em;
        margin: 0 0 1em;
    }

    .footer-grid p {
        padding-top: 10px;
    }

    .col-md-4.news-section-grid {
        padding: 0 7px;
    }

    .service-section {
        padding: 3em 0 3em;
    }

    .cmnt-icon-left {
        width: 10%;
    }

    .cmnt-icon-right {
        width: 85%;
    }

    .comment-icons {
        margin: 3em 0;
    }

    .related-posts {
        padding: 2em 0;
    }

    .single-page h4 {
        font-size: 1.8em;
    }

    .single-page-right {
        margin: 2em 0 0;
    }

    .contact-top-left iframe {
        height: 330px;
        margin-bottom: 2em;
    }

    input[type="text"] {
        padding: 8px 16px !important;
    }

    .contact-textarea input[type="submit"], .contact-textarea input[type="reset"] {
        width: 49%;
    }

    .contact-textarea input[type="text"], .contact-textarea textarea {
        font-size: 15px;
    }

    .news-grd-right {
        margin: 1.2em 0 0 0;
    }

    form.navbar-form.navbar-right {
        padding: 0;
    }

    button.btn.btn-default {
        float: right;
    }

    button.btn.btn-default {
        margin-top: 0;
    }

    .about-grid p {
        padding: 1em;
    }

    .header {
        padding: 0.5em 0;
    }

    button.btn.btn-default {
        padding: .5em 0.7em;
    }

    .banner {
        min-height: 440px;
    }

    .callbacks_tabs {
        left: 45%;
    }

    .news-grd-right h4 {
        font-size: 1.3em;
    }

    .news-grd {
        height: 150px;
    }

        .news-grd p span {
            font-size: 1.8em;
        }

        .news-grd p {
            margin: 0.8em 0 0 0;
        }

    .col-md-4.about-grid {
        padding: 0 8px;
    }

    .typrography {
        padding: 3em 0;
    }

    .news-section-head h3 {
        font-size: 2.5em;
    }

    .service-section-head h3 {
        font-size: 2.5em;
    }
}

@media (max-width: 736px) {
    form.navbar-form.navbar-right {
        padding: 0 15px;
    }
}

@media (max-width: 568px) {
}

@media (max-width:414px) {
}

@media (max-width:640px) {
    span.menu {
        display: block;
        text-align: right;
        padding-bottom: 1em;
        cursor: pointer;
        color: #E74C3C;
        font-size: 16px;
        font-weight: 700;
        position: relative;
    }

    .banner-nav {
        float: none;
        margin: 1em auto 0;
        width: 6%;
    }

    ul.nav1 {
        display: none;
    }

    .banner-nav ul {
        padding: 0;
        margin: 0;
        z-index: 9999;
        position: absolute;
        width: 100%;
        left: 0;
    }

        .banner-nav ul.nav1 li.active {
            background: #DC5329;
        }

        .banner-nav ul.nav1 li {
            display: block;
            text-align: center;
            background: #330000 /*rgba(255, 255, 255, 1)*/; /*background color in the mobile version */
            margin: 0;
            width: 100%;
        }

        .banner-nav ul li a {
            padding: .8em 0;
            display: block;
            float: none;
        }

    form.navbar-form.navbar-right {
        padding: 0px 15px;
        border: none;
        box-shadow: none;
    }

    input[type="text"] {
        padding: 15px 16px;
        float: left;
        width: 78%;
    }

    input[type="text"] {
        width: 97%;
        margin-right: .5em;
    }

    .header-left {
        width: 36%;
    }

    .banner-navigation {
        background: none;
    }

    .banner-bottom-grid {
        margin-bottom: 2em;
    }

    .more {
        margin: 1em 0 0 0em;
        width: 100%;
    }

        .more a {
            background: url(../images/1.png) no-repeat 12em 0.43em;
        }

            .more a:hover {
                background: url(../images/1-.png) no-repeat 12em .43em;
            }

    .news-grd-right {
        float: left;
        width: 61%;
    }

    .banner1 {
        background: url(../images/banner.jpg) no-repeat 0px -76px;
        min-height: 249px;
        background-size: cover;
    }

    .comment-icons ul li {
        margin: 5px 10px;
    }

    .professionals-grid h4 {
        font-size: 1.1em;
    }

    .col-md-3.banner-bottom-grid {
        padding: 0 10px;
    }

    .banner-bottom-grid:nth-child(2) {
        margin-bottom: 3em;
    }

    .banner-bottom-grid:nth-child(1) {
        margin-bottom: 3em;
    }

    .banner {
        min-height: 360px;
    }

    .news-grd-right h4 {
        font-size: 1em;
    }

    .news-grd-right {
        margin: 0.8em 0 0 0;
    }

    .banner1 {
        min-height: 180px;
    }

    .blog h4 {
        margin: 0 0 0.5em;
    }

    .col-md-4.about-grid {
        padding: 0 8px;
        width: 50%;
        margin-bottom: 2em;
    }

    .about {
        padding: 3em 0 1em 0;
    }

    .nbs-flexisel-nav-left {
        top: 103% !important;
        left: 44%;
    }

    .nbs-flexisel-nav-right {
        top: 103% !important;
        right: 45%;
    }

    .banner-info {
        margin: 14em auto 0;
        padding: 1.5em 0;
    }

        .banner-info h3 {
            font-size: 2em;
        }
}

@media (max-width:480px) {
    form.navbar-form.navbar-right {
        padding: 10px 15px;
    }

    .learn a {
        background: url(../images/1a.png) no-repeat 7.5em .43em;
    }

        .learn a:hover {
            background: url(../images/1-.png) no-repeat 7.5em .43em;
        }

    .learn {
        width: 35%;
        margin: 0 auto;
    }

    .about-grid {
        float: none;
        width: 100%;
    }

        .about-grid:nth-child(2) {
            margin: 2em 0;
        }

    .professionals-grid {
        width: 50%;
    }

        .professionals-grid:nth-child(1), .professionals-grid:nth-child(2) {
            margin-bottom: 1em;
        }

    .banner {
        min-height: 430px;
    }

    .header-left {
        width: 45%;
    }

    form.navbar-form.navbar-right {
        margin-top: 0;
    }

    .banner-info {
        width: 100%;
    }

    .more {
        width: 30%;
    }

    .service-grid {
        width: 90%;
        margin: 0 auto;
    }

    .nbs-flexisel-nav-left {
        left: 40%;
    }

    .nbs-flexisel-nav-right {
        right: 40%;
    }

    .news-grd {
        float: none;
        margin: 0 auto;
    }

    .news-grd-right {
        float: none;
        width: 100%;
        text-align: center;
        margin: 1em 0 2em;
    }

    .news-grd {
        width: 165px !important;
        height: 165px;
    }

        .news-grd p {
            margin: 1em 0 0 0;
        }

    .footer-grid {
        float: none;
        width: 100%;
        margin-bottom: 2em;
    }

        .footer-grid:nth-child(2) {
            margin-bottom: 2em;
        }

    .footer-bottom {
        margin: 0em 0 0;
    }

    .footer-bottom-left {
        float: none;
        margin-top: 0;
        text-align: center;
    }

    .footer-right {
        float: none;
        text-align: center;
        margin-top: 1em;
    }

    .banner1 {
        background: url(../images/banner.jpg) no-repeat 0px -76px;
        min-height: 231px;
        background-size: cover;
    }

    .col-md-3.banner-bottom-grid {
        padding: 0 10px;
        width: 100%;
    }

    .nbs-flexisel-nav-left {
        top: 103% !important;
        left: 44%;
    }

    .banner1 {
        min-height: 130px;
    }

    .col-md-4.about-grid {
        padding: 0 15px;
        width: 100%;
    }

    .callbacks_tabs {
        left: 41%;
        top: 108.5%;
    }

    .nbs-flexisel-nav-left {
        left: 42%;
    }

    .banner-bottom-grid img {
        width: 75%;
    }

    .banner-info h3 {
        font-size: 1.3em;
    }

    .welcome-head h2 {
        font-size: 2.2em;
    }

    .col-md-6.welcome-left {
        width: 75%;
    }

    .welcome-right h3 {
        font-size: 1.6em;
    }

    .blog-info {
        margin-top: 1em;
    }

    .blog {
        padding: 3em 0;
    }

    .service-section-grid {
        padding: 0 0;
    }

    .single-page-left {
        margin-top: 1em;
    }

    .news-section-head h3 {
        font-size: 2.2em;
    }

    .news-section-grid {
        margin-top: 2em;
    }

    .col-md-4.news-section-grid {
        padding: 0 15px;
        width: 100%;
    }

    .col-md-6.service-grid {
        width: 100%;
        padding: 0;
    }

    .service-section-head h3 {
        font-size: 2.3em;
        margin: 0 0 .3em;
    }

    .logo a {
        font-size: 0.95em;
    }

    .more a {
        background: url(../images/1.png) no-repeat 7em 0.43em;
    }

        .more a:hover {
            background: url(../images/1-.png) no-repeat 7em .43em;
        }

    .banner {
        min-height: 280px;
    }

    .banner-info h1 {
        font-size: 2em;
    }

    .banner-info {
        margin: 11.3em auto 0;
        padding: 0.7em;
    }
}

@media (max-width:320px) {
    .logo a {
        font-size: 0.77em;
    }

    .glb {
        width: 106px;
        height: 106px;
    }

    .iusto {
        top: -10px !important;
    }

    .col-md-6.welcome-left {
        width: 95%;
    }

    .banner-info h3 {
        font-size: 1em;
    }

    .welcome-head h2 {
        font-size: 2em;
    }

    .col-md-6.welcome-right {
        padding: 0;
    }

    .more a {
        font-size: 14px;
    }

    .welcome {
        padding: 2em 0;
    }

    .service-grid p, p.natus, .banner-bottom-grid p, .news-grd-right p, p.aut, .footer-grid ul li a, .testimonials-grid-right p,
    .footer-bottom-left p, .about-grid p, .blog-info-text p {
        font-size: 13px;
    }

    .professionals-grid {
        width: 100%;
    }

        .professionals-grid:nth-child(3) {
            margin-bottom: 1em;
        }

    .banner-nav ul li a {
        font-size: 14px;
    }

    .about-grid h3 {
        font-size: 16px;
    }

    .testimonials-grid-right {
        margin: 1.5em 0 0;
    }

    .callbacks_tabs {
        left: 38%;
    }

    p.natus, .banner-bottom-grid p, .news-grd-right p, .service-grid p, p.aut {
        line-height: 1.5em;
    }

    .footer-grid ul {
        padding: 0.5em 0 0 1em;
    }

    .banner-bottom-grid, .about-grid, .blog-left, .single-page-right, .single-page-left, .single-page-right,
    .contact-top-left, .contact-top-right {
        padding: 0 !important;
    }

    .contact-textarea input[type="text"], .contact-textarea textarea {
        font-size: 13px;
    }

    a.list-group-item, .posts-right p, .comments-info p.cmmnt, .cmnt-icon-right p, .cmnt-icon-right p,
    .single-page p, .comment-icons ul li a, .admin-text-right p, .admin-text-right span, .response-text-left h5, .response-text-right p, .response-text-right ul li a, .cmnt-icon-right p a {
        font-size: 13px;
    }

    .comments-info.cmnts-mddl {
        margin: 2em 0;
    }

    .single-page h4 {
        font-size: 1.5em;
        margin: 0 0 1em;
    }

    .related-posts h4 {
        margin: 0 0 1em 1em;
    }

    .related-grids h5 {
        font-size: 12px;
    }

    .related-grids {
        padding-left: 15px !important;
    }

    .media.response-info {
        margin-top: 1em;
    }

    .response {
        margin-bottom: 1em;
    }

    .media-left.response-text-left {
        width: 22%;
    }

    .admin-text-left {
        width: 22%;
    }

    .admin-text-right {
        width: 71%;
    }

    .comment-icons ul li {
        font-size: 12px;
    }

    .admin-text {
        padding: 1em;
    }

    .blog-ctgry {
        margin: 2em 0;
    }

    .learn {
        padding: 1em 0;
    }

    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
        top: 105% !important;
    }

    a.more-news {
        margin-bottom: 1em;
    }

    .banner-info p {
        font-size: 11px;
    }

    .learn a {
        font-size: 12px;
        background: url(../images/1a.png) no-repeat 6.5em .3em;
    }

    .testimonials {
        padding: 2em 0 3em;
    }

    .learn a:hover {
        background: url(../images/1-.png) no-repeat 6.5em .3em;
    }

    .header-left {
        width: 57%;
    }

    input[type="text"] {
        width: 57%;
    }

    input[type="text"] {
        width: 100%;
    }

    form.navbar-form.navbar-right {
        margin-top: 0;
        margin-bottom: 0;
    }

    .banner-nav {
        width: 12%;
    }

    .banner-info h1 {
        font-size: 1.4em;
    }

    .banner-info p {
        margin-top: .3em;
    }

    .banner-info {
        margin: 9.6em auto 0;
        padding: 0.5em;
    }

    .banner {
        min-height: 363px;
    }

    .banner {
        background: url(../images/banner.jpg) no-repeat -85px 0px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
    }

    .banner-bottom h3 {
        font-size: 1.3em;
        margin-bottom: .5em;
    }

    .banner-bottom-grid h4 {
        font-size: 1.1em;
    }

    .more {
        width: 46%;
        margin: 1em 0 0 0em;
    }

    .banner-bottom, .news, .about, .professional, .gallery, .single-page, .contact {
        padding: 2em 0;
    }

    .services {
        padding: 2em 0 6em;
    }

    .news-grd {
        width: 145px !important;
        height: 145px;
    }

        .news-grd p span {
            font-size: 1.5em;
        }

    .banner1 {
        background: url(../images/banner.jpg) no-repeat 0px 0px;
        min-height: 171px;
        background-size: cover;
    }

    .gallery-grid {
        float: none;
        width: 100%;
    }

    .blog-info {
        margin-top: 1em;
    }

    .blog h4 {
        font-size: 1.6em;
        margin: 0 0 .5em;
    }

    .blog-info-text h5 {
        font-size: 12px;
        margin: 1em 0 .5em;
    }

    .blog h4 {
        font-size: 1.4em;
    }

    .posts-left {
        width: 100%;
        float: none;
    }

    .posts-right {
        float: none;
        width: 100%;
        margin-top: 1em;
    }

    .cmnt-icon-left {
        width: 25%;
    }

    .cmnt-icon-right {
        width: 68%;
    }

    ul.pagination li a {
        font-size: 13px;
    }

    .blog {
        padding: 0em 0 1em 0;
    }

    .single-page-info h5 {
        font-size: 12px;
    }

    .comment-icons {
        margin: 1em 0;
    }

        .comment-icons ul li {
            margin: 5px 0px;
        }

    .coment-form input[type="text"] {
        width: 100%;
    }

    .coment-form input[type="email"] {
        width: 100%;
    }

    .contact-textarea input[type="text"] {
        padding: 10px 16px;
    }

    .contact-textarea textarea {
        min-height: 9em;
    }

    .contact-textarea input[type="submit"], .contact-textarea input[type="reset"] {
        width: 48%;
        font-size: 13px;
    }

    .contact-top-left iframe {
        height: 158px;
    }

    button.btn.btn-default {
        float: left;
        margin-left: 0.4em;
    }

    .col-md-3.banner-bottom-grid {
        text-align: center;
    }

    .banner {
        min-height: 240px;
    }

    .banner-bottom-grid h4 a:before {
        left: 69px;
    }

    .more {
        width: 100%;
    }

        .more a {
            background: url(../images/1.png) no-repeat 13em 0.4em;
        }

            .more a:hover {
                background: url(../images/1-.png) no-repeat 13em 0.4em;
            }

    .footer-bottom-left p {
        line-height: 1.8em;
    }

    .professionals-grid img {
        width: 75%;
    }

    .professionals-grid {
        text-align: center;
    }

        .professionals-grid h4 {
            margin: 1em 0 0.2em;
        }

        .professionals-grid:nth-child(1), .professionals-grid:nth-child(2), .professionals-grid:nth-child(3) {
            margin-bottom: 2em;
        }

    .blog ul.pagination {
        margin-top: 2em;
    }

    .blog {
        padding: 2em 0;
    }

    .banner1 {
        min-height: 100px;
    }

    .header-left {
        width: 57%;
    }

    .header-right ul li i.facebook {
        height: 30px;
        width: 30px;
        background-size: 100px;
    }

    .header-right ul li i.p {
        background: url(../images/img-sprite.png) no-repeat 1px -28px;
        height: 30px;
        width: 30px;
        background-size: 100px;
    }

    .header-right ul li i.twitter {
        background: url(../images/img-sprite.png) no-repeat 0px -56px;
        height: 30px;
        width: 30px;
        background-size: 100px;
    }

    .header-right ul li i.facebook:hover {
        background: url(../images/img-sprite.png) no-repeat -27px 0px;
        background-size: 100px;
    }

    .header-right ul li i.p:hover {
        background: url(../images/img-sprite.png) no-repeat -28px -27px;
        background-size: 100px;
    }

    .posts-left img {
        width: 60%;
    }

    .header-right ul li i.twitter:hover {
        background: url(../images/img-sprite.png) no-repeat -28px -56px;
        background-size: 100px;
    }

    .header-right ul {
        padding: .5em 0 0;
    }

    .header {
        padding: 0.5em 0 0.3em 0;
    }

    .header-right ul li {
        margin-right: -4px;
    }

    p.footer-class {
        line-height: 1.7em;
    }

    .footer {
        padding: 2em 0;
    }

    .header-right ul li i.facebook {
        height: 28px;
        width: 28px;
        background-size: 60px;
    }

    .header-right ul li i.p {
        background: url(../images/img-sprite.png) no-repeat 1px -27px;
        height: 28px;
        width: 28px;
        background-size: 60px;
    }

    .header-right ul li i.twitter {
        background: url(../images/img-sprite.png) no-repeat 0px -55px;
        height: 28px;
        width: 28px;
        background-size: 60px;
    }

    .header-right ul li i.facebook:hover {
        background: url(../images/img-sprite.png) no-repeat -27px 0px;
        background-size: 60px;
    }

    .header-right ul li i.p:hover {
        background: url(../images/img-sprite.png) no-repeat -28px -27px;
        background-size: 60px;
    }

    .header-right ul li i.twitter:hover {
        background: url(../images/img-sprite.png) no-repeat -28px -55px;
        background-size: 60px;
    }

    h2.type {
        font-size: 2.2em;
        margin: 0 0 .2em;
    }
}
