@import "http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300";
@import "color-blue.css";
#preloader {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
	color: #F00;
}
#logo-preload {
    background-image: url("../images/logo-preload.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    left: 50%;
    margin-left: -100px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 200px;
}
.pace {
    -moz-box-sizing: border-box;
    -moz-user-select: none;
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.6);
    bottom: 0;
    height: 15px;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 12px;
    width: 200px;
    z-index: 2000000;
}
.pace .pace-progress {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-family: 'OpenSans-Light-webfont';
    font-size: 12px;
    height: 7px;
    left: 3px;
    line-height: 60px;
    max-width: 190px;
    position: absolute;
    top: 3px;
    transform: translate3d(0px, 0px, 0px);
    z-index: 2000;
}
.pace .pace-progress:after {
    content: attr(data-progress-text);
    display: inline-block;
}
.pace.pace-inactive {
    display: none;
}
.animated {
    animation-delay: 0.3s;
    animation-fill-mode: both;
}
.delay {
    animation-delay: 0.6s;
}
.delay1 {
    animation-delay: 0.9s;
}
@-moz-keyframes bounceInLeft {
0% {
    opacity: 0;
    transform: translateX(-2000px);
}
60% {
    opacity: 1;
    transform: translateX(30px);
}
80% {
    transform: translateX(-10px);
}
100% {
    transform: translateX(0px);
}
}
@-moz-keyframes bounceInLeft {
0% {
    opacity: 0;
    transform: translateX(-2000px);
}
60% {
    opacity: 1;
    transform: translateX(30px);
}
80% {
    transform: translateX(-10px);
}
100% {
    transform: translateX(0px);
}
}
.animated-bounceInLeft {
    animation-duration: 1s;
    animation-name: bounceInLeft;
    opacity: 1 !important;
}
.bounceInLeft {
    opacity: 0;
}
html.ie9 .bounceInLeft {
    opacity: 1 !important;
}
@-moz-keyframes bounceInRight {
0% {
    opacity: 0;
    transform: translateX(2000px);
}
60% {
    opacity: 1;
    transform: translateX(-30px);
}
80% {
    transform: translateX(10px);
}
100% {
    transform: translateX(0px);
}
}
@-moz-keyframes bounceInRight {
0% {
    opacity: 0;
    transform: translateX(2000px);
}
60% {
    opacity: 1;
    transform: translateX(-30px);
}
80% {
    transform: translateX(10px);
}
100% {
    transform: translateX(0px);
}
}
.animated-bounceInRight {
    animation-duration: 1s;
    animation-name: bounceInRight;
    opacity: 1 !important;
}
.bounceInRight {
    opacity: 0;
}
html.ie9 .bounceInRight {
    opacity: 1 !important;
}
@-moz-keyframes bounceIn {
0% {
    opacity: 0;
    transform: scale(0.3);
}
50% {
    opacity: 1;
    transform: scale(1.05);
}
70% {
    transform: scale(0.9);
}
100% {
    transform: scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
    opacity: 0;
    transform: scale(0.3);
}
50% {
    opacity: 1;
    transform: scale(1.05);
}
70% {
    transform: scale(0.9);
}
100% {
    transform: scale(1);
}
}
.animated-bounceIn {
    animation-duration: 1s;
    animation-name: bounceIn;
    opacity: 1 !important;
}
.bounceIn {
    opacity: 0;
}
html.ie9 .bounceIn {
    opacity: 1 !important;
}
@-moz-keyframes puffIn {
0% {
    opacity: 0;
    transform: scale(2, 2);
    transform-origin: 50% 50% 0;
}
100% {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: 50% 50% 0;
}
}
@-moz-keyframes puffIn {
0% {
    opacity: 0;
    transform: scale(2, 2);
    transform-origin: 50% 50% 0;
}
100% {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: 50% 50% 0;
}
}
.animated-puffIn {
    animation-duration: 1s;
    animation-name: puffIn;
    opacity: 1 !important;
}
.puffIn {
    opacity: 0;
}
html.ie9 .puffIn {
    opacity: 1 !important;
}
@-moz-keyframes slide {
0% {
    transform: translateY(100%);
}
100% {
    transform: translateY(0%);
}
}
@-moz-keyframes slide {
0% {
    transform: translateY(100%);
}
100% {
    transform: translateY(0%);
}
}
.animated-slide {
    animation-duration: 1s;
    animation-name: slide;
    opacity: 1 !important;
}
.slide {
    opacity: 0;
}
html.ie9 .slide {
    opacity: 1 !important;
}
@-moz-keyframes bounceInDown {
0% {
    opacity: 0;
    transform: translateY(-800px);
}
60% {
    opacity: 1;
    transform: translateY(30px);
}
80% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(0px);
}
}
@-moz-keyframes bounceInDown {
0% {
    opacity: 0;
    transform: translateY(-800px);
}
60% {
    opacity: 1;
    transform: translateY(30px);
}
80% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(0px);
}
}
.animated-bounceInDown {
    animation-duration: 1s;
    animation-name: bounceInDown;
    opacity: 1 !important;
}
.bounceInDown {
    opacity: 0;
}
html.ie9 .bounceInDown {
    opacity: 1 !important;
}
.animated-flip {
    animation-duration: 1s;
    animation-name: flip;
    opacity: 1 !important;
}
.flip {
    opacity: 0;
}
html.ie9 .flip {
    opacity: 1 !important;
}
@-moz-keyframes holeIn {
0% {
    opacity: 0;
    transform: scale(0, 0) rotateY(-180deg);
    transform-origin: right bottom 0;
}
100% {
    opacity: 1;
    transform: scale(1, 1) rotateY(0deg);
    transform-origin: right bottom 0;
}
}
@-moz-keyframes holeIn {
0% {
    opacity: 0;
    transform: scale(0, 0) rotateY(-180deg);
    transform-origin: right bottom 0;
}
100% {
    opacity: 1;
    transform: scale(1, 1) rotateY(0deg);
    transform-origin: right bottom 0;
}
}
.animated-holeIn {
    animation-duration: 1s;
    animation-name: holeIn;
    opacity: 1 !important;
}
.holeIn {
    opacity: 0;
}
html.ie9 .holeIn {
    opacity: 1 !important;
}
.rotating {
    display: inline-block;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform-style: preserve-3d;
    transition: all 0.5s ease 0s;
}
.rotating.flip {
    position: relative;
}
.rotating .front, .rotating .back {
    backface-visibility: hidden;
    left: 0;
    top: 0;
}
.rotating .front {
    display: inline-block;
    position: absolute;
    transform: translate3d(0px, 0px, 1px);
}
.rotating.flip .front {
    z-index: 1;
}
.rotating .back {
    display: block;
    opacity: 0;
}
.rotating.spin {
    transform: rotate(360deg) scale(0);
}
.rotating.flip .back {
    display: block;
    opacity: 1;
    transform: rotateY(180deg) translate3d(0px, 0px, 0px);
    z-index: 2;
}
.rotating.flip.up .back {
    transform: rotateX(180deg) translate3d(0px, 0px, 0px);
}
.rotating.flip.cube .front {
    transform: translate3d(0px, 0px, 100px) scale(0.85, 0.85);
}
.rotating.flip.cube .back {
    transform: rotateY(180deg) translate3d(0px, 0px, 100px) scale(0.85, 0.85);
}
.rotating.flip.cube.up .back {
    transform: rotateX(180deg) translate3d(0px, 0px, 100px) scale(0.85, 0.85);
}
#menu-wrap {
    left: 0;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.menu-back {
    background: none repeat scroll 0 0 rgba(247, 248, 249, 0.9);
}
.cbp-af-header {
    transition: all 0.3s ease-out 0s;
}
.cbp-af-header.cbp-af-header-shrink {
    background: none repeat scroll 0 0 rgba(247, 248, 249, 0.9);
}
.cbp-af-header.cbp-af-header-shrink .collapse-button {
    -moz-box-sizing: border-box;
    background-color: #666666;
    background-image: linear-gradient(to bottom, #777777, #666666);
    background-repeat: repeat-x;
    border-color: rgba(156, 192, 209, 0.1) rgba(155, 191, 209, 0.1) rgba(156, 192, 209, 0.25);
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    right: 8px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    top: 30px;
    transform: translate(0px, -50%);
    width: 40px;
}
.cbp-af-header.cbp-af-header-shrink .menu-collapser {
	padding: 0px 8px;
}
.cbp-af-header.cbp-af-header-shrink .logo {
    background: url("../images/logo.png") no-repeat scroll center center;
    height: 40px;
	width: 250px;
    left: 10px;
    top: 22px;
    transition: all 0.3s ease-out 0s;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
    margin-bottom: 0;
    margin-top: 1px;
    transition: all 0.3s ease-out 0s;
}
.logo {
    background: url("../images/logo.png") no-repeat scroll center center;
    height: 40px;
	width: 250px;
    left: 10px;
    position: absolute;
    top: 33px;
    z-index: 10000;
}
.menu-collapser {
    -moz-box-sizing: border-box;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 30px 8px;
    position: relative;
    width: 100%;
	transition: all 0.3s ease-out 0s;
}
.collapse-button {
    -moz-box-sizing: border-box;
    background-color: #666666;
    background-image: linear-gradient(to bottom, #777777, #666666);
    background-repeat: repeat-x;
    border-color: rgba(156, 192, 209, 0.1) rgba(155, 191, 209, 0.1) rgba(156, 192, 209, 0.25);
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    right: 8px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    top: 40px;
    transform: translate(0px, -50%);
    width: 40px;
	transition: all 0.3s ease-out 0s;
}
.collapse-button:hover, .collapse-button:focus {
    background-color: #666666;
    background-image: none;
    color: #FFFFFF;
}
.collapse-button .icon-bar {
    background-color: #FFFFFF;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    margin: 2px 0;
    width: 18px;
}
ul.slimmenu {
    margin-bottom: 10px;
    margin-top: 13px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
}
ul.slimmenu li {
    display: inline-block;
    position: relative;
}
ul.slimmenu > li {
}
ul.slimmenu > li:first-child {
    border-left: 0 none;
}
ul.slimmenu > li:last-child {
    margin-right: 0;
}
ul.slimmenu li a {
    color: #333333;
    cursor: pointer;
    display: block;
    font-family: 'OpenSans-Light-webfont';
    font-size: 12px;
    margin: 0 12px;
    padding: 10px 0;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
}
ul.slimmenu li a:hover {
    color: #9BBFD1;
    text-decoration: none;
}
ul.slimmenu li .sub-collapser {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 48px;
    z-index: 999;
}
ul.slimmenu li .sub-collapser:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}
ul.slimmenu li .sub-collapser > i {
    color: #333333;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}
ul.slimmenu li ul {
    list-style-type: none;
    margin: 0;
}
ul.slimmenu li ul li {
    background-color: #FFFFFF;
}
ul.slimmenu li > ul {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
}
ul.slimmenu li > ul > li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
ul.slimmenu.collapsed {
    margin: 0;
    padding: 0;
}
ul.slimmenu.collapsed li {
    -moz-box-sizing: border-box;
    display: block;
    width: 100%;
}
ul.slimmenu.collapsed li a {
    -moz-box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    display: block;
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}
#home {
    background-size: cover;
    height: 600px;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}
.home-text {
    margin-top: 200px;
    position: relative;
    width: 100%;
    z-index: 1000;
}
.home-text h1 {
    color: #333333;
    font-family: 'OpenSans-Light-webfont',sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 25px;
    padding-top: 30px;
    text-align: center;
}
.home-text p {
    color: #666666;
    font-family: 'OpenSans-Light-webfont';
    font-size: 14px;
    margin-bottom: 200px;
    text-align: center;
}
.home-text p span {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    padding-top: 10px;
}
.arrow-wrap {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    height: 40px;
    margin: 0 auto 200px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-out 0s;
    width: 40px;
}
.arrow-down {
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.arrow-down:before {
    color: #000000;
    content: "";
    font-family: FontAwesome;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    text-decoration: inherit;
    width: 40px;
}
.arrow-wrap:hover {
    transform: scale(0.9);
}
#wrapper-slider {
    padding-top: 100px;
}
#controls div {
}
#controls div:hover:not(.counter) {
}
#controls div:not(.counter) {
}
#controls div.sel {
}
.prev {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    cursor: pointer;
    height: 40px;
    left: 10px;
    position: absolute;
    text-align: center;
    top: 350px;
    transition: all 0.2s ease-out 0s;
    width: 40px;
    z-index: 100;
}
.prev:before {
    border-radius: 8px;
    color: #555555;
    content: "";
    font-family: FontAwesome;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    text-decoration: inherit;
}
.next {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 350px;
    transition: all 0.2s ease-out 0s;
    width: 40px;
    z-index: 100;
}
.next:before {
    border-radius: 8px;
    color: #555555;
    content: "";
    font-family: FontAwesome;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    text-decoration: inherit;
}
.prev:hover, .next:hover {
    transform: scale(0.9);
}
.prev:active, .next:active {
    transform: scale(0.9);
}
#home-top {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-top: 20px;
    position: relative;
    width: 100%;
    z-index: 2;
}
#home-top span:before, #home-top span:after {
    content: "";
    pointer-events: none;
    position: absolute;
}
.ss-style-doublediagonal {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-top: 6em;
    z-index: 100;
}
.ss-style-doublediagonal:before, .ss-style-doublediagonal:after {
    background: inherit;
    height: 75%;
    left: -25%;
    top: -50%;
    transform: rotate(5deg);
    transform-origin: 0 0 0;
    width: 150%;
    z-index: -1;
}
.ss-style-doublediagonal:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    height: 50%;
    transform: rotate(3deg);
    transform-origin: 3% 0 0;
}
#home-top img {
    display: block;
    height: auto;
    width: 100%;
}
#home-top a {
    color: #000000;
    display: inline-block;
    font-family: 'OpenSans-Light-webfont';
    font-size: 1em;
    margin-top: 25px;
    outline: medium none;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}
#home-top a:hover, #home-top a:focus {
    outline: medium none;
}
.cl-effect-7 a {
    color: #000000;
    font-weight: 400;
    padding: 12px 0;
    text-shadow: none;
}
.cl-effect-7 a:before, .cl-effect-7 a:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    transform: scale(0.85);
    transition: transform 0.3s ease 0s;
    width: 100%;
}
.cl-effect-7 a:after {
    opacity: 0;
    transition: top 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.cl-effect-7 a:hover:before, .cl-effect-7 a:hover:after, .cl-effect-7 a:focus:before, .cl-effect-7 a:focus:after {
    transform: scale(1);
}
.cl-effect-7 a:hover:after, .cl-effect-7 a:focus:after {
    opacity: 1;
    top: 0;
}
#home-top h4 {
    text-align: left;
}
#home-top p {
    text-align: left;
}
.sep-left {
    border-top: 1px solid #000000;
    margin-bottom: 30px;
    margin-top: 15px;
    position: relative;
    width: 40px;
}
.sub-left {
    color: #333333;
    font-family: 'OpenSans-Light-webfont';
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: left;
}
.sep-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 60px;
    position: relative;
    width: 100%;
}
#cloudemail {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
    width: 100%;
    z-index: 2;
}
#cloudemail p {
    text-align: center;
}
#cloudemail img {
    display: block;
    height: auto;
    width: 100%;
}
.padding-bottom {
    padding-bottom: 50px;
}
.sep-center {
    border-top: 1px solid #000000;
    margin: 20px auto 40px;
    position: relative;
    width: 50px;
}
#facts {
    background: none repeat scroll 0 0 #414141;
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.facts-wrap {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}
.facts-wrap h5 {
    padding-bottom: 30px;
}
.facts-wrap p {
    color: #FFFFFF;
    text-align: center;
}
.facts-line {
    background: none repeat scroll 0 0 #292929;
    bottom: 30px;
    opacity: 0.3;
    position: absolute;
    right: -10px;
    top: 30px;
    width: 1px;
    z-index: 20;
}
#facts img {
    display: block;
    height: 50px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
    width: 100px;
}
.facts-wrap-num {
    color: #323232;
    font-family: 'OpenSans-Light-webfont';
    font-size: 120px;
    font-weight: 800;
    left: 0;
    line-height: 120px;
    opacity: 0.3;
    position: absolute;
    text-align: center;
    text-shadow: 0 -2px 0 #333333, 0 2px 3px #666666;
    top: 20px;
    width: 100%;
    z-index: -1;
}
#nidsowncloud {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    padding-top: 70px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.nidsowncloud-wrap {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
    width: 100%;
}
.nidsowncloud-wrap .nidsowncloud-desc {
    border-radius: 5px;
    bottom: -100%;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    transition: all 300ms linear 0s;
    width: 100%;
    z-index: 20;
}
.nidsowncloud-wrap:hover .nidsowncloud-desc {
    bottom: 0;
}
.nidsowncloud-wrap .nidsowncloud-desc h5 {
    color: #FFFFFF;
    padding-bottom: 20px;
    padding-top: 40px;
    text-align: center;
}
.nidsowncloud-wrap .nidsowncloud-desc p {
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
#sync1 .item {
    background: none repeat scroll 0 0 #E8E8E8;
    border-radius: 8px;
    cursor: col-resize;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}
#sync1 .item img {
    display: block;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    width: 200px;
}
#sync1 .item h5 {
    padding-top: 20px;
    text-align: center;
}
#sync1 .item p {
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
}
#sync1 .item a {
    color: #61A0BB;
    font-family: 'OpenSans-Light-webfont';
    outline: medium none;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
#sync1 .item a:hover, #sync1 .item a:focus {
    outline: medium none;
}
.facebook-color {
    color: #3B5998;
}
.twitter-color {
    color: #00ACED;
}
.google-color {
    color: #DD4B39;
}
.vimeo-color {
    color: #AAD450;
}
#sync2 .item {
    border-color: #E8E8E8;
    border-radius: 8px;
    border-width: 1px;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
#sync2 .synced {
    background-color: #9BBFD1;
    border-color: #FFFFFF;
    border-radius: 8px;
    border-width: 1px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
#sync2 .item:hover {
    background-color: #9BBFD1;
}
#skills {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    padding-top: 50px;
    position: relative;
    width: 100%;
    z-index: 2;
}
#skills .skill p {
    text-align: left;
}
.skill {
    list-style-type: none;
    margin: 0;
    padding-top: 22px;
    position: relative;
    text-align: left;
    width: 100%;
}
.skill li {
    background: none repeat scroll 0 0 #E9E5E2;
    border-radius: 15px;
    height: 30px;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
}
.bar {
    border-radius: 15px;
    color: #FFFFFF;
    font-weight: bold;
    height: 25px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.bar-prc-blue {
    width: 100%;
}
.bar-prc-blue-an {
    animation: 2s ease-out 0s normal none 1 bar-blue;
}
.bar-prc-grey {
    width: 100%;
}
.bar-prc-grey-an {
    animation: 2s ease-out 0s normal none 1 bar-blue;
}
.prc-help img {
    vertical-align: middle;
}
@-moz-keyframes bar-blue {
0% {
    width: 0;
}
100% {
    width: 100%;
}
}
@-moz-keyframes bar-grey {
0% {
    width: 0;
}
100% {
    width: 100%;
}
}
#separ {
    display: block;
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    width: 100%;
}
.parallax {
    background: url("../images/bg_cloud.jpg") repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
@media only screen and (min-width: 1930px) {
.parallax {
    background-size: cover;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.parallax {
    background-attachment: scroll;
    background-position: center top !important;
    background-size: cover;
}
}
@media only screen and (max-width: 959px) {
.parallax {
    background-attachment: scroll;
    background-position: center top !important;
    background-size: cover;
}
}
.top-separ {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    padding-top: 30px;
    position: relative;
    width: 100%;
}
.sep-center-small {
    border-top: 1px solid #000000;
    margin: 15px auto 0;
    padding-bottom: 30px;
    position: relative;
    width: 40px;
}
.testi-wrap {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
}
.testi-wrap p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.testi-wrap h6 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    text-align: center;
}
#sync3 .item {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    position: relative;
    width: 100%;
}
#sync4 .item {
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}
#sync4 .item img {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 15px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    display: block;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    width: 60px;
}
#sync4 .synced .item img {
    transform: scale(0.9);
}
#sync4 .item img:hover {
    transform: scale(0.9);
}
#separ1 {
    display: block;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
#separ1 img {
    display: block;
    height: auto;
    width: 100%;
}
.parallax1 {
    background: url("../images/bg_graphbar.jpg") repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.background-color {
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.tweet {
    background: url("../images/twit.png") no-repeat scroll center top / 50px 50px rgba(0, 0, 0, 0);
    padding-top: 50px;
    position: relative;
    width: 100%;
}
.tweet h6 {
    color: #FFFFFF;
    padding-bottom: 20px;
    padding-top: 30px;
}
.tweet p {
    text-align: center;
}
.tweet a {
    color: #B3B3B3;
    transition: all 0.2s ease-out 0s;
}
.tweet a:hover {
    color: #F8F8F8;
}
@media only screen and (min-width: 1930px) {
.parallax1 {
    background-size: cover;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.parallax1 {
    background-attachment: scroll;
    background-position: center top !important;
    background-size: cover;
}
}
@media only screen and (max-width: 959px) {
.parallax1 {
    background-attachment: scroll;
    background-position: center top !important;
    background-size: cover;
}
}
.bx-wrapper {
    position: relative;
    width: 100%;
}
.bx-wrapper .bx-prev {
    background: url("../images/arr1.png") no-repeat scroll center center / 15px 15px rgba(0, 0, 0, 0);
    bottom: -70px;
    left: 50%;
    margin-left: -35px;
    transition: all 0.2s ease-out 0s;
}
.bx-wrapper .bx-next {
    background: url("../images/arr2.png") no-repeat scroll center center / 15px 15px rgba(0, 0, 0, 0);
    bottom: -70px;
    margin-right: -35px;
    right: 50%;
    transition: all 0.2s ease-out 0s;
}
.bx-wrapper .bx-prev:hover {
    transform: scale(0.95);
}
.bx-wrapper .bx-next:hover {
    transform: scale(0.95);
}
.bx-wrapper .bx-controls-direction a {
    height: 30px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    width: 30px;
    z-index: 9;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
#separ2 {
    display: block;
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    width: 100%;
}
#separ2 h6 {
    color: #FFFFFF;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#separ2 h3 {
    color: #FFFFFF;
    margin-top: 20px;
    text-transform: uppercase;
}
#separ2 h1 {
    padding-bottom: 20px;
    padding-top: 20px;
}
#separ2 h1 span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    padding: 20px;
}
.background-color1 {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.parallax2 {
    background: url("../images/bg_glass.jpg") repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
@media only screen and (min-width: 1930px) {
.parallax2 {
    background-size: cover;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.parallax2 {
    background-attachment: scroll;
    background-position: center top !important;
    background-size: cover;
}
}
@media only screen and (max-width: 959px) {
.parallax2 {
    background-attachment: scroll;
    background-position: center top !important;
    background-size: cover;
}
}
#services {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 70px;
    position: relative;
    width: 100%;
    z-index: 2;
}
#services p {
    text-align: center;
}
.services-wrap {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
    width: 100%;
}
.font-awesome-icon {
    font-family: 'FontAwesome';
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 20px;
    text-align: center;
}
.services-wrap .services-discr {
    border-radius: 5px;
    bottom: -100%;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    transition: all 300ms linear 0s;
    width: 100%;
    z-index: 20;
}
.services-wrap:hover .services-discr {
    bottom: 0;
}
.services-wrap .services-discr h5 {
    color: #FFFFFF;
    padding-bottom: 20px;
    padding-top: 40px;
    text-align: center;
}
.services-wrap .services-discr p {
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
#pricing {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    padding-top: 50px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.table {
    background: none repeat scroll 0 0 #F7F7F7;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.table .mask {
    background: none repeat scroll 0 0 #F1F1F1;
    height: 100%;
    left: 0;
    position: absolute;
    top: -100%;
    transition: all 200ms linear 0s;
    width: 100%;
    z-index: -1;
}
.table h5 {
    padding-bottom: 20px;
    text-transform: uppercase;
}
.table:hover .mask {
    top: 0;
}
.table .table-fd {
    display: inline-block;
    float: left;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    width: 50%;
    z-index: 2;
}
.table .table-fd h6 {
    padding-bottom: 5px;
    text-align: center;
}
.table .table-fd p {
    text-align: center;
}
.table-fd .border-middle {
    border-right: 1px inset #D4D4D4;
    bottom: 20px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    z-index: 10;
}
.table-fd .border-down {
    border-bottom: 1px inset #D4D4D4;
    bottom: 0;
    height: 1px;
    left: 20px;
    position: absolute;
    right: 20px;
    z-index: 10;
}
.table .table-link {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}
.table .table-link a {
    color: #000000;
    display: inline-block;
    font-family: 'OpenSans-Light-webfont';
    font-size: 0.9em;
    margin: 0 auto;
    outline: medium none;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}
.table .price-wrap {
    margin: 0 auto 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    transition: all 200ms linear 0s;
    width: 100px;
}
.table .price-wrap h4 {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 32px;
}
.table .price-wrap p {
    color: #FFFFFF;
}
.table:hover .price-wrap {
    border-radius: 5px;
}
.table .price-wrap .arrow-bottom {
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    bottom: -6px;
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}
#portfolio {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    padding-top: 70px;
    position: relative;
    width: 100%;
    z-index: 2;
}
#portfolio p {
    text-align: center;
}
.portfolio-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.portfolio-box {
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
}
.portfolio-box img {
    display: block;
    height: auto;
    width: 100%;
}
.portfolio-box .folio-mask1 {
    display: block;
    height: 100%;
    left: -50%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    transition: all 200ms linear 0s;
    width: 50%;
    z-index: 10;
}
.portfolio-box:hover .folio-mask1 {
    left: 0;
}
.portfolio-box .folio-mask2 {
    display: block;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    right: -50%;
    top: 0;
    transition: all 200ms linear 0s;
    width: 50%;
    z-index: 10;
}
.portfolio-box:hover .folio-mask2 {
    right: 0;
}
.portfolio-box h6 {
    color: #FFFFFF;
    left: 0;
    margin-top: -30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 200ms linear 0s;
    width: 100%;
    z-index: 20;
}
.portfolio-box:hover h6 {
    opacity: 1;
    top: 50%;
    transition-delay: 0.2s;
}
.portfolio-box p {
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    margin-bottom: -40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 200ms linear 0s;
    width: 100%;
    z-index: 20;
}
.portfolio-box:hover p {
    bottom: 50%;
    opacity: 1;
    transition-delay: 0.2s;
}
.portfolio-box p span {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    padding-top: 10px;
}
#portfolio-filter {
    position: relative;
    text-align: center;
    width: 100%;
}
#filter {
    position: relative;
    width: 100%;
}
#filter li {
    display: inline-block;
}
#filter li a {
    color: #000000;
    display: inline-block;
    font-family: 'OpenSans-Light-webfont';
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    outline: medium none;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}
#filter li a:hover, #filter li a:focus {
    outline: medium none;
}
#filter li .current {
    font-style: normal;
}
#filter .cl-effect-7 a {
    padding: 5px 0;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope {
    transition-property: height, width;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
#action {
    background: none repeat scroll 0 0 #666666;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    z-index: 2;
}
#action:hover {
    background: none repeat scroll 0 0 #9BBFD1;
    color: #666666;
}
#action h6 {
    color: #FFFFFF;
    transition: all 0.3s ease-out 0s;
}
#action p {
    color: #FFFFFF;
    padding-top: 20px;
    text-align: center;
}
#action:hover h6 {
    color: #000000;
}
#action:hover p {
    color: #000000;
}
#action span {
    border-top: 1px solid #FFFFFF;
    padding-top: 10px;
    transition: all 0.3s ease-out 0s;
}
#action:hover span {
    border-top: 1px solid #000000;
}
#contact {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    width: 100%;
    z-index: 2;
}
#contact p {
    text-align: center;
}
#ajax-form {
    color: #7A7A7A;
    font: 16px/22px 'OpenSans-Light-webfont';
    margin: 0 auto;
    width: 100%;
}
label {
    display: block;
    font: 16px/34px 'OpenSans-Light-webfont';
}
input {
    background: none repeat scroll 0 0 #F5F5F5;
    border: medium none;
    font: 16px/22px 'OpenSans-Light-webfont';
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 96%;
}
textarea {
    background: none repeat scroll 0 0 #F5F5F5;
    border: medium none;
    font: 16px/22px 'OpenSans-Light-webfont';
    height: 120px;
    margin-bottom: 15px;
    margin-top: 2px;
    padding-top: 15px;
    width: 96%;
}
.error {
    display: none;
    font: 16px/22px 'OpenSans-Light-webfont';
}
#ajaxsuccess {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #000000;
    display: none;
    font: 20px/60px 'OpenSans-Light-webfont';
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-left: 10px;
    width: 100%;
}
#button-con {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}
#button-con button {
    color: #FFFFFF;
    font-family: 'OpenSans-Light-webfont';
    font-size: 13px;
    line-height: 22px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 110px;
}
#button-con button:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
.text-align-center {
    padding-top: 10px;
    text-align: center;
}
#ajax-form textarea:active, #ajax-form input:active {
    color: #333333;
    outline: 1px solid rgba(100, 100, 100, 0.3);
}
#ajax-form textarea:active, #ajax-form input:hover {
    color: #333333;
    outline: 1px solid rgba(100, 100, 100, 0.3);
}
#ajax-form textarea, #ajax-form input {
    color: #333333;
    outline: 1px solid rgba(100, 100, 100, 0.3);
}
#ajax-form input[type="text"] {
    padding-left: 2%;
    padding-right: 2%;
}
#ajax-form input[type="text"], textarea {
    padding-left: 2%;
    padding-right: 2%;
}
#map {
    height: 400px;
    margin-top: 70px;
    position: relative;
    width: 100%;
}
.overlay {
    background: url("../images/marker.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    display: block;
    height: 80px;
    text-align: center;
    width: 102px;
    z-index: 10;
}
.overlay_arrow {
    height: 0;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 0;
}
.overlay_arrow.above {
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    border-top: 16px solid #000000;
    bottom: -13px;
}
.overlay_arrow.below {
    border-bottom: 16px solid #000000;
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    top: -15px;
}
#contact span:before, #contact span:after {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 10;
}
#contact .ss-style-doublediagonal {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-top: 6em;
    z-index: 10;
}
#contact .ss-style-doublediagonal:before, #contact .ss-style-doublediagonal:after {
    background: inherit;
    height: 75%;
    left: -25%;
    top: 85%;
    transform: rotate(4deg);
    transform-origin: 0 0 0;
    width: 150%;
    z-index: 10;
}
#contact .ss-style-doublediagonal:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    height: 50%;
    transform: rotate(2deg);
    transform-origin: 3% 0 0;
    z-index: 10;
}
#footer {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
#footer p {
    font-size: 11px;
    line-height: 22px;
    text-align: center;
}
#footer img {
    display: block;
    height: 20px;
    width: 120px;
}
#footer a {
    display: inline-block;
    font-family: 'OpenSans-Light-webfont';
    font-size: 0.6em;
    margin: 0 7px;
    outline: medium none;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}
#footer a:hover, #footer a:focus {
    outline: medium none;
}
#footer .cl-effect-7 a {
    padding: 4px 0;
}
#project {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
    width: 100%;
    z-index: 2;
}
#project img {
    display: block;
    height: auto;
    width: 100%;
}
#project h2 {
    padding-bottom: 30px;
}
#project h6 {
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: left;
}
#project p {
    text-align: left;
}
#project .bx-wrapper .bx-prev {
    background: url("../images/arr1.png") no-repeat scroll center center / 15px 15px rgba(0, 0, 0, 0.4);
    bottom: 50%;
    left: 0;
    margin-bottom: -20px;
    margin-left: 40px;
}
#project .bx-wrapper .bx-next {
    background: url("../images/arr2.png") no-repeat scroll center center / 15px 15px rgba(0, 0, 0, 0.4);
    bottom: 50%;
    margin-bottom: -20px;
    margin-right: 40px;
    right: 0;
}
#project .bx-wrapper .bx-controls-direction a {
    height: 40px;
    width: 40px;
}
#project-link {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
#project-link a {
    color: #000000;
    display: inline-block;
    font-family: 'OpenSans-Light-webfont';
    font-size: 1em;
    margin-top: 20px;
    outline: medium none;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}
#project-link a:hover, #project a:focus {
    outline: medium none;
}
#project-link .cl-effect-7 a {
    color: #000000;
    font-weight: 400;
    padding: 12px 0;
    text-shadow: none;
}
.media {
    width: 100%;
}
.media-audio iframe {
    height: 150px;
    width: 100%;
}
#blog {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 120px;
    position: relative;
    width: 100%;
    z-index: 2;
}
#blog p {
    text-align: center;
}
.blog-box .bx-wrapper .bx-prev {
    background: url("../images/arr1.png") no-repeat scroll center center / 15px 15px rgba(0, 0, 0, 0.7);
    bottom: 50%;
    left: 0;
    margin-bottom: -20px;
    margin-left: 10px;
}
.blog-box .bx-wrapper .bx-next {
    background: url("../images/arr2.png") no-repeat scroll center center / 15px 15px rgba(0, 0, 0, 0.7);
    bottom: 50%;
    margin-bottom: -20px;
    margin-right: 10px;
    right: 0;
}
.blog-box .bx-wrapper .bx-controls-direction a {
    height: 40px;
    width: 40px;
}
.blog-box .media iframe {
    width: 100%;
}
.all-jur {
    display: block;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
}
.one-jur {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.one-jur img {
    display: block;
    height: auto;
    width: 100%;
}
#jur-filter {
    position: relative;
    text-align: center;
    width: 100%;
}
#filter-blog {
    position: relative;
    width: 100%;
}
#filter-blog li .current {
    font-style: normal;
}
#filter-blog li {
    display: inline-block;
}
#filter-blog li a {
    color: #000000;
    display: inline-block;
    font-family: 'OpenSans-Light-webfont';
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    outline: medium none;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}
#filter-blog li a:hover, #filter-blog li a:focus {
    outline: medium none;
}
#filter-blog li .current {
    font-style: normal;
}
#filter-blog .cl-effect-7 a {
    padding: 5px 0;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
#contact .ss-style-doublediagonal:before, #contact .ss-style-doublediagonal:after {
    top: 88%;
}
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
#contact .ss-style-doublediagonal:before, #contact .ss-style-doublediagonal:after {
    top: 88%;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
#home {
    height: 500px;
}
.home-text {
    margin-top: 100px;
}
.home-text h1 {
    font-size: 30px;
    line-height: 30px;
}
.home-text p {
    margin-bottom: 100px;
}
.arrow-wrap {
    margin-bottom: 40px;
}
.prev {
    top: 200px;
}
.next {
    top: 200px;
}
.ss-style-doublediagonal:before, .ss-style-doublediagonal:after {
    top: -30%;
}
.portfolio-box {
    width: 50%;
}
#contact .ss-style-doublediagonal:before, #contact .ss-style-doublediagonal:after {
    top: 90%;
}
}
@media only screen and (max-width: 800px) {
.menu-back {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
}
.logo {
    background: url("../images/logo.png") no-repeat scroll center center;
    height: 40px;
	width: 250px;
    left: 10px;
    top: 33px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#home {
    height: 500px;
}
.home-text {
    margin-top: 100px;
}
.home-text h1 {
    font-size: 26px;
    line-height: 26px;
}
.home-text p {
    margin-bottom: 100px;
}
.arrow-wrap {
    margin-bottom: 40px;
}
.prev {
    top: 200px;
}
.next {
    top: 200px;
}
.ss-style-doublediagonal:before, .ss-style-doublediagonal:after {
    top: -10%;
}
.facts-line {
    display: none;
}
.portfolio-box {
    width: 50%;
}
#contact .ss-style-doublediagonal:before, #contact .ss-style-doublediagonal:after {
    top: 93%;
}
#separ2 h6 {
    font-size: 18px;
    line-height: 22px;
}
#separ2 h3 {
    font-size: 24px;
    line-height: 28px;
}
#separ2 h1 {
    font-size: 30px;
    line-height: 34px;
}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
#home {
    height: 400px;
}
.home-text {
    margin-top: 120px;
}
.home-text h1 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 20px;
    padding-top: 25px;
}
.home-text p {
    margin-bottom: 40px;
}
.arrow-wrap {
    margin-bottom: 40px;
}
.prev {
    top: 230px;
}
.next {
    top: 230px;
}
.ss-style-doublediagonal:before, .ss-style-doublediagonal:after {
    top: -7%;
}
.facts-line {
    display: none;
}
.portfolio-box {
    width: 100%;
}
#contact .ss-style-doublediagonal:before, #contact .ss-style-doublediagonal:after {
    top: 93%;
}
#separ2 h6 {
    font-size: 18px;
    line-height: 22px;
}
#separ2 h3 {
    font-size: 24px;
    line-height: 28px;
}
#separ2 h1 {
    font-size: 28px;
    line-height: 32px;
}
}
@media only screen and (max-width: 319px) {
#home {
    height: 400px;
}
.home-text {
    margin-top: 80px;
}
.home-text h1 {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 20px;
    padding-top: 25px;
}
.home-text p {
    font-size: 10px;
    margin-bottom: 40px;
}
.arrow-wrap {
    margin-bottom: 0;
}
.prev {
    top: 200px;
}
.next {
    top: 200px;
}
.ss-style-doublediagonal:before, .ss-style-doublediagonal:after {
    top: -5%;
}
.facts-line {
    display: none;
}
.portfolio-box {
    width: 100%;
}
#contact .ss-style-doublediagonal:before, #contact .ss-style-doublediagonal:after {
    top: 93%;
}
#separ2 h6 {
    font-size: 14px;
    line-height: 18px;
}
#separ2 h3 {
    font-size: 16px;
    line-height: 20px;
}
#separ2 h1 {
    font-size: 20px;
    line-height: 24px;
}
}
@font-face {
    font-family: "OpenSans-Light-webfont";
    font-style: normal;
    font-weight: normal;
    src: url("font/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("font/OpenSans-Light-webfont.woff") format("woff"), url("font/OpenSans-Light-webfont.ttf") format("truetype"), url("font/OpenSans-Light-webfont.svg#BebasNeueRegular") format("svg");
}
#switch {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.2);
    display: none;
    font-family: 'OpenSans-Light-webfont';
    margin-left: -100px;
    position: fixed;
    top: 126px;
    width: 200px;
    z-index: 99999;
}
#switch p {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 5px;
}
#switch ul li {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
}
#show {
    background: none repeat scroll 0 0 rgba(40, 40, 40, 0.8);
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    left: 0;
    margin-left: 0;
    margin-top: 10px;
    padding: 20px 5px;
    position: fixed;
    top: 20%;
    z-index: 99999;
}
#hide {
    cursor: pointer;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 0;
}
#setting {
    background-image: url("../images/option_panel.png");
    background-repeat: no-repeat;
    background-size: 20px 50px;
    height: 50px;
    width: 20px;
}
.wrap_pattern, .switchlayout {
    margin-bottom: 10px;
}
.wrap_pattern p {
    margin-bottom: 5px !important;
}
.content-switcher {
    overflow: hidden;
    padding: 16px;
}
.content-switcher .m-btn {
    font-size: 12px;
    min-width: 70px;
    padding: 5px 10px;
}
.button.small.color.switch {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 5px 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) !important;
    text-transform: none;
    width: 40px;
}
#hide {
    background-color: #FFFFFF;
    border-radius: 0 5px 0 0;
    height: 30px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 30px;
}
#hide img {
    height: 30px;
    opacity: 0.3;
    transition: all 0.3s ease 0s;
    width: 30px;
}
#hide img:hover {
    opacity: 0.7;
}
#switch .button {
    border-radius: 2px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px;
    width: 15px;
}
#switch p {
    margin: 5px 0;
}
.styled-select select {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #EDEDED;
    border-radius: 3px;
    font-size: 13px;
    height: 34px;
    line-height: 1;
    margin: 10px 0;
    outline: medium none;
    padding: 5px;
    width: 270px;
}
.home-options {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}
.home-options a {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #EDEDED;
    color: #000000;
    font-size: 13px;
    line-height: 40px;
    outline: medium none;
    padding: 5px 30px;
    text-align: center;
}
.home-options a:hover {
    background: none repeat scroll 0 0 #F1F1F1;
}
