* {
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666;
  opacity: 1;
}

html {
  height:100%;
}
body {
  position:relative;
  color: #272727;
  font-size: 15px;
}
.header {
  background-color: #FFF;
  width: 100%;
}
#logo{
  padding: 29px 0;
}
#logo a img {
  border: none;
}
#logo img {
  margin-top: -20px;
  margin-left: -13px;
}
#wrapper {
  min-height: 610px;
}
#footer {
  background: #272727;
  width: 100%;
}
.brand {
  color:#fff !important;
  font-family:Share, cursive;
}
.brand:hover {
  color:#08C !important;
}

#system-message-container .alert {
    margin-bottom: 45px;
}


/*_______ TOP MENU ______________________________________*/
.top_menu ul.menu {
    float: left;
    margin: 0 0 25px 0;
}
.top_menu ul.menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}
.top_menu ul.menu li:last-child {
    border-right: none;
}
.top_menu ul.menu li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
}
/*_______ DROPDOWN MEIN MENU ______________________________________*/
.main_menu ul.menu > li ul {
  display: none;
}
.main_menu ul.menu li.parent:hover > ul {
  display: block;
}
.main_menu ul.menu {
    float: right;
    margin: 50px 0 0;
}
.main_menu ul.menu li {
    float: left;
    position: relative;
    list-style: none;
}
.main_menu ul.menu > li > a {
    font-size: 16px;
    font-weight: 700;
    margin: 0 10px;
    padding: 0 15px 30px;
    position: relative;
    text-transform: none;
}
.main_menu ul.menu li a {
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main_menu ul.menu > li > a {
    border-bottom: 2px solid transparent;
}
.main_menu ul.menu > li > a:hover {
    border-bottom: 2px solid #25477d;
}
.main_menu ul.menu > li.active > a {
    background-color: transparent;
    border-bottom: 2px solid #ac232f;
    box-shadow: none;
    color: #25477d;
}
.main_menu ul.menu > li.active > a:hover {
    box-shadow: 0 0 0 transparent;
    background-color: transparent;
    border-bottom: 2px solid transparent;
}
.main_menu ul.menu > li a {
   display: block;
   font-weight: 700;
}
.main_menu ul.menu > li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
    height: 20px;
    right: -5px;
    position: absolute;
    width: 20px;
}
.main_menu ul.menu li ul li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
    height: 15px;
    position: absolute;
    top: 7px;
    width: 30px;
}
.main_menu ul.menu li.parent ul,
.main_menu ul.menu li ul li.parent ul {
     background: #fff;
     border-left: 1px solid #d5d5d5;
     list-style: none;
     position: absolute;
     float: left;
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
     min-width: 200px;
     z-index: 9999;
}
.main_menu ul.menu li.parent ul {
    left: 9px;
    top: 50px;
    border-top: 2px solid #25477d;
}
.main_menu ul.menu li ul li.parent ul {
    left: -100%;
    top: -2px;
}
.main_menu ul.menu li.parent ul li {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border-bottom: 1px solid #EAEAEA;
    clear: both;
    width: 100%;
}
.main_menu ul.menu li.parent ul li.lastChild {
    border-bottom: none;
}
.main_menu ul.menu li.parent ul li a {
  float: left;
  padding: 7px 0px;
  margin: 0;
  text-indent: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
}
.main_menu ul.menu > li.active > .nav-child li.active a{
  color: #ac232f;
}
.main_menu ul.menu > li.active > .nav-child li a{
  color: #444;
}
.main_menu ul.menu > li.active > .nav-child li.active ul li.active a{
  color: #ac232f;
}
.main_menu ul.menu > li.active > .nav-child li.active ul li a{
  color: #444;
}
/*_______ FOOTER MENU ______________________________________*/
.footer_menu ul.menu {
    float: left;
    margin: 0 0 15px 0;
}
.footer_menu ul.menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}
.footer_menu ul.menu li:last-child {
    border-right: none;
}
.footer_menu ul.menu li a {
    font-size: 15px;
    margin: 0 10px;
    padding: 0;
    position: relative;
    text-shadow: none;
}

.footer_menu ul.menu li a :focus{
	background: none;
	color: red;
}


/*_______ TOP MENU ______________________________________*/

@media (max-width: 979px) {

  .main_menu ul.menu > li ul {
    display: block;
  }
  .top_menu ul.menu {
    margin: 10px 0;
    float: none;
  }
  .top_menu ul.menu li {
      list-style: none outside none;
      position: relative;
      border-right: medium none;
      float: none;
  }
  .top_menu ul.menu li a {
      background-color: #FAFAFA;
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 0;
      display: block;
      font-size: 12px;
      margin: 0;
      padding: 4px 9px;
      position: relative;
  }
  .top_menu ul.menu li:first-child a {
      border-top: 1px solid #e6e6e6;
  }
  .top_menu ul.menu li a:hover {
      background-color: #0088cc;
      text-shadow: 0 1px 0 transparent;
  }
  /*_______ DROPDOWN ACCORDION MENU ________________________________*/
  .main_menu ul.menu > li ul {
    display: block;
  }
  .main_menu ul.menu {
      float: none;
      margin: 10px 0 0;
  }
  .main_menu ul.menu li {
      float: none;
      position: relative;
      list-style: none;
  }
  .main_menu ul.menu > li > a {
      font-size: 12px;
      margin: 0;
      padding: 7px 10px;
      position: relative;
      text-transform: uppercase;
  }
  .main_menu ul.menu li a {
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    width: 100%;
  }
  .main_menu ul.menu > li > a {
      border-bottom: 2px solid transparent;
  }
  .main_menu ul.menu > li > a:hover {
    border-bottom: 2px solid transparent;
    margin: 0;
    padding: 7px 17px;
  }
  .main_menu ul.menu li {
    border-top: 1px solid #E6E6E6;
}
  .main_menu ul.menu > li.active > a {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: none;
    color: #000000;
  }
  .main_menu ul.menu > li.active > a:hover {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
  }
  .main_menu ul.menu > li a {
     display: block;
  }
  .main_menu ul.menu > li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
      height: 20px;
      right: -5px;
      display: none;
      position: absolute;
      width: 20px;
  }
  .main_menu ul.menu li ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
      height: 15px;
      position: absolute;
      display: none;
      top: 7px;
      width: 30px;
  }
  .main_menu ul.menu li.parent ul,
  .main_menu ul.menu li ul li.parent ul {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    border-top: medium none;
    box-shadow: 0 0 0 transparent;
    float: none;
    position: relative;
    width: 100%;
  }
  .main_menu ul.menu li.parent ul {
      left: 0;
      top: 0;
  }
  .main_menu ul.menu li ul li.parent ul {
      left: 0 !important;
      top: 0 !important;
  }
  .main_menu ul.menu li.parent ul li {
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main_menu ul.menu li.parent ul li.lastChild {
    border-bottom: none;
  }
  .main_menu ul.menu li ul li.parent ul > li > a {
    padding: 7px 10px 7px 30px;
  }
  .main_menu ul.menu li ul li.parent ul > li > a:hover {
    padding: 7px 10px 7px 35px;
  }
  .main_menu ul.menu li.parent ul li a:hover {
    padding: 7px 10px 7px 20px;
  }
  .main_menu ul.menu li.parent ul li a {
    float: none;
    margin: 0 15px 0 0;
    padding: 7px 10px 7px 15px;
    text-indent: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
  }
/*_______ FOOTER MENU ______________________________________*/

  .footer_menu ul.menu {
    margin: 10px 0;
    float: none;
  }
  .footer_menu ul.menu li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
  .footer_menu ul.menu li a {
      background-color: #FAFAFA;
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 0;
      display: block;
      font-size: 12px;
      margin: 0;
      padding: 4px 9px;
      position: relative;
  }
  .footer_menu ul.menu li:first-child a {
      border-top: 1px solid #e6e6e6;
  }
  .footer_menu ul.menu li a:hover {
      background-color: #0088cc;
      text-shadow: 0 1px 0 transparent;
  }
}
table.category tr th,
table.category tr td {
    border: 1px solid #E6E6E6;
    padding: 4px 16px;
}
form#adminForm ul.category li {
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    list-style: none outside none;
    margin: 4px 0;
    padding: 5px 10px;
}
/*_______ END MENU ______________________________________*/
.copyrights p{
  margin-left:9px;
}
.copyrights {
    margin: -10px 0 0 0;
    font-family: "Lato";
    color: #666;
    font-size: 15px;
}
.filter-search select {
    float: left;
    margin: 0 5px;
    width: 200px;
}
.filter-search,
.filters .alert-info {
    background-color: transparent;
    border: medium none;
    height: auto;
}
body.error {
    background:#f2f2f2;
}
.errorbox {
    margin: 15% 0 0;
    width: 50%;
}
.errorbox h1 {
    color: #a6a6a6;
    font-size: 100px;
    line-height: 70px;
}
.errorbox h3 {
    color: #787878;
}
.errorbox a {
    cursor: pointer;
    color: #0088CC;
}
input.invalid,
textarea.invalid {
    border-color: #FF0000 !important;
}
label.invalid {
    color: #FF0000 !important;
}
label.element-invisible {
    display: none;
}
/*__________________________languageswitcher_________________________*/
div.mod-languages ul.lang-inline li img{
    width: 30px;
    height: auto;

}
div.mod-languages ul.lang-inline li.lang-active {
    display: none;
}

/*__________________________social icons_________________________*/
.soc_icons_box {
    text-align: right;
}
.soc_icons_box ul {
    display:-moz-inline-stack;
    display:inline-block;
}
.soc_icons_box li {
    float:left;
    list-style:none;
    padding:0;
}
.soc_icons li a {
  font-size: 18px;
  margin: 7px;
}
.soc_icons a {
-webkit-transition: all 0.1s;
   -moz-transition: all 0.1s;
     -o-transition: all 0.1s;
        transition: all 0.1s;
}
.iconsrow .fa-hover {
    float: left;
    font-size: 14px;
    padding: 3px 0 3px 9px;
    width: 225px;
}
.iconsrow i {
    font-size: 16px;
    width: 25px;
}
.iconsrow .fa-hover:hover {
    background-color: #fff;
    padding: 3px 0 3px 9px;
}
.iconsrow .fa-hover:hover i {
    color: #0088cc;
    font-size: 18px;
}
@media (max-width: 1024px) {
  .main_menu ul.menu li.lastChild ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 bottom transparent;
      height: 15px;
      position: absolute;
      top: 9px;
      width: 20px;
  }
  .main_menu ul.menu li.lastChild ul li.parent ul {
    left: inherit;
    right: 100%;
    top: -2px;
    }
}
@media (max-width: 768px) {
  #logo,
  .copyrights p {
     text-align: center;
  }
  form#adminForm {
      max-width: 758px;
      overflow-x: auto;
  }
  #wrapper {
      margin-right: 20px;
      margin-left: 20px;
  }
}
div.map{
  width: 100% !important;
}
.top_soc .soc_icons_box {
  text-align: left;
  margin-top: 10px;
  margin-left: 2px;
}
.top_soc .soc_icons_box li {
  border-left: 1px solid #343434;
}
.top_soc .soc_icons_box li:last-child{
   border-right: 1px solid #343434;
}
.top_soc .soc_icons li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  margin: 0;
  text-align: center;
}
.top_con{
  line-height: 10px;
  background: /*#272727*/#25477d;
}
.phone, .email{
  border-left: 1px solid #343434;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #fafafa;
  padding: 0 10px;
  font-family: "Lato";
}

.email a{
	font-family:"Lato";
}
.search{
  line-height: 40px;
  box-shadow: none;
}
.search form{
  margin: 0;
  border-left: 1px solid #343434;
  border-right: 1px solid #343434;
}
.search #mod-search-searchword{
  width: 70%;
  border: 0;
  box-shadow: none;
  color: #fafafa;
  border-radius: 0;
  background: #25477d;
}
.search .btn{
  padding: 0 0 0 15px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fafafa;
  text-shadow:none;
  margin: 0;
    width: 48px;
    float: right;
}
h4 {
  color: #262626;
  font-weight: 900;
  text-transform: none;
  font-size: 26px;
  line-height: 33px;
}
h5{
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.sidebar-right h3{
  color: #262626;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 33px;
}
.row_service p{
  font-size: 13px;
  line-height: 23px;
  color: #a6a6a6;
}
.touchSlider .pagination{
  min-height: 0px;
  height: 0;
}
.row_pos2{
  background-color: #fcfcfc;
  border-top: 1px solid rgba(0,0,0,0.04);
  border-bottom: 1px solid rgba(0,0,0,0.04);
  padding-top: 35px;
  padding-bottom: 15px;
}
.pos-2{
  text-align:center;
  padding: 0px 0 20px;
}
.pos-2 p{
  font-size: 13px;
  line-height: 23px;
  color: #a6a6a6;
}
.pos-2 span, .pos-6 span, .pos-5 h4 span, .pos-10 h4 span{
  color: #25477d;
  font-size: 26px;
  font-weight: 900;
  height: auto;
  line-height: 33px;
}
.pos-5{
  margin: 75px 0 0;
  text-align:center;
}
.pos-3 .row_service{
  float: left;
  width: 86%;
  margin: 0 0 0 10px;
}
.pos-3 .service-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 36px;
  text-align: center;
  display: block;
  border-radius: 100em;
  float: left;
}
.pos-3{
  margin: 75px 0 0;
}
.pos-3 .service-icon i{
  color: #25477d;
}
.row-fluid_2{
  margin: 50px 0 0;
}
.pos-4{
  margin: 30px 0 0;
}

/*======================imageGallery==========================*/
div.imageGallery .fancybox, div.imageGallery .fancybox:hover {
  box-shadow: none;
  margin: 0 -2px 0 -1px;
}
div.rowImages {
  #margin: -5px 0;
  #text-align: left;
}
.imageGallery div.rowImages a.fancybox{

}
div.imageGallery .rowImages .fancybox .overlay{
  background: rgba(0,0,0, 0.3);
  opacity: 30;
}
div.imageGallery .rowImages .fancybox .overlay:hover{
  background: rgba(0,0,0, 0.3);
  opacity: 0;
}
div.imageGallery .rowImages .fancybox .overlay .lens{
  background: none;
}
div.imageGallery .rowImages .fancybox h3 {
  font-size: 18px;
  font-weight: 900;
}
div.imageGallery .rowImages .fancybox h3{
  letter-spacing: 0
}
h3{
  color: #262626;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
}
.pos-3 h5{
  color: #262626;
}
.pos-5 h3{
  margin: 75px 0 50px;
  text-align: center;
}
.section_block{
  text-align: center;
}
.content_section .type1 {
  line-height: 39px;
  height: 43px;
  width: 51%;
  margin: 0 auto;
  font-size: 58px;
  font-weight: 900;
  color: #262626;
}
.content_section .type2 {
  line-height: 40px;
  height: 43px;
  width: 42%;
  margin: 0 auto;
  font-size: 58px;
  font-weight: 900;
  color: #262626;
}
.content_section .type3 {
  line-height: 39px;
  height: 43px;
  width: 29%;
  margin: 0 auto;
  font-size: 58px;
  font-weight: 900;
  color: #262626;
}
.section_block h4{
  margin: 15px 0;
  color: #262626;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.section_block p{
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #262626;
}
.pos-6, .pos-10{
  margin: 75px 0 0;
  text-align:center;
}
.pos-6 p, .pos-5 p, .pos-10 p{
  font-size: 13px;
  line-height: 23px;
  color: #a6a6a6;
}
.pos-5 h4{
  margin-bottom:0;
}
.pos-5 p{
  margin-bottom:50px;
}
.pricingtables {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pricingtables .tables3 {
  display: inline-block;
  margin-right: 30px;
  margin-right: 2%;
  width: 30.1%;
}
.pricingtables ul {
  margin: 0;
  list-style: none;
  text-align: center;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.pricingtables .headingrow {
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
  color: #262626;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pricingtables .pricerow {
  background: #25477d;
  color: #ffffff;
  margin: 15px 0;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
}
.pricingtables ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 13px;
  line-height: 23px;
  color: #a6a6a6;
}
.pricingtables .buttonrow {
  padding: 5%;
   border-bottom: 0;
}
.pricingtables .highlight .headingrow {
  font-size: 18px;
}
.pos-9{
  margin: 75px 0 0;
}
div.touchSlider .pagination span {
  background:#ac232f;
  border-radius: 50%;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin: 5px 3px 0 0;
  zoom: 1;
}
.touchSlider .swiper-pagination-switch.swiper-active-switch {
  background: #25477d;
  border-radius: 50%;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin: 5px 3px 0 0;
  zoom: 1;
}
.pos-11{
  margin: 75px 0 0;
}
.pos-11 div.map{
  width: 100% !important;
  border: 0 !important
}
.black_line{
  background: #272727;
  padding: 40px 0 0;
  border-top: #1b1f3c 5px solid;
}
.pos-12 {
  text-align: left;
}

.pos-15{
  margin: 30px 0 0;
}
.pos-15 .Six_Contact #name, .pos-15 .Six_Contact #email{
  width: 98%;
  border:1px solid #a6a6a6;
}
.pos-15 #sp_qc_submit{
  margin-left: 43%;
}
.pos-15 .Six_Contact #message{
  width: 99%;
  border:1px solid #a6a6a6;
}
#six_status .error, #six_message, #six_email, #six_name {
  float: left;
  color: red;
}
.Six_Contact #name, .Six_Contact #email, .Six_Contact #subject, .Six_Contact #message {
  background: transparent;
  border: 0px;
  font-size: 14px;
  text-transform: none;
  padding: 10px 5px;
  border: 1px solid #666;
  color: #727679;
  width: 98%;
  color: #666;
  box-shadow: none;
  border-radius: 0;
}
.Six_Contact #subject, .Six_Contact #message{
  width: 99%;
}
.Six_Contact #message {
  margin: 20px 0 0;
  height: 80px;
}
#sp_qc_submit{
  margin: 30px 0 50px 0;
  margin-left: 42%;
  width: 180px;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 5px 0px inset;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease-out;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  background-attachment: scroll;
  background-clip: border-box;
  background: #1b1f3c;
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: #ADADAD;
  border-radius: 4px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #ADADAD;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: #ADADAD;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: #ADADAD;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  line-height: 20px;
  outline-color: #fff;
  outline-width: 0px;
  position: relative;
  text-align: center;
  text-decoration: none solid #fff;
  text-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 1px;
  text-transform: capitalize;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-out;
  text-transform: capitalize;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1);
  border: none;
  font-family: 'Open Sans';
}
#sp_qc_submit:hover {
  background: rgba(56, 124, 202, 0.5);
}
.pos-12 .span6{
  width: 46%;
}
.row_form_name{
  text-align: left;
}
.pos-13{
  color: #fff;
}
.pos-13 h4{
  color: #fafafa;
  margin: 0 0 25px 0;
  padding: 0;
}
.pos-13 h4 span, .pos-13 p i{
  color: #ffffff;
}
.pos-13 p{
  font-size: 12px;
  line-height: 23px;
  color: #666;
}
.pos-13 p.lor{
  margin-bottom: 25px;
  margin-top: -15px;
  font-size: 15px;
}
.pos-13 p i{
  margin: 0 5px 0;
  font-size: 20px;
}
.pos-9 p{
  color: #a6a6a6;
}
/* ---------------------K2------------------------- */
#k2Container .modal{
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  width: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
  display: block;
  border-radius: 0;
  z-index: 1;
}
span.itemImage {
  display: block;
  text-align: left;
  margin: 0 0 8px 0;
}
span.itemImage img {
  border: 0;
  padding: 0px;
}
div.itemToolbar {
  background: transparent;
}
div.itemToolbar ul li {
  border-left: 1px dotted #ccc;
}
.itemToolbar .lefttoolbar {
  float: left;
  margin-left: -15px;
  font-size: 14px;
}
.itemToolbar .righttoolbar {
  float: right;
  font-size: 14px;
}
div.itemToolbar ul li {
  padding: 0 10px 0 15px;
}
div.itemImageBlock {
  padding: 0px;
}
div.itemContentFooter ul {
  list-style: none;
  margin: 0;
  margin-left: -15px;
}
div.itemContentFooter {
  font-size: 12px;
  color: #888888;
  text-align: left;
  padding: 2px 0;
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px dashed #DDDDDD;
  border-top: 1px dashed #DDDDDD;
  overflow: hidden;
}
div.itemCategory {
  padding: 0px;
  border-bottom: 0;
}
div.itemContentFooter ul li:first-child {
  border: medium none;
}
div.itemContentFooter ul li {
  border-left: 1px dotted #D1D1D1;
  display: inline-block;
  padding: 0 11px 0 15px;
  float: left;
}
.itemContentFooter li.modified {
  border: medium none;
  float: right;
  font-size: 11px;
  margin-top: 2px;
}
div.itemAuthorBlock {
  margin: 40px 0;
  background: none;
  border-bottom: 1px dashed #DDDDDD;
  border-top: 1px dashed #DDDDDD;
  border-left: none;
  border-right: none;
  padding: 15px 0 15px 0;
}
div.itemAuthorBlock img.itemAuthorAvatar {
  border:0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.itemFullText, .userDescription, div.userItemIntroText, div.genericItemIntroText,
div.k2ItemsBlock ul li div.moduleItemIntrotext,
div.k2LatestCommentsBlock ul li span.lcComment, div.itemAuthorBlock div.itemAuthorDetails p,
div.itemComments ul.itemCommentsList li p, div.itemCommentsForm p.itemCommentsFormNotes, div.itemIntroText p{
  font-size: 13px;
  line-height: 23px;
  color: #a6a6a6;
}
div.k2UsersBlock ul li ul.ubUserItems li{
  line-height: 28px;
}
div.itemComments {
  background: transparent;
  border: 0;
  padding: 0;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 0;
  margin: 10px 0;
}
.even {
  background: transparent;
  padding: 2px 0;
  border-bottom: 1px dotted #ccc;
  border-bottom:0;
}
div.k2LatestCommentsBlock ul, div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul, div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul, div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul, div.k2UsersBlock ul {
  margin: 0;
  list-style: none;
}
div.itemAuthorLatest ul, .itemRelated ul{
  list-style: none;
}
#k2Container div.itemHeader h2.itemTitle,
div.catItemHeader h3.catItemTitle{
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
  padding: 10px 0 4px 0;
  margin: 0;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  float: left;
  margin: 4px 9px 0 0;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  margin-top: 4px;
  padding: 4px 0;
}
div.k2ItemsBlock ul li, div.k2LatestCommentsBlock ul li {
  background: none repeat scroll 0 0 transparent;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #e5e5e5;
  padding-top: 0;
}
div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 4px 4px 0;
  padding: 0px;
  background: #fff;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
div.k2LatestCommentsBlock ul li a.lcAvatar img {
  margin: 2px 10px 4px 0;
  padding: 2px;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #a6a6a6;
  line-height: 0px;
  display: block;
}
.k2Avatar img, span.tagItemImage img {
  border: 0;
}
span.genericItemImage img {
  border: 0;
  padding: 8px;
}
div.userBlock {
  background: transparent;
}
span.userItemImage img, span.catItemImage img {
  border: 0;
  padding: 0;
}
div.userItemHeader span.userItemDateCreated,
div.genericItemHeader span.genericItemDateCreated,
div.tagItemHeader span.tagItemDateCreated {
  color: #a6a6a6;
}
div.itemComments ul.itemCommentsList li span.commentLink a,
div.itemComments ul.itemCommentsList li span.commentToolbar a{
  color: #a6a6a6;
  text-decoration: none;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover,
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover{
  color: #25477d;
  text-decoration: none;
}
div.itemRatingBlock span, span.itemHits, span.itemDateModified,
div.catItemHeader span.catItemDateCreated, div.catItemRatingBlock span,
span.catItemDateModified, div.itemNavigation span.itemNavigationTitle{
  font-size: 13px;
  line-height: 23px;
  color: #a6a6a6;
}
span.catItemImage {
  text-align: left;
}
div.catItemImageBlock {
  padding: 0;
  margin: 0 0 16px 0;
}
span.tagItemImage img{
  padding: 8px 0;
}
div.itemIntroText{
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  font-family: inherit;
}
div.userBlock img {
  padding: 0;
  border: 0;
  margin: 0 8px 0 0;
}
div.itemNavigation {
  background: transparent;
}
div.k2LatestCommentsBlock ul li span.lcUsername{
  margin: 10px 0;
  display: block;
}
div.itemCommentsForm form textarea.inputbox{
  width: 98%;
  box-shadow: none;
  border-radius: 0;
  font-size: 13px;
  line-height: 23px;
  color: #a6a6a6;
}
div.itemCommentsForm form input.inputbox{
  display: block;
  width: 28%;
  padding: 10px;
  margin: 0 3.5% 3% 0;
  float: left;
  border-radius: 0;
  border:1px solid #ccc;
  box-shadow: none;
  font-size: 13px;
  line-height: 23px;
  color: #a6a6a6;
}
#commentURL{
  margin-right:0;
}
div.itemCommentsForm form button#submitCommentButton,
#contact-form .btn-primary, .form-horizontal button,
.k2AccountPageUpdate button, .pos-8 a, .pos-2 a{
  display: block;
  font-size: 13px;
  border:0;
  background: #25477d;
  border-radius: 0;
  color: #fff;
  font-weight: 900;
  padding: 0px 55px 0px 20px;
  text-shadow: none;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 14px;
  text-transform: uppercase;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 5px 0px inset;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease-out;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  background-attachment: scroll;
  background-clip: border-box;
  background: #25477d;
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: #ADADAD;
  border-radius: 4px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #ADADAD;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: #ADADAD;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: #ADADAD;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  line-height: 42px;
  outline-color: #fff;
  outline-width: 0px;
  position: relative;
  text-align: center;
  text-decoration: none solid #fff;
  text-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 1px;
  text-transform: uppercase;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1);
  border: none;
}
div.itemCommentsForm form button#submitCommentButton:hover,
#contact-form .btn-primary:hover, .form-horizontal button:hover,
.k2AccountPageUpdate button:hover, .pos-8 a:hover, .pos-2 a:hover{
  background: #272727;
  color:#fff;
}
#submitCommentButton i, #contact-form .btn-primary i, .form-horizontal button i,
.k2AccountPageUpdate button i, .pos-8 a i, .pos-2 a i{
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 44px;
  line-height: 42px;
  position: absolute;
  right: 0px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 1px;
  top: 0px;
  white-space: nowrap;
  width: 44px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
div.k2TagCloudBlock a {
  background: none repeat scroll 0 0 #F2F2F2;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1) inset;
  color: #777777;
  display: block;
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 1px 9px;
  text-shadow: 1px 1px 1px #FFFFFF;
  font-size: 12px !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pos-8 a{
  width: 60%;
}
.pos-2 a{
  width: 232px;
}
.pos-8 a:hover, .pos-2 a{
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
div.k2TagCloudBlock a:hover {
  text-shadow: none;
  padding: 1px 9px;
  background: #25477d;
}
div.tagItemImageBlock, div.userItemImageBlock, div.genericItemImageBlock {
  float: left;
  margin: 15px 15px 0px 0px;
}
div.catItemHeader {
  overflow: hidden;
}
div.catItemHeader span.catItemDateCreated, div.catItemHeader span.catItemAuthor,
div.catItemCategory, div.catItemHitsBlock, div.catItemCommentsLink{
  float: left;
  border-right: 1px dotted #d1d1d1;
  padding: 0 5px;
  font-size: 12px;
}
div.catItemCategory, div.catItemHitsBlock{
  padding: 0;
  border-bottom: 0;
  padding: 0 11px 0 9px;
}
.catItemdot{
  overflow: hidden;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
}
div.catItemHeader span.catItemDateCreated{
  padding-left: 0;
}
div.catItemCommentsLink{
  padding-right: 0;
  border-right:0;
}
div.catItemHeader span.catItemDateCreated,
.itemContentFooter li.modified{
  font-size: 12px;
}
div.k2Pagination ul li {
  padding: 0 5px;
}
li.pagination-start span, li.pagination-prev span, li span.pagenav  {
  background: #eaeaea;
  border: 1px solid #d5d5d5;
  color: #aaaaaa;
  margin: 0 5px 0 0;
  padding: 5px 10px;
}
li a.pagenav{
  background-color: #f5f5f5;
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #d5d5d5;
}
.component-content .pagination ul li a, .component-content .pagination ul li span {
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 1em;
  line-height: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: none;
}
div.k2Pagination ul li {
 padding: 0;
}
div.k2Pagination ul{
  margin: 0 0 15px 0;
}
div.userItemHeader span.userItemDateCreated, div.userItemCommentsLink {
  color: #a6a6a6;
  font-size: 14px;
  float: left;
  border-right: 1px dotted #d1d1d1;
  padding: 0 5px;
}
div.userItemCommentsLink{
    border-right: 0;
}
div.userItemView {
  margin-bottom: 35px;
  margin-top: 5px;
}
div.itemAuthorLatest {
  margin-bottom: 5px;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  border-right: 1px dotted #d1d1d1;
}
div.itemNavigation {
  padding: 4px 0;
}
span.itemHits {
 float: none;
}
.catItemIntroText p {
  font-size: 13px;
  line-height: 23px;
  color: #a6a6a6;
}
#form-login input.button, div.catItemReadMore a, div.tagItemReadMore a,
 div.k2UserBlock form input.ubLogout, .userItemReadMore a, .caption a{
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 5px 0px inset;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease-out;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 60%;
  background-attachment: scroll;
  background-clip: border-box;
  background: #25477d;
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: #ADADAD;
  border-radius: 4px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #ADADAD;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: #ADADAD;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: #ADADAD;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color:#fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  line-height: 20px;
  margin-bottom: 0px;
  outline-color: #fff;
  outline-width: 0px;
  position: relative;
  text-align: center;
  text-decoration: none solid #fff;
  text-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 1px;
  text-transform: uppercase;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1);
  border: none;
}
#form-login input.button:hover, div.catItemReadMore a:hover,
div.tagItemReadMore a:hover, div.k2UserBlock form input.ubLogout:hover,
 .userItemReadMore a:hover, .caption a:hover{
  color: #ffffff;
  background:#272727;
}
div.catItemReadMore a, div.tagItemReadMore a, .userItemReadMore a, .caption a{
  width: 180px;
  padding: 12px 62px 12px 18px;
}
div.k2UserBlock form input.ubLogout{
  margin: 20px 0 0;
}
.caption a{
  width: 20%;
  margin: 40px 0 0;
}
div.catItemReadMore i, .tagItemReadMore i, .userItemReadMore i, .caption i{
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 44px;
  line-height: 42px;
  position: absolute;
  right: 0px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 1px;
  top: 0px;
  white-space: nowrap;
  width: 44px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
div.k2LoginBlock fieldset.input p input {
  height: 40px;
  border-radius: 0;
  box-shadow: none;
}
div.catItemImageBlock, div.tagItemImageBlock, div.userItemImageBlock, div.genericItemImageBlock {
  float: left;
  margin: 15px 15px 0px 0px;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  border-right: 0;
}
div.itemAuthorBlock {
  margin: 0;
  border-left: none;
  border-right: none;
}
div.itemNavigation {
  border-top: 0;
}
div.itemTagsBlock {
  padding: 4px 0;
  border-bottom: 0;
}
div.itemNavigation, div.itemComments ul.itemCommentsList li{
  border-bottom: 1px dashed #ccc;
}
div.itemComments ul.itemCommentsList li{
   padding: 4px 0;
}
div.itemToolbar{
  border-bottom: 1px dashed #ccc;
  border-top: 1px dashed #ccc;
}
div.tagItemCategory{
  border-right: 0;
}
.modal {
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  width: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
  display: block;
  border-radius: 0;
  z-index: 1;
}
div.tagItemHeader h2.tagItemTitle {
  text-transform: uppercase;
}
div.itemListCategory {
  background: #fff;
}
div.itemListCategory img {
  border: 0;
}
#k2Container p, .itemView{
  font-size: 13px;
  line-height: 23px;
  color: #a6a6a6;
}
div.catItemCategory span {
  color: #a6a6a6;
}
.slr div.caption{
  margin:130px 0 0;
}
.slr .caption h1{
  font-size: 64px;
  line-height: 64px;
  color: #fafafa;
  text-transform: uppercase;
  font-weight: 900;
}
/*---------------------End K2-------------------------*/
/*=================Responsive=========================*/
@media (max-width: 1250px){
  .slr div.caption{
    margin:100px 0 0;
  }
  .phone, .email {
    padding: 0 5px;
    font-size: 13px;

  }
  .search #mod-search-searchword {
    width: 60%;
  }
  .top_soc .soc_icons li a {
    width: 40px;
    height: 40px;
  }
  .main_menu ul.menu > li > a {
    margin: 0;
    padding: 0 12px 30px;
  }
  .row_block_i{
    text-align: center;
  }
  .pos-3 .service-icon {
    float: none;
    margin: 0 auto;
  }
  .content_section .type1 {
    width: 63%;
  }
  .content_section .type2 {
    width: 42%;
  }
  .content_section .type3 {
    width: 34%;
  }
  div.itemCommentsForm form input.inputbox {
    width: 27%;
  }
  div.itemCommentsForm form textarea.inputbox {
    width: 96.4%;
  }
}
@media (max-width: 1024px) {
  .phone, .email {
    padding: 0 5px;
    font-size: 11px;
  }
  .search #mod-search-searchword {
    width: 60%;
  }
}
@media (max-width: 980px) {
  .slr div.caption{
    margin:85px 0 0;
  }
  .slr div.caption h1{
    font-size: 48px;
    line-height: 48px;
  }
  .phone, .email {
    padding: 0 5px;
    font-size: 8px;
  }
  .search #mod-search-searchword {
    width: 53%;
  }
  .content_section .type1 {
    width: 82%;
  }
  .content_section .type2 {
    width: 53%;
  }
  .content_section .type3 {
    width: 45%;
  }
  .black_line {
    padding: 50px 0 0;
  }
}
@media (max-width: 768px) {
  .slr div.caption{
    margin:65px 0 0;
  }
  .slr div.caption h1{
    font-size: 38px;
    line-height: 38px;
  }
  .caption a {
    min-width: 30%;
    margin: 20px 0 0;
  }
  .main_menu ul.menu > li > a {
    padding: 7px 10px;
  }
  .pos-13 h4 {
    margin: 0 0 15px 0;
  }
  .pos-13 p.lor {
    margin-bottom: 15px;
  }
  .pos-8 a {
    width: 85%;
  }
  div.itemCommentsForm form input.inputbox{
    width: 26%;
  }
  .Six_Contact #message {
    height: 230px;
  }
  .caption h4{
    font-size: 20px;
    line-height: 20px;
  }
  .pos-9 {
    margin: 50px 0 0;
  }
  .pos-3 .row_service {
    float: none;
    width: auto;
    margin: 0 0 0 10px;
  }
  .top_con{
    text-align: center;
  }
  .top_soc .soc_icons_box {
    text-align: center;
  }
  .top_soc .soc_icons_box li {
    border-left: 0;
  }
  .top_soc .soc_icons_box li:last-child {
    border-right: 0;
  }
  .phone, .email {
    border-left: 0;
    font-size: 8px;
    padding: 0 5px;
  }
  .search #mod-search-searchword {
    width: 24%;
    text-align: center;
  }
  div.imageGallery .rowImages .fancybox h3 {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .phone, .email {
    border-left: 0;
    font-size: 19px;
    padding: 0 10px;
  }
  .content_section .type1 {
    width: 27%;
  }
  .content_section .type2 {
    width: 22%;
  }
  .content_section .type3 {
    width: 15%;
  }
  .pricingtables .highlight .headingrow, .pricingtables .headingrow {
    font-size: 13px;
  }
  .pos-8 a {
    width: 100%;
  }
  div.itemCommentsForm form input.inputbox {
    width: 26.6%;
  }
  .sidebar-right{
    text-align: center;
  }
  div.k2LoginBlock fieldset.input p input{
    margin: 0 auto;
  }
  #form-login input.button{
    min-width: 40%;
  }
  .pos-12 .span6 {
    width: auto;
  }
  .Six_Contact #name, .Six_Contact #email, .Six_Contact #message{
    width: 100%;
  }
  .Six_Contact{
    padding: 0 10px;
  }
  .Six_Contact #message {
    height: 145px;
  }
  .pos-13 {
    padding: 0 10px;
  }
   #form-login-username #modlgn_username, #form-login-password #modlgn_passwd{
    width: 60%;
   }
  #footer .soc_icons_box {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .content_section .type1 {
    width: 35%;
  }
  .content_section .type2 {
    width: 28%;
  }
  .content_section .type3 {
    width: 19%;
  }
  .pos-9 .swiper-container{
    height:480px !important;
  }
  .pos-9 .swipe-wrap{
    height:470px !important;
  }
}
@media (max-width: 568px) {
  .slr div.caption{
    margin:45px 0 0;
  }
  .slr div.caption h1{
    font-size: 28px;
    line-height: 28px;
  }
  .content_section .type1 {
    width: 37%;
  }
  .content_section .type2 {
    width: 30%;
  }
  .content_section .type3 {
    width: 20%;
  }
  .pricingtables .tables3 {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  div.itemCommentsForm form input.inputbox {
    width: 26.4%;
  }
}
@media (max-width: 480px) {
  .slr div.caption{
    margin:25px 0 0;
  }
  .slr div.caption h1{
    font-size: 24px;
    line-height: 24px;
  }
  .caption a {
    min-width: 40%;
    margin: 20px 0 0;
  }
  .imageGallery div.rowImages a.fancybox {
    width: auto !important;
  }
  .content_section .type1 {
    width: 44%;
  }
  .content_section .type2 {
    width: 36%;
  }
  .content_section .type3 {
    width: 24%;
  }
  div.itemCommentsForm form input.inputbox {
    width: 25.6%;
  }
  #sp_qc_submit{
    margin-left: 31%;
  }
}
@media (max-width: 384px) {
  .slr div.caption{
    margin:15px 0 0;
  }
  .slr div.caption h1{
    font-size: 20px;
    line-height: 20px;
  }
  .caption a {
    min-width: 40%;
    margin: 20px 0 0;
  }
  div.imageGallery .rowImages .fancybox h3 {
    font-size: 18px;
    font-weight: 900;
  }
  .content_section .type1 {
    width: 57%;
  }
  .content_section .type2 {
    width: 47%;
  }
  .content_section .type3 {
    width: 32%;
  }
  .pricingtables .highlight .headingrow, .pricingtables .headingrow {
    font-size: 18px;
  }
  .pos-9 {
    margin: 0;
  }
  .pos-9 .swiper-container{
    height:500px !important;
  }
  .pos-9 .swipe-wrap{
    height:500px !important;
  }
  div.itemCommentsForm form input.inputbox {
    width: 24.3%;
  }
  #sp_qc_submit{
    margin-left: 24%;
  }
}
@media (max-width: 320px) {
  .caption a {
    min-width: 40%;
    margin: 0px 0 0;
  }
  .content_section .type1 {
    width: 71%;
  }
  .content_section .type2 {
    width: 58%;
  }
  .content_section .type3 {
    width: 39%;
  }
  div.itemCommentsForm form input.inputbox {
    width: 22.7%;
  }
  #sp_qc_submit{
    margin-left: 21%;
  }
}



footer p{
	font-size: 2px;
	color: red;
	text-align: center;
}

a:hover,
a:active {
  outline: 0;
}


/* QLForm */
.qlform {
  margin-top: 20px;
}

.form-control,
input[type="text"],
input[type="email"] {
    box-sizing: border-box;
    padding: 20px 5px;
}

input[type="text"],
input[type="email"],
#jform_name,
#jform_email,
#jform_message {
    background: transparent;
    border: 0px;
    font-size: 14px;
    text-transform: none;
    border: 1px solid #666;
    color: #727679;
    width: 100%;
    color: #666;
    box-shadow: none;
    border-radius: 0;
}

#jform_name,
#jform_email {
  width: calc(100% - 10px);
}

#jform_email {
	float: right;
}

.jform_name.labelled{
 	float:left;
	width: 50%;
}

.jform_email.labelled{
 	float:right;
	width: 50%;
}

.form-group label:not(#jform_privacy-lbl) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.btn-primary {
    margin: 30px 0 50px 0;
    margin-left: 42%;
    width: 180px;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 5px 0px inset;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    background-attachment: scroll;
    background-clip: border-box;
    background: #25477d;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: #ADADAD;
    border-radius: 4px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: #ADADAD;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #ADADAD;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: #ADADAD;
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    line-height: 20px;
    outline-color: #fff;
    outline-width: 0px;
    position: relative;
    text-align: center;
    text-decoration: none solid #fff;
    text-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 1px;
    text-transform: capitalize;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
    text-transform: capitalize;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1);
    border: none;
    font-family: 'Open Sans';
}


.jform_privacy.labelled {
  margin-left: 0;
    display: flex;
    flex-direction: row-reverse;
}

.jform_privacy.labelled #jform_privacy-lbl {
	padding-left: 20px;
}

.controls.jform_privacy {
    width: auto;
    float: left;
}

/* Favslider */
.favth-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.favslider1,
.favslider2 {
    padding-left: 0 !important;
}

.favslider-carousel .favth-carousel-caption {
    height: 100% !important;
    top: 0 !important;
    padding: 0 !important;
}

.favslider-caption-effect-none, div[id^="favslider-carousel-"] .favslider-caption-effect-none {
    position: absolute !important;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.favslider-carousel .favslider-caption.favslider-caption-transparent .favth-carousel-caption {
    display: flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;
}

.favslider-carousel .favslider .favth-carousel-caption p {
    text-transform: uppercase;
    font-weight: 900;
    font-family: HelveticaNeue-ThinCond, sans-serif;
    text-align: center;
}
