body {
    background-color: #191e23;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
#customize-header-actions .customize-controls-close {
    display: none !important;
}

.top-bar {
    height: 80px;
    background-color: #FFFFFF;
	display: table;
	width: 100%;
}
.top-bar:after {
    display: block;
    content: '';
    clear: both;
}

.top-bar .left {
	/*
    float: left;
    padding: 15px 0 0 20px;
	*/
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	width: 201px;
	padding-left: 22px;
}
.top-bar .center {
	/*
    float: left;
    padding: 15px 0 0 20px;
	*/
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	text-align: center;
}
.top-bar .right {
	/*
    float: left;
    padding: 15px 0 0 20px;
	*/
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	text-align: right;
	width: 158px;
	padding-right: 22px;
}

@-webkit-keyframes pulse {
      0% { color: #ababab; }
     100% { color: #006CC9; }
}

/*
i.fa-arrow-right {
    -webkit-animation: pulse 1s infinite alternate;
    color: #ababab;
    font-size: 22px;
    position: relative;
    top: 3px;
    left: 5px;
}

a.demo-view-premium {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #006CC9;
    text-decoration: underline;
    cursor: pointer;
    margin: 0 0 0 10px;
}
*/

/*
span.demo-extra-txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    margin: 0 0 0 10px;
    color: #555555;
}
span.demo-extra-txt {
    display: none;
}
*/

.top-bar .notice {
	text-align: center;
	color: #555555;
	font-size: 13px;
	margin-bottom: 10px;
}

.top-bar .notice.coming-soon {
	color: #555555;
	font-size: 20px;
	font-weight: 700;
}

.demo-selector {
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4);
    width: 200px;
    padding: 8px 10px;
    margin: 0;
    outline: none;
    /*-webkit-appearance: none;*/
}
.demo-sizing {
    
}
.demo-size {
    display: inline-block;
    vertical-align: top;
	background-color: #dcdcdc;
	color: #000000;
    border-radius: 4px;
	border: none;
    margin: 0 0 0 4px;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    width: 37px;
    height: 23px;
    text-align: center;
}

.demo-size:first-child {
	margin-left: 0;
}

.demo-size i.fa {
    line-height: 1em;
    font-size: inherit;
}
.demo-size.selected {
    background-color: #60afbe;
    color: #FFF;
}

a.button {
    display: inline-block;
    background-color: #60afbe;
    border-radius: 4px;
    color: #FFF;
    padding: 10px 20px 10px 20px;
    min-width: 140px;
    text-decoration: none;
    text-align: center;
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
	text-transform: uppercase;
	margin: 0 7px 0 0;
}
a.button:not(.disabled):hover {
    background-color: #4b8b99;
}

a.button.settings-demo {
	margin: 0;
}

a.button.disabled {
	cursor: default;
}

a.button.purchase,
a.button.download {
    background-color: #67cea6;
}
a.button.purchase:hover,
a.button.download:hover {
    background-color: #4c997b;
}

.demo {
    background-color: #f7f7f7;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18);
    position: relative;
    width: 100%;
    margin: 0 auto;
    
    -webkit-transition: width 0.4s ease 0s;
    -moz-transition: width 0.4s ease 0s;
    -ms-transition: width 0.4s ease 0s;
    -o-transition: width 0.4s ease 0s;
    transition: width 0.4s ease 0s;
}
.demo iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and ( max-width: 809px ) {
	.top-bar .left {
		padding-left: 15px;
	}
	.top-bar .right {
		padding-right: 15px;
	}
}

@media screen and ( max-width: 782px ) {
    .top-bar .right {
        display: none !important;
    }
	.top-bar .center {
		text-align: right;
		padding-right: 15px;
	}
}

@media screen and ( max-width: 620px ) {
	.top-bar {
		display: block;
		height: auto;
		padding: 0 22px 0 22px;
		box-sizing: border-box;
	}

    .top-bar .left,
	.top-bar .center {
        display: block;
		width: 100%;
		padding: 0;
		height: auto;
    }
	
	.top-bar .center {
		text-align: center;
	}
	
	.demo-selector {
		width: 100%;
		margin: 12px 0 0 0px;
	}
	
	.top-bar .notice {
		margin: 12px 0 0 0
	}
	
	a.button {
		max-width: 151px;
		min-width: 0px;
		margin: 12px 6px 12px 0;
	}
}

@media screen and ( max-width: 431px ) {

	a.button {
		max-width: 100%;
		width: 100%;
		margin: 12px 0 12px 0;
		padding: 10px 0 10px 0;
	}
	
	.top-bar .center {
		padding-bottom: 12px;
	}
}
