@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300,400italic,300italic,700italic,500,500italic);
body {
  font-family: 'Roboto', sans-serif;
  background: #fff url(../images/bg.png) no-repeat;
  font-weight: 400;
-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}@media screen and (max-width: 770px) {  .nomobile {    visibility: hidden;    clear: both;    float: right;    margin: 5px auto;    width: 22%;    height: auto;    display: none; // Önemli olan nokta burası burayı kaldırırsanız sadece mobile için görüntülenir.   }}
.homepage-body {
  background: transparent url(../images/homepage-body.png) no-repeat;
}




 *,
:after,
:before {
  box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
a, a:hover, a.active, a:active, a:visited, a:focus{
	color:;
	text-decoration:none;
}
.content{
	margin: 50px 100px 0px 100px;
}

.exo-menu{
	float: left;
	list-style: none;
	position:relative;
	background: #23364B;
}
.exo-menu > li {	display: inline-block;float:left;}
.exo-menu > li > a{
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px #365670 dotted;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
	background:#009FE1;
	color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #365670;
	border-bottom: 1px dotted #547787;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display:none;
	height: 100%;
	padding: 15px;
	min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
	color:#fff;
	background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
	left:0;
	display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Blog .blog-title{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;

}
.Blog .blog-des{
	color:#ccc;
	font-size:90%;
	margin-top:15px;
}
.Blog a.view-more{
	margin-top:0px;
}
/*Images*/
.Images{
	left:0;
   width:100%;
	 display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
	background-color: #547787;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}
/*responsive*/
 @media (min-width:767px){
	.exo-menu > li > a{
	display:block;
	padding: 25px 22px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:absolute;
}
 .flyout-right>ul{
	left: 100%;
	}
	.flyout-left>ul{
	right: 100%;
}
 }
@media (max-width:767px){

	.exo-menu {
		min-height: 58px;
		background-color: #23364B;
		width: 100%;
	}
	
	.exo-menu > li > a{
		width:100% ;
	    display:none ;
	
	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 20px 22px;
	}
	
.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:relative;
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}


.homepage-body .ehm-logo {
  background: #e3e4ea url(../images/homepage-body.png) no-repeat -320px 0 !important;
}
.custompage-body {
  background-color: #ebeff2;
}
.form-control {
  box-shadow: inset 0 0;
  border-color: #e6e6e6;
}
.form-control:hover, .form-control:focus {
  border-color: #d7d7d7;
}
.custompage-body section#main-body {
  width: 100%;
  padding: 0;
}
.homepage-body section#main-body {
  margin-top: 0;
}
.custom-page-header {
  background: transparent url(../images/bg-2.png) no-repeat 50% 0 !important;
}
.custompage-body section#main-body > .row {
  margin: 0;
}
.custompage-body section#main-body .main-content {
  padding: 0;
}
.custompage-body section#main-body .main-content > .row {
  margin: 0;
}
.custompage-body section#main-body .main-content > .row .col-sm-12 {
  padding: 0;
}
.main-content {
  margin-bottom: 0;
}
.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #f5f5f5;
}
.e-clientarea > div {
  background: transparent url(../images/e-clientarea.png) no-repeat 50% 90px;
}
.sozlesme, .contact, .hakkimizda, .gizlilik {
  background-color: #fff;
}


.contact-cp {
    margin-left: 3%;
    margin-right: 3% ;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (min-width: 992px) {
  .sidebar-offcanvas, .row-off-canvas-empty-space {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
  .row-offcanvas {
    height: 100%;
    position: relative;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -20%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -80%; /* 6 columns */
    background-color: #282828;
    height: 100%;
  }

  .row-offcanvas-right.active {
    right: 20%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 80%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 80%; /* 6 columns */
  }
  .row-offcanvas.active
  .row-off-canvas-overlay {
    height: 100%;
    background-color: #000;
    display: block;
    position: fixed;
    z-index: 3;
    opacity: 0.4;
    width: 100%;
  }
}

.mobile-menu {
  z-index: 99999;
}
.mobile-menu > strong, .mobile-menu > a {
  padding: 12px 0 12px 15px;
  display: block;
}
.mobile-menu > strong {
  background-color: #282828;
  color: #fff;
  padding: 30px 0 30px 35px;
}
.mobile-menu > strong i {
  float: right;
  margin-right: 30px;
  font-size: 23px;
}
.mobile-menu > a {
  background-color: #202020;
  color: #fff;
  border-bottom: solid 1px #1f2123;
  border-top: solid 1px #3a3a3a;
  text-decoration: none;
}
.mobile-menu > a.mlbg {
  background-color: #282828;
}
.mobile-menu > a:before {
  content: " ";
  width: 8px;
  height: 8px;
  display: block;
  background: transparent url(../images/mobile-dot.png) no-repeat;
    float: left;
    margin: 6px 10px 0 0;
}

.no-radius {
  border-radius: 0;
}
.btn-orange {
  background-color: #ff7a2f;
  color: #fff !important;
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
          transition: all .25s ease-out;
}
.btn-orange:hover {
  background-color: #E26E2D;
}
.btn-pink {
  background-color: #fb1459;
  color: #fff !important;
}
.btn-pink:hover {
  background-color: #e90e50;
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
          transition: all .25s ease-out;
}

.btn-wide {
  padding-left: 40px;
  padding-right: 40px;
}


#nav {
  
  border: 0;
  border-radius: 0;
}
#nav.navbar-default .navbar-nav>li>a {
  
  font-size: 15px;
  font-weight: 500;
  height: 74px;
  line-height: 64px;

  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
          transition: all .25s ease-out;
}

#nav.navbar-default .navbar-nav>li>a:hover, #nav.navbar-default .navbar-nav>li.dropdown.open>a {
 
}
#nav.navbar {
  margin-bottom: 0;
}
section#main-body {
  margin-top: 50px;
}

#nav .dropdown-hover .dropdown-menu {
  opacity: 0;
  display: inline-block;
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
          transition: all .25s ease-out;
          z-index: -1;
 }
 #nav .dropdown-hover:hover .dropdown-menu {
  opacity: 1;
  z-index: 2;
 }

.navbar-default .navbar-collapse {
  padding: 0;
}

.ehm-logo {
  background-color: #fff;
  margin-left: -80px;
}
#nav.navbar-default .navbar-nav>li.ehm-logo>a {
  padding: 0;
  border: 0;
  line-height: 74px;
}
#nav.navbar-default .navbar-nav>li.ehm-logo>a::before {
  display: none;
}
#nav.navbar-default .navbar-nav>li.ehm-logo>a:hover {
  background-color: transparent !important;
}
.ehm-logo img {
  margin: 0 70px;
}
.ehm-logo::before {
  content: " ";
  display: block;
  position: absolute;
  width: 36px;
  height: 81px;
  background: transparent url(../images/logo-left.png) no-repeat;
  left: 0;
  top: 0;
}
.ehm-logo::after {
  content: " ";
  display: block;
  position: absolute;
  width: 24px;
  height: 81px;
  background: transparent url(../images/logo-right.png) no-repeat;
  right: 0;
  top: 0;
}

#nav.navbar-default .navbar-nav>li.ehm-home>a {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  margin: 20px 10px 0 10px;
  font-size: 20px;
  border-radius: 5px;
  border: 0;
}
#nav.navbar-default .navbar-nav>li.ehm-home>a::before {
  display: none;
}
#nav.navbar-default .navbar-nav>li.ehm-home>a:hover {
  background-color: #004699;
}

#nav.navbar-default .navbar-nav>li.ehm-customer>a {
  border: 0;
  background-color: #1A70C5;
  line-height: 74px;
  -webkit-box-shadow: inset 0px 0px 90px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 0px 90px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 90px 0px rgba(0,0,0,0.3);
}
#nav.navbar-default .navbar-nav>li.ehm-customer>a::before {
  display: none;
}
#nav.navbar-default .navbar-nav>li.ehm-customer>a:hover {
  background-color: #0058ae;
}

.btn-custom {
  background-color: transparent !important;
  border: 0;
  -webkit-box-shadow: inset 0 0 !important;
  box-shadow: inset 0 0 !important;
}

.dropdown-menu.dmc {
  border: 0;
  border-top: solid 4px #93d100;
  border-radius: 1px;
  padding: 0;
  margin: 0;
}
.dropdown-menu.dmc>li>a {
  color: #385260;
  padding: 12px 20px;
  border-top: solid 1px #e3e4ea;
  position: relative;
  margin-right: 0 !important;
}
.dropdown-menu.dmc>li>a:first-child {
  border-top: 0;
}
.dropdown-menu.dmc2 {
  border: 0;
  padding: 30px 20px;
  margin: 0;
  background: #eff1f3;
  /*background: #eff1f3 url(../images/cpanelewhm.png) no-repeat 50% 100%;*/
  min-width: 340px;
  z-index: 99999;
}
.dropdown-menu.dmc2>li>a {
  background-color: #fefefe;
  margin-bottom: 10px;
  padding: 12px;
  padding-left: 50px;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.dropdown-menu.dmc2>li>a i {
font-size: 21px;
    top: 8px;
    position: absolute;
    left: 4px;
}
.dropdown-menu.dmc2>li>a:before {
  content: " ";
  width: 1px;
  height: 17px;
  position: absolute;
  left: 37px;
  border-left: solid 1px #cdced1;
  display: block;
  top: 14px;
}
.dropdown-menu.dmc2>li>a:hover {
  color: #fff;
  background-color: #006bc9;
}
.dropdown-menu.dmc2>li>a:hover .icon-cloudlinux-small {
  background-image: url(../images/icon-cloudlinux-small-hover.png);
}
.ehm-top-dropdowns .dropdown-menu {
  top: 40px;
}

#e-top-bar {
  padding-top: 10px;
  height: 95px;
}
#e-top-bar > div > div > div {
  padding: 0;
}
#e-top-bar a, #e-top-bar button {
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
  font-size: 14px;
  text-decoration: none !important;
  margin-right: 10px;
}
#e-top-bar a:hover {
  color: #535363;
}



.admin-masquerade-notice {
    margin: 0px 0 0 auto;
    padding: 4px 10px;
    max-width: 240px;
    text-align: right;
    font-size: 10px;
}
.admin-masquerade-notice a {
    font-size: 11px !important;
}

.dmc-cart {
  width: 300px;
  left: initial;
  right: 0;
}
.dmc-cart li {
  padding: 15px 20px;
  border-top: solid 1px #e3e4ea;
  color: #414152;
}

.view-cart {
  background-color: #93d100;
  border-radius: 0;
  display: block;
  border: 0;
  padding: 10px 25px;
  display: block;
}
.view-cart:hover {
  background-color: #88c000;
}
.ehm-cart-green {
  color: #678d00;
  font-weight: 700;
}

.ehm-customer .dmc2 {
  background-image: none;
}
.ehm-login .checkbox {
  margin: 20px 0;
}
.ehm-login .checkbox, .ehm-login .checkbox a, .ehm-login label {
  font-weight: 300;
  color: #395261;
}
.ehm-login .checkbox a:hover {
  color: #006bc9;
}
.ehm-login .form-control {
  font-size: 14px;
  border-radius: 0;
}
.ehm-login-sep {
  display: inline-block;
  width: 50px;
  text-align: center;
}
.ehm-login button {
  height: 50px;
  text-align: left;
  line-height: 38px;
}
.ehm-login button i {
  float: right;
  margin-top: 10px;
}

.s-item-container {
  background: #e1e1e8 url(../images/s-item.png) no-repeat 50% 50%;
  height: 600px;
}
.s-item {
  width: 50%;
  padding-top: 140px;
}
.s-title {
  display: block;
  font-size: 29px;
  font-weight: 500;
  color: #464646;
}
.s-subtitle {
  display: block;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #464646;
  font-weight: 300;
}
.s-desc {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #273a4c;
  margin-bottom: 20px;
}
.s-btn-green {
  border: solid 2px #00be40;
  font-size: 20px;
  color: #616261;
  padding: 13px 26px;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.s-btn-green i {
  font-size: 16px;
    margin-left: 25px;
}
.s-btn-green:hover {
  background-color: #fff;
  opacity: 0.5;
}

#e-footer {
  background: #2d3741 url(../images/footer.png) no-repeat 50% 0;
  color: #fff;
  font-size: 15px;
  padding-top: 120px;
  padding-bottom: 50px;
}
.homepage-body #e-footer {
  padding-top: 150px;
}
#e-footer h3 {
  color: #fff;
  font-size: 18px;
}
.footer-p p {
  position: relative;
  padding-left: 25px;
  color: #fff !important;
}
#e-footer p i {
  position: absolute;
  left: 0;
  top: 3px;
}
.footer-links a {
  color: #fff;
  display: block;
  font-size: 15px;
  text-decoration: none !important;
  margin-bottom: 10px;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.footer-links a:hover {
  color: #a0c42c;
}
.footer-links h4 {
  margin-bottom: 15px;
}

#comments {
  background-color: #9ed237;
  color: #fff;
  padding: 30px 120px;
  border-radius: 8px;
  font-size: 17px;
  min-height: 132px;
  position: relative;
    margin-bottom: -86px;
    margin-top: 70px;
}
#comments::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 132px;
  background: transparent url(../images/comments-before.png) no-repeat;
  content: " ";
}
#comments::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 132px;
  background: transparent url(../images/comments-after.png) no-repeat;
  content: " ";
}
#comments .carousel-control.left, #comments .carousel-control.right {
  background-image: none;
  border: solid 1px #fff;
  width: 52px;
    height: 52px;
    opacity: 1;
    text-shadow: none;
    border-radius: 6px;
        line-height: 52px;
    margin: 41px;
    z-index: 3;

    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
#comments .carousel-control.left:hover, #comments .carousel-control.right:hover {
  background-color: #96ca1d;
}
#comments .author {
  display: block;
  font-style: italic;
  font-weight: 300;
  position: relative;
  padding-left: 40px;
}
#comments .author::before {
  content: " ";
  width: 30px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  border-bottom: solid 1px #fff;
}

.homepage-whyus {
  background: #398acd url(../images/homepage-whyus.png) no-repeat 50% 0;
  height: 346px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
    padding: 60px 0 60px 0;
    margin-bottom: 100px;
    margin-top: 10px;
}
.homepage-whyus h3 {
  font-size: 42px;
  font-weight: 300;
  margin-top: 30px;
}
.homepage-texticon {
  text-align: center;
  margin-bottom: 70px;
  line-height: 27px;
}
.homepage-texticon strong {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
  color: #25394c;
}
.homepage-texticon p {
  font-weight: 300;
  color: #25394c;
}


.hti-icon {
  position: relative;
  display: inline-block;
}
.hti-icon::after {
  border: 6px solid #1b3545;
    border-radius: 500px;
    content: "";
    height: 93px;
    left: -6px !important;
    opacity: 0;
    position: absolute;
    top: -6px !important;
    transform: scale(1.5);
    transition: all 0.5s ease 0s;
    width: 93px;
}
.hti-blue::after {
  border-color: #1aa5ef;
}
.hti-green::after {
  border-color: #23ba4c;
}
.hti-red::after {
  border-color: #f7625f;
}
.hti-yellow::after {
  border-color: #fbba00;
}
.homepage-texticon:hover .hti-icon::after {
  left: 0;
    opacity: 0.2;
    top: 0;
    transform: scale(1);
}

.homepage-main-image {
    width: 110%;
    left: -50px;
    position: relative;
}

.text-gray {
  color: #818181 !important;
  padding: 20px 0 10px;
  line-height: 25px;
}
.social-icons a {
  font-size: 22px;
  color: #fff;
  padding: 0 10px;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  float: left;
  height: 26px;
  line-height: 27px;
}
.social-icons a:hover i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.social-icons a:first-child {
  border-right: 0;
}
#e-foot-bar {
  background-color: #1e242b;
  line-height: 70px;
}
.foot-links a {
  color: #fff;
  position: relative;
  padding-left: 15px;
  margin-right: 10px;
  font-size: 15px;
  text-decoration: none !important;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.foot-links a::before {
  content: " ";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #a1c23b;
  border-radius: 50%;
}
.foot-links a:hover {
  color: #a0c42c;
}
#whmcslab {
  float: right;
}

#customer-menu {
  padding: 25px 0 40px 0;
  margin-bottom: 40px;
}
.cm-links a {
  background-color: #fff;
  color: #434a54;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  display: inline-block;
  font-size: 14px;
  padding: 20px 32.5px;
  margin-left: 10px;
  border-radius: 4px;
  text-decoration: none !important;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.cm-links a:first-child {
  margin-left: 0 !important;
}
.cm-links a:hover {
  background-color: #4fbc4c;
  color: #fff;
}
.cm-links i {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 25px;
}
.cm-left {
  font-size: 19px;
  color: #464646;
  padding-top: 18px;
}
.cm-left span {
  font-size: 28px;
  display: block;
  font-weight: 300;
  margin-top: 10px;
}
#e-foot-head {
  background: transparent url(../images/foot-head.png) repeat;
  margin-bottom: 12px;
  border-top: solid 1px #d1dbe8;
  -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.2);
  box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.2);
    border-top: solid 13px #fff;
}
#e-foot-head i {
  font-size: 40px;
  display: block;
  margin-bottom: 15px;
  color: #ff8d1d;
}
#e-foot-head p {
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0 25px;
  min-height: 180px;
  padding: 0 20px;
}

#e-foot-head .btn {
  border: solid 1px #dbdbeb;
  color: #7d7d88;
  border-radius: 2px;
  font-size: 14px;
  padding: 10px 20px;
}
#e-foot-head > .row {
  margin: 0;
}
#e-foot-head > .row > div {
  padding: 50px 20px;
  text-align: center;
  border-left: solid 1px #d1dbe8;
  border-bottom: solid 1px #d1dbe8;
}
#e-foot-head > .row > div:hover strong {

  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
          transition: all .25s ease-out;
            color: #ff8d1d;
}
#e-foot-head > .row > div:hover .btn {

  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
          transition: all .25s ease-out;
            border-color: #ff8d1d;
  background-color: #fff;
}

.logo-mobile {
  display: none;
  float: left;
}
.logo-mobile img {
  width: 99px;
}
#e-top-bar-mobile {
  text-align: right;
  background-color: #006bc9;
  display: none;
}
#e-top-bar-mobile a {
  color: #fff;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  display: inline-block;
}
#e-top-bar-mobile a:nth-child(even) {
  background-color: #0062ba;
}

.panel-default>.panel-heading {
  background-color: transparent;
}
.list-group-item {
  padding: 10px 15px;
}
a.list-group-item {
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
          transition: all .25s ease-out;
}
a.list-group-item:focus, a.list-group-item:hover {
  color: #fff;
  background-color: #006dc6;
}

.currencies img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.currencies .active {
  background-color: #ddd;
}

.custom-page-body {
  margin: 50px 0 30px 0;
}
.custom-page-body div > div > h2 {
  color: #ff8d1d;
  font-size: 15px;
}
.custom-page-body div > div > h4 {
  font-size: 20px;
}
.custom-page-body div > div > p {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
}
.custom-page-header {
    margin-top: -50px;
    padding-top: 90px;
    border-bottom: solid 14px #fff;
    position: relative;
}
.custom-page-header::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 12px;
  background: transparent url(../images/shadow.png) no-repeat 50% 0;
  width: 100%;
}
.custom-page-header h3 {
    font-size: 40px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
}
.custom-page-header p {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 60px;
  padding-top: 15px;
  color: #26394c;
}
.cph-tabs-container::after {
  content: " ";
  display: table;
  clear: both;
}
.cph-tabs-container > span {
  line-height: 64px;
  font-size: 18px;
  font-weight: 300;
  color: #1e3244;
}
.cph-tabs {
    border-radius: 7px 7px 0 0;
    float: right;
    overflow: hidden;
}
.cph-tabs a {
    font-size: 15px; 
    padding: 15px 21px;
    background-color: #23364B;
    color: #fff;
    float: left;
    line-height: 38px;
    border-left: solid 1px #ededed;
    text-decoration: none !important;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.cph-tabs a:first-child {
  border: 0;
}
.cph-tabs a i {
    font-size: 27px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.cph-tabs a:hover {
  background-color: #008dbd;
}
.cph-tabs a.active {
  background-color: #009FE1;
}
.cpanel-license {
  background-color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
  border-radius: 6px;
  position: relative;
  margin-bottom: 30px;
}
.cpanel-addon {
  background-color: #fff;
  text-align: left;
  font-size: 17px;
  padding: 40px 40px 25px 80px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
}
.cpanel-addon:hover, .cpanel-license:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.cpanel-addon p {
  font-size: 17px !important;
  color: #444a5a !important;
  font-weight: 300 !important;
}
.ca-right {
  margin-top: 40px;
}
.cpanel-license h4 {
  color: #27acde;
  font-size: 24px;
  margin: 0 0 5px 0;
}
.cpanel-license p {
  font-size: 17px !important;
  line-height: 28px !important;
  font-weight: 300 !important;
  color: #444a5b;
}
.cl-ribbon {
    position: absolute;
    left: -14px;
    top: 28px;
    background-color: #27adde;
    color: #fff;
    font-size: 12px;
    padding: 4px 0px;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    width: 110px;
    text-align: center;
}
.cl-ribbon::after, .cl-ribbon::before {
  content: " ";
    position: absolute;
    width: 27px;
    height: 25px;
    left: -13px;
    top: 0;
    background-color: #27ADDE;
    transform: skew(-45deg, 0deg);
    z-index: -1;
}
.cl-ribbon::before {
    transform: skew(45deg, 0deg);
    right: -13px;
    left: auto;
}
.cl-ribbon > span::after, .cl-ribbon > span::before {
    left: -26px;
    bottom: -10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #20a1cf;
    border-width: 5px;
}
.cl-ribbon > span::before {
    right: -26px;
    left: auto;
}

.cl-head {
  border-bottom: solid 3px #ebeff2;
  padding-bottom: 15px;
}
.ca-head {
  border-bottom: solid 3px #ebeff2;
  padding-bottom: 10px;
  margin: 5px 0 10px 0;
}
.cl-head-text {
  color: #444a5b;
}
.cpanel-license p {
  padding: 20px;
}
.cl-price {
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
    color: #395261;
}
.cl-price em {
  font-size: 15px;
  font-style: normal;
  top: -14px;
  position: relative;
  margin-left: 10px;
}
.cpanel-license .btn, .cpanel-addon .btn {
  border-radius: 24px;
  font-size: 15px;
  padding: 13px 27px;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.cpanel-demo {
  position: relative;
}
.cpanel-demo .cpanel-demo {
  bottom: -13px;
}
.cd-left, .cd-right {
  width: 50%;
  height: 430px;
  position: relative;
  float: left;
}
.cd-left .demo-image {
  position: absolute;
  left: 0;
  overflow: hidden;
}
.cd-right .demo-image {
  position: absolute;
  right: 0;
  overflow: hidden;
}
.cd-left .demo-image::after, .cd-right .demo-image::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: 0;
}
.cd-desc {
    padding: 20px;
    border: solid 1px #eaeaea;
    position: relative;
    z-index: 2;
    background-color: #fff;
    width: 260px;
    position: absolute;
    bottom: 0;
    right: 10px;
    font-weight: 300;
    color: #444a5a;
    text-decoration: none !important;
}
.cd-desc h4 {
  font-weight: 400;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #444a5a;
}
.cd-desc h4 i {
  float: right;
  font-size: 20px;
  display: none;
  color: #fff;
}
.cd-desc h4::after {
  content: " ";
  width: 50px;
  border-bottom: solid 1px #eaeaea; 
  position: absolute;
  left: 0;
  bottom: 0;
}

.cpanel-demo {
  background-color: #fff;
}
.cpanel-demo .custom-page-body {
  margin-bottom: -20px;
}
.cpanel-demo p {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #444a5a;
}
.cpanel-demo > a:hover .cd-desc {
  color: #fff !important;
  background-color: #ff6c00;
  border-color: #ff6c00;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.cpanel-demo > a:hover h4 {
  color: #fff !important;
}
.cpanel-demo > a:hover p {
  color: #fff !important;
}

.cpanel-demo > a:hover .cd-desc h4 i {
  display: inline-block;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.cpanel-demo > a:hover .demo-image::after {
  opacity: 0.3;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.cpanel-demo > a.cd-left:hover .demo-image img {
    -ms-transition: -ms-transform 2s cubic-bezier(0.23,1,0.32,1);
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.23,1,0.32,1);
    transition: transform 2s cubic-bezier(0.23,1,0.32,1);
    -webkit-transform: scale(1.06) rotate(2deg);
    -ms-transform: scale(1.06) rotate(2deg);
    transform: scale(1.06) rotate(2deg);
}
.cpanel-demo > a.cd-right:hover .demo-image img {
    -ms-transition: -ms-transform 2s cubic-bezier(0.23,1,0.32,1);
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.23,1,0.32,1);
    transition: transform 2s cubic-bezier(0.23,1,0.32,1);
    -webkit-transform: scale(1.06) rotate(-2deg);
    -ms-transform: scale(1.06) rotate(-2deg);
    transform: scale(1.06) rotate(-2deg);
}


input[name=search] {
  z-index: 1 !important;
}


.cd-right .cd-desc {
  left: 10px;
}


.contact-desc {
  padding-left: 12px;
}
.contact-desc h4 {
  font-weight: 300 !important;
  font-size: 25px !important;
  margin-top: 0;
}
.contact-desc h4 i {
    font-size: 14px;
    position: relative;
    top: -4px;
    color: #ff9400;
}
.contact-desc > p {
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 28px !important;

}
.contact-desc strong {
  font-weight: 400;
}
.contact-page .form-control {
  font-size: 14px;
  border-radius: 0;
}


.btn-lightblue {
  background-color: #23364B;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-lightblue:hover {
  background-color: #008cbf;
}
.bg-orange, .bg-orange::after, .bg-orange::before {
  background-color: #ff7a45;
}
.bg-orange > span::after, .bg-orange > span::before {
  border-top-color: #e06931;
}
.bg-darkblue, .bg-darkblue::after, .bg-darkblue::before {
  background-color: #4172bf;
}
.bg-darkblue > span::after, .bg-darkblue > span::before {
  border-top-color: #335ba0;
}
.bg-gray, .bg-gray::after, .bg-gray::before {
  background-color: #6a8aa7;
}
.bg-gray > span::after, .bg-gray > span::before {
  border-top-color: #5b7793;
}

/* responsive */
.navbar-default .navbar-toggle {
  border: 0;
  margin: 7px 10px 0;
  padding: 0;
  z-index: 99;
  position: relative;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #006bc9;
  height: 4px;
  width: 30px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  /*
  .ehm-logo::before {
    left: -55px;
    background: #fff;
    width: 100px;
  }
  */
  #nav.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding: 0px 15.2px;
  }
  .cm-links a {
    font-size: 13px;
    padding: 13px 21px;
  }
  .cm-left {
    padding-top: 2px;
  }
}
@media screen and (min-width: 992px) {
  #e-foot-head p {
    min-height: 100px;
  }
}
@media screen and (max-width: 991px) {
  body {
    background-image: none;
  }
  .text-right {
    text-align: center;
  }
  .cpanel-demo > a:hover h4, .cpanel-demo > a:hover p {
    color: #444a5a !important;
  }
  .homepage-images {
     margin-right: 15px;
     margin-left: 15px;
  }
  .e-clientarea > div {
      background: transparent url(../images/e-clientarea.png) no-repeat 50% -30px;
  }
  #customer-menu {
    margin-bottom: 20px;
    padding: 0;
    margin-top: -25px;
  }
  .text-center-xs {
    text-align: center;
  }
  .contact-desc {
    margin-top: 60px;
  }
  .cd-right .demo-image, .cd-left .demo-image {
    display: none;
  }
  .cd-left, .cd-right {
    width: 100%;
    height: auto;
    float: none;
    clear: both;
    display: table;
    border: solid 1px #eaeaea;
    margin-bottom: 20px;
    padding: 20px;
  }
  .cd-desc {
    position: relative;
    width: auto;
    padding: 0;
    border: 0;
    right: auto;
    left: auto;
  }
  .cpanel-eklentileri .cph-tabs a {
    padding: 15px 11.5px;
  }
  #homepage-main-image {
    margin-bottom: 30px;
  }
  #comments .carousel-control.left, #comments .carousel-control.right {
    margin: 80px 8px;
  }
  #comments {
    padding: 30px 70px;
  }
  .homepage-whyus h3 {
    font-size: 30px;
  }
  .homepage-whyus p {
    font-size: 15px;
  }
  .s-title {
    font-size: 20px;
  }
  .s-subtitle {
    font-size: 26px;
  }
  .s-desc {
    font-size: 17px;
  }
  .cpanel-license {
    margin-bottom: 20px;
  }
  .foot-links a {
    font-size: 14px;
  }
  .social-icons {
    margin-top: 22px;
    float: left;
    margin-right: 15px;
  }
  .footer-links {
    padding-left: 30px;
    margin-bottom: 40px;
  }
  #e-footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  #e-foot-head p {
    min-height: 80px;
  }
  .cm-links a {
    margin-bottom: 15px;
    font-size: 11px;
    padding: 7px 32px;
    margin-left: 5px;
  }
  .cm-links a i {
    font-size: 20px;
  }
  .cm-left {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .cm-left span {
    font-size: 20px;
    display: inline-block;
  }
  .logo-mobile {
    display: inline-block;
  }
  #nav {
    background-color: #ffffff;
    border-bottom: solid 1px #e1e1e1;
    padding: 20px 0;
  }
  #e-top-bar {
    display: none;
  }
  #e-top-bar-mobile {
    display: block;
  }

  .row-offcanvas.active .logo-mobile {
    display: none;
  }
  .row-offcanvas.active .navbar-default .navbar-toggle {
    float: left;
    margin-left: 30px;
  }
  .row-offcanvas.active #e-foot-bar .social-icons {
    display: none !important;
  }
  .row-offcanvas.active #e-foot-bar .foot-links {
    display: none !important;
  }
  .row-offcanvas.active #e-foot-bar {
    position: relative;
    z-index: 99;
  }
}
@media screen and (max-width: 767px) {
  .e-clientarea > div {
    background-image: none;
  }
  .cph-tabs-container {
    margin-top: 40px;
  }
  .cph-tabs a {
    width: 100%;
    border-bottom: solid 1px #fff !important;
    border-left: 0;
  }
  .homepage-main-image {
    margin-bottom: 60px;
  }
}
section#main-body {
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
.admin-masquerade-notice {
	position: absolute;
	right: 0;
	top: 0;
}
.sidebar {
  clear: left;
}