/*-------------------------------------------------------
Theme Name: Dorje de Burgh
Theme URI: http://thunderingdesign.com
Description: Dorje's Custom WordPress Theme
Author: Ruairí Thunder
Author URI: http://mrthunder.com
Version: 1

1. Universal styles
2. Header
3. Menu
4. Slider
5. Loader
6. Footer

Colours:
#F6F2A6 Yellow
#55B949 Green
#FBB04E Orange
#7E878A Blue-Grey
-------------------------------------------------------*/
/*=========================================================================================
 -1. UNIVERSAL STYLES-
=========================================================================================*/

html {
    overflow-y: scroll;
}

body {
    background: #000;
    font-family: 'Bree Serif';
}

h1,
h2,
h3,
h4 {
    color: #F6F2A6;
    text-shadow: 2px 2px 0 #000;
}

h1 {
    font-family: 'Lato';
    font-size: 4em;
    line-height: 1.5em;
    margin-top: 0;
}

h2 {
    font-family: 'Bree Serif';
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

h3 {
    border-bottom: 4px double #fff;
    border-top: 4px double #fff;
    color: #3b5a5d;
    font-family: "Bree Serif";
    font-size: 1.7em;
    line-height: 1.8em;
    text-shadow: none;
    text-transform: uppercase;
}

a h3 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a h3:hover {
    xborder-bottom: 4px double #3b5a5d;
    xborder-top: 4px double #3b5a5d;
    background: #3B5A5D;
    color: #fff;
}

p {
    color: #3b5a5d;
    font-family: 'Lato';
    font-size: 1.2em;
}

a {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

a:hover {
    color: #009245;
}

.col-change {
    color: #55B949;
    text-transform: uppercase;
    color: #005A9A;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
/*=========================================================================================
 -2. HEADER -
=========================================================================================*/

.tac {
    /* -webkit-transform: scale(1.4, 1.4)!important;
    -ms-transform: scale(1.4, 1.4)!important;
    -o-transform: scale(1.4, 1.4)!important;
    transform: scale(1.4, 1.4)!important;*/
}

.scaledown {
    -webkit-animation: fadein 0.3s 1.5s forwards ease-out, scaledown 0.8s 4s forwards ease-out;
    -moz-animation: fadein 038s 1.5s forwards ease-out, scaledown 0.8s 4s forwards ease-out;
    -o-animation: fadein 0.3s 1.5s forwards ease-out, scaledown 0.8s 4s forwards ease-out;
    animation: fadein 0.3s 1.5s forwards ease-out, scaledown 0.8s 4s forwards ease-out;
    padding-bottom: 5em;
    margin-top: 6em;
    opacity: 0;
}

@-webkit-keyframes fadein {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }
    100% {
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }
    100% {
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
        opacity: 1;
    }
}

@-webkit-keyframes scaledown {
    0% {
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        padding-bottom: 0;
        margin-top: 0;
    }
}

@keyframes scaledown {
    0% {
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        padding-bottom: 0;
        margin-top: 0;
    }
}
.animated.bounceInLeft {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.bounceInRight {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
/*---------------------------------------------------------------------
    - Get Up & Grow -
---------------------------------------------------------------------*/
.circle {
    padding: 1em;
    background: none repeat scroll 0 0 rgba(130, 180, 181, 1);
    border: 1px solid #F6F2A6;
}
.circ-a {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -ms-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
    background: none repeat scroll 0 0 rgba(140, 198, 63, 1);
}
.circ-a h3 {
    color: rgba(255, 242, 0, 1);
    color: #6C5635;
    border-bottom: 4px double #DBF7B4;
       border-top: 4px double #DBF7B4;
}
.circ-a .social {
    border-top: 4px double  #DBF7B4;
}
.circ-a .icon-envelope2,
.circ-a .icon-phone2,
.circ-a .icon-location {
    color: rgba(255, 242, 0, 1);
}
.circ-a .icon-twitter,
.circ-a .icon-googleplus,
.circ-a .icon-facebook {
    background:#6C5635 ;
    color:rgba(255, 242, 0, 1) ;
}
.circ-a address p,
.circ-a p{color: #3E5918;}
.circ-a-colour{
	color: #DBF7B4;
	clear: normal;
	   float: none;
	   margin: 0;
}
/*---------------------------------------------------------------------
    - The Hemp Company -
---------------------------------------------------------------------*/
.circ-b {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -ms-animation-delay: 6s;
    -o-animation-delay: 6s;
    animation-delay: 6s;
	       xbackground: #FBB04E;
}
.circ-b h3 {
    color: #005A9A;
}/*
.circ-b .social {
    xborder-top: 4px double  #DBF7B4;
}
.circ-b .icon-envelope2,
.circ-b .icon-phone2,
.circ-b .icon-location {
    color: #FBB04E;
    color: #775A25;
}
.circ-b .icon-twitter,
.circ-b .icon-googleplus,
.circ-b .icon-facebook {
    background:#56B94A;
    color:#F6F2A6;
}

.circ-b p{color: #775A25;}*/
.circ-b-colour{
	xcolor: #F6F2A6;
	clear: normal;
	   float: none;
	   margin: 0;
}
/*---------------------------------------------------------------------
    - Right Bank Seeds -
---------------------------------------------------------------------*/
.circ-c {
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    -ms-animation-delay: 7s;
    -o-animation-delay: 7s;
    animation-delay: 7s;
	       background: #000;
	       border: 1px solid #8AC43F;
}
.circ-c h3 {
    color: #fff;
    border-bottom: 4px double #8AC43F;
       border-top: 4px double #8AC43F;
}
.circ-c .social {
    border-top: 4px double  #8AC43F;
}
.circ-c .icon-envelope2,
.circ-c .icon-phone2,
.circ-c .icon-location {
    color: #8AC43F;
}
.circ-c .icon-twitter,
.circ-c .icon-googleplus,
.circ-c .icon-facebook {
}

.circ-c p{color: #fff;}
.circ-c-colour{
	color: #F6F2A6;
	clear: normal;
	   float: none;
	   margin: 0;
}
/*---------------------------------------------------------------------
    - Hemp Museum -
---------------------------------------------------------------------*/
.circ-d {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -ms-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s;
	       background: #AFA6B5;
	       border: 1px solid #F3DBC4;
}
.circ-d h3 {
    color: #6A656D;
    border-bottom: 4px double #F3DBC4;
       border-top: 4px double #F3DBC4;
}
.circ-d .social {
    border-top: 4px double  #F3DBC4;
}
.circ-d .icon-envelope2,
.circ-d .icon-phone2,
.circ-d .icon-location {
    color: #6A656D;
}
.circ-d .icon-twitter,
.circ-d .icon-googleplus,
.circ-d .icon-facebook {
}

.circ-d p{color: #fff;}
.circ-d-colour{
	color: #F6F2A6;
	clear: normal;
	   float: none;
	   margin: 0;
}
/*---------------------------------------------------------------------
    - Inner Content -
---------------------------------------------------------------------*/
.content {
    text-align: left;
}
.content p {
    padding-bottom: 1em;
    padding: 0.5em 0.4em;
}
.circ-container {
    padding-bottom: 1.5em;
}
address a,
address {
    color: #FFF;
}
address span {
    float: left;
    clear: both;
    margin: -0.1em 0.3em 0.0em 0.1em;
}
address div {
    margin-bottom: 0.5em;
}
/*---------------------------------------------------------------------
    - Social -
---------------------------------------------------------------------*/
.social i {
    border-radius: 20px;
    color: #fff;
    padding: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: none repeat scroll 0 0 #3b5a5d;
}
.social i:hover {
    background: none;
}
.social {
    text-align: center;
    border-top: 4px double #fff;
    padding-top: 1em;
}
/*=========================================================================================
 -3. Background -
=========================================================================================*/
/*---------------------------------------------------------------------
    - BG SLIDER -
---------------------------------------------------------------------*/

.slidshow-bg-container {
    margin: 2em;
}

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

x.cb-slideshow:after {
    content: '';
    background: transparent url(images/pattern.png) repeat top left;
    position: fixed;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 18s linear infinite 0s;
    -moz-animation: imageAnimation 18s linear infinite 0s;
    -o-animation: imageAnimation 18s linear infinite 0s;
    -ms-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span {
    background-image: url(images/1.jpg);
}

.cb-slideshow li:nth-child(2) span {
    background-image: url(images/2.jpg);
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}

.cb-slideshow li:nth-child(3) span {
    background-image: url(images/3.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow li:nth-child(4) span {
    background-image: url(images/4.jpg);
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}

.cb-slideshow li:nth-child(5) span {
    background-image: url(images/1.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(6) span {
    background-image: url(images/3.jpg);
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -moz-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -o-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -ms-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}
/*---------------------------------------------------------------------
    - Social  -
---------------------------------------------------------------------*/
/*---------------------------------------------------------------------
    - Sub Menu -
---------------------------------------------------------------------*/
/*=========================================================================================
 -6. FOOTER -
=========================================================================================*/
/*-------------------------------------------------------
    - FONTS -
-------------------------------------------------------*/

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?qzjes3');
    src: url('fonts/icomoon.eot?#iefixqzjes3') format('embedded-opentype'), url('fonts/icomoon.woff?qzjes3') format('woff'), url('fonts/icomoon.ttf?qzjes3') format('truetype'), url('fonts/icomoon.svg?qzjes3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.7em;
    /* Better Font Rendering =========== */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3B5A5D;
}

.icon-phone:before {
    content: "\e004";
}

.icon-map:before {
    content: "\e025";
}

.icon-envelope:before {
    content: "\e028";
}

.icon-streetsign:before {
    content: "\e029";
}

.icon-key:before {
    content: "\e02c";
}

.icon-globe:before {
    content: "\e045";
}

.icon-map-pin:before {
    content: "\e047";
}

.icon-dial:before {
    content: "\e048";
}

.icon-global:before {
    content: "\e052";
}

.icon-facebook:before {
    content: "\e05d";
}

.icon-twitter:before {
    content: "\e05e";
}

.icon-googleplus:before {
    content: "\e05f";
}

.icon-tumblr:before {
    content: "\e061";
}

.icon-linkedin:before {
    content: "\e062";
}

.icon-location:before {
    content: "\e604";
}

.icon-phone2:before {
    content: "\e605";
}

.icon-map2:before {
    content: "\e606";
}

.icon-envelope2:before {
    content: "\e607";
}

.icon-googleplus2:before {
    content: "\e600";
}

.icon-facebook2:before {
    content: "\e601";
}

.icon-instagram:before {
    content: "\e602";
}

.icon-twitter2:before {
    content: "\e603";
}
