/*
#------------------------------------------------------------------------
# Simplicity - February Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */

/* New Logo */

#gkLogo.cssLogo, #gkMenuWrap #gkLogo.cssLogo {
  width:280px;
  height:60px;
}

.imageBg #gkLogo.cssLogo {
  background-image: url('../images/logo-fresh.png');
  background: rgba(0, 0, 0, 0) url('../images/logo-fresh.png') no-repeat 0 0;
}

#gkLogo.cssLogo, #gkMenuWrap #gkLogo.cssLogo {
  background-image: url('../images/style1/logo-fresh-whitebg.png');
  background: rgba(0, 0, 0, 0) url('../images/logo-fresh-whitebg.png') no-repeat 0 0;
  margin-top:5px;
}

/* Front page header background */

.imageBg #gkHeader {
  background: #000 url('../images/new-header-bw.jpg') no-repeat center 0;
}

@media (max-width: 1030px) {
  .imageBg #gkHeader {
    background-image: url('../images/new-header-bw-tablet.jpg')!important;
  }
}

@media (max-width: 580px) {
  .imageBg #gkHeader {
    background-image: url('../images/new-header-bw-mobile.jpg')!important;
  }

#gkLogo.cssLogo, #gkMenuWrap #gkLogo.cssLogo {
  width:205px;
  height:45px;
}

.imageBg #gkLogo.cssLogo {
  background-image: url('../images/logo-fresh.png');
  background: rgba(0, 0, 0, 0) url('../images/logo-fresh-mob.png') no-repeat 0 0;
}

#gkLogo.cssLogo, #gkMenuWrap #gkLogo.cssLogo {
  background-image: url('../images/style1/logo-fresh-whitebg-mob.png');
  background: rgba(0, 0, 0, 0) url('../images/logo-fresh-whitebg-mob.png') no-repeat 0 0;
  margin-top:12px;
}
}

/* Main page - offer */

.gkIconArea > a {
  text-indent:0;
  text-align:center;
  font-size:78px;
}

.gkIconArea > a.domain {
  color:#4C90FE!important;
}

.gkIconArea > a.domain:hover {
  background-color:#4C90FE!important;
  color:white!important;
}

.gkIconArea > a.hosting {
  color:orange!important;
}

.gkIconArea > a.hosting:hover {
  background-color:orange!important;
  color:white!important;
}

.gkIconArea > a.vps {
  color:red!important;
}

.gkIconArea > a.vps:hover {
  background-color:red!important;
  color:white!important;
}

/* Contact form */

.form-validate label {
  padding:0;
}

.form-validate dd {
  margin-bottom:10px;
}

.form-validate input, .form-validate textarea {
  width:70%;
}

@media (max-width: 1030px) {
  .form-validate input, .form-validate textarea {
    width:100%;
  }
}

.form-validate .captcha input {
  width:200px;
}

.form-validate .submit {
  margin:0px;
  width:100px;
}

#gkContent {
  margin-top:5px;