/* Global
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
    font-weight: 400;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 16px;
}
p, ul, a {
    font-size: 16px;
    line-height: 28px;
}
h2 {
    color: rgba(57, 103, 147, 1);
}
h3 {
    font-weight: 700;
    color: rgba(57, 103, 147, 1);
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.intro {
    margin-bottom: 30px;
}
.intro h2 {
    font-weight: 700;
    font-size: 32px;
}
.intro p {
    font-size: 32px;
    line-height: 46px;
    padding: 6px 0;
}
.intro span {
    color: rgba(208, 43, 30, 1);
}
.text-center {
    margin: 30px auto;
}
.right {
    float: right;
    padding-left: 100%;
}
.center {
    margin-left:auto;
    margin-right:auto;
    display: table;
}
.right_without_space {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: right;
    display: inline-block;
}
.left_without_space {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    display: inline-block;
}
/* Side-panel
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#panel {
    position: fixed;
    width: 300px;
    height: 320px;
    background: #fe6532;
    left: -300px;
    top: 114px;
    z-index: 1000;
    color: #fff;
}
.panel-handler {
    z-index: 1000;
    position: fixed;
    top: 114px;
    width: 46px;
    height: 320px;
    background: #fe6532;
    left: 0;
    font-size: 14px;
    padding: 6px;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    color: rgba(255, 255, 255, .9);
    cursor: pointer;
}
.panel-handler p {
    font-size: 14px;
    padding: 6px 2px;
    text-align: center;
    font-weight: 400;
    line-height: 22px;
}
.panel-handler i {
    font-size: 28px;
    padding-top: 12px;
}
#panel form {
    width: 280px;
    margin: 10px;
}
#panel .form-group {
    margin-bottom: 8px;
}
#panel .btn {
    position: relative;
    float: right;
    border-radius: 0;
    border: none;
    background: #3c5f82;
    color: #FFF;
    font-size: 14px;
    padding: 6px 22px;
    margin: 8px 0 12px 0;
}
#panel .btn:hover {
    background: #2c4f72;
}
.panel-rotate {
  float: left;
  position: relative;
  top: 100px;
  left: -134px;
  border-style: none;
  width: 300px;
  -moz-transform: rotate(90.0deg);  /* FF3.5+ */
  -ms-transform: rotate(90.0deg);  /* IE9+ */
  -o-transform: rotate(90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(90.0deg);  /* Safari 3.1+, Chrome */
  transform: rotate(90.0deg);  /* Standard */
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#header h1 {
    display: none;
}
#header img {
    padding: 0;
    height: 80px;
    margin: 16px 0;
}
#header ul {
    float: right;
    display: block;
    list-style-type: none;
    margin-top: 12px;
}
#header ul li {
    float: left;
}
#header ul li a {
    padding: 6px 0 6px 16px;
    font-weight: 400;
    color: #888;
}
#header ul li a:hover {
    text-decoration: none;
    color: #444;
}

/* Navbar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#navbar {
    margin-top: 12px;
}
#navbar .menu {
    background: #3c5f82;
}
#navbar a {
    color: #fff;
    padding: 0;
    display: block;
    font-weight: 400;
}
#navbar a:hover {
    text-decoration: none;
}
#navbar .menu-home {
    font-size: 22px;
}

/* Level 0 */
#navbar ul {
    background: #3c5f82;
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
#navbar ul li {
    display: inline-block;
    position: relative;
    padding: 16px 12px 12px;
    z-index: 900;
    float: left;
}
#navbar ul li.current > a, #navbar ul li.ancestor > a {
    border-bottom: 4px solid rgba(255, 255, 255, 0.5);
    margin-bottom: -4px;
}
#navbar ul li ul li.current > a, #navbar ul li ul li.ancestor > a {
    border: none;
    margin-bottom: 0;
}
#navbar ul li:hover {
    background: #666;
}
#navbar ul li.contact {
    float: right;
    padding-top: 16px;
}
#navbar ul li:hover.contact {
    background: transparent;
}

/* Level 1 */
#navbar ul li ul {
    position: absolute;
    top: 56px;
    left: 0;
    display: none;
    white-space: nowrap;
}
#navbar ul li ul li {
    display: block;
    padding: 8px 12px 8px 12px;
    float: none;
}
#navbar ul li ul li.has_children > a:after {
    font-family: "Glyphicons Halflings";
    content: "\e080";
    margin-left: 8px;
    font-size: 10px;
    color: rgba(255, 255, 255, .8);
}
#navbar ul li ul a {
    font-weight: 300;
    font-size: 14px;
}
#navbar ul li:hover > ul {
    display: block;
}

/* Level 2 */
#navbar ul li ul li ul {
    top: 0;
    left: 100%;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#hero {
    padding: 0;
}
#hero .container {
    background: #dedede;
    background-image: url('../images/background_heart.svg'); /* fallback */
    background-image: url('../images/background_heart.svg'), -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#ffffff)); /* Saf4+, Chrome */
    background-image: url('../images/background_heart.svg'), -webkit-linear-gradient(top, #dedede, #ffffff); /* Chrome 10+, Saf5.1+ */
    background-image: url('../images/background_heart.svg'), -moz-linear-gradient(top, #dedede, #ffffff); /* FF3.6+ */
    background-image: url('../images/background_heart.svg'), -ms-linear-gradient(top, #dedede, #ffffff); /* IE10 */
    background-image: url('../images/background_heart.svg'), -o-linear-gradient(top, #dedede, #ffffff); /* Opera 11.10+ */
    background-image: url('../images/background_heart.svg'), linear-gradient(top bottom, #dedede, #ffffff); /* W3C */
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left top;
    background-size: auto, 100% 100%;
}
#hero .title {
}
#hero .title h1 {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 64px;
    display: inline-block;
    padding: 8px 0;
    color: #333;
    font-weight: bold;
}
#hero .raise-ticket {
    margin-top: 30px;
}
#hero .raise-ticket a {
    border-radius: 0;
    border: none;
    background: #3c5f82;
    color: #FFF;
    padding: 16px 42px;
    width: 100%;
    margin-bottom: 12px;
}
#hero .raise-ticket a:hover {
    background: #2c4f72;
}
#hero .content {
    margin: 20px 0 30px 0;
}
#hero .content p {
    font-weight: 500;
    font-size: 26px;
    line-height: 42px;
}
#hero .content p.strong {
    font-weight: bold;
    color: #333;
}

/* [Home] Clients
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.client {
    width: 120px;
    margin: 26px auto;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
img.client:hover {
    opacity: 0.8;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

/* Plans
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#plans {
    padding: 12px 0;
}
#plans h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
}
#plans h1 span {
    font-size: 14px; 
    text-transform: none;
    font-style: italic;
    color: #666;
    margin-left: 10px;
}
#plans .table {
    font-size: 14px;
}
#plans .table th {
    width: 33%;
    border: none;
}
#plans .table th, #plans .table td {
     border-top: none;
}
#plans table th.gold-col, #plans table td.gold-cell {
    text-align: center;
}
#plans table th.platinum-col, #plans table td.platinum-cell {
    text-align: center;
}
#plans table td.gold-header {
    background: #cfaf44;
    text-align: center;
    font-weight: bold;
}
#plans .description {
    text-align: right;
    padding-right: 30px;
}
#plans table td.platinum-header {
    background: #bdbcbc;
    text-align: center;
    font-weight: bold;
}
#plans table td.gold-cell {
    background: #e8d7a0;
}
#plans table td.platinum-cell {
    background: #dbdada;
}
#plans table td.extra-description {
    padding-top: 16px;
}
#plans p {
    line-height: 20px;
    font-size: 14px;
    padding: 0 8px;
}
#plans .btn {
    border-radius: 0;
    border: none;
    background: #3c5f82;
    color: #FFF;
    font-size: 16px;
    padding: 12px 32px;
    margin: 8px 0 12px 0;
}
#plans .btn:hover {
    background: #2c4f72;
}

/* Guarantees
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#guarantees {
    padding: 12px 0;
}
#guarantees h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
}
#guarantees .content {
    background: #3c5f82 url("../images/background_blue.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
    color: #fff;
    padding: 10px 14px;
    margin-bottom: 30px;
}
#guarantees .content h2 {
    color: #dfdfdf;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin: 22px 0 16px 0;
}

/* Other services
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#other-services {
    padding: 0;
}
#other-services h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
}
#other-services .content {
    background: #dbdada url("../images/background_gray.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
    color: #000;
    padding: 10px 14px;
    margin-bottom: 30px;
}
#other-services .content h2 {
    color: #666;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin: 22px 0 16px 0;
}
#other-services .content a {
    border-radius: 0;
    border: none;
    background: #3c5f82;
    color: #FFF;
    font-size: 16px;
    padding: 12px 32px;
    margin: 20px 0 30px;
}
#other-services .content a:hover {
    background: #2c4f72;
}

/* Contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#contact {
    padding: 40px 0 0;
}
#contact hr {
    margin: 22px 0;
    border-top: #ccc 1px solid;
}
#contact img {
    width: 200px;
}
#contact .btn {
    border-radius: 0;
    border: none;
    background: #3c5f82;
    color: #FFF;
    font-size: 16px;
    padding: 12px 32px;
    margin: 8px 0 12px 0;
}
#contact .social {
    padding-bottom: 15px;
}
#contact .btn:hover {
    background: #2c4f72;
}
#contact h3 {
    font-weight: 300;
    padding: 0;
    margin: 0 0 12px;
}
#contact p.small {
    line-height: 20px;
}
#contact ul.social-icons {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 8px 0 4px;
    width: 100%;
}
#contact li {
    float: left;
    padding: 12px 6px 12px 0;
}
#contact li a img {
    width: 30px;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#footer {
    padding: 12px 0;
}
#footer hr {
    margin: 2px 0 10px 0;
    border-top: #ccc 1px solid;
}
#footer ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer li {
    float: left;
    padding: 12px 30px 12px 0;
}
#footer a {
    font-size: 16px;
}
#footer a:hover {
    text-decoration: none;
}
#footer .disclaimer a {
    font-size: 14px;
}
#footer .disclaimer p {
    font-size: 14px;
    float: right;
}

/* Misc: Mailchimp subscription form
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#mc_embed_signup input {
    width: 100% !important;
    font-weight: normal;
    margin: 0;
    margin-bottom: 12px;
    padding: 4px 6px;
}
#mc_embed_signup .button {
    width: auto !important;
    border-radius: 0;
    border: none;
    background: #3c5f82;
    color: #FFF;
    font-size: 16px;
    padding: 12px 32px;
    margin: 0;
    margin-top: 8px;
}


/* Media queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 992px) {
    #footer ul {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	text-align: center;
    }
    #footer ul li {
	display: inline;
	padding: 0 20px;
    }
    #header .logo, #header .lang {
        text-align: center;
    }
    #header .logo img {
        max-width: 300px;
	height: auto;
    }
    #header .lang a {
	font-size: 12px;
    }
    #header ul {
        float: none;
        display: inline-block;
        padding: 0;
        margin: 0;
    }
    #header ul li, #header ul li a {
        font-size: 14px;
        padding: 6px 4px;
        margin: 0 2px;
    }

    #navbar .menu, #navbar .contact {
        text-align: center;
        padding: 0;
        margin: 0;
        line-height: 0;
    }
    #navbar ul {
        display: inline-block;
    }
    #navbar ul li a {
        padding: 0;
        margin: 0;
        font-size: 12px !important;
    }
    #navbar ul li ul {
	display: none !important;
    }
    #navbar .contact {
	display: none;
    }

    #hero .title {
        text-align: center;
    }

    #footer {
        text-align: center;
    }
    #footer .disclaimer, #footer ul {
        float: none;
        display: inline-block;
    }
    #footer ul li, #footer ul li a {
        font-size: 14px;
        padding: 6px 4px;
        margin: 0;
    }
}

@media screen and (max-width: 1200px) {
    #navbar ul li a {
        margin: 0;
        padding: 0;
        font-size: 12px;
    }
    #navbar .menu-home {
	font-size: 18px;
    }
    #navbar ul li ul a, #navbar ul {
        font-size: 12px;
    }
}

@media screen and (max-width: 992px) {
    .panel-handler {
        display: none;
    }
    #navbar ul li, #navbar ul li a {
        font-size: 12px;
        padding: 0 2px;
        margin: 6px 2px;
    }
    #plans .table {
	font-size: 12px;
    }
    #plans .extra-description {
	display: none;
    }
    #footer ul li, #footer ul li a {
        font-size: 12px;
        padding: 4px 3px;
        margin: 0;
    }
}
