* {
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: 300;
}
body {
    margin: 0px;
    padding: 0px;
}
a { text-decoration: none; }
img{ border:0; }
.wrapper {
    min-width: 1280px;
    min-height: 100%;
    position: relative;
}
.banner_container {
    width: 100%;
    height: 670px;
    background-image:url(/images/landing_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.header_container {
    width: 100%;
    border-bottom: gainsboro 2px solid;
}
.header_bar {
    display: table;
    width:1024px;
}
.banner_contents {
    width: 800px;
    min-width: 800px;
    padding-top: 150px;
}
.logo {
    display: table-cell;
    width: 140px;
    vertical-align: middle;
    padding-top:10px;
}
.menu {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-right:140px;
}
.menu ul {
    display: block;
    list-style-type: disc;
    padding-right: 20px;
}
.menu li {
    display: inline-block;
    line-height: 50px;
    padding-left:20px;
    padding-right:20px;
    text-align: center;
    position: relative;
}
.menu_item, .menu_item_2 {
    font-size: 18px;
    font-weight: 400;
}
.menu_item:hover {
    color: gainsboro;
}
.menu_item_2:hover {
    color: #d02259;
}
.banner_title {
    color: white;
    font-size: 48px;
    line-height: 70px;
}
.white_btn {
    width: 250px;
    height: 53px;
    line-height: 53px;
    color: white;
    font-size: 20px;
    font-weight: 400;
    background-image:url(/images/white_button.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.white_btn:hover {
    cursor: pointer;
    color: grey;
    background-image:url(/images/white_button_onclick.png);
}
.grey_btn {
    width: 250px;
    height: 53px;
    line-height: 53px;
    color: grey;
    font-size: 20px;
    font-weight: 400;
    background-image:url(/images/grey_button.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.grey_btn:hover {
    cursor: pointer;
    color: white;
    background-image:url(/images/grey_button_onclick.png);
}
.pink_btn {
    width: 250px;
    height: 53px;
    line-height: 53px;
    color: #d02259;
    font-size: 20px;
    font-weight: 400;
    background-image:url(/images/pink_button.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.pink_btn:hover {
    cursor: pointer;
    color: white;
    background-image:url(/images/pink_button_onclick.png);
}
.section1 {
    width: 100%;
    height: 450px;
}
.section2 {
    width: 1280px;
    height: 430px;
    background-image:url(/images/background_2.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.section1_contents, .section2_contents, .section3_contents {
    position: relative;
    width: 1024px;
    min-width: 1024px;
}
.section1_text_wrapper {
    position: absolute;
    left: 0px;
    width: 444px;
}
.section1_image_wrapper {
    position: absolute;
    right: 0px;
    width: 560px;
    margin-top: -30px;
}
.section_title {
    font-size: 28px;
    font-weight: 400;
}
.section_title2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
}
.section_description {
    font-size: 16px;
    line-height: 30px;
}
.table_form {
    width: 100%;
    margin-top: 50px;
}
.form_label {
    font-size: 20px;
}
.form_input {
    width: 450px;
    background-color: #E6E6E6;
    font-size: 16px;
    border:none;
    padding: 10px;
    margin-top: 5px;
}
.form_input_textarea {
    resize: none;
    width: 1004px;
    height: 70px;
    background-color: #E6E6E6;
    font-size: 16px;
    border:none;
    padding: 10px;
    margin-top: 5px;
}
.footer_bar {
    width: 100%;
    height: 200px;
    background-image:url(/images/footer_background.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.footer_contents {
    display: table;
    width: 1024px;
    min-width: 1024px;
}
.footer_copyright {
    display: table-cell;
}
.copyright_text {
    font-size: 12px;
    color: white;
}
.footer_c_title {
    color: white;
    font-size: 14px;
}
.footer_c_description {
    color: white;
    font-size: 16px;
    font-weight: 400;
}
.call_us, .email_us, .find_us {
    display: table-cell;
    vertical-align: top;
}

/* templates page */
.content_container {
    width: 1024px;
    min-width: 1024px;
    display: table;
}
.side_bar {
    width: 240px;
    min-width: 240px;
    display: table-cell;
    padding: 30px;
    vertical-align: top;
}
.side_bar_title {
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: gainsboro 2px solid;
}
.contents {
    display: table-cell;
    padding-bottom: 50px;
    border-left: 2px solid gainsboro;
}
.side_menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.side_menu_item {
    display: table;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
}
.side_menu_item:hover {
    cursor: pointer;
}
.templates_container {
    padding-top: 50px;
    padding-left: 80px;
    vertical-align: middle;
    //background-color: gainsboro;
}
.template_image {
    //position: relative;
    width: 320px;
    height: 240px;
    overflow: hidden;
    border: 1px solid gainsboro;
    //background-image:url(/images/templates/book_and_stationary.png);
    //background-position: top left;
	//background-size: 300px 300px;
	//background-repeat: no-repeat;
}
.template_image img {
    width: 320px;
    //position: absolute;
    //left: 50%;
    //top: 50%;
    //height: 100%;
    //width: 100%;
    //width: auto;
    //-webkit-transform: translate(-50%,-50%);
    //-ms-transform: translate(-50%,-50%);
    //transform: translate(-50%,-50%);
}
.template_desc {
    font-size: 16px;
    font-weight: 400;
    color: black;
}
.template_desc:hover {
    color: #d02259;
}
.side_menu_text {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: black;
}
.selected {
    color: #d02259;
}
.side_menu_text:hover {
    color: #d02259;
}
.next_arrow {
    display: table-cell;
    vertical-align: middle;
}
.template_detail_container {
    width: 1024px;
    min-width: 1024px;
}
.template_title {
    font-size: 28px;
}
.template_data {
    display: table;
    margin-top: 20px;
}
.data_1 {
    display: table-cell;
    padding-right: 20px;
    border-right: 1px solid black;
}
.data_2 {
    display: table-cell;
    padding-left: 20px;
}
.template_detail_image {
    width: 500px;
    height: 360px;
    overflow: hidden;
    border: 1px solid gainsboro;
}
.template_detail_image img {
    width: 500px;
}
.template_description_wrapper {
    padding-left: 50px;
    vertical-align: top;
}
.description_title {
    font-size: 18px;
    font-weight: 400;
}
.contact_us {
    width: 100%;
    border-top: 1px solid gainsboro;
}
.template_features_container {
    //display: table;
}
.features_gallery {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 20px;
    padding-right: 15px;
}
.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}