/* SUB PAGES _____________________________________*/

.main {
	background: no-repeat center bottom fixed;
	background-size: cover;
	font-size: 14pt;
}

.main img {
	vertical-align: top;
	display: inline-block;
	margin: 0;
	box-shadow: 5px 5px 5px rgba(10,10,10,0.5);
	width: 480px;
	max-width: 100%
}

.main .content-wrapper {
	width: calc(100% - 515px);
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	color: #303030;
	background-color: rgba(255,255,255,0.9);
	font-weight: 300;
}

.main .content {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.content img {
	width: auto;
	box-shadow: none;
}

.main h4 {
	font-family:'Roboto Condensed','calibri', sans-serif;
	font-size: 18pt;
	padding: 2px;
	color: #cc6600; /*ORANGE*/
	font-weight: 300;
}

.main h5 {
	font-size: 16pt;
	font-weight: lighter;
	color: #cc6600; /*ORANGE*/
}

.main li {
	margin-bottom: 8px;
}

table {
	display: inline-block;
	vertical-align: top;
	margin-left:-3px;
	margin-right: -3px;
}

th {
	background-color: gray;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
}

td {
	background-color: #AEBCCE; /*grey blue*/
	color: black;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
}

table .descript {
	height: 150px;
}

.hosting-price, table td .hosting-price {
	font-size: 20pt;
	color: green;
	vertical-align: bottom;
}

table.price-table {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin: auto;
	display: block;
}

table.price-table tbody {
	display: inline-block;
	width: calc(33.3% - 3px);
	box-shadow: 0 0 5px rgba(10,10,10,0.1);
}

table.price-table tbody:nth-child(2) {
	-webkit-transform: scale(1.08,1.08);
	transform: scale(1.08,1.08);
}

table.price-table tbody:nth-child(2) th {
	color: #ff9933;
}

table.price-table th {
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
}

table.price-table th p {
	margin: 0;
	padding: 0;
}

table.price-table th strong {
	font-size: 26pt;
}

table.price-table tr:nth-child(even) td {
	background-color: #F6F4EE;
}

table.price-table td {
	padding: 10px;
	text-align: center;
	background-color: #FCFCFC;
}

form {
	display: block;
	vertical-align: top;
}

input, select {
	width: 310px;
	max-width: 100%;
	height: 25px;
	margin-bottom: 3px;
	padding-left: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;

	border: 1px solid gray;
}

select {
	width: 316px;
}

textarea {
	width: 310px;
	resize:none;
	height: 120px;
	margin-bottom: 3px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color:gray;
	border: 1px solid gray;
}

.submit, #requestquote .submit {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	height: 30px;
	cursor: pointer;
	background-color: #cc6600; /*ORANGE*/
	color: white;
	border: none;
	font-size:14pt;
}

.submit:hover, #requestquote .submit:hover {
	background-color: #ff9933;
}

.main aside {
	display: inline-block;
	width: 480px;
	max-width: 100%;
}

aside img {
	max-width: 100%;
}

.main h2 {
	cursor: pointer;
	display: inline-block;
	width: calc(100% - 90px);
	vertical-align: top;
	margin: 10px;
	margin-bottom: 15px;
	border-bottom: 3px solid #cc6600; /*ORANGE*/
	color: #cc6600;
	font-family: 'Libre Baskerville', serif;
}

.shortcuts {
	list-style: none;
	padding: 0;
	margin: 10px;
	text-align: center;
}

.shortcuts li {
	display: inline-block;
	width: 110px;
	vertical-align: top;
	margin: 10px;
}

.shortcuts li:hover .icon {
	background-color: #2A2627; /* BROWN */
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);

	transition: transform 2s ease;
}

.shortcuts li .icon {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);

	transition: transform 1s ease;
}

.shortcuts .icon {
	display: block;
	width: 40px;
	margin-right: auto;
	margin-left: auto;
}

.title:hover > .icon {
	background-color: #2A2627; /* BROWN */
	cursor: pointer;
}

.icon {
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	padding:10px;
	margin-bottom: 15px;
	background-color: #cc6600; /*ORANGE*/
	border-radius: 50%;

	transition: 0.5s width;
	-webkit-transition: 0.5s width;
}

.icon img {
	width: 100%;
}

.content-wrapper {
	min-height: 500px;
}

.content ul {
	margin-bottom: 40px;
}

.content a {
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.folder {
	margin-left: 80px;
}

.folder .checkmark-list {
	list-style: none;
	padding: none;
}

.checkmark {
	color: green;
	font-size: 16pt;
}

a.anchor {
	visibility: hidden;
	display: block;
	position: relative;
	top: -60px;
}

.main .callout {
	color: #cc6600;
    font-size: 24pt;
    line-height: 22pt;
    padding: 10px;
    background-color: rgba(255,255,255,0.4);
    display: inline-block;
    border: 1px solid #cc6600;
    box-shadow: 0px 5px 10px rgba(10,10,10,0.3);
    margin:5px;
}

@media (max-width: 1200px) {
	.main aside {
		width: 300px;
	}

	.main .content-wrapper {
		width: calc(100% - 340px);
	}
}

@media (max-width: 950px) {
	.main aside {
		margin-right: auto;
		margin-left: auto;
		display: block;
		width: 100%;
		text-align: center;
	}

	.main .content-wrapper {
		width: calc(100% - 30px);
	}
}

@media (max-width: 650px) {
	.folder {
		margin: 10px;
	}

	table.price-table tbody {
		display: table;
		width: calc(100% - 3px);
		box-shadow: none;

	}

	table.price-table tbody:nth-child(2) {
		-webkit-transform: scale(1.0,1.0);
		transform: scale(1.0,1.0);
	}
}