* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.62857; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.button {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .large.button {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button {
    padding: 5px 10px;
    font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }

#browserAlert a {
  color: #faabab;
  font-weight: bold; }

#browserAlert a:hover {
  color: #fff; }

.lt-ie8 #browserAlert {
  display: block; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }
  @media screen and (min-width: 1023px) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media screen and (min-width: 1023px) {
    .visible-desktop {
      display: block; } }

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #0000ee;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #00006e; }

.text-error {
  color: #c82727; }

.text-success {
  color: #62b51f; }

.text-warning {
  color: #e4be4c; }

.text-info {
  color: #5bc0de; }

::-moz-selection {
  background: #0000ee;
  color: white;
  text-shadow: none; }

::selection {
  background: #0000ee;
  color: white;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: gray; }

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

h1 small {
  font-size: 24px; }

h2 small {
  font-size: 18px; }

h3 small, h4 small {
  font-size: 14px; }

blockquote {
  border-left: 5px solid #e6e6e6;
  padding-left: 20px; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0;
    font-style: normal; }

hr {
  border-color: #f2f2f2; }


/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%; }

.content-left img {
  height: auto !important; }

.button {
  padding: 10px 20px;
  background: #0000ee;
  color: white;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .button:hover {
    background: #00006e; }

.alignleft,
.alignright,
.aligncenter {
  margin: 20px auto;
  display: block;
  padding: 5px;
  border: 1px solid gray;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

@media screen and (min-width: 767px) {
  .alignleft {
    float: left;
    margin: 0 30px 10px 0; } }

@media screen and (min-width: 767px) {
  .alignright {
    float: right;
    margin: 0 0 10px 30px; } }

a .alignleft:hover,
a .alignright:hover,
a .aligncenter:hover {
  border-color: #bfbfbf; }

/* -----------------------------------------------------------------
	GENERAL ELEMENTS 
------------------------------------------------------------------*/
html {
  background: url('../images/bg.jpg') repeat white; }

body {
  font-size: 16px;
  color: #444444;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  }

.logo{
display:block;
position:absolute;
right:50px;
bottom:50px;	
z-index:9;
}
@media screen and (max-width: 750px) {
	.logo{
	margin:0 auto;
	position:relative;	
	right:auto;
	bottom:auto;
	padding-top:30px;
	max-width:100%;
	height:auto;
	
	}
}
