@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Roboto+Slab:400,100,300,700);

/**  Basic Page CSS **/
html {
    height: 100%;
}
body
{
    font-family: "Roboto Slab", sans-serif;
    font-family: "Open Sans", "Roboto Slab", sans-serif;
    font-weight: 400;
    font-size: 1.9em;
    height: 100%;
    1position: relative;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    margin: 0;
}

/**  Header Navigation **/
.header {
    text-align: center;
    background: #ffffff;
}

header .navbar {
    padding: 0 4px;
    transition: all .5s ease-out;
	text-transform: uppercase;
	font-size: 0.75em;
}

header .navbar-default {
    background-color: transparent;
    border: none;
    min-height: 34px;
    margin-bottom: 0px;
}

header .navbar-default .navbar-nav a {
    color: #444;
    padding: 0px 8px;
}

header .navbar-default .navbar-nav a:hover {
    color: #EEC856;
}

header .navbar-default .navbar-nav .active a {
    font-weight: 700;
    color: #EEC856;
    background: transparent;
    text-shadow: none;
}

header .navbar-default .navbar-nav .active a:hover {
    color: #E15D5F;
    background: transparent;
    text-shadow: none;
}

/**  Navbar Toggle **/

header .navbar-toggle {
    background-color: #279182;
}

header .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

@media only screen
and (max-width: 768px)
{
    header .navbar-collapse.in
    {
        background-color: rgba(0,0,0, .5);
        background-color: #F6F6F6;
    }
}
@media (min-width: 768px)
{
	.navbar-nav {
		float: none;
		text-align: center;
		display: inline-block;
	}
}
.infotex_logo { font-family: "Open Sans", "Roboto Slab", sans-serif !important; font-size:11px !important; padding-left: 15px; }
/**  nav inbody **/

header .inbody {
    1background: rgba(104,73,49,.9);
}

header .navbar.inbody {
    padding-top: 0;
    padding-bottom: 0;
}

header .navbar.inbody .navbar-nav {
    padding-top: 10px;
}

header .inbody .navbar-brand {
    background-size: 43px;
    background-position: top left;
    margin-top: 5px;
    padding-bottom: 0;
    margin-left: 10px;
}

header .inbody .navbar-brand h1
{
    font-size: 1.1em;
    padding-left: 38px;
}

header .inbody .navbar-brand span.subhead
{
    display: none;
}
.Logo
{
    width: 100%;
    vertical-align: bottom;
    height: 60px;
    margin: 0 auto;
    font-size: 12px;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.Logo>.logo {
    max-height: none;
    background-position: 50% 50%;
    margin: 10px 0;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999em;
    text-align: left;
    max-height: 100%;
    max-width: 100%;
}


@media only screen and (max-width: 1024px) {
	.Logo>.logo {
		max-height: 40px;
	}
}

@media only screen and (min-width: 1025px) {
	.Logo {
		max-width: 100%;
		max-height: none;
		height: auto;
	}
}

.widget
{
    box-sizing: border-box;
}

/**  Carousel Fade **/

.carousel.fade
{
    opacity: 1;
}

.carousel.fade .item
{
    transition: opacity ease-out .7s;
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
}

.carousel.fade .item:first-child
{
    top: auto;
    opacity: 0;
    position: relative;
}

.carousel.fade .item.active
{
    opacity: 1;
}

.carousel-control
{
    opacity: 0;
}

.carousel-control.right,
.carousel-control.left
{
    background-image: none;
}


/**  Footer **/

footer {
	flex: 0 0 auto;
	display:block;
	font-size:0.6em;
}

footer a {
    color: #0b05f3;
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
    color: #7E7BFC !important;
}


#c2content *, #c2content *::before, #c2content *::after {
    box-sizing: border-box;
}

.c2content {
    height: 100%;
	background: #f6f6f6 none repeat scroll 0 0;
}

#c2content > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#c2content > div main {
    flex: 1 0 auto;
    display: block;
    position: relative;
	font-size:0.7em;
}

.stack-top {
    opacity: 1;
    overflow: inherit;
    margin-left: 0;
    position: absolute;
    transition: all 0s linear 0s;
    width: 100%;
}

.wrapper {
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
}
#mode-index .wrapper {
    overflow: hidden;
}



.PortfolioCover {
    background: #f6f6f6 none repeat scroll 0 0;
    float: left;
    height: 100%;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 100%;
    position: absolute;
}

.PortfolioCover > .ibg {
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    opacity: 0;
    top: 0;
}

.PortfolioCover .coverFooter {
    float: left;
    height: 100%;
    width: 100%;
}

.Content {
    line-height: 2;
    background: #ffffff none repeat scroll 0 0;
    color: #8e8e8e;
    line-height: 2.5;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Content .wContent * {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}
.Content > div p {
    font-size: 1.1em;
    line-height: 1.75;
    margin: 0 0 2em;
}


.SocialFollow {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    position: relative;
    text-align: center;
	line-height:12px;
	padding-bottom:4px;
}
.SocialFollow ul {
    display: inline;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.SocialFollow li {
    display: inline;
	padding-right:5px;
}
.SocialFollow a {
    color: #8e8e8e;
    font-family: "icon-set";
    font-size: 14px;
    outline: medium none;
    position: relative;
}

/*--------- Galery ----------------*/
.GalleryNav {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    float: left;
    width: 100%;
}

.GalleryNav > ul.rows {
    align-items: flex-end;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.GalleryNav > ul {
    list-style: outside none none;
    margin: 40px auto 0;
    max-width: 1250px;
    padding: 0;
    width: 100%;
}

.GalleryNav > ul > li {
    display: inline-block;
    padding: 0 10px 20px;
    width: 33.33%;
}

.GalleryNav > ul > li > a::after {
    color: #3176a5;
    content: attr(title);
    word-break: break-all;
    z-index: 3;
    box-sizing: content-box !important;
    float: left;
    opacity: 0.99;
    position: relative;
    text-align: center;
    transition: opacity 0.5s ease-in-out 0s;
    width: 100%;
    padding: 20px 0;
}

.GalleryNav > ul > li > a > img.loaded {
    opacity: 0.99;
}
.GalleryNav > ul > li > a > img {
    float: left;
    opacity: 0.01;
    width: 100%;
    z-index: 1;
}
img {
    vertical-align: middle;
}
@media only screen
and (max-width: 768px)
{
	.GalleryNav > ul > li {
		width: 50%;
	}
}
@media only screen
and (max-width: 570px)
{
	.GalleryNav > ul > li {
		width: 100%;
	}
}

.galItemPreviev {
    padding:5px;
}
.galItemPreviev a img {
    width:100%;
    display: inline-block;
    height: 100%;
}

.galItemPreviev img.loaded {
    opacity: 0.99;
    transition: opacity 0.5s ease-in-out 0s;
}
.galItemPreviev a img:hover {
      opacity: 0.8;
}


.fullscreen-target{
    overflow: hidden !important;
}

.gallerySingleImage {
    background-color: #f6f6f6;
    overflow: hidden;
}

.SlideShowControls {
    line-height: 3em;
    text-align: center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.SlideShowControls > .controls {
    border-bottom: 3em solid #ffffff;
    float: left;
    height: 100%;
    margin-bottom: -3em;
    width: 100%;
}
.SlideShowControls > .controls > button {
    float: left;
    height: 100%;
    width: 50%;
}
.SlideShowControls button, .ShareUrl .close, .ShareUrl form button, .BuyMenu .close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    line-height: 1;
    outline: medium none;
    padding: 0;
    text-decoration: none;
}

.SlideShowControls > .count {
    color: #8e8e8e;
    display: inline-block;
    line-height: 3;
    margin: 0 5em;
    position: relative;
    vertical-align: top;
    white-space: nowrap;
    width: 5em;
    z-index: 2;
}
.SlideShowControls > .count > button.backward {
    right: 100%;
}
.SlideShowControls > .count > button {
    color: #8e8e8e;
    line-height: 2.4em;
    width: 5em;
    position: absolute;
    top: 0;
    font-size: 1.2em;
}
.SlideShowControls > .count > span::before {
    content: " of ";
}
.SlideShowControls > .count > span::before {
    content: "/";
    padding: 0 2px;
}

.SlideShowControls > .buttons {
    display: inline-block;
    vertical-align: bottom;
    z-index: 1;
}
.SlideShowControls > .buttons > button {
    color: #8e8e8e;
    float: left;
    line-height: inherit;
    text-align: left;
    1text-indent: -999em;
    width: 5em;
    font-size: 1.2em;
}
@media only screen
and (max-width: 602px)
{
	.SlideShowControls > .count {
		width: 2em;
        margin: 0 2em;
	}
    .SlideShowControls > .count > button {
		width: 2em;
    }
    .SlideShowControls > .buttons > button {
		width: 2em;
        text-align: right;
	}
}



.ShareUrl {
    overflow: auto;
    font-size: 12px;
    background: rgba(246, 246, 246, 0.95) none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transform: translate3d(0px, -200%, 0px);
    vertical-align: middle;
    z-index: -1;
}
.ShareUrl::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.ShareUrl.on {
    transform: translate3d(0px, 0px, 0px);
    z-index: 100;
    opacity:0.95;
}
.ShareUrl > .su-holder {
    cursor: auto;
    display: inline-block;
    max-width: 450px;
    text-align: left;
    vertical-align: middle;
    width: 90%;
}
.ShareUrl > .su-holder > .su-content {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    display: inline-block;
    padding: 30px 40px;
    position: relative;
    width: 100%;
}
.ShareUrl .close {
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    width: 40px;
}
.ShareUrl .close::before {
    color: #8e8e8e;
    content: "x";
    1font-family: "icon-set";
    height: 100%;
    left: 6px;
    line-height: inherit;
    position: absolute;
    text-indent: 0;
    top: 2px;
    width: 100%;
}
.ShareUrl .close, .ShareUrl form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    line-height: 1;
    outline: medium none;
    padding: 0;
    text-decoration: none;
}
.ShareUrl h1 {
    font-size: 2em;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.ShareUrl form {
    padding: 25px 0 0;
    position: relative;
}
.ShareUrl ul::before {
    content: "Social";
    display: block;
    font-size: 12px;
    padding: 25px 0 0;
    text-align: left;
    text-transform: uppercase;
}
.ShareUrl .share-options {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ShareUrl ul {
    font-size: 1.5em;
    padding: 20px 0 0;
    text-align: center;
}
.ShareUrl ul li {
    float: left;
    padding: 5px 0 0;
    width: 25%;
}
.su-content form label {
    font-weight:normal;
    display: block;
    text-transform: uppercase;
}
.ShareUrl form button::before {
    content: "\f045";
    float: left;
    font-family: FontAwesome;
    font-size: 2em;
    height: 100%;
    line-height: inherit;
    text-indent: 0;
    width: 100%;
}
.ShareUrl input[type="text"], .ShareUrl input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    color: #8e8e8e;
    padding: 8px 30px 8px 10px;
    width: 100%;
}
.ShareUrl form [data-clipboard-target="copyURL"] {
    display: none;
}
.ShareUrl form button {
    bottom: -1px;
    color: #757575;
    height: 3em;
    line-height: 3em;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -999em;
    width: 3em;
}