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


*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*****************************************************************************
    HTML elements
 *****************************************************************************/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/*****************************************************************************
    GENERAL STYLE
 *****************************************************************************/
body {
  font-size: 22px;
  color: #252525;
  font-weight: 300;
  letter-spacing:1px;
  line-height: 1.28;
  font-family: 'Futura PT';
  background: #ebeff5;
  overflow-x:hidden;
}


#toolbar-administration{
  position:fixed;
  top:0px;
  z-index:99;
}

body.toolbar-fixed {
  padding-top: 0 !important;
}
body.toolbar-fixed.toolbar-tray-open {
  padding-top: 80px !important; /* Or custom */
}

.wrapper{
  max-width:1300px;
  margin:0 auto;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  box-shadow: -1px 10px 10px -2px #333;
  box-shadow: -1px 0px 5px -2px #ccc ,-1px 0px 13px -2px #ccc;
  background-color:#ffffff;
}

.container {
  padding-left:5px;
  padding-right:5px;
}


@media (min-width: 1230px) {
.container {

}
 
}

@media (max-width: 767px) {
  .container {
    padding-left:10px;
    padding-right:10px;
  }

}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
[role="button"] {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Otama", "Oswald Bold";
  font-weight: 500;
  line-height: 1.1;
  color: #2c2c2c;
}
h2.block-title, h2.profile-block-title {
  font-family: "HeraBig-Regular";
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

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

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

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

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
  font-family: "Oswald Regular";
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 20px;
}

a{
	color: #1b3c6f;
	text-decoration: none;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
a:hover, a:focus{
  color: #1b3c6f;
	text-decoration: underline;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #2c2c2c;
}

section {
    float: left;
    width: 100%;
    position:relative;
}

blockquote {
    padding: 15px 0 20px;
    margin: 0 30px 20px;
    font-size: 25px;
    text-align: center;
    position: relative;
    border: none;
    font-family: "PT Serif Web Bold Italic";
    font-style: italic;
}
blockquote:before {
    position: absolute;
    top: 0;
    content: "";
    left: 35%;
    width: 30%;
    border-bottom: 5px solid #1b3c6f;
}
blockquote:after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 35%;
    width: 30%;
    border-bottom: 5px solid #1b3c6f;
}

.contextual {
    z-index: 55;
}

.clearfix{
  clear:both;
}


/* desktop resolution */
@media (min-width: 768px) {
  .mobile{
    display:none;
  }
  .desktop{

  }

}
/* mobile resolution */
@media (max-width: 767px) {
  .mobile{

  }
  .desktop{
    display:none;
  }
}


/*********************************************************************************************************
    Alter bootstarp structure.
 *********************************************************************************************************/
.main-container{
  padding-top:70px;
  padding-bottom:50px;
}
body.path-frontpage .main-container{
  display:none;
}
.main-container > div.row > section.col-sm-9{
  width:70%;
}
.main-container > div.row > aside.col-sm-3{
  width:30%;
  padding-left:0px;
}
@media (max-width: 992px) {
  .main-container > div.row > section.col-sm-9{
    width:100%;
  }
  .main-container > div.row > aside.col-sm-3{
    width:100%;
    padding-left:15px;
  }
}


/*********************************************************************************************************
    Slick Carousel.
 *********************************************************************************************************/

.slick-slide{
  outline:0;
}




/*********************************************************************************************************
    Global body field link design.
 *********************************************************************************************************/
.full.node .field--name-body a, .full.node .field--name-body a:hover, .full.node .field--name-body a:focus {
    color: #000000;
    text-decoration: none;
    padding-bottom: 3px;
    box-shadow: inset 0 0 0 0 #fff, inset 0 -4px 0 0 rgba(158,9,153,0.7);
}

/*********************************************************************************************************
    Global field design.
 *********************************************************************************************************/

.field--name-field-tags{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0 5px;
    margin: 50px 0 20px;
    overflow:hidden;
}
.field--name-field-tags .field--label{
  float:left;
  position:absolute;
}
.field--name-field-tags .field--items{
  float:left;
}
.field--name-field-tags .field--item:first-child{
  padding-left:60px;
}
.field--name-field-tags .field--item{
  display:inline-block;
  padding-right:10px;
}
.field--name-field-tags .field--item:after{
  content: ",";
    position: absolute; 
}
.field--name-field-tags .field--item:last-child:after{
  content: "";
}


/*****************************************************************************
    Global Buttons
 *****************************************************************************/
.btn-primary {
    color: #fff;
    font-weight:300;
    font-size:inherit;
    padding-top:5px;
    padding-bottom:5px;
    background-color: #1b3c6f;
    border-color: ##1b3c6f;
}
.btn-primary:hover{
    outline: 0;
    border-color: #C46BC1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(158, 9, 153, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(158, 9, 153, 0.6);
}
.btn-primary,
.btn-primary:hover{
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}

.form-control {
    height: auto;
    color: inherit;
    font-size: 20px;
    border: 1px solid #ccc;
    padding: 5px 12px;
}
.form-tel.form-control{
    width:100%;
}


/*****************************************************************************
    Contact Us
 *****************************************************************************/

.contact-main-wrapper{
  
}
.contact-main-wrapper .column.left-col,
.contact-main-wrapper .column.right-col{
  position:relative;
  min-height:465px;
  border: 1px solid #eee;
  padding:20px 15px 15px 15px;
  background: linear-gradient(#fdfdfd, 90%, #eee);
}
.contact-main-wrapper .column.right-col{

}
.contact-main-wrapper .column.left-col{

}

.contact-main-wrapper .column.left-col ul,
.contact-main-wrapper .column.left-col ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-image: none; 
}
.contact-main-wrapper .column.left-col ul li{
    font-size:21.5px;
    margin: 0px 0px 5px 0px;
    padding: 3px 0px 3px 28px;
}
.contact-main-wrapper .column.left-col ul li:before{
    font-size: 18px;
    font-weight: 600;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    margin-top: 1px;
    margin-left: 16px;
}
.contact-main-wrapper .column.left-col ul li.address:before {
    content: "\f041";
    margin-top: 3px;
}
.contact-main-wrapper .column.left-col ul li.phone:before {
    content: "\f095";
    margin-top: 5px;
}
.contact-main-wrapper .column.left-col ul li.email:before {
    content: "\f003";
    font-size: 17px;
    margin-top: 3px;
}

.google-maps{
    overflow:hidden;
}
.google-maps iframe{
    position:relative;
    margin-bottom:-6px;
}
body.page-node-5 .footer {
    margin-top: 0px;
    padding-top: 45px;
}








