/* style.css */
body {
  font-family: Open Sans;
}

#wrapper{width:100%;}

.top {
	background-color: #8EB4DF;
	display: block;
	color: #fff;
	padding-top: 10px;
}
a, a:focus {
color: #0066B3;	
}

a:hover, .right-col a:hover {
  color: #293037;
text-decoration:none;
   transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;


}

.top a {
    color: #fff;
}

.top a:hover, .footer a:hover, .copy_R ul li a:hover {
    color: #0066B3;
	text-decoration:none;
}


.top_nav ul li, ul.top_social li, ul.top_contact li {
  float: left;
  padding-right: 10px;
}

.top_nav li.active {
  text-decoration: none;
  display: block;
   color: #0066B3;
  font-weight: 100;
  font-size: 14px;
    line-height: 1.5;
 }

ul.top_social {
  float: right;
}

ul.top_contact i {
  color: #0066B3;
}

.logo {
  float: left;
    padding: 8px 0 7px 0;
}

.main_menu {
  float: right;
}

/* Navigation */


.mod_navigation {
    display:inline-block;
	z-index:5;
	  padding-top: 50px;
}
.mod_navigation  ul.level_1{
    width:auto;
	list-style:none;
}

.mod_navigation  ul.level_1 li{
	display:inline-block;
}

.mod_navigation  ul.level_1 li a {
  text-decoration: none;
  display: block;
  line-height: 30px;
  color: #999;
  font-weight: 100;
  padding-right: 25px;
    font-size: 16px;
}

li.active {
  text-decoration: none;
  display: block;
  line-height: 30px;
  color: #0066B3;
  font-weight: 100;
  padding-right: 25px;
  font-size: 16px;
}


.mod_navigation  ul.level_1 li a:hover, .mod_navigation ul.level_1 li ul.level_2 li a:hover{
  color: #0066B3;
}
.mod_navigation  ul.level_1 li ul.level_2{
  margin-top: 0px;
  padding-left: 0px;
  position: absolute;
  display: none;
  max-width: 250px;
  z-index: 99;
	border-top: 2px solid #0066B3;
}

.mod_navigation  ul.level_1 li:hover ul.level_2{
	display:block;
}

.mod_navigation ul.level_1 li ul.level_2 li{
	display:block;
 background-color: #fff;
    padding: 2px 2px 2px 10px;
    min-width: 145px;
	  border-bottom: 1px solid #E5E5E5;
}

.mod_navigation ul.level_1 li ul.level_2 li:hover{
 background-color: #F5F5F5;
   transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}


.mod_navigation ul.level_1 li ul.level_2 li a{
  font-size: 13px;
}


.mod_navigation  ul.level_1 li:hover ul.level_2 li ul.level_3{
	margin-left:100%;
    margin-top:-30px;
    visibility:hidden;
}

.mod_navigation  ul.level_1 li ul.level_2 li:hover ul.level_3{
	margin-left:100%;
    border-left:4px solid #111;
    visibility:visible;
}

.mod_navigation  ul.level_1 li:hover ul.level_2 li ul.level_3 li ul.level_4{
	margin-left:100%;
    margin-top:-30px;
    visibility:hidden;
}

.mod_navigation  ul.level_1 li ul.level_2 li ul.level_3 li:hover ul.level_4{
	margin-left:100%;
    border-left:4px solid #111;
    visibility:visible;
}

.mod_navigation  ul.level_1 li:hover ul.level_2 li ul.level_3 li ul.level_4 li ul.level_5{
	margin-left:100%;
    margin-top:-30px;
    visibility:hidden;
}

.mod_navigation  ul.level_1 li ul.level_2 li ul.level_3 li ul.level_4 li:hover ul.level_5{
	margin-left:100%;
    border-left:4px solid #111;
    visibility:visible;
}


.submenu a:after, span.active.submenu:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  padding-left: 5px;
  font-size: 10px;
}

.submenu .level_2 a:after {
	display:none;
}

.navFixed {
	height: 98px;
	position: fixed;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	margin: 0px auto;
	top: 0;
	width: 100%;
	z-index: 9999;
	border-top: 4px solid #0066B3;
}

/* mobile nav  */

.mod_quicknav {
display:none;	
}

.mod_quicknav select {
	     padding: 5px;
       background: url(menu.png) no-repeat right;
  background-color: #0066B3 !important;
    text-align: center;
  border: 0 none;
  cursor: pointer;
  color: white;
  font-size: 14px;
  appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
}



/* Media queries
------------------------------ */

@media screen and (max-width: 995px) {
.mod_quicknav {
display:block;	
  margin: 30px 10px 0 0;
}

.mod_navigation {
display:none;	
}
}





/* Slider  */

.slider h1 {
  color: #fff;
  padding-top: 50px;
    font-size: 42px;
}


.slider h2 {
  color: #0066B3;
}

.slider p {
  max-width: 500px;
  color: #fff;
}

.primary-img.background {
  height: 100% !important;
}

/* Button  */

.btn-sm {
	background: #0066B3;
	margin-top: 20px;
	padding: 10px 40px;
	color: #fff;
	font-size: 18px !important;
	display: inline-block;
	cursor: pointer;
	border-radius:none !important;
	color: #fff !important;
}
.btn-sm:hover, p.more.bnt-sm:hover {
	color: #fff;
	background: -moz-linear-gradient(30deg, #0066B3 0%, #f69a46 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0066B3), color-stop(100%, #f69a46));
	background: -webkit-linear-gradient(30deg, #0066B3 0%, #f69a46 100%);
	background: -o-linear-gradient(30deg, #0066B3 0%, #f69a46 100%);
	background: -ms-linear-gradient(30deg, #0066B3 0%, #f69a46 100%);
	background: linear-gradient(30deg, #0066B3 0%, #f69a46 100%);
	text-decoration:none;
}

.btn-tiny {
  padding: 5px 20px;
}

/* black */
.btn-black {
  background: #444241;
}

.btn-black:hover {
	color: #fff;
	background: -moz-linear-gradient(30deg, #444241 0%, #64615F 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #444241), color-stop(100%, #64615F));
	background: -webkit-linear-gradient(30deg, #444241 0%, #64615F 100%);
	background: -o-linear-gradient(30deg, #444241 0%, #64615F 100%);
	background: -ms-linear-gradient(30deg, #444241 0%, #64615F 100%);
	background: linear-gradient(30deg, #444241 0%, #64615F 100%);
	text-decoration:none;
}

/* white */
.btn-white {
  background: #fff;
  border: 1px solid #444241;
  color: #444241 !important;
}

.btn-white:hover {
	color: #fff;
	background: -moz-linear-gradient(30deg, #fff 0%, #FDFDFD 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fff), color-stop(100%, #FDFDFD));
	background: -webkit-linear-gradient(30deg, #fff 0%, #FDFDFD 100%);
	background: -o-linear-gradient(30deg, #fff 0%, #FDFDFD 100%);
	background: -ms-linear-gradient(30deg, #fff 0%, #FDFDFD 100%);
	background: linear-gradient(30deg, #fff 0%, #FDFDFD 100%);
	text-decoration:none;
}
/* red */
.btn-red {
  background: #E73B3B;
}

.btn-red:hover {
	color: #fff;
	background: -moz-linear-gradient(30deg, #E73B3B 0%, #E44F4F 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #E44F4F), color-stop(100%, #FDFDFD));
	background: -webkit-linear-gradient(30deg, #E73B3B 0%, #E44F4F 100%);
	background: -o-linear-gradient(30deg, #E73B3B 0%, #E44F4F 100%);
	background: -ms-linear-gradient(30deg, #E73B3B 0%, #E44F4F 100%);
	background: linear-gradient(30deg, #E73B3B 0%, #E44F4F 100%);
	text-decoration:none;
}
/* green */
.btn-green {
  background: #56BD7A;
}

.btn-green:hover {
	color: #fff;
	background: -moz-linear-gradient(30deg, #56BD7A 0%, #6ECD8F 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #56BD7A), color-stop(100%, #6ECD8F));
	background: -webkit-linear-gradient(30deg, #56BD7A 0%, #6ECD8F 100%);
	background: -o-linear-gradient(30deg, #56BD7A 0%, #6ECD8F 100%);
	background: -ms-linear-gradient(30deg, #56BD7A 0%, #6ECD8F 100%);
	background: linear-gradient(30deg, #56BD7A 0%, #6ECD8F 100%);
	text-decoration:none;
}
/* yellow */
.btn-yellow {
  background: #FFCE33;
}

.btn-yellow:hover {
	color: #fff;
	background: -moz-linear-gradient(30deg, #FFCE33 0%, #FFD85F 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #FFCE33), color-stop(100%, #FFD85F));
	background: -webkit-linear-gradient(30deg, #FFCE33 0%, #FFD85F 100%);
	background: -o-linear-gradient(30deg, #FFCE33 0%, #FFD85F 100%);
	background: -ms-linear-gradient(30deg, #FFCE33 0%, #FFD85F 100%);
	background: linear-gradient(30deg, #FFCE33 0%, #FFD85F 100%);
	text-decoration:none;
}



/* Infobox */
.confirmation, .confirm {
  color: #090;
  font-size: 1.1em;
  position: relative;
  padding: 25px 30px 25px 70px;
  min-height: 50px;
  line-height: 22px;
  background: white;
  border-radius: 5px;
  display: block;
  border: 1px solid #090;
}

.confirmation:before, .confirm:before {
  background: #a7d155;
  font-family: 'FontAwesome';
  content: "\F00C ";
    font-size: 22px;
  position: absolute;
  top: 15px;
  color: #fff;
  text-indent: 9px;
  padding-top: 10px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
}

.warning, .error {
  color: #c55;
  font-size: 1.1em;
  position: relative;
  padding: 25px 30px 25px 70px;
  min-height: 50px;
  line-height: 22px;
  background: white;
  border-radius: 5px;
  display: block;
  border: 1px solid #c55;
}

.warning:before, .error:before {
  background: #c55;
  font-family: 'FontAwesome';
    font-size: 22px;
  content: "\F12A ";
  position: absolute;
  top: 15px;
  color: #fff;
  text-indent: 17px;
  padding-top: 10px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
}

.information {
  color: #FD843F;
  font-size: 1.1em;
  position: relative;
  padding: 25px 30px 25px 70px;
  min-height: 50px;
  line-height: 22px;
  background: white;
  border-radius: 5px;
  display: block;
  border: 1px solid #FD843F;
}

.information:before {
  background: #FD843F;
  font-family: 'FontAwesome';
    font-size: 22px;
  content: "\F129 ";
  position: absolute;
  top: 15px;
  color: #fff;
  text-indent: 17px;
  padding-top: 10px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
}

.ce_downloads {
  padding: 1.33333em 2em;
  border: 1px solid #0066B3;
}

.ce_downloads h5{
  margin: -1.75em -2.58333em 1.66667em;
  padding: 0.66667em 1.66667em;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.08333em;
  color: white;
  text-transform: uppercase;
  background: #0066B3;
  padding: 20px 25px 10px 25px;
}

.ce_downloads h5:after {
  font-family: 'FontAwesome'; 
  content: "\F0ED";
    float: right;
}


/* infobox  */

.mod_article *[class*="ce_"], .mod_article *[class*="mod_"], .mod_article  {
  margin-left: 0px;
   margin-right: 0px;
}

#index {
  padding: 35px 0px 35px 0px;
}

#index .col-lg-4 {
padding: 0 40px 0 55px;
}

#index .col-lg-4 h2 {
font-size: 16px;
  font-weight: 600;
}

#index .col-lg-4.first.block h2:before {
  font-family: 'FontAwesome';
  content: "\F004";
  float: left;
  margin-left: -53px;
    font-size: 30px;
  color: #0066B3;
}

#index .col-lg-4.block h2:before {
  font-family: 'FontAwesome';
  content: "\F046";
  float: left;
  margin-left: -53px;
    font-size: 30px;
  color: #0066B3;
}

#index .col-lg-4.last.block h2:before {
  font-family: 'FontAwesome';
  content: "\F013";
  float: left;
  margin-left: -53px;
    font-size: 30px;
  color: #0066B3;
}
/* intro  */

#intro {
  padding-bottom: 0px;
}

.intro {
	  background-color: #f5f5f5;
  border-color: #ededed;
  border-style: solid;
  border-width: 1px 0 1px 0;
  padding-top: 40px;
	}
	
	#intro, #work, #outro, .col_head {
  text-align: center;
}

#intro p {
  color: #777777;
  font-size: 16px;
  line-height: 2;
}

/* footer  */

.footer .mod_newslist.block {
  padding-top: 0px !important;
}

.footer input.submit {
	padding: 5px 20px !important;
	  margin-top: 10px !important;
	    font-size: 14px !important;
}


.footer img {
  max-width: 130px;
}

.mod_customnav .active {
  font-size: 14px;
  line-height: 1.5;
 }

.footer {
  background-color: #8EB4DF;
  color: #fff;
    padding: 35px 0 35px 0;
}

.footer .first.block p {
  margin-top: 20px;
}

.footer h4  {
  color: #fff;
  font-size: 16px;
   margin-top: 0;
}

.footer .layout_latest {
  border-bottom: 1px solid #364554;
  margin-bottom: 10px;
}

.footer h5 {
  padding-left: 27px;
}

.footer h5:before {
  font-family: 'FontAwesome';
  content: "\F0F6 ";
  float: left;
  margin-left: -27px;
  font-size: 18px;
  color: #0066B3;
}

.footer a {
  color: #fff;
    font-family: Open Sans;
}
a.gotop:before {
  font-family: 'FontAwesome';
  content: "\f106 ";
  float: left;
  margin-left: 10px;
  font-size: 18px;
  color: #0066B3;
  line-height: 1;
   margin-right: 5px;
}

a.gotop {
  color: #0066B3 !important;
  font-size: 12px;
}

a.gotop:hover {
text-decoration:underline !important;
}

.footer input#ctrl_email_42 {
  margin-bottom: 10px;
}

/* copyright  */
.copyright {
  background: #181D22;
  color: #999;
  padding: 15px 0 15px 0;
}
.copyright a {
color: #999
}

.copy_L {
  float: left;
}

.copy_R {
  float: right;
}

.copy_R ul li {
  float: left;
  padding-right: 15px;
}



/* Team */
#team {
  padding-bottom: 50px;
}

#team .image_container img, #team-2 .image_container img {
  width: 80%;
}


#team .image_container img:hover, #team-2 .image_container img:hover   {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	             -webkit-transition: all 0.3s ease;
            -moz-transition:    all 0.3s ease;
            -o-transition:      all 0.3s ease;
            -ms-transition:     all 0.3s ease;
            transition:         all 0.3s ease; 
			  border-radius: 100px;
}


#team p, #team-2 p {
  font-size: 12px;
}


#team .caption, #team-2 .caption  {
  font-weight: 600;
  font-size: 16px;
  margin: 15px 0 5px 0px;
  color: #0066B3;
    position: relative;
}

.col_head h3 {
  font-size: 36px;
}

.col_head p {
  font-size: 14px !important;

}

.col_head {
  margin-top: 35px;
      margin-bottom: 35px;
}

#team-2 .col_head {
  margin-top: 0px;
  
}

#service h3 {
  text-align: center;
}

/* Work */
#work {
  padding-bottom: 35px;
}

/* Outro */
#outro h3 {
  max-width: 570px;
  margin: 0px auto;
  line-height: 1.5;
  margin-bottom: 25px;
}



/* Page */

.mod_article {
  padding-bottom: 50px;

}
nav.mod_customnav.page_nav.block {
  padding-top: 20px;
}

.mod_article *[class*="layout_"]>* {
	  margin-left:0;
}

.left-col, .right-col {
   margin: 35px 0 35px 0;
}

.page_nav .active {
  padding: 0px 0px 5px 0px;
  font-size: 16px;
  font-weight: 600;
}

.intro h1 {
  font-size: 22px;
  margin: 0;
  padding: 0px 0px 30px 20px;
}


.page_nav ul li {
  border-bottom: 1px solid #eee;
  text-indent: 5px;
}

.page_nav ul {
  line-height: 2.5;
}
.right-col a {
  color: #0066B3;
  cursor:pointer;
}

h3 span {
  color: #FE8300;
}

/* Headlines */

.right-col h1 {
  font-size: 28px;
 }

.right-col h2 {
  font-size: 22px;
 }
 .right-col h3 {
  font-size: 18px;
 }
 
 .right-col h4 {
  font-size: 16px;
 }
 
 .right-col h5 {
  font-size: 14px;
 }
 
 .right-col h6 {
  font-size: 12px;
 }

/* Sepperators */



.soft-line { 
    border: 0;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(28, 100%, 50%, 1)), color-stop(100%,hsla(0,0%,0%,0)));
background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(28, 100%, 50%, 1) 50%, hsla(0,0%,0%,0) 100%);
    background:    -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(28, 100%, 50%, 1) 50%, hsla(0,0%,0%,0) 100%);
    background:     -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(28, 100%, 50%, 1) 50%, hsla(0,0%,0%,0) 100%);
    background:      -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(28, 100%, 50%, 1) 50%, hsla(0,0%,0%,0) 100%);
    background:         linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(28, 100%, 50%, 1) 50%, hsla(0,0%,0%,0) 100%);
}



.dotted-line {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}


.sign-line {
    padding: 0;
    border: none;
    border-top: 1px solid #0066B3;
    color: #333;
    text-align: center;
}
.sign-line:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

.sign-line-1:after  {
    content: "1";
}
.sign-line-2:after  {
    content: "2";
}
.sign-line-3:after  {
    content: "3";
}
.sign-line-4:after  {
    content: "4";
}

.sign-line-5:after  {
    content: "5";
}

.sign-line-6:after  {
    content: "6";
}

.sign-line-7:after  {
    content: "7";
}

.sign-line-8:after  {
    content: "8";
}


/* Tables */

table thead {
  background-color: #f5f5f5;
}

#table_o thead {
  background-color: #0066B3;
    color: #fff;
}


table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #DFDCDC;
  background: #fff;
}

table th {
  padding: 0.4em 0.66667em;
  font-weight: bold;
  text-align: left;
}

table td {
  padding: 0.4em 0.66667em;
}

table th, table td {
  border: solid #efe9e3;
  border-width: 1px 0 0 1px;
}

/* List */

ul.list-count {
  color: #ccc;
  list-style-type: none;
}
 
ul.list-count li {
  position: relative;
  font: bold italic 45px/1.5 Helvetica, Verdana, sans-serif;
  margin-bottom: 20px;
}
 
ul.list-count li p {
  font: 12px/1.5 Helvetica, sans-serif;
  padding-left: 60px;
  color: #555;
}
 
ul.list-count li span {
  position: absolute;
    color: #0066B3;
}

ul.checklist li:before {
  font-family: 'FontAwesome';
  content: "\f00c ";
  float: left;
  padding-right: 10px;
  color: #0066B3;
  font-size: 14px;
}

ul.circlelist li:before {
  font-family: 'FontAwesome';
  content: "\f111  ";
  float: left;
  padding-right: 10px;
  color: #0066B3;
  font-size: 8px;
  padding-top: 5px;
}

ul.circlelist li:before {
  font-family: 'FontAwesome';
  content: "\f111  ";
  float: left;
  padding-right: 10px;
  color: #0066B3;
  font-size: 8px;
  padding-top: 5px;
}


/* Testimonials */

blockquote {
  border-left: none !important;
}

.cbp-qtrotator {
  position: relative;
  margin: 0px auto;
  max-width: 802px;
  width: 100%;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #0066B3;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}

.cbp-qtrotator blockquote p {
  font-size: 16px;
  color: #888;
  margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
font-size: 18px;
  color: #0066B3;
}

.cbp-qtrotator blockquote footer:before {
	content: '? ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}

/* Testimonials-2 */
#testimonials {
  display: block;
  width: 100%;
}
#testimonials h2 {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
}

#testimonials .carousel-wrap {
  display: block;
  width: 400px;
  margin: 0 auto;
  overflow: hidden;
}

#testimonials .carousel-nav {
  display: block;
  width: 60px;
  margin: 0 auto;
}
#testimonials .carousel-nav img {
  cursor: pointer;
}
#testimonials .carousel-nav img:active {
  position: relative;
  top: 1px;
}
#testimonials .carousel-nav .nextbtn {
  float: right;
}

#testimonials .carousel-wrap ul {
  display: block;
  list-style: none;
  position: relative;
}
#testimonials .carousel-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 400px;
  margin-right: 15px;
}

#testimonials .carousel-wrap .context {
  font-size: 18px;
  line-height: 1.45em;
  color: #797670;
  font-style: italic;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid #dcdcdc;
}


/** client logos **/
#clients {
  display: block;
  margin-bottom: 55px;
}

#clients .clients-wrap {
  display: block;
  width:100%;
  max-width: 700px;
    height: 60px;
  margin: 0 auto;
  overflow: hidden;
}

#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 140px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65); 
  opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1.0;
}



/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* icons */
.row.fontawesome-icon-list a {
  font-size: 14px;
  line-height: 2;
  color:#333;
}

.row.fontawesome-icon-list i {
  color: #0066B3;
  font-size: 16px;
}

/* Price Tables */

#pricing-table {
	text-align: center;
	width: 100%;
  height: 100%;
}

#pricing-table .plan {
	font-size: 12px;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
	width: 22%;     
	float: left;
	position: relative;
}

#pricing-table #most-popular {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 15px -18px rgba(0, 0, 0, .15), -15px 0 10px -10px rgba(0, 0, 0, .15);  
	-webkit-box-shadow: 20px 0 15px -18px rgba(0, 0, 0, .15), -15px 0 10px -10px rgba(0, 0, 0, .15);  
  box-shadow: 20px 0 15px -18px rgba(0, 0, 0, .15), -15px 0 10px -10px rgba(0, 0, 0, .15);  
}

#pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
}

#pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}

.plan .btn-sm {
  font-size: 14px !important;
}

/* --------------- */	

#pricing-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
}

#pricing-table #most-popular h3 {
	background-color: #ddd;
	background-image: -moz-linear-gradient(#FFF,#F1F1F1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F1F1F1));    
	background-image: -webkit-linear-gradient(#eFFFee, #F1F1F1);
	background-image: -o-linear-gradient(#FFF, #F1F1F1);
	background-image: -ms-linear-gradient(#FFF, #F1F1F1);
  background-image: linear-gradient(#FFF, #F1F1F1);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; 		
}

#pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

#pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	

#pricing-table h3 span {
	display: block;
	font: bold 25px/100px Georgia, Serif;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
  border: 1px solid #EEE;
}

/* --------------- */

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

/* --------------- */
	
#pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;  
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #72ce3f;
	background-image: -moz-linear-gradient(#72ce3f, #62bc30);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));    
	background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
	background-image: -o-linear-gradient(#72ce3f, #62bc30);
	background-image: -ms-linear-gradient(#72ce3f, #62bc30);
	background-image: linear-gradient(#72ce3f, #62bc30);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);        
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

#pricing-table .signup:hover {
	background-color: #62bc30;
	background-image: -moz-linear-gradient(#62bc30, #72ce3f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));      
	background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
	background-image: -o-linear-gradient(#62bc30, #72ce3f);
	background-image: -ms-linear-gradient(#62bc30, #72ce3f);
	background-image: linear-gradient(#62bc30, #72ce3f); 
}

#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #62bc30;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

/* Price 2 */
#price-table {
		text-align: center;
		width: 100%
		zoom: 1;
	}

	#price-table:before, #price-table:after {
	  content: "";
	  display: table
	}

	#price-table:after {
	  clear: both
	}


	#price-table .pricing {
		font: 13px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;     
		background: #fff;      
		border: 1px solid #ddd;
		color: #333;
		padding: 20px;
		width: 22%;
		float: left;
		_display: inline; /* IE6 double margin fix */
		position: relative;
		margin: 0 5px;
		-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
		box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);		
	}

	#price-table .pricing:after {
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 10px;
	  right: 4px;
	  width: 80%; 
	  top: 80%; 
	  -webkit-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);   
	  -moz-box-shadow: 0 10px 7px rgba(0, 0, 0, .3);
	  box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
	  -webkit-transform: rotate(3deg);    
	  -moz-transform: rotate(3deg);   
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);	
	}	
	
	#price-table .hot-pricing {
		top: -20px;
		padding: 40px 20px;   
	}


	#price-table .header {
		position: relative;
		font-size: 20px;
		font-weight: normal;
		text-transform: uppercase;
		padding: 40px;
		margin: -20px -20px 20px -20px;
		border-bottom: 8px solid;
		background-color: #eee;
		background-image: -moz-linear-gradient(#fff,#eee);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
		background-image: -webkit-linear-gradient(#fff, #eee);
		background-image: -o-linear-gradient(#fff, #eee);
		background-image: -ms-linear-gradient(#fff, #eee);
		background-image: linear-gradient(#fff, #eee);
	}

	#price-table .header:after {
		position: absolute;
		bottom: -8px; left: 0;
		height: 3px; width: 100%;
		content: '';
		background-image: url(images/bar.png);
	}
	
	#price-table .hot-pricing .header {
		margin-top: -40px;
		padding-top: 60px;		
	}

	#price-table .pricing1 .header{
		border-bottom-color: #0066B3;
	}

	#price-table .pricing2 .header{
		border-bottom-color: #00B233;
	}

	#price-table .pricing3 .header{
		border-bottom-color: #FF0000;
	}

	#price-table .pricing4 .header{
		border-bottom-color: #E8810C;
	}			
	

	#price-table .price{
		font-size: 36px;
	}

	#price-table .monthly{
		font-size: 13px;
		margin-bottom: 20px;
		text-transform: uppercase;
		color: #999;
	}


	#price-table ul {
		margin: 20px 0;
		padding: 0;
		list-style: none;
	}

	#price-table li {
		padding: 10px 0;
	}
	
		
	#price-table .signup {
		position: relative;
		padding: 10px 20px;
		color: #fff;
		font: bold 14px Arial, Helvetica;
		text-transform: uppercase;
		text-decoration: none;
		display: inline-block;       
		background-color: #0066B3;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;     
		opacity: .9;       
	}

	#price-table .signup:hover {
		opacity: 1;       
	}

	#price-table .signup:active {
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
		box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;       
	}			

	#price-table .pricing-1 .signup{
		background: #B3E03F;
	}

	#price-table .pricing-2 .signup{
		background: #7BD553;
	}

	#price-table .pricing-3 .signup{
		background: #3AD5A0;
	}

	#price-table .pricing-4 .signup{
		background: #45D0DA;
	}	

/* Accordeon */
.ui-accordion-header {
  background: #0066B3;
  color: #fff;
  padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
}

.ui-accordion-content {
  padding-left: 10px;
}

.ui-accordion-header-active:after {
	  font-family: 'FontAwesome'; 
  content: "\f068" !important;
    float: right;
}

.ui-accordion-header:after {
  font-family: 'FontAwesome'; 
  content: "\f067";
    float: right;
}

/* Tabs */

#tabs ul {
  border-bottom: 2px solid #0066B3;
    margin-bottom: -15px;
  
}
#tabs ul li {
border-right: 1px solid #0066B3;
}

#tabs li:last-of-type {
  border: none !important;
}

#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
	margin-bottom: 40px;
}

#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
	float: left;
}

#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
	display: block;
	padding: 10px 25px;
	text-decoration: none;
}

#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
	background: #0066B3;
	color:#fff;
}

#tabs_container {
	position: relative;
}

#tabs_container div {
	margin-right: 40px;
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous_active {
  background: rgb(253, 120, 0) !important;
  color: #FFFFFF !important;
}

.tabulousclear {
	display: block;
	clear: both;
}

/* Gallery */

.gal-3 li {
  float: left;
  width: 33%;
}

.gal-4 li {
  float: left;
  width: 25%;
}

.gal-5 li {
  float: left;
  width: 20%;
}

.image_container img {
	display: block;
	width: 100%;
	height: auto;
}
.image_container a {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.image_container a:hover:before,
.image_container a:focus:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(253, 120, 0, 0.4);
}
.image_container a:hover:after,
.image_container a:focus:after {
	  font-family: 'FontAwesome'; 
  content: "\f00e" !important;
font-size:36px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -0.5em;
	color: white;
}

/* Maps & Contact */

.gmap3 {
  height: 300px;
}

#contact, #prices {
  padding-top: 50px;
    padding-bottom: 50px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], textarea {
  color: #777;
  padding: .6em .6em;
  display: inline-block;
  font-size: 1em;
  transition: .15s linear border;
  -webkit-appearance: none;
  max-width: 100%;
  border: 1px solid #e4e4e4;
  background: #f7f7f7;
  font-family: inherit;
  width:100%;
}

input[type="submit"] {
	background: #0066B3;
	margin-top: 20px;
	padding: 10px 40px;
	color: #fff;
	font-size: 18px !important;
	display: inline-block;
	cursor: pointer;
  border-radius: 3px;
	color: #fff !important;
	border:none;
}

input[type="submit"]:hover {
	color: #fff;
	background: -moz-linear-gradient(30deg, #0066B3 0%, #f69a46 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0066B3), color-stop(100%, #f69a46));
	background: -webkit-linear-gradient(30deg, #0066B3 0%, #f69a46 100%);
	background: -o-linear-gradient(30deg, #0066B3 0%, #f69a46 100%);
	background: -ms-linear-gradient(30deg, #0066B3 0%, #f69a46 100%);
	background: linear-gradient(30deg, #0066B3 0%, #f69a46 100%);
	text-decoration:none;
}



.widget {
  padding: 0;
    padding-right: 10px;
	  padding-bottom: 10px;
}

.contactform {
  padding-top: 65px;
}

#contact h4 {
  padding-top: 15px;
    color: #0066B3;
  font-weight: 100;
}

/* Calender */

table.calendar a {
  color: #000;
}
table.calendar a:hover {
  color: #0066B3;
}

table.calendar {
	  width: 99%;
 border: none;
 -webkit-box-shadow: -8px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -8px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -8px 0px 8px 0px rgba(0, 0, 0, 0.2);
}


table.calendar .label {
  display: table-cell;
    color: #0066B3;
  font-weight: 100;
    border: 1px solid #DFDCDC;
	padding: 7px 0 7px 0;
  font-size: 14px;
}

table.calendar .last, table.calendar .col_last {
  border: 1px solid #DFDCDC;
}

table.calendar thead {
  background-color: #fff;
}

table.calendar thead th {
border:none;	
}

table.calendar tbody td {
  text-align: center;
}

th.head.current {
  text-align: center;
  color: #0066B3;
  font-weight: 100;
    padding-top: 15px;
}


table.calendar tbody {
  font-size: 12px;
}

table.calendar td.active .header { cursor: pointer; color: #fff; }

table.calendar td.active:hover .event {
  background:#293037;
  color: #fff;
  display: block;
  height: auto;
  margin: 0px 0;
  padding: 10px;
  position: absolute;
  top: -16px;
    left: -50px;
  width: 150px;
  z-index: 99;
}



table.calendar td.active { position: relative;   background: #0066B3}
table.calendar td.active .event { display: none; display: none; }

table.calendar td .event a { color: white; font-size: 12px; }

table.calendar th.previous a { padding: 5px 10px;    font-size: 18px; float: left;  }
table.calendar th.next a { padding: 5px 10px;   font-size: 18px; float: right; }

/* Eventlist */

.mod_eventlist h3 {
  margin-bottom: 35px;
}

.event.layout_teaser {
  padding-left: 0;	
    margin-bottom: 25px;
}

span.date:before, .mod_newslist .info:before, .mod_newsreader .info:before, .mod_eventreader .info:before {
  font-family: 'FontAwesome';
  content: "\f073 ";
  float: left;
  padding-right: 10px;
  color: #0066B3;
   font-size: 14px;
}

span.date, span.day {
  font-size: 12px;
}

.mod_eventlist h2 {
  margin-top: 0 !important;
}


.mod_eventlist h2 a {
  font-size: 18px;
  color: #0066B3;
  padding-top: 0 !important;
  margin-top: 0;
}

p.more.bnt-sm {
  background: #0066B3;
  padding: 5px 15px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  color: #fff !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
p.more.bnt-sm a{
	  color: #fff;
	  text-decoration:none;
	    margin: 0;
}

.teaser_img a {
  max-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 5px;
  display: block;
  overflow: hidden;
}

.teaser_img img {
  display: block;
  width: 100%;
  height: auto;
}
.teaser_img a:hover:before, .teaser_img a:focus:before {
  height: 0%;
}

.teaser_img a:hover:after, .teaser_img a:focus:after {
display:none;
}

/* LOGIN */
.mod_login table, .mod_login table tbody td, .mod_registration table, .mod_registration table tbody td  {
  border: none;
}

.mod_login label, .mod_registration label {
  font-weight: 100;
}

.mod_registration .confirm {
  color: #333;
  border: none;
  font-size: 14px;
  padding: 0;
}

.mod_registration .confirm:before {
display:none;	
}

.mod_login td.col_0.col_first, .mod_registration td.col_0.col_first {
  width: 12%;
  /* float: left; */
}

/* Search */

.mod_search h3  {
font-size:14px;
}

.mod_search h3 a {
	    color: #0066B3;
		  font-size: 22px;
}

.mod_search {
	margin: 1.8em 0;
}
.mod_search form input {
	vertical-align: middle;
}
.mod_search form input[type="search"] {
width: 75%;
	margin: 0;
}
.mod_search form input[type="submit"] {
	width: 20%;
	margin: 0 0 0 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Sitemap */

.mod_sitemap ul.level_2 {
  padding-left: 10px;
}

.mod_sitemap .submenu {
  margin-bottom: 20px;
}

.mod_sitemap .submenu:after {
   display: none;
}

.mod_sitemap ul.level_1 {
  list-style-type: circle;
  padding-left: 10px;
  color: #0066B3;
  margin-left: 7px;
  line-height: 1.5;
}

/* Newsletter */
.mod_nl_list ul {
	padding-left: 0;
	list-style-type: none;
}
.mod_nl_list ul li {
	border-bottom: 1px solid #eaeaea;
	padding:10px;
	padding-left:0;
}
.mod_nl_list ul li:before {
  font-family: 'FontAwesome';
  content: "\f003";
	display: inline-block;
	position: relative;
	float: left;
	width: 30px;
	margin-top: -4px;
	color: #ff9800;
	font-size:18px;
padding-left:1px;
}
.mod_nl_list ul a {
	display: block;
	font-size: 18px;
}

.mod_newslist h2, .mod_newsreader h1  {
  font-size: 22px;
   margin-top: 0;
}

.newsletter td, .newsletter table {
  border: none;
}

.newsletter h2 {
font-size: 1.6667em;
}


/* News */
.mod_newslist.block, .mod_faqreader.block {
  padding-top: 50px;
}

.layout_latest {
  padding-bottom: 25px;
}

.mod_newslist .teaser_img.image_container {
  max-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 5px;
  display: block;
  overflow: hidden;
}

.mod_newsreader h1 {
  color: #0066B3;
    padding-top: 25px;
}

.back {
  padding-top: 20px;
}

.back:before {
  font-family: 'FontAwesome';
  content: "\f104";
  float: left;
  margin-left: 10px;
  font-size: 18px;
  color: #0066B3;
  line-height: 1;
  margin-right: 5px;
}

.mod_eventreader h1, .mod_faqreader h1 {
  font-size: 22px;
  color: #FF8500;
}

/* FAQ */
.mod_faqlist a {
  font-size: 16px;
  line-height: 1.5;
}

.mod_faqlist.block {
  padding-top: 0;
  margin-top: -10px;
}

/* responsiv */

@media screen and (max-width: 667px) {

.logo  {
  width: 33%;
}

.slider h1 {
  padding-top: 0px;
  font-size: 18px !important;
  margin:0;
    padding-bottom:0;
	  padding-top: 15px;
}

.slider h2 {

  font-size: 16px;
  margin:0;
  padding:0;
}

.slider p {
  margin:0;
  padding:0;
    font-size: 12px !important;
}

.slider .btn-sm {
  padding: 5px 20px;
  font-size: 12px !important;
}
	
#team img {
  max-height: 50%;
  max-width: 50%;
}
	
}


@media screen and (max-width: 667px) {
	#price-table .header {
	  font-size: 18px;	
	}

#price-table .price {
  font-size: 22px;
}	
#price-table .pricing, #pricing-table .plan {
  width: 46%;
}

}

@media (max-width: 1200px) {
}


@media (max-width: 1620px) {
	
	.slider h1 {
  padding-top: 20px;
    font-size: 28px;
	  margin-bottom: 0;
	}
	
	.slider h2 {
  font-size: 22px;
    margin-bottom: 0;
	  margin-top: 5px;
}

.slider .btn-sm {
  margin-top: 0px;

}
} 